5 * Mult-screen feature: support of many opened editors and viewers (#1490)
6 * Reorganization of menu and configuration dialogs. More options are available in UI (#320)
7 * Mark of text in input fields is available now, DEL removes selected/unchanged text (#2161, #2228)
8 * Now copy/move dialog shows the full path with file name in the field "to:" (#1907)
9 * Removed hardcoded shortcuts in dialog.c (#212)
10 * Added new actions for panels: PanelMarkFileUp and PanelMarkFileDown (#2021)
11 * Added new capability to create relative symlinks: menu item and "C-x v" default shortcut (#2042)
12 * Now we can use external utility to copy/paste text to X clipboard (#30)
13 * Cursor is hidden in menu and listboxes (#1771)
14 * All hotkeys in MC (in menu, checkboxes, etc) in the middle of a word are in the lowercase now (#2168)
15 * Use system realpath(3) function if available (#1911)
16 * GLib deprecated functions are not used (#2085, #2249)
20 * Unified charset list is used in core and in VFS (#2203)
21 * All hardcoded FISH scripts are moved out from fish.c to external scripts (see README.fish for more info) (#2242)
25 * Added highlighting for HTTPS URLs in SPEC files (#1446)
29 * Changed main URL for bug reports (#2025)
30 * man2hlp: completely rewritten in Perl (#45)
33 * Removed leading and trailing spaces in i18n'd resources (#1646)
34 * Code cleanups (#2243)
39 * AC_TRY_RUN macro breaks crosscompile (#1959)
40 * "mc -e" and "mc -v" modes don't work (#2187)
41 * Buttonbar mouse clicks are off (#2199)
42 * Incorrect calculation of autocompletion window width (#2192)
43 * Incorrect button locations in common input dialogs (#2115)
44 * Oversized dialog backgrounds are not painted in NCurses-based MC (#2157)
45 * Incorrect colors of directory tree (#2212)
46 * Info panel is initially filled too late (#2226)
47 * Quick search is not correctly interrupted in some cases (#2174)
48 * Segfault in standalone editor and viewer (#2178)
49 * Broken codeset autodetection in editor and viewer (#1838)
50 * Viewer segfaults trying open a compressed man page file (#2236)
51 * Edit crashes while opening some incorrect files (#2183)
52 * Editor hangup if editor_tab_spacing equals to 0 (#2196)
53 * Editor shows dots instead of letters if source_codepage is set to "No translation" (#2248)
54 * Editor goes to endless loop when trying to replace the \n regexp with any substring (#2231)
55 * Editor: in some cases the copy/move operation in multi-byte text is wrong (#2153)
56 * Crash on search in viewer after Parsed/Raw switching (#2195)
57 * Diff viewer crashes if tab size equals to 0 (#2182)
64 * Quick Search mode is defined by quick_search_case_sensitive option (#2022)
65 * Mouse wheel doesn't change sorting preferences in panels (#2093)
66 * Interactive help is displayed with dynamically run-time formatting (#1561)
67 * Improvement of double and single lines support in skins (#1648)
71 * Remove selected text before input or paste from clipboard (in non persistent selection mode) (#2155)
72 * Case insensitive syntax highlighting (#1770)
73 * Current syntax scheme is highlighted in 'Choose syntax highlighting' dialog (#1754)
74 * Added ini.syntax (#2126)
78 * Fixed jump to end of file
82 * A built-in tool to visual compare and merge two files (#120, #2159)
86 * Added support for AM_SILENT_RULES (#2134)
87 * Lot of code cleanups (#1949, #2041, #2078, #2097, #2119)
88 * Renamed color keywords (#1660):
90 - linestate -> editlinestate
92 - nice and dark (#1791)
93 * Updated file extension for "sh" (#2127)
94 * Documentation updates
99 * Segfault in panelization of file find results (#2068)
100 * Segfault in standalone editor and viewer (#2087)
101 * Memory leaks (#2069, #2108)
102 * If dialog was canceled, input line content is saved in history (#2082)
103 * MC says "File exists" trying create directory with empty filename (#2014)
104 * User asked twice about overwriting file in move across file systems (#2125)
105 * Deleting symlink to directory scans dir structure first (#2121)
106 * Incorrect layout of file operation dialog in non-verbose mode (#2099)
107 * MC proposes ".." as a dirname with automatic name filling (#2056)
108 * MC treats files ending with a dot as gzip (#2114)
109 * Broken default regexp mask in filecopy dialog (#2001)
110 * Misleading label "Status:" in the Info panel (#2146)
111 * Can't define help window background via skin (#1701)
112 * i18n_checktimelength may vary depending on the season (#1671)
113 * Build breaks on ignored return values (#1897)
114 * Incorrect cursor position after "Cursor beyond end of line" mode switched off (#2094)
115 * Incorrect overwrite behavior with UTF-8 codeset in editor (#2081)
116 * Incorrect toggling state of ruler in viewer (#2067)
117 * Superfluous "Search done, Continue from begining?" dialog in viewer (#2091)
118 * Turning on wrap mode does not scroll left/right the file view (#2107)
119 * Cannot scroll wrapped long lines in viewer (#2086)
120 * Fixed EOL/BOL movements in plain mode (#1734)
121 * Text area is not updated in hex mode (#2005)
122 * Incorrect handling of archives in EXTFS VFS (#1909)
123 * Segfault in symlink handling within archives
124 * urar EXTFS doesn't correctly show localized filenames in RAR archives (#2049)
125 * urar EXTFS: disable RAR/UNRAR user/system configuration for archive list and copyout operations (#2050)
126 * Patches adding a single line are not shown correctly by patchfs (#2149)
127 * uzip EXTFS: fixed Y2K bug (#2122)
134 * Minimal required GLib version is 2.8 (#1980)
135 * Reorganization of source tree structure (#1866, #2037)
136 * States of all 'Find File' dialog checkboxes are saved in user configuration file (#1874, #1965)
137 * New file type bindings:
138 o viewing .lyx with lyxcat, opening with lyx (#1693)
139 * Added shortcut (Meta-,) to toggle panels split (#1991)
140 * Capability to remove history items. !WListbox widget was fully reimplemented (#1445)
141 * Autodetect codepages of edited/viewed files with enca program (#1838)
142 * Custom/locale-based date format (#1767)
143 * New quick search behavior, allow wildcard characters - '*' and '?'(#2022)
144 * Panels: new sort type 'by version' (#1994)
145 * Added 'menuinactive' skin item to draw inactive visible main menu (#1999)
146 * Added ability to show progressbars (when copy files) from right to left (#1443)
147 * Added indication of total BPS and ETA for file operations; fully rewrited FileOperations dialog (#1443)
151 * Small reorganizing (#1931)
152 * Easy plugable EXTFS VFS (#1909)
156 * Some simple optimization of syntax highlighting engine (#1843)
157 * Show right margin using 'editor_show_right_margin' option. Keybind EditToggleShowMargin in [editor] section is used to toggle the state (#1514)
158 * New editor action 'Mark all', new keybind EditMarkAll (#1945)
159 * Changed default for 'Cursor beyond EOL', now it switched off by default (#1946)
160 * Changed default color pair for 'editbold' (search result) to be more sensible (#1559)
164 * Viewer is now very fast (#1585)
165 * Added new confirm box for repeat search from begining of file (#1917)
169 * Lots of code cleanup (#1780, #1915, #1990)
170 * Removed obsolete checks in configuration scripts (#262, #1932)
171 * Documentation updates
172 * Translation updates
176 * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943)
177 * MC won't compile on AIX (#1957)
178 * Missing includes (#1930, #2017)
179 * Missing printf format (#1960)
180 * Memory and file descriptors leaks (#1953, #2028, #2053, #2058)
181 * Small error in versioning (#1905)
182 * Incorrect start up with some special paths (#1992)
183 * Segfault in input line history (#1936)
184 * MC crashes on exit when using C locale (#1942)
185 * MC crashes at exit due to race conditions of destroying subshell and file manager (#2008)
186 * Assertion failed for g_array_free (#1954)
187 * Broken transparency if MC is built with NCurses (#1657)
188 * Selections not visible on monochrome terminals (#1972)
189 * Colors of visible inactive menu (#1702)
190 * Incorrect input line length in 'Edit symlink' dialog window (#1955)
191 * Unquoted shell variables in user menu (#1967)
192 * Ctrl-\ key closes the NCurses-based MC (#1926)
193 * verbose option is always on after MC start (#1940)
194 * Show total progressbar (and related info) when copying just one subdirdir with lot of files (#1443)
195 * Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956)
196 * Incorrect editor lock files check (#1935)
197 * Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982)
198 * Editor's search parameters are not retained across editing session (#1572)
199 * EditColumnMark can't go up through newline (#1998)
200 * 'Confirm replace' dialog is not converted from UTF-8 to user defined charset (#1986)
201 * Missed \s symbol in Syntax file (#2010)
202 * Viewer in QuickView mode corrupts screen (#1918, #1944)
203 * ViewContinueSearch segfault on empty search (#1996)
204 * MC crashes if file name in archves contains '@' symbol (#1605)
205 * deba and debd VFS: items from DEBIAN directory are not accessible (#1920)
206 * Samba is not built with tcc (#1933)
207 * Incorrect conditional compilation of mcserver (#1925)
208 * Potencial security risk in mcserv (#1902)
209 * 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)
210 * Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029)
211 * FTPFS: strcpy() is used for overlaping strings (#2018)
217 * Fixed double free of memory in editor;
218 * Fixed build with --disable-vfs option;
219 * Fixed compile warnings about unused variables;
220 * Fixed Fedora/RH RPM versioning scheme.
227 * Removed charset confirmation on startup and added the automatic recognize
228 of system charset (#1613)
229 * Some startup speed up (#1781)
230 * Save flags of select/unselet file group (#1776)
231 * Don't set TOSTOP attribute on slave terminal (#1637)
232 * Keybindings for button bars (F1-F10 keys) (#212)
233 * Keybindings for Tree widget
234 * Enlarged sizes of Directory Tree dialog window
235 * Added missed esc sequencies for qansi terminals (#1803)
236 * New file type bindings:
237 + adeed mkv, 3gp video types
238 + use exif(1) output when viewing jpeg files
239 + opening .chm with kchmviewer with fallback to xchm
240 + viewing .mo files with msgunfmt
244 * FISH: add the user name to the ssh command line only if it's not the same as
245 the local logged-in user (#1867)
246 * FTP: support active mode (#1796)
247 * FTP: improved symlink handling
248 * FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
249 to chmod operations (#1708)
250 * EXTFS: added S3 backend by Jakob Kemi (#272)
251 * SFS: use single script for RPM and SRPM packets handling (#1590)
255 * New syntax files: Cabal
256 * Updated syntax files: Python, PHP
257 * Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
261 * Lots of code cleanup and optimization
262 * Workaround for SunStudio compiler bug #6888373 (#1749)
263 * Removed obsolete checks in configuration scripts
264 * Allow save empty value in history (#1814)
265 * Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
266 * RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
267 * Translation updated
268 * Documentation updates
269 * Added skin: darker color style (#1659)
273 * Memory and file descriptors leaks
274 * Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
275 * MC aborts when ctrl-c is pressed (#1793)
276 * Build w/o internal editor (#1826)
277 * Compilation warings of --disable-nls and --disable-charset options (#1831)
278 * Incorrect handling of '--with-search-engine' configure option (#1396)
279 * Segmentation fault when search in different encodings (#1858)
280 * C-w does not delete whole command line (#407)
281 * Wrong shortcuts in menu items (#1836)
282 * Panels state saves and restores despite disabled 'Auto save setup' (#1663)
283 * Case insensitive file sorting in UTF-8 locales (#1536)
284 * Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
285 * Segfault in TreeView loading (#1794)
286 * Incorect stat info of ".." directory in file panel (#1757)
287 * Incorect stat info of ".." directory in info panel (#1757)
288 * Setting "Use passive mode over proxy" is not remembered (#1746)
289 * CK_Edit_Save_Mode command handling in editor (#1810)
290 * Incorrect calculation of some utf-8 characters width (#1768)
291 * Handling CJK chars in editor (#1628)
292 * Incorrect cursor positioning in editor (#1809, #1884)
293 * Vertical block handling in editor (#1839)
294 * Incorrect text scrolling in editor (#1877)
295 * Incorrect mouse movement in editor when text scrolled to the right (#1792)
296 * Newlines are lost when pasting multiline text in editor (#1710)
297 * Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
298 * Mismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
299 * Some syntax files are not installable (#1779)
300 * Date & time insertion in editor (#1759)
301 * "Matches not found" message is not shown in viewer
302 * Hangup after search in archive in viewer (#1873)
303 * SFS: CPIO VFS skips empty directories in the root of archive (#1732)
304 * Incorrect parsing FTP-string (#1605)
305 * LZMA files detect (#1798)
306 * FISH: broken filenames and timestamps on really poor busybox devices (#1450)
307 * Minor mistakes and mistypes in man files
308 * Various doxygen warnings
315 * Added feature of sort files by mouse click on column header
316 * Added keybindings to change files sort type via shortcuts
317 (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
318 PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
319 PanelSortOrderBySize, PanelSortOrderByMTime)
320 * Now the letter of sort type and sort direction is always drawn in panel
321 header (direction of sort is drown near the current sort column in long
323 * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
324 the section '[widget-common]' to draw sign of sort direction
325 * Added option 'extensions_case' in filehighlight.ini file.
326 * Menu engine was reimplemented: 1) now menu is build dynamically, 2)
327 shortcut displayed in menu item is not a part of menu item text and it is
328 synchronized with keybinding defined in mc.keymap file (#1563).
332 * Fixed view *.tar files with a colon in name
333 * Allow 'exit' command on non-local filesystems
334 * Added partial support of Microsoft CAB-archives
335 * Added support of ico files
336 * Added support of *.djvu files
337 * Fix segfaults in various cases while browsing various VFSs
338 * Fixed warnings when file copy inside archive.
342 * Added scrolled percentage in status bar (only in "simple statusbar" mode)
343 * Fixed Misbehaving rectangular select in editor (wrong when selected from
344 right to left and/or bottom to top)
345 * Split editor menu 'Command' to 'Command' and 'Format'
346 * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
347 before save when no newline at EOF (#46)
348 * Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
349 * Fixed incorrect drawing CJK (double width) character
353 * Fixed tabs alignment (#1664)
354 * Fixed view of next/prev file (#1750)
358 * Shared clipboard for the mc editor, form fields, panel and command prompt
359 * Refactoring: now all filename constants are placed in src/fileloc.h file
360 * Testing & development: added ability for change user config dir. For example,
361 type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
362 * Changed Alt+Backspace behavior in command line
366 * Fixed broken building under uclibc <0.9.29
367 * Autoindent regression
368 * Viewer Hex editor regression
369 * Incorrect indentation block when selecting with F3 + keys
370 * Fixed ownership of config files
371 * Configure.ac: fix broken check of option '--disable-vfs-undelfs'
372 * Learn keys: fixed incorrect save of keys configuration
373 * Fixed bug with 'The shell is already running a command'
374 * Fixed 'B' artefact into OpenSuse console of root user
381 * removed own popt stuff (command line options parser). Now used glib parser
382 * added feature for filenames highlighting in panels
383 * Copy/Move overwrite query dialog is more friendly for long file names
384 * at first run find file dialog now contain latest item from history
385 * charset support enabled by default (--enable-charset option)
386 * added support of skins
387 * added support of key bindings
391 * fixed recognize of tar.xz archives
392 * added recognize of lzma archives by extention
396 * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
398 * syntax hightlighting updated: VerilogHDL, Shell script
399 * Added syntax highlighting for *.repo files of yum
400 * Added syntax highlighting of pacman's PKGBUILD and .install files
404 * Fixed showing Windows/Mac (CR LF/CR) line terminator
408 * hotlist: support for environment variables ($HOME, ~username, etc.)
409 * hotlist: support for completion in path input
410 * all list widgets: support for fast navigation by number keys (i.e. 1 -
411 first list item, 2 - second)
415 * restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
417 * segfault on incorrect color pair in [Color] section
418 * incorrect position of panel codeset dialog
419 * limit of 9 digits for of file size display
420 * lines drawing in -a stickchars mode
421 * segfault when you try to use non-anonymous FTP
422 * Ctrl-O handling under GNU Screen in altscreen mode
423 * support of CP866 (IBM866) locale
424 * configure.ac: checking for minimal version of glib and exit if version less
426 * segfault by mouse wheel action in history list and menu
427 * Fixed behvior with Meta+PgDn? in editor
428 * Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
429 * Fixed editor autocompleting
430 * Fixed Copy/Move dialogs steal Kill Word shortcut
431 * Fixed autoconf issue when configure with --with-gpm-mouse option
438 * cycle menu navigation
439 * change behaviour of C-space, now it calculate size on "..", and for selected
440 dirs if there is one.
441 * new find file option: find only first hit in file (make search faster)
442 * new find file option: Whole words - find whole words only
447 * FTPFS: support of IPv6 protocol
448 * extfs/iso9660 updated to support Joliet "UCS level 1"
452 * new search/replace flag added "In selection"
453 * new hotkeys for bookmarks, now bookmark displayed in state line and editor
454 * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
455 beyond the end of line
456 * new syntax hightlights added: erlang, ebuild, named, strace, j
457 * syntax hightlights updated: mail, vhdl, html
461 * Reworked for improve perfomance
462 * Implemented interruptable long-distance movements
463 * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
465 * fixed build of format string in runtime (for better i18n)
466 * add 'Whole words' option into the viewer 'Search' dialog
470 * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
472 * new: SI-based size show
473 * make shared history for find file, editor search/replace, viever
477 * linking error with --enable-vfs-undelfs
478 * external editor won't open if there are spaces in EDITOR variable
479 * C-c kill mc if mc built with --without-subshell option is run with -d option
480 * directory hotlist rendering
481 * segfault on empty replace string
482 * fixes for vfs/tarfs
483 * removing bashizm from vfs/extfs/u7z
484 * crash mc on create new file (Shift-F4) in external editor
485 * File copy/move dialog: in replacement field now handled asterisks as search groups
486 * VFS: Fixed SIGSERV(or heap corruption) on large filenames
487 * Fixed broken backward search
488 * Fixed uninitialised value for mouse event in in find.c#check_find_events() function
489 * Fixed ctrl+z signal handling
490 * Fixed incorrect showing prompt
491 * Fixed incorrect vertical selection (if line state swiched on)
492 * Fixed screen resize handle if mouse support is disabled
493 * Restore correct current directory after switch from Info panel to List one
494 * Fixed mouse support in 'konsole-256color' terminal
495 * Fixed keycodes in 'xterm-256color' terminal
496 * Fixed incorrect regexp search by content in 'file find' dialog
497 * Fixed incorrect backwards search
498 * Fixed incorrect detection of compressed patchfs
499 * Fixed incorrect detecting codeset when <no translation> codeset selected
506 * native UTF-8 support
507 * filenames charset selection support in panels
508 * new 'Find File' dialog
509 * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
510 * extended learn keys
511 * locale based codepage autodetection
512 * initial support for doxygen generated docs
513 * refresh of autoconf stuff
514 * translation updates
519 * various editor enchancements (vertical block marking/moving/copy/paste)
520 * navigate across source code through ctags/etags TAGS file
521 * new option 'Persistent selection'
522 * Del/Backspace - delete selected block if 'Persistent selection' switched off
523 * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
524 if 'Persistent selection' switched off
525 * optional showing of line numbers
526 * various syntax files updates
527 * optional highlighting of the tabs and trailing spaces
532 * showing of the free space on current file system
533 * showing of the size selected files in mini-status bar
537 * editor's undo fixes
538 * many fixes from other distributions are included
539 * fish handling for symlinks is fixed
540 * escaping of fancy names is fixed
541 * segfault in fish permission checks is fixed
542 * various mc.ext fixes
543 * commandline completion fixes (mainly, escaping hadling)
544 * small fixes in history handling (locale independent .mc/history entries)
545 * code cleanups, various memleak/etc fixes (many thanks to valgrind)