Changes between Version 48 and Version 49 of NEWS-4.8.0-pre1


Ignore:
Timestamp:
03/25/11 10:45:35 (13 years ago)
Author:
andrew_b
Comment:

#71 and minor fixups

Legend:

Unmodified
Added
Removed
Modified
  • NEWS-4.8.0-pre1

    v48 v49  
    1414  * Panel options are read now from [Panels] section only. [Midnight-Commander] section is not read (#2305) 
    1515  * "Show mini info" checkbox was moved from the "Layout" dialog window to the "Panel options" one (#2305) 
     16  * Added support of skip all errors on multi-file/dir operation (#71) 
    1617  * 'Find Files' improvements: 
    1718    * support relative ignored directories (#2275); 
     
    2324    * 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; 
    2425    * 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); 
     26  * Sources in 'lib' directory now independent to sources in 'src' one (#2501) 
     27  * Added configure parameter --enable-mclib for build libmc.so shared library (#2501) 
    2728  * Added new engine for universal event system (as part of #2501) 
    2829 
     
    7778  * Made AI_ADDRCONFIG optional for RFC 3493 non-compliant systems (#2401) 
    7879  * isoinfo adds ";1" to the end of file name when Joliet without Rock Ridge is used (#2471) 
    79   * cd to ~ processed incorrectly (#2120) 
     80  * cd to ~ processed incorrectly in the command line if more than one space is separating the "cd" and "~"(#2120)