Changes between Version 2 and Version 3 of NEWS-4.7.0


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

Grammar

Legend:

Unmodified
Added
Removed
Modified
  • NEWS-4.7.0

    v2 v3  
    11= Midnight Commander 4.7.0 = 
    22 
    3 [http://www.midnight-commander.org/query?status=closed&group=resolution&order=priority&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&col=severity&milestone=4.7.0 view all closed tickets for this release] 
     3[http://www.midnight-commander.org/query?status=closed&group=resolution&order=priority&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&col=severity&milestone=4.7.0 View all closed tickets for this release] 
    44 
    55== Changelog == 
    66 
    7 Major changes since 4.6.2 
     7Major changes since 4.6.2: 
    88 
    99=== Core === 
    10  * Added feature of sort files by mouse click on column header 
    11  * Added keybindings to change files sort type via shortcuts (!PanelSelectSortOrder, !PanelToggleSortOrderPrev, !PanelToggleSortOrderNext, !PanelReverseSort, !PanelSortOrderByName, !PanelSortOrderByExt, !PanelSortOrderBySize, PanelSortOrderByMTime) 
    12  * Now the letter of sort type and sort direction is always drawn in panel header (direction of sort is drown near the current sort column in long file list mode only) 
    13  * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in the section '[widget-common]' to draw sign of sort direction 
    14  * Added option 'extensions_case' in filehighlight.ini file. 
    15  * Menu engine was reimplemented: 1) now menu is build dynamically, 2) shortcut displayed in menu item is not a part of menu item text and it is synchronized  with keybinding defined in mc.keymap file (#1563). 
    16  * removed own popt stuff (command line options parser). Now used glib parser 
    17  * added feature for filenames highlighting in panels 
    18  * Copy/Move overwrite query dialog is more friendly for long file names 
    19  * at first run find file dialog now contain latest item from history 
    20  * charset support enabled by default (--enable-charset option)  
    21  * added support of skins 
    22  * added support of key bindings 
    23  * cycle menu navigation 
    24  * change behaviour of C-space, now it calculate size on "..", and for selected dirs if there is one. 
    25  * new find file option: find only first hit in file (make search faster) 
    26  * new find file option: Whole words - find whole words only 
    27  * scalable TUI 
     10 * Added support for skins; 
     11 * Added support for key bindings; 
     12 * Added the ability to sort files by mouse click on column header; 
     13 * Added keybindings to change files sorting order via shortcuts (!PanelSelectSortOrder, !PanelToggleSortOrderPrev, !PanelToggleSortOrderNext, !PanelReverseSort, !PanelSortOrderByName, !PanelSortOrderByExt, !PanelSortOrderBySize, PanelSortOrderByMTime); 
     14 * Now the indicator of the sorting type and sorting direction is always drawn on the panel header (sorting direction indicator is drawn near the current column in the long file list mode only); 
     15 * Skin files: added new parameters 'sort-sign-up' and 'sort-sign-down' in the section '[widget-common]' to change the indicator of the sorting order; 
     16 * Added option 'extensions_case'  to the filehighlight.ini file; 
     17 * Menu engine was reimplemented: 1) now the menu is built dynamically, 2) the shortcut displayed in the menu item is not a part of the menu item text and it is synchronized  with the keybindings defined in mc.keymap file (#1563); 
     18 * Removed own popt stuff (command line options parser), now using glib parser; 
     19 * Added filename highlighting in the panels; 
     20 * Copy/Move overwrite query dialog is more friendly to the long file names; 
     21 * On the first run the find file dialog now contains latest item from history; 
     22 * Charset support enabled by default (--enable-charset option); 
     23 * Added cyclic menu navigation; 
     24 * Changed the behavior of C-space: now it calculate size on "..", and for selected dirs if there are any; 
     25 * New find file option: find only first hit in file (make search faster); 
     26 * New find file option: whole words (find whole words only); 
     27 * Scalable TUI; 
    2828 * Native UTF-8 support; 
    29  * Support for filename charset selection in panels; 
     29 * Support for the filename charset selection in panels; 
    3030 * Reworked 'Find File' dialog; 
    3131 * New unified search/replace engine with multiple search types: plain, wildcard, regexp and hex;