Changes between Version 46 and Version 47 of NEWS-4.8.0-pre1
- Timestamp:
- 03/21/11 22:03:42 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.8.0-pre1
v46 v47 23 23 * improve of key rebinding: previously, to rebind some keys, used must redefine the entire section where that bindings are placed in user keymap file. New merge algorithm doesn't require that and allows rebind only wanted keys; 24 24 * added --nokeymap command line option to disable external keymaps. 25 * sources in 'lib' directory now independ to sources in 'src' directory (#2501); 26 * Added configure parameter --enable-mclib for build libmc.so shared library (#2501); 27 * Added new engine for universal event system (as part of #2501) 25 28 26 29 === VFS === 30 * VFS structure changes (as part of #2501): 31 * moved from lib/vfs/mc-vfs to lib/vfs; 32 * split by directories for VFS-modules and moved to src/vfs; 33 * lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h 27 34 28 35 === Editor === … … 49 56 * Updated skins: 50 57 * Nice dark (#1791) 51 * Code cleanup (#2481) 58 * Code cleanup (#2481); 59 * Added support for [http://check.sourceforge.net check] unit test framework (as part of #2501) 52 60 53 61 === Fixes ===