Fixed behavior after pressing PageDown at end of file
[midnight-commander.git] / doc / NEWS
blobfc7c91eec9de1cdda2d9252828dd86890d73313d
1 Version 4.7.2
3 - Core
5     * Quick Search mode is defined by quick_search_case_sensitive option (#2022)
6     * Mouse wheel doesn't change sorting preferences in panels (#2093)
7     * Interactive help is displayed with dynamically run-time formatting (#1561)
8     * Improvement of double and single lines support in skins (#1648)
10 - Editor
12     * Remove selected text before input or paste from clipboard (in non persistent selection mode) (#2155)
13     * Case insensitive syntax highlighting (#1770)
14     * Current syntax scheme is highlighted in 'Choose syntax highlighting' dialog (#1754)
15     * Added ini.syntax (#2126)
17 - Diff viewer
19     * A built-in tool to visual compare and merge two files (#120, #2159)
21 - Misc
23     * Added support for AM_SILENT_RULES (#2134)
24     * Lot of code cleanups (#1949, #2041, #2078, #2097, #2119)
25     * Renamed color keywords (#1660):
26         - menu -> menunormal
27         - linestate -> editlinestate
28     * Added new skins:
29         - nice and dark (#1791)
30     * Updated file extension for "sh" (#2127)
31     * Documentation updates
32     * Translation updates
34 - Fixes
36     * Segfault in panelization of file find results (#2068)
37     * Segfault in standalone editor and viewer (#2087)
38     * Memory leaks (#2069, #2108)
39     * If dialog was canceled, input line content is saved in history (#2082)
40     * MC says "File exists" trying create directory with empty filename (#2014)
41     * User asked twice about overwriting file in move across file systems (#2125)
42     * Deleting symlink to directory scans dir structure first (#2121)
43     * Incorrect layout of file operation dialog in non-verbose mode (#2099)
44     * MC proposes ".." as a dirname with automatic name filling (#2056)
45     * MC treats files ending with a dot as gzip (#2114)
46     * Broken default regexp mask in filecopy dialog (#2001)
47     * Misleading label "Status:" in the Info panel (#2146)
48     * Can't define help window background via skin (#1701)
49     * i18n_checktimelength may vary depending on the season (#1671)
50     * Build breaks on ignored return values (#1897)
51     * Incorrect cursor position after "Cursor beyond end of line" mode switched off (#2094)
52     * Incorrect overwrite behavior with UTF-8 codeset in editor (#2081)
53     * Incorrect toggling state of ruler in viewer (#2067)
54     * Superfluous "Search done, Continue from begining?" dialog in viewer (#2091)
55     * Turning on wrap mode does not scroll left/right the file view (#2107)
56     * Cannot scroll wrapped long lines in viewer (#2086)
57     * Fixed EOL/BOL movements in plain mode (#1734)
58     * Text area is not updated in hex mode (#2005)
59     * Incorrect handling of archives in EXTFS VFS (#1909)
60     * Segfault in symlink handling within archives
61     * urar EXTFS doesn't correctly show localized filenames in RAR archives (#2049)
62     * urar EXTFS: disable RAR/UNRAR user/system configuration for archive list and copyout operations (#2050)
63     * Patches adding a single line are not shown correctly by patchfs (#2149)
64     * uzip EXTFS: fixed Y2K bug (#2122)
67 Version 4.7.1
69 - Core
71     * Minimal required GLib version is 2.8 (#1980)
72     * Reorganization of source tree structure (#1866, #2037)
73     * States of all 'Find File' dialog checkboxes are saved in user configuration file (#1874, #1965)
74     * New file type bindings:
75           o viewing .lyx with lyxcat, opening with lyx (#1693)
76     * Added shortcut (Meta-,) to toggle panels split (#1991)
77     * Capability to remove history items. !WListbox widget was fully reimplemented (#1445)
78     * Autodetect codepages of edited/viewed files with enca program (#1838)
79     * Custom/locale-based date format (#1767)
80     * New quick search behavior, allow wildcard characters - '*' and '?'(#2022)
81     * Panels: new sort type 'by version' (#1994)
82     * Added 'menuinactive' skin item to draw inactive visible main menu (#1999)
83     * Added ability to show progressbars (when copy files) from right to left (#1443)
84     * Added indication of total BPS and ETA for file operations; fully rewrited FileOperations dialog (#1443)
86 - VFS
88     * Small reorganizing (#1931)
89     * Easy plugable EXTFS VFS (#1909)
91 - Editor
93     * Some simple optimization of syntax highlighting engine (#1843)
94     * Show right margin using 'editor_show_right_margin' option. Keybind EditToggleShowMargin in [editor] section is used to toggle the state (#1514)
95     * New editor action 'Mark all', new keybind EditMarkAll (#1945)
96     * Changed default for 'Cursor beyond EOL', now it switched off by default (#1946)
97     * Changed default color pair for 'editbold' (search result) to be more sensible (#1559)
99 - Viewer
101     * Viewer is now very fast (#1585)
102     * Added new confirm box for repeat search from begining of file (#1917)
104 - Misc
106     * Lots of code cleanup (#1780, #1915, #1990)
107     * Removed obsolete checks in configuration scripts (#262, #1932)
108     * Documentation updates
109     * Translation updates
111 - Fixes
113     * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943)
114     * MC won't compile on AIX (#1957)
115     * Missing includes (#1930, #2017)
116     * Missing printf format (#1960)
117     * Memory and file descriptors leaks (#1953, #2028, #2053, #2058)
118     * Small error in versioning (#1905)
119     * Incorrect start up with some special paths (#1992)
120     * Segfault in input line history (#1936)
121     * MC crashes on exit when using C locale (#1942)
122     * MC crashes at exit due to race conditions of destroying subshell and file manager (#2008)
123     * Assertion failed for g_array_free (#1954)
124     * Broken transparency if MC is built with NCurses (#1657)
125     * Selections not visible on monochrome terminals (#1972)
126     * Colors of visible inactive menu (#1702)
127     * Incorrect input line length in 'Edit symlink' dialog window (#1955)
128     * Unquoted shell variables in user menu (#1967)
129     * Ctrl-\ key closes the NCurses-based MC (#1926)
130     * verbose option is always on after MC start (#1940)
131     * Show total progressbar (and related info) when copying just one subdirdir with lot of files (#1443)
132     * Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956)
133     * Incorrect editor lock files check (#1935)
134     * Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982)
135     * Editor's search parameters are not retained across editing session (#1572)
136     * EditColumnMark can't go up through newline (#1998)
137     * 'Confirm replace' dialog is not converted from UTF-8 to user defined charset (#1986)
138     * Missed \s symbol in Syntax file (#2010)
139     * Viewer in QuickView mode corrupts screen (#1918, #1944)
140     * ViewContinueSearch segfault on empty search (#1996)
141     * MC crashes if file name in archves contains '@' symbol (#1605)
142     * deba and debd VFS: items from DEBIAN directory are not accessible (#1920)
143     * Samba is not built with tcc (#1933)
144     * Incorrect conditional compilation of mcserver (#1925)
145     * Potencial security risk in mcserv (#1902)
146     * The lslR VFS doesn't work with ls-lR files created in en_US.UTF-8 locale and with files and directories started with whitespaces (#1921)
147     * Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029)
148     * FTPFS: strcpy() is used for overlaping strings (#2018)
150 Version 4.7.0.1
152 - Fixes
154     * Fixed double free of memory in editor;
155     * Fixed build with --disable-vfs option;
156     * Fixed compile warnings about unused variables;
157     * Fixed Fedora/RH RPM versioning scheme.
160 Version 4.7.0
162 - Core
164     * Removed charset confirmation on startup and added the automatic recognize
165       of system charset (#1613)
166     * Some startup speed up (#1781)
167     * Save flags of select/unselet file group (#1776)
168     * Don't set TOSTOP attribute on slave terminal (#1637)
169     * Keybindings for button bars (F1-F10 keys) (#212)
170     * Keybindings for Tree widget
171     * Enlarged sizes of Directory Tree dialog window
172     * Added missed esc sequencies for qansi terminals (#1803)
173     * New file type bindings:
174       + adeed mkv, 3gp video types
175       + use exif(1) output when viewing jpeg files
176       + opening .chm with kchmviewer with fallback to xchm
177       + viewing .mo files with msgunfmt
179 - VFS
181     * FISH: add the user name to the ssh command line only if it's not the same as
182       the local logged-in user (#1867)
183     * FTP: support active mode (#1796)
184     * FTP: improved symlink handling
185     * FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
186       to chmod operations (#1708)
187     * EXTFS: added S3 backend by Jakob Kemi (#272)
188     * SFS: use single script for RPM and SRPM packets handling (#1590)
190 - Editor
192     * New syntax files: Cabal
193     * Updated syntax files: Python, PHP
194     * Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
196 - Misc
198     * Lots of code cleanup and optimization
199     * Workaround for SunStudio compiler bug #6888373 (#1749)
200     * Removed obsolete checks in configuration scripts
201     * Allow save empty value in history (#1814)
202     * Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
203     * RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
204     * Translation updated
205     * Documentation updates
206     * Added skin: darker color style (#1659)
208 - Fixes
210     * Memory and file descriptors leaks
211     * Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
212     * MC aborts when ctrl-c is pressed (#1793)
213     * Build w/o internal editor (#1826)
214     * Compilation warings of --disable-nls and --disable-charset options (#1831)
215     * Incorrect handling of '--with-search-engine' configure option (#1396)
216     * Segmentation fault when search in different encodings (#1858)
217     * C-w does not delete whole command line (#407)
218     * Wrong shortcuts in menu items (#1836)
219     * Panels state saves and restores despite disabled 'Auto save setup' (#1663)
220     * Case insensitive file sorting in UTF-8 locales (#1536)
221     * Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
222     * Segfault in TreeView loading (#1794)
223     * Incorect stat info of ".." directory in file panel (#1757)
224     * Incorect stat info of ".." directory in info panel (#1757)
225     * Setting "Use passive mode over proxy" is not remembered (#1746)
226     * CK_Edit_Save_Mode command handling in editor (#1810)
227     * Incorrect calculation of some utf-8 characters width (#1768)
228     * Handling CJK chars in editor (#1628)
229     * Incorrect cursor positioning in editor (#1809, #1884)
230     * Vertical block handling in editor (#1839)
231     * Incorrect text scrolling in editor (#1877)
232     * Incorrect mouse movement in editor when text scrolled to the right (#1792)
233     * Newlines are lost when pasting multiline text in editor (#1710)
234     * Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
235     * íismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
236     * Some syntax files are not installable (#1779)
237     * Date & time insertion in editor (#1759)
238     * "Matches not found" message is not shown in viewer
239     * Hangup after search in archive in viewer (#1873)
240     * SFS: CPIO VFS skips empty directories in the root of archive (#1732)
241     * Incorrect parsing FTP-string (#1605)
242     * LZMA files detect (#1798)
243     * FISH: broken filenames and timestamps on really poor busybox devices (#1450)
244     * Minor mistakes and mistypes in man files
245     * Various doxygen warnings
248 Version 4.7.0-pre4
250 - Core
252     * Added feature of sort files by mouse click on column header
253     * Added keybindings to change files sort type via shortcuts
254       (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
255       PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
256       PanelSortOrderBySize, PanelSortOrderByMTime)
257     * Now the letter of sort type and sort direction is always drawn in panel
258       header (direction of sort is drown near the current sort column in long
259       file list mode only)
260     * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
261       the section '[widget-common]' to draw sign of sort direction
262     * Added option 'extensions_case' in filehighlight.ini file.
263     * Menu engine was reimplemented: 1) now menu is build dynamically, 2)
264       shortcut displayed in menu item is not a part of menu item text and it is
265       synchronized with keybinding defined in mc.keymap file (#1563).
267 - VFS
269     * Fixed view *.tar files with a colon in name
270     * Allow 'exit' command on non-local filesystems
271     * Added partial support of Microsoft CAB-archives
272     * Added support of ico files
273     * Added support of *.djvu files
274     * Fix segfaults in various cases while browsing various VFSs
275     * Fixed warnings when file copy inside archive.
277 - Editor
279     * Added scrolled percentage in status bar (only in "simple statusbar" mode)
280     * Fixed Misbehaving rectangular select in editor (wrong when selected from
281       right to left and/or bottom to top)
282     * Split editor menu 'Command' to 'Command' and 'Format'
283     * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
284       before save when no newline at EOF (#46)
285     * Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
286     * Fixed incorrect drawing CJK (double width) character
288 - Viewer
290     * Fixed tabs alignment (#1664)
291     * Fixed view of next/prev file (#1750)
293 - Misc
295     * Shared clipboard for the mc editor, form fields, panel and command prompt
296     * Refactoring: now all filename constants are placed in src/fileloc.h file
297     * Testing & development: added ability for change user config dir. For example,
298       type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
299     * Changed Alt+Backspace behavior in command line
301 - Fixes
303     * Fixed broken building under uclibc <0.9.29
304     * Autoindent regression
305     * Viewer Hex editor regression
306     * Incorrect indentation block when selecting with F3 + keys
307     * Fixed ownership of config files
308     * Configure.ac: fix broken check of option '--disable-vfs-undelfs'
309     * Learn keys: fixed incorrect save of keys configuration
310     * Fixed bug with 'The shell is already running a command'
311     * Fixed 'B' artefact into OpenSuse console of root user
314 Version 4.7.0-pre3
316 - Core
318     * removed own popt stuff (command line options parser). Now used glib parser
319     * added feature for filenames highlighting in panels
320     * Copy/Move overwrite query dialog is more friendly for long file names
321     * at first run find file dialog now contain latest item from history
322     * charset support enabled by default (--enable-charset option)
323     * added support of skins
324     * added support of key bindings
326 - VFS
328     * fixed recognize of tar.xz archives
329     * added recognize of lzma archives by extention
331 - Editor
333     * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
334       (CR LF/LF/CR)
335     * syntax hightlighting updated: VerilogHDL, Shell script
336     * Added syntax highlighting for *.repo files of yum
337     * Added syntax highlighting of pacman's PKGBUILD and .install files
339 - Viewer
341     * Fixed showing Windows/Mac (CR LF/CR) line terminator
343 - Misc
345     * hotlist: support for environment variables ($HOME, ~username, etc.)
346     * hotlist: support for completion in path input
347     * all list widgets: support for fast navigation by number keys (i.e. 1 -
348       first list item, 2 - second)
350 - Fixes
352     * restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
353       charset use 'alt-e'
354     * segfault on incorrect color pair in [Color] section
355     * incorrect position of panel codeset dialog
356     * limit of 9 digits for of file size display
357     * lines drawing in -a stickchars mode
358     * segfault when you try to use non-anonymous FTP
359     * Ctrl-O handling under GNU Screen in altscreen mode
360     * support of CP866 (IBM866) locale
361     * configure.ac: checking for minimal version of glib and exit if version less
362       than 2.6
363     * segfault by mouse wheel action in history list and menu
364     * Fixed behvior with Meta+PgDn? in editor
365     * Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
366     * Fixed editor autocompleting
367     * Fixed Copy/Move dialogs steal Kill Word shortcut
368     * Fixed autoconf issue when configure with --with-gpm-mouse option
371 Version 4.7.0-pre2
373 - Core
375     * cycle menu navigation
376     * change behaviour of C-space, now it calculate size on "..", and for selected
377       dirs if there is one.
378     * new find file option: find only first hit in file (make search faster)
379     * new find file option: Whole words - find whole words only
380     * scalable TUI
382 - VFS
384     * FTPFS: support of IPv6 protocol
385     * extfs/iso9660 updated to support Joliet "UCS level 1"
387 - Editor
389     * new search/replace flag added "In selection"
390     * new hotkeys for bookmarks, now bookmark displayed in state line and editor
391     * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
392       beyond the end of line
393     * new syntax hightlights added: erlang, ebuild, named, strace, j
394     * syntax hightlights updated: mail, vhdl, html
396 - Viewer
398     * Reworked for improve perfomance
399     * Implemented interruptable long-distance movements
400     * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
401       support of code
402     * fixed build of format string in runtime (for better i18n)
403     * add 'Whole words' option into the viewer 'Search' dialog
405 - Misc
407     * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
408       dialog close them
409     * new: SI-based size show
410     * make shared history for find file, editor search/replace, viever
412 - Fixes
414     * linking error with --enable-vfs-undelfs
415     * external editor won't open if there are spaces in EDITOR variable
416     * C-c kill mc if mc built with --without-subshell option is run with -d option
417     * directory hotlist rendering
418     * segfault on empty replace string
419     * fixes for vfs/tarfs
420     * removing bashizm from vfs/extfs/u7z
421     * crash mc on create new file (Shift-F4) in external editor
422     * File copy/move dialog: in replacement field now handled asterisks as search groups
423     * VFS: Fixed SIGSERV(or heap corruption) on large filenames
424     * Fixed broken backward search
425     * Fixed uninitialised value for mouse event in in find.c#check_find_events() function
426     * Fixed ctrl+z signal handling
427     * Fixed incorrect showing prompt
428     * Fixed incorrect vertical selection (if line state swiched on)
429     * Fixed screen resize handle if mouse support is disabled
430     * Restore correct current directory after switch from Info panel to List one
431     * Fixed mouse support in 'konsole-256color' terminal
432     * Fixed keycodes in 'xterm-256color' terminal
433     * Fixed incorrect regexp search by content in 'file find' dialog
434     * Fixed incorrect backwards search
435     * Fixed incorrect detection of compressed patchfs
436     * Fixed incorrect detecting codeset when <no translation> codeset selected
439 Version 4.7.0-pre1
441 - Core
443     * native UTF-8 support
444     * filenames charset selection support in panels
445     * new 'Find File' dialog
446     * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
447     * extended learn keys
448     * locale based codepage autodetection
449     * initial support for doxygen generated docs
450     * refresh of autoconf stuff
451     * translation updates
452     * x86_64 fixes
454 - Editor
456     * various editor enchancements (vertical block marking/moving/copy/paste)
457     * navigate across source code through ctags/etags TAGS file
458     * new option 'Persistent selection'
459     * Del/Backspace - delete selected block if 'Persistent selection' switched off
460     * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
461       if 'Persistent selection' switched off
462     * optional showing of line numbers
463     * various syntax files updates
464     * optional highlighting of the tabs and trailing spaces
465     * add some hot-keys
467 - Misc
469     * showing of the free space on current file system
470     * showing of the size selected files in mini-status bar
472 - Fixes
474     * editor's undo fixes
475     * many fixes from other distributions are included
476     * fish handling for symlinks is fixed
477     * escaping of fancy names is fixed
478     * segfault in fish permission checks is fixed
479     * various mc.ext fixes
480     * commandline completion fixes (mainly, escaping hadling)
481     * small fixes in history handling (locale independent .mc/history entries)
482     * code cleanups, various memleak/etc fixes (many thanks to valgrind)