Changes between Version 69 and Version 70 of NEWS-4.8.0-pre1


Ignore:
Timestamp:
06/24/11 09:23:43 (13 years ago)
Author:
andrew_b
Comment:

Small fixes

Legend:

Unmodified
Added
Removed
Modified
  • NEWS-4.8.0-pre1

    v69 v70  
    4040    * most of keybinding names are changes to unify that names. Table of old and new names is available in doc/keybind-migration.txt; 
    4141    * 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; 
    42     * added --nokeymap command line option to disable external keymaps. 
     42    * added --nokeymap command line option to disable external keymaps 
    4343  * Sources in 'lib' directory now independent to sources in 'src' one (#2501) 
    4444  * Added configure parameter --enable-mclib for build libmc.so shared library (#2501) 
     
    4949  * VFS structure changes (as part of #2501): 
    5050    * moved from lib/vfs/mc-vfs to lib/vfs; 
    51     * split by directories for VFS-modules and moved to src/vfs; 
    52     * lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h; 
    53   * VFS now used URL-like paths (#2361). 
     51    * split VFS-modules by directories and moved to src/vfs; 
     52    * lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h 
     53  * VFS now used URL-like paths (#2361) 
    5454   
    5555=== Editor === 
     
    7171  * Minor enhancement in mc.ext: 
    7272    * added -C key to nm utility in View action for static libraries (#2485) 
    73   * Added new entries in cedit.menu: "Sort selection", "Upper case", "Lower case". 
     73  * Added new entries in cedit.menu: "Sort selection", "Upper case", "Lower case" 
    7474  * New skins: 
    7575    * Xoria256 (#2469) 
     
    7777  * Updated skins: 
    7878    * Nice dark (#1791) 
    79   * Code cleanup (#2481, #2515, #2518) 
    8079  * Added support for [http://check.sourceforge.net check] unit test framework (as part of #2501) 
    8180  * Added -F/--datadir-info option to show extended information about used data dirs (#2495) 
    8281  * Added --configure-options to easy update & reconfigure existing mc (#2495) 
    8382  * Language-specific man pages and hint and help files are not installed if mc is built with --disable-nls option (#2514) 
     83  * Code cleanup (#2481, #2515, #2518) 
    8484 
    8585=== Fixes === 
     
    108108  * cd to ~ processed incorrectly in the command line if more than one space is separating the "cd" and "~" (#2120) 
    109109  * Browsing *.deb files is broken with latest Perl (#2552) 
    110   * Fixed "Couldn't create file" error when tries to edit local menus in VFS (#1687) 
    111110  * FTP directories containing @ result severe security risks (eg. deletion of homedir) (#2220) 
    112   * builtin ftp client can't download files with apostrophe in a file name (#2251) 
    113   * unable to show FTP listing if password contains # (#2360) 
     111  * Builtin ftp client can't download files with apostrophe in a file name (#2251) 
     112  * Uunable to show FTP listing if password contains # (#2360)