Changes between Version 17 and Version 18 of NEWS-4.7.0-pre1


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

Language

Legend:

Unmodified
Added
Removed
Modified
  • NEWS-4.7.0-pre1

    v17 v18  
    77== Changelog == 
    88 
    9 Changes upon 4.6.2: 
     9Major changes since 4.6.2: 
    1010 
    11 Core changes: 
    12  * native UTF-8 support 
    13  * filenames charset selection support in panels 
    14  * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex 
    15  * extended learn keys 
    16  * locale based codepage autodetection 
    17  * initial support for doxygen generated docs 
    18  * refresh of autoconf stuff 
    19  * translation updates 
    20  * x86_64 fixes 
    21  * new 'Find File' dialog 
     11=== Changes in the core === 
    2212 
    23 Editor: 
     13 * Native UTF-8 support; 
     14 * Support for filename charset selection in panels; 
     15 * Reworked 'Find File' dialog; 
     16 * New unified search/replace engine with multiple search types: plain, wildcard, regexp and hex; 
     17 * Improved 'Learn Keys' dialog; 
     18 * Locale-based codepage autodetection; 
     19 * Initial support for Doxygen generated docs; 
     20 * Build system updates (autoconf) 
     21 * Translation updates 
     22 * Multiple x86_64 fixes 
     23 
     24=== Editor === 
     25 
    2426 * various editor enchancements (vertical block marking/moving/copy/paste) 
    2527 * navigate across source code through ctags/etags TAGS file 
     
    3234 * add some hot-keys 
    3335 
    34 Misc: 
     36=== Miscellaneous === 
     37 
    3538 * show free space on current file system 
    3639 * show size of selected files in mini-status bar 
    3740 
    38 Bug fixes: 
     41=== Bugfixes === 
     42 
    3943 * editor undo fixes 
    4044 * included many fixes from other distributions