Changes between Version 18 and Version 19 of NEWS-4.7.0-pre4


Ignore:
Timestamp:
10/20/09 11:56:01 (14 years ago)
Author:
andrew_b
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NEWS-4.7.0-pre4

    v18 v19  
    99=== Core === 
    1010 * Added feature of sort files by mouse click on column header 
    11  * Added keybindings for change sort type of files via hotkeys (!PanelSelectSortOrder, !PanelToggleSortOrderPrev, !PanelToggleSortOrderNext, !PanelReverseSort, !PanelSortOrderByName, !PanelSortOrderByExt, !PanelSortOrderBySize, PanelSortOrderByMTime) 
    12  * Now in panel header always draw letter of sort type and direction of sort (in long view mode only draw direction of sort near current sort column) 
    13  * Skin-files: Added new parameters 'sort-sign-up' and 'sort-sign-down' into section '[widget-common]' for draw sign of sort direction 
    14  * added parameter 'extensions_case' into filehighlight.ini file. 
     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. 
    1515 
    1616=== VFS === 
     
    2525=== Editor === 
    2626=== Viewer === 
    27  * fix tabs alignment (#1664) 
     27 * Fix tabs alignment (#1664) 
    2828 
    2929=== Misc === 
    30  * ''refactoring'': now all filenames constant plase in src/fileloc.h file 
    31  * ''testing&development'': added ability for change user config dir. For example, type {{{make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'}}} 
     30 * ''Refactoring'': now all filename constants are placed in src/fileloc.h file 
     31 * ''Testing & development'': added ability for change user config dir. For example, type {{{make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'}}} 
    3232 * Changed Alt+Backspace behavior in command line (#256) 
    3333 
    3434=== Fixes === 
    35  * autoindent regression (#1669) 
    36  * hex editor regression (#1675) 
    37  * fixed ownership of config files (#1617) 
    38  * configure.ac: fix broken check of option '--disable-vfs-undelfs' (#1607) 
     35 * Autoindent regression (#1669) 
     36 * Hex editor regression (#1675) 
     37 * Fixed ownership of config files (#1617) 
     38 * Configure.ac: fix broken check of option '--disable-vfs-undelfs' (#1607) 
    3939 * Learn keys: fixed incorrect save of keys configuration (#1532) 
    40  * fixed bug with 'The shell is already running a command' (#213) 
     40 * Fixed bug with 'The shell is already running a command' (#213) 
    4141 
    4242