Changes between Version 1 and Version 2 of NEWS-4.7.0-pre1


Ignore:
Timestamp:
07/23/09 06:16:10 (15 years ago)
Author:
iNode
Comment:

structure changes

Legend:

Unmodified
Added
Removed
Modified
  • NEWS-4.7.0-pre1

    v1 v2  
    11Changes upon 4.6.3: 
    22 
     3Core changes: 
    34 * native UTF-8 support 
     5 * translation updates 
    46 * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex 
     7 * x86_64 fixes 
     8 * code cleanups, various memleak/etc fixes (many thanks to valgrind) 
     9 * filenames charset choosing support in panels 
     10 * added initial support for doxygen generated docs 
     11 * terminal fixes (like putty) 
     12 * refreshed autoconf stuff 
     13 * extended learn keys 
     14 
     15Editor: 
     16 * various editor enchancements (vertical block marking/moving/copy/paste, undo fixes, initial etags support) 
     17 * various syntax files updates 
     18 
     19Misc: 
     20 * bells and whistles (trailing tabs hilighting, tabs/spaces mix, free space on disk, etc.) 
     21 
     22Bug fixes: 
     23 * included many fixes from other distributions 
    524 * fixed fish handling for symlinks and fancy names to be escaped 
    625 * fixed fish permission checks that can be cause of segfault 
    7  * various editor enchancements (vertical block marking/moving/copy/paste, undo fixes, initial etags support) 
    8  * x86_64 fixes 
    9  * various syntax files updates 
    10  * code cleanups, various memleak/etc fixes (many thanks to valgrind) 
    11  * filenames charset choosing support in panels 
    1226 * various mc.ext fixes 
    13  * included many fixes from other distributions 
    14  * added initial support for doxygen generated docs 
    15  * bells and whistles (trailing tabs hilighting, tabs/spaces mix, free space on disk, etc.) 
    1627 * commandline completion fixes (mainly, escaping hadling) 
    17  * terminal fixes (like putty) 
    1828 * small fixes in history handling (locale independent .mc/history entries) 
    19  * refreshed autoconf stuff 
    20  * extended learn keys 
    21  * translation updates