25 | | * Viewer |
26 | | * Reworked for improve perfomance |
27 | | * Implemented interruptable long-distance movements |
28 | | * splitted src/view/[ch] into many files in src/viewer/ subdir for more simple support of code |
29 | | * fixed build of format string in runtime (for better i18n) |
30 | | * add 'Whole words' option into the viewer 'Search' dialog |
| 20 | === Editor === |
| 21 | * new search/replace flag added "In selection". |
| 22 | * new hotkeys for bookmarks, now bookmark displayed in state line and editor |
| 23 | * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor beyond the end of line. |
| 24 | * new syntax hightlights added: erlang, ebuild, named, strace, j |
| 25 | * syntax hightlights updated: mail, vhdl, html |
37 | | * Fixes: |
38 | | * linking error with --enable-vfs-undelfs |
39 | | * external editor won't open if there are spaces in EDITOR variable |
40 | | * C-c kill mc if mc built with --without-subshell option is run with -d option |
41 | | * directory hotlist rendering |
42 | | * segfault on empty replace string |
43 | | * fixes for vfs/tarfs |
44 | | * removing bashizm from vfs/extfs/u7z |
45 | | * crash mc on create new file (Shift-F4) in external editor |
46 | | * File copy/move dialog: in replacement field now handled asterisks as search groups (#414) |
47 | | * VFS: Fixed SIGSERV(or heap corruption) on large filenames |
48 | | * Fixed broken backward search (#1496) |
49 | | * Fixed uninitialised value for mouse event in in find.c#check_find_events() function |
50 | | * Fixed ctrl+z signal handling. |
51 | | * Fixed incorrect showing prompt |
52 | | * Fixed incorrect vertical selection (if line state swiched on) |
53 | | * Fixed screen resize handle if mouse support is disabled |
54 | | * Restore correct current directory after switch from Info panel to List one |
55 | | * Fixed mouse support in 'konsole-256color' terminal |
56 | | * Fixed keycodes in 'xterm-256color' terminal |
57 | | * Fixed incorrect regexp search by content in 'file find' dialog (#1543) |
58 | | * Fixed incorrect backwards search (#1558) |
59 | | * Fixed incorrect detection of compressed patchfs |
60 | | * Fixed incorrect detecting codeset when <no translation> codeset selected. (#1529) |
| 34 | === Misc === |
| 35 | * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the dialog close them |
| 36 | * new: SI-based size show |
| 37 | * make shared history for find file, editor search/replace, viever |
| 38 | |
| 39 | === Fixes === |
| 40 | * linking error with --enable-vfs-undelfs |
| 41 | * external editor won't open if there are spaces in EDITOR variable |
| 42 | * C-c kill mc if mc built with --without-subshell option is run with -d option |
| 43 | * directory hotlist rendering |
| 44 | * segfault on empty replace string |
| 45 | * fixes for vfs/tarfs |
| 46 | * removing bashizm from vfs/extfs/u7z |
| 47 | * crash mc on create new file (Shift-F4) in external editor |
| 48 | * File copy/move dialog: in replacement field now handled asterisks as search groups (#414) |
| 49 | * VFS: Fixed SIGSERV(or heap corruption) on large filenames |
| 50 | * Fixed broken backward search (#1496) |
| 51 | * Fixed uninitialised value for mouse event in in find.c#check_find_events() function |
| 52 | * Fixed ctrl+z signal handling. |
| 53 | * Fixed incorrect showing prompt |
| 54 | * Fixed incorrect vertical selection (if line state swiched on) |
| 55 | * Fixed screen resize handle if mouse support is disabled |
| 56 | * Restore correct current directory after switch from Info panel to List one |
| 57 | * Fixed mouse support in 'konsole-256color' terminal |
| 58 | * Fixed keycodes in 'xterm-256color' terminal |
| 59 | * Fixed incorrect regexp search by content in 'file find' dialog (#1543) |
| 60 | * Fixed incorrect backwards search (#1558) |
| 61 | * Fixed incorrect detection of compressed patchfs |
| 62 | * Fixed incorrect detecting codeset when <no translation> codeset selected. (#1529) |
| 63 | |
| 64 | |
| 65 | The new release can be downloaded at the following URL: http://www.midnight-commander.org/downloads |