Changes between Version 19 and Version 20 of NEWS-4.7.0-pre1


Ignore:
Timestamp:
07/31/09 21:31:15 (15 years ago)
Author:
zaytsev
Comment:

Even more language

Legend:

Unmodified
Added
Removed
Modified
  • NEWS-4.7.0-pre1

    v19 v20  
    3636=== Miscellaneous === 
    3737 
    38  * show free space on current file system 
    39  * show size of selected files in mini-status bar 
     38 * Show free space on current file system; 
     39 * Show size of selected files in mini-status bar. 
    4040 
    4141=== Bugfixes === 
    4242 
    43  * editor undo fixes 
    44  * included many fixes from other distributions 
    45  * fixed fish handling for symlinks and fancy names to be escaped 
    46  * fixed fish permission checks that can be cause of segfault 
    47  * various mc.ext fixes 
    48  * commandline completion fixes (mainly, escaping hadling) 
    49  * small fixes in history handling (locale independent .mc/history entries) 
    50  * slow search in viewer (and we still have place to optimize it) 
    51  * code cleanups, various memleak/etc fixes (many thanks to valgrind) 
     43 * Editor undo fixes; 
     44 * Upstreamed many fixes from the distributions; 
     45 * Fixed segfaults on fish permission checks; 
     46 * Fixed fish symlinks handling and fancy names escaping; 
     47 * Various mc.ext fixes; 
     48 * Command line completion fixes (mainly escaping); 
     49 * Small fixes in history handling (locale independent .mc/history entries); 
     50 * Slow search in viewer (and there's still room for improvement); 
     51 * Code cleanups, various memleaks fixed (many thanks to valgrind).