This file documents the changes between emle 1.0.0 and 1.0.1. -- Changed the way configuration files and keyboard mapping files are read and written. Now emle uses reasonable directories for writing and can read (only) from the system default. In Windows, emle first tries finding the environment variables HOMEDRIVE and HOMEPATH, and creates a .emle directory in then home path. If HOMEDRIVE and HOMEPATH do not exist, it tries using USERPROFILE instead. Upon startup, emle will read the system default configuration and keyboard mapping files, only if it does not find the file elsewhere. emle never tries writting to the system file, though. -- Fixed a bug that caused the editor to crash when the block copy command is used. -- Fixed the delete line function so that it properly delete the first line -- Made file opening and closing routines more robust. Errors are handled more gracefully now. -- Added a remapkeys function (default -12) and a helpcommands function (default -1). These allow users to remap keys from the editor and show proper command names for assisting in this.