Changes between Version 4 and Version 5 of NEWS-4.7.0


Ignore:
Timestamp:
12/25/09 15:39:42 (14 years ago)
Author:
zaytsev
Comment:

Grammar

Legend:

Unmodified
Added
Removed
Modified
  • NEWS-4.7.0

    v4 v5  
    5151 
    5252=== Editor === 
    53  * Added scrolled percentage in status bar (only in "simple statusbar" mode) (#395) 
    54  * Fixed Misbehaving rectangular select in editor (wrong when selected from right to left and/or bottom to top) (#1553) 
    55  * Split editor menu 'Command' to 'Command' and 'Format' (#408) 
    56  * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification before save when no newline at EOF (#46) 
    57  * Added bindings ('!EditShiftBlockLeft', '!EditShiftBlockRight') for shift block (#1489) 
    58  * Fixed incorrect drawing CJK (double width) character. (#1628) 
    59  * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac (CR LF/LF/CR) 
    60  * syntax hightlighting updated: VerilogHDL, Shell script 
    61  * Added syntax highlighting for *.repo files of  yum 
    62  * Added syntax highlighting of pacman's PKGBUILD and .install files 
    63  * new search/replace flag added "In selection".  
    64  * new hotkeys for bookmarks, now bookmark displayed in state line and editor 
    65  * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor beyond the end of line.  
    66  * new syntax hightlights added: erlang, ebuild, named, strace, j 
    67  * syntax hightlights updated: mail, vhdl, html 
     53 * Added scrolled percentage in status bar (only in "simple statusbar" mode) (#395); 
     54 * Fixed misbehaving rectangular selection in the editor (when selecting from right to left and/or bottom to top) (#1553); 
     55 * Split editor menu 'Command' to 'Command' and 'Format' (#408); 
     56 * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification before save when no newline at EOF (#46); 
     57 * Added keybindings ('!EditShiftBlockLeft', '!EditShiftBlockRight') for shift block (#1489); 
     58 * Fixed incorrect drawing CJK (double width) characters (#1628); 
     59 * Enhanced 'Save as' dialog by allowing to select the line breaks type: Windows/UNIX/Mac (CR LF/LF/CR); 
     60 * Updated syntax highlighting for VerilogHDL, Shell script, mail, html; 
     61 * Added syntax highlighting for yum *.repo files, pacman's PKGBUILD and .install files, erlang, ebuild, named, strace, j; 
     62 * New search/replace flag added "In selection"; 
     63 * New hotkeys for bookmarks, now bookmark is displayed in status line and editor; 
     64 * New cursor behavior: option "Cursor beyond end of line" allows moving the cursor beyond the end of line.  
    6865 * Various editor enhancements (mark/move/copy/paste vertical blocks); 
    69  * Multiple syntax file updates; 
    7066 * Source code navigation through ctags/etags TAGS files; 
    7167 * New option: 'Persistent selection'; 
     
    7773 
    7874=== Viewer === 
    79  * Fixed tabs alignment (#1664) 
    80  * Fixed view of next/prev file (#1750) 
    81  * Fixed showing Windows/Mac (CR LF/CR) line terminator (#1595) 
    82  * Reworked for improve perfomance 
    83  * Implemented interruptable long-distance movements 
    84  * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple support of code 
    85  * fixed build of format string in runtime (for better i18n) 
    86  * add 'Whole words' option into the viewer 'Search' dialog 
     75 * Fixed tabs alignment (#1664); 
     76 * Fixed view of next/prev file (#1750); 
     77 * Fixed showing Windows/Mac (CR LF/CR) line terminator (#1595); 
     78 * Reworked to improve the performance; 
     79 * Implemented interruptible long-distance movements; 
     80 * Splitted src/view.[ch] into many files in src/viewer/ subdir to simplify the support of the codebase; 
     81 * Fixed building of the format string at runtime (for better i18n); 
     82 * Added 'Whole words' option to the viewer 'Search' dialog. 
    8783 
    8884=== Misc ===