extfs.ini file is replaced to extfs.d directory.
[midnight-commander.git] / doc / NEWS
blobc538fa424b5622947b40eedc411aa010dd439b39
1 Version 4.7.0.4
3 - Core
5     * Mouse wheel doesn't change sorting preferences in panels (#2093)
7 - Misc
9     * Translation updates
11 Fixes
13     * Segfault in standalone editor and viewer (#2087)
14     * Memory leaks (#2069, #2108)
15     * If dialog was canceled, input line content is saved in history (#2082)
16     * MC says "File exists" trying create directory with empty filename (#2014)
17     * Can't define help window background via skin (#1701)
18     * MC proposes ".." as a dirname with automatic name filling (#2056)
19     * MC treats file ending with a dot as gzip (#2114)
20     * Broken default regexp mask in filecopy dialog (#2001)
21     * Incorrect cursor position after "Cursor beyond end of line" mode switched off (#2094)
22     * Incorrect toggling state of ruler in viewer (#2067)
25 Version 4.7.0.3
27 - Core
29     * Reorganization of source tree structure (#2037)
30     * Added 'menuinactive' skin item to draw inactive visible main menu (#1999)
32 - Misc
34     * Documentation updates
35     * Translation updates
37 - Fixes
39     * Missing includes (#2017)
40     * Memory leaks (#2028, #2053, #2058)
41     * Incorrect start up with some special paths (#1992)
42     * MC crashes at exit due to race conditions of destroying subshell and file manager (#2008)
43     * Ctrl-\ key closes the NCurses-based MC (#1926)
44     * verbose option is always switched on after MC start (#1940)
45     * Selections are not visible on monochrome terminals in NCurses-based MC (#1972)
46     * Extra quoting of shell variables in user menu (#1967)
47     * Editor's search parameters are not retained across editing session (#1572)
48     * EditColumnMark can't go up through newline (#1998)
49     * Missed \s symbol in Syntax file (#2010)
50     * ViewContinueSearch segfault on empty search (#1996)
51     * Potencial security risk in mcserv (#1902)
52     * 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)
53     * Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029)
54     * FTPFS: strcpy() is used for overlaping strings (#2018)
57 Version 4.7.0.2
59 - Core
60     * Minimal required GLib version is 2.8 (#1980)
61     * Reorganizing of directory structure (#1866)
62     * States of all 'Find File' dialog checkboxes are saved in user configuration file (#1874, #1965)
63     * New file type bindings:
64         - viewing .lyx with lyxcat, opening with lyx (#1693)
66 - VFS
67     * Small reorganizing (#1931)
69 - Editor
70     * Some simple optimization of syntax highlighting engine (#1843)
71     * New editor action 'Mark all', new keybind EditMarkAll (#1945)
72     * Changed default for 'Cursor beyond EOL', now it switched off by default (#1946)
73     * Changed default color pair for 'editbold' (search result) to be more sensible (#1559). 
75 - Misc
76     * Lots of code cleanup (#1780, #1915, #1990)
77     * Removed obsolete checks in configuration scripts (#262, #1932)
78     * Documentation updates
79     * Translation updates 
81 - Fixes
82     * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943)
83     * MC won't compile on AIX (#1957)
84     * Missing includes (#1930)
85     * Missing printf format (#1960)
86     * Memory and file descriptors leaks (#1953)
87     * Small error in versioning (#1905)
88     * Segfault in input line history (#1936)
89     * MC crashes on exit when using C locale (#1942)
90     * Assertion failed for g_array_free (#1954)
91     * Broken transparency if MC is built with NCurses (#1657)
92     * Selections not visible on monochrome terminals (#1972)
93     * Colors of visible inactive menu (#1702)
94     * Incorrect input line length in 'Edit symlink' dialog window (#1955)
95     * Unquoted shell variables in used menus (#1967)
96     * Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956)
97     * Incorrect editor lock files check (#1935)
98     * Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982)
99     * Viewer in QuickView mode corrupts screen (#1918, #1944)
100     * MC crashes if file name in archves contain '@' symbol (#1605)
101     * deba and debd VFS: items from DEBIAN directory are not accessible (#1920)
102     * Samba is not built with tcc (#1933)
103     * Incorrect conditional compilation of mcserver (#1925) 
106 Version 4.7.0.1
108 - Fixes
110     * Fixed double free of memory in editor;
111     * Fixed build with --disable-vfs option;
112     * Fixed compile warnings about unused variables;
113     * Fixed Fedora/RH RPM versioning scheme.
116 Version 4.7.0
118 - Core
120     * Removed charset confirmation on startup and added the automatic recognize
121       of system charset (#1613)
122     * Some startup speed up (#1781)
123     * Save flags of select/unselet file group (#1776)
124     * Don't set TOSTOP attribute on slave terminal (#1637)
125     * Keybindings for button bars (F1-F10 keys) (#212)
126     * Keybindings for Tree widget
127     * Enlarged sizes of Directory Tree dialog window
128     * Added missed esc sequencies for qansi terminals (#1803)
129     * New file type bindings:
130       + adeed mkv, 3gp video types
131       + use exif(1) output when viewing jpeg files
132       + opening .chm with kchmviewer with fallback to xchm
133       + viewing .mo files with msgunfmt
135 - VFS
137     * FISH: add the user name to the ssh command line only if it's not the same as
138       the local logged-in user (#1867)
139     * FTP: support active mode (#1796)
140     * FTP: improved symlink handling
141     * FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
142       to chmod operations (#1708)
143     * EXTFS: added S3 backend by Jakob Kemi (#272)
144     * SFS: use single script for RPM and SRPM packets handling (#1590)
146 - Editor
148     * New syntax files: Cabal
149     * Updated syntax files: Python, PHP
150     * Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
152 - Misc
154     * Lots of code cleanup and optimization
155     * Workaround for SunStudio compiler bug #6888373 (#1749)
156     * Removed obsolete checks in configuration scripts
157     * Allow save empty value in history (#1814)
158     * Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
159     * RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
160     * Translation updated
161     * Documentation updates
162     * Added skin: darker color style (#1659)
164 - Fixes
166     * Memory and file descriptors leaks
167     * Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
168     * MC aborts when ctrl-c is pressed (#1793)
169     * Build w/o internal editor (#1826)
170     * Compilation warings of --disable-nls and --disable-charset options (#1831)
171     * Incorrect handling of '--with-search-engine' configure option (#1396)
172     * Segmentation fault when search in different encodings (#1858)
173     * C-w does not delete whole command line (#407)
174     * Wrong shortcuts in menu items (#1836)
175     * Panels state saves and restores despite disabled 'Auto save setup' (#1663)
176     * Case insensitive file sorting in UTF-8 locales (#1536)
177     * Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
178     * Segfault in TreeView loading (#1794)
179     * Incorect stat info of ".." directory in file panel (#1757)
180     * Incorect stat info of ".." directory in info panel (#1757)
181     * Setting "Use passive mode over proxy" is not remembered (#1746)
182     * CK_Edit_Save_Mode command handling in editor (#1810)
183     * Incorrect calculation of some utf-8 characters width (#1768)
184     * Handling CJK chars in editor (#1628)
185     * Incorrect cursor positioning in editor (#1809, #1884)
186     * Vertical block handling in editor (#1839)
187     * Incorrect text scrolling in editor (#1877)
188     * Incorrect mouse movement in editor when text scrolled to the right (#1792)
189     * Newlines are lost when pasting multiline text in editor (#1710)
190     * Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
191     * Mismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
192     * Some syntax files are not installable (#1779)
193     * Date & time insertion in editor (#1759)
194     * "Matches not found" message is not shown in viewer
195     * Hangup after search in archive in viewer (#1873)
196     * SFS: CPIO VFS skips empty directories in the root of archive (#1732)
197     * Incorrect parsing FTP-string (#1605)
198     * LZMA files detect (#1798)
199     * FISH: broken filenames and timestamps on really poor busybox devices (#1450)
200     * Minor mistakes and mistypes in man files
201     * Various doxygen warnings
204 Version 4.7.0-pre4
206 - Core
208     * Added feature of sort files by mouse click on column header
209     * Added keybindings to change files sort type via shortcuts
210       (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
211       PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
212       PanelSortOrderBySize, PanelSortOrderByMTime)
213     * Now the letter of sort type and sort direction is always drawn in panel
214       header (direction of sort is drown near the current sort column in long
215       file list mode only)
216     * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
217       the section '[widget-common]' to draw sign of sort direction
218     * Added option 'extensions_case' in filehighlight.ini file.
219     * Menu engine was reimplemented: 1) now menu is build dynamically, 2)
220       shortcut displayed in menu item is not a part of menu item text and it is
221       synchronized with keybinding defined in mc.keymap file (#1563).
223 - VFS
225     * Fixed view *.tar files with a colon in name
226     * Allow 'exit' command on non-local filesystems
227     * Added partial support of Microsoft CAB-archives
228     * Added support of ico files
229     * Added support of *.djvu files
230     * Fix segfaults in various cases while browsing various VFSs
231     * Fixed warnings when file copy inside archive.
233 - Editor
235     * Added scrolled percentage in status bar (only in "simple statusbar" mode)
236     * Fixed Misbehaving rectangular select in editor (wrong when selected from
237       right to left and/or bottom to top)
238     * Split editor menu 'Command' to 'Command' and 'Format'
239     * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
240       before save when no newline at EOF (#46)
241     * Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
242     * Fixed incorrect drawing CJK (double width) character
244 - Viewer
246     * Fixed tabs alignment (#1664)
247     * Fixed view of next/prev file (#1750)
249 - Misc
251     * Shared clipboard for the mc editor, form fields, panel and command prompt
252     * Refactoring: now all filename constants are placed in src/fileloc.h file
253     * Testing & development: added ability for change user config dir. For example,
254       type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
255     * Changed Alt+Backspace behavior in command line
257 - Fixes
259     * Fixed broken building under uclibc <0.9.29
260     * Autoindent regression
261     * Viewer Hex editor regression
262     * Incorrect indentation block when selecting with F3 + keys
263     * Fixed ownership of config files
264     * Configure.ac: fix broken check of option '--disable-vfs-undelfs'
265     * Learn keys: fixed incorrect save of keys configuration
266     * Fixed bug with 'The shell is already running a command'
267     * Fixed 'B' artefact into OpenSuse console of root user
270 Version 4.7.0-pre3
272 - Core
274     * removed own popt stuff (command line options parser). Now used glib parser
275     * added feature for filenames highlighting in panels
276     * Copy/Move overwrite query dialog is more friendly for long file names
277     * at first run find file dialog now contain latest item from history
278     * charset support enabled by default (--enable-charset option)
279     * added support of skins
280     * added support of key bindings
282 - VFS
284     * fixed recognize of tar.xz archives
285     * added recognize of lzma archives by extention
287 - Editor
289     * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
290       (CR LF/LF/CR)
291     * syntax hightlighting updated: VerilogHDL, Shell script
292     * Added syntax highlighting for *.repo files of yum
293     * Added syntax highlighting of pacman's PKGBUILD and .install files
295 - Viewer
297     * Fixed showing Windows/Mac (CR LF/CR) line terminator
299 - Misc
301     * hotlist: support for environment variables ($HOME, ~username, etc.)
302     * hotlist: support for completion in path input
303     * all list widgets: support for fast navigation by number keys (i.e. 1 -
304       first list item, 2 - second)
306 - Fixes
308     * restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
309       charset use 'alt-e'
310     * segfault on incorrect color pair in [Color] section
311     * incorrect position of panel codeset dialog
312     * limit of 9 digits for of file size display
313     * lines drawing in -a stickchars mode
314     * segfault when you try to use non-anonymous FTP
315     * Ctrl-O handling under GNU Screen in altscreen mode
316     * support of CP866 (IBM866) locale
317     * configure.ac: checking for minimal version of glib and exit if version less
318       than 2.6
319     * segfault by mouse wheel action in history list and menu
320     * Fixed behvior with Meta+PgDn? in editor
321     * Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
322     * Fixed editor autocompleting
323     * Fixed Copy/Move dialogs steal Kill Word shortcut
324     * Fixed autoconf issue when configure with --with-gpm-mouse option
327 Version 4.7.0-pre2
329 - Core
331     * cycle menu navigation
332     * change behaviour of C-space, now it calculate size on "..", and for selected
333       dirs if there is one.
334     * new find file option: find only first hit in file (make search faster)
335     * new find file option: Whole words - find whole words only
336     * scalable TUI
338 - VFS
340     * FTPFS: support of IPv6 protocol
341     * extfs/iso9660 updated to support Joliet "UCS level 1"
343 - Editor
345     * new search/replace flag added "In selection"
346     * new hotkeys for bookmarks, now bookmark displayed in state line and editor
347     * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
348       beyond the end of line
349     * new syntax hightlights added: erlang, ebuild, named, strace, j
350     * syntax hightlights updated: mail, vhdl, html
352 - Viewer
354     * Reworked for improve perfomance
355     * Implemented interruptable long-distance movements
356     * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
357       support of code
358     * fixed build of format string in runtime (for better i18n)
359     * add 'Whole words' option into the viewer 'Search' dialog
361 - Misc
363     * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
364       dialog close them
365     * new: SI-based size show
366     * make shared history for find file, editor search/replace, viever
368 - Fixes
370     * linking error with --enable-vfs-undelfs
371     * external editor won't open if there are spaces in EDITOR variable
372     * C-c kill mc if mc built with --without-subshell option is run with -d option
373     * directory hotlist rendering
374     * segfault on empty replace string
375     * fixes for vfs/tarfs
376     * removing bashizm from vfs/extfs/u7z
377     * crash mc on create new file (Shift-F4) in external editor
378     * File copy/move dialog: in replacement field now handled asterisks as search groups
379     * VFS: Fixed SIGSERV(or heap corruption) on large filenames
380     * Fixed broken backward search
381     * Fixed uninitialised value for mouse event in in find.c#check_find_events() function
382     * Fixed ctrl+z signal handling
383     * Fixed incorrect showing prompt
384     * Fixed incorrect vertical selection (if line state swiched on)
385     * Fixed screen resize handle if mouse support is disabled
386     * Restore correct current directory after switch from Info panel to List one
387     * Fixed mouse support in 'konsole-256color' terminal
388     * Fixed keycodes in 'xterm-256color' terminal
389     * Fixed incorrect regexp search by content in 'file find' dialog
390     * Fixed incorrect backwards search
391     * Fixed incorrect detection of compressed patchfs
392     * Fixed incorrect detecting codeset when <no translation> codeset selected
395 Version 4.7.0-pre1
397 - Core
399     * native UTF-8 support
400     * filenames charset selection support in panels
401     * new 'Find File' dialog
402     * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
403     * extended learn keys
404     * locale based codepage autodetection
405     * initial support for doxygen generated docs
406     * refresh of autoconf stuff
407     * translation updates
408     * x86_64 fixes
410 - Editor
412     * various editor enchancements (vertical block marking/moving/copy/paste)
413     * navigate across source code through ctags/etags TAGS file
414     * new option 'Persistent selection'
415     * Del/Backspace - delete selected block if 'Persistent selection' switched off
416     * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
417       if 'Persistent selection' switched off
418     * optional showing of line numbers
419     * various syntax files updates
420     * optional highlighting of the tabs and trailing spaces
421     * add some hot-keys
423 - Misc
425     * showing of the free space on current file system
426     * showing of the size selected files in mini-status bar
428 - Fixes
430     * editor's undo fixes
431     * many fixes from other distributions are included
432     * fish handling for symlinks is fixed
433     * escaping of fancy names is fixed
434     * segfault in fish permission checks is fixed
435     * various mc.ext fixes
436     * commandline completion fixes (mainly, escaping hadling)
437     * small fixes in history handling (locale independent .mc/history entries)
438     * code cleanups, various memleak/etc fixes (many thanks to valgrind)