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