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