Changes between Version 46 and Version 47 of NEWS-4.8.0-pre1


Ignore:
Timestamp:
03/21/11 22:03:42 (14 years ago)
Author:
slavazanko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NEWS-4.8.0-pre1

    v46 v47  
    2323    * 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; 
    2424    * 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) 
    2528 
    2629=== 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 
    2734 
    2835=== Editor === 
     
    4956  * Updated skins: 
    5057    * 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) 
    5260 
    5361=== Fixes ===