5 * Minimal required GLib version is 2.8 (#1980)
6 * Reorganization of source tree structure (#1866, #2037)
7 * States of all 'Find File' dialog checkboxes are saved in user configuration file (#1874, #1965)
8 * New file type bindings:
9 o viewing .lyx with lyxcat, opening with lyx (#1693)
10 * Added shortcut (Meta-,) to toggle panels split (#1991)
11 * Capability to remove history items. !WListbox widget was fully reimplemented (#1445)
12 * Autodetect codepages of edited/viewed files with enca program (#1838)
13 * Custom/locale-based date format (#1767)
14 * New quick search behavior, allow wildcard characters - '*' and '?'(#2022)
15 * Panels: new sort type 'by version' (#1994)
16 * Added 'menuinactive' skin item to draw inactive visible main menu (#1999)
17 * Added ability to show progressbars (when copy files) from right to left (#1443)
18 * Added indication of total BPS and ETA for file operations; fully rewrited FileOperations dialog (#1443)
22 * Small reorganizing (#1931)
23 * Easy plugable EXTFS VFS (#1909)
27 * Some simple optimization of syntax highlighting engine (#1843)
28 * Show right margin using 'editor_show_right_margin' option. Keybind EditToggleShowMargin in [editor] section is used to toggle the state (#1514)
29 * New editor action 'Mark all', new keybind EditMarkAll (#1945)
30 * Changed default for 'Cursor beyond EOL', now it switched off by default (#1946)
31 * Changed default color pair for 'editbold' (search result) to be more sensible (#1559)
35 * Viewer is now very fast (#1585)
36 * Added new confirm box for repeat search from begining of file (#1917)
40 * Lots of code cleanup (#1780, #1915, #1990)
41 * Removed obsolete checks in configuration scripts (#262, #1932)
42 * Documentation updates
47 * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943)
48 * MC won't compile on AIX (#1957)
49 * Missing includes (#1930, #2017)
50 * Missing printf format (#1960)
51 * Memory and file descriptors leaks (#1953, #2028, #2053, #2058)
52 * Small error in versioning (#1905)
53 * Incorrect start up with some special paths (#1992)
54 * Segfault in input line history (#1936)
55 * MC crashes on exit when using C locale (#1942)
56 * MC crashes at exit due to race conditions of destroying subshell and file manager (#2008)
57 * Assertion failed for g_array_free (#1954)
58 * Broken transparency if MC is built with NCurses (#1657)
59 * Selections not visible on monochrome terminals (#1972)
60 * Colors of visible inactive menu (#1702)
61 * Incorrect input line length in 'Edit symlink' dialog window (#1955)
62 * Unquoted shell variables in user menu (#1967)
63 * Ctrl-\ key closes the NCurses-based MC (#1926)
64 * verbose option is always on after MC start (#1940)
65 * Show total progressbar (and related info) when copying just one subdirdir with lot of files (#1443)
66 * Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956)
67 * Incorrect editor lock files check (#1935)
68 * Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982)
69 * Editor's search parameters are not retained across editing session (#1572)
70 * EditColumnMark can't go up through newline (#1998)
71 * 'Confirm replace' dialog is not converted from UTF-8 to user defined charset (#1986)
72 * Missed \s symbol in Syntax file (#2010)
73 * Viewer in QuickView mode corrupts screen (#1918, #1944)
74 * ViewContinueSearch segfault on empty search (#1996)
75 * MC crashes if file name in archves contains '@' symbol (#1605)
76 * deba and debd VFS: items from DEBIAN directory are not accessible (#1920)
77 * Samba is not built with tcc (#1933)
78 * Incorrect conditional compilation of mcserver (#1925)
79 * Potencial security risk in mcserv (#1902)
80 * 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)
81 * Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029)
82 * FTPFS: strcpy() is used for overlaping strings (#2018)
88 * Fixed double free of memory in editor;
89 * Fixed build with --disable-vfs option;
90 * Fixed compile warnings about unused variables;
91 * Fixed Fedora/RH RPM versioning scheme.
98 * Removed charset confirmation on startup and added the automatic recognize
99 of system charset (#1613)
100 * Some startup speed up (#1781)
101 * Save flags of select/unselet file group (#1776)
102 * Don't set TOSTOP attribute on slave terminal (#1637)
103 * Keybindings for button bars (F1-F10 keys) (#212)
104 * Keybindings for Tree widget
105 * Enlarged sizes of Directory Tree dialog window
106 * Added missed esc sequencies for qansi terminals (#1803)
107 * New file type bindings:
108 + adeed mkv, 3gp video types
109 + use exif(1) output when viewing jpeg files
110 + opening .chm with kchmviewer with fallback to xchm
111 + viewing .mo files with msgunfmt
115 * FISH: add the user name to the ssh command line only if it's not the same as
116 the local logged-in user (#1867)
117 * FTP: support active mode (#1796)
118 * FTP: improved symlink handling
119 * FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
120 to chmod operations (#1708)
121 * EXTFS: added S3 backend by Jakob Kemi (#272)
122 * SFS: use single script for RPM and SRPM packets handling (#1590)
126 * New syntax files: Cabal
127 * Updated syntax files: Python, PHP
128 * Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
132 * Lots of code cleanup and optimization
133 * Workaround for SunStudio compiler bug #6888373 (#1749)
134 * Removed obsolete checks in configuration scripts
135 * Allow save empty value in history (#1814)
136 * Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
137 * RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
138 * Translation updated
139 * Documentation updates
140 * Added skin: darker color style (#1659)
144 * Memory and file descriptors leaks
145 * Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
146 * MC aborts when ctrl-c is pressed (#1793)
147 * Build w/o internal editor (#1826)
148 * Compilation warings of --disable-nls and --disable-charset options (#1831)
149 * Incorrect handling of '--with-search-engine' configure option (#1396)
150 * Segmentation fault when search in different encodings (#1858)
151 * C-w does not delete whole command line (#407)
152 * Wrong shortcuts in menu items (#1836)
153 * Panels state saves and restores despite disabled 'Auto save setup' (#1663)
154 * Case insensitive file sorting in UTF-8 locales (#1536)
155 * Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
156 * Segfault in TreeView loading (#1794)
157 * Incorect stat info of ".." directory in file panel (#1757)
158 * Incorect stat info of ".." directory in info panel (#1757)
159 * Setting "Use passive mode over proxy" is not remembered (#1746)
160 * CK_Edit_Save_Mode command handling in editor (#1810)
161 * Incorrect calculation of some utf-8 characters width (#1768)
162 * Handling CJK chars in editor (#1628)
163 * Incorrect cursor positioning in editor (#1809, #1884)
164 * Vertical block handling in editor (#1839)
165 * Incorrect text scrolling in editor (#1877)
166 * Incorrect mouse movement in editor when text scrolled to the right (#1792)
167 * Newlines are lost when pasting multiline text in editor (#1710)
168 * Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
169 * íismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
170 * Some syntax files are not installable (#1779)
171 * Date & time insertion in editor (#1759)
172 * "Matches not found" message is not shown in viewer
173 * Hangup after search in archive in viewer (#1873)
174 * SFS: CPIO VFS skips empty directories in the root of archive (#1732)
175 * Incorrect parsing FTP-string (#1605)
176 * LZMA files detect (#1798)
177 * FISH: broken filenames and timestamps on really poor busybox devices (#1450)
178 * Minor mistakes and mistypes in man files
179 * Various doxygen warnings
186 * Added feature of sort files by mouse click on column header
187 * Added keybindings to change files sort type via shortcuts
188 (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
189 PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
190 PanelSortOrderBySize, PanelSortOrderByMTime)
191 * Now the letter of sort type and sort direction is always drawn in panel
192 header (direction of sort is drown near the current sort column in long
194 * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
195 the section '[widget-common]' to draw sign of sort direction
196 * Added option 'extensions_case' in filehighlight.ini file.
197 * Menu engine was reimplemented: 1) now menu is build dynamically, 2)
198 shortcut displayed in menu item is not a part of menu item text and it is
199 synchronized with keybinding defined in mc.keymap file (#1563).
203 * Fixed view *.tar files with a colon in name
204 * Allow 'exit' command on non-local filesystems
205 * Added partial support of Microsoft CAB-archives
206 * Added support of ico files
207 * Added support of *.djvu files
208 * Fix segfaults in various cases while browsing various VFSs
209 * Fixed warnings when file copy inside archive.
213 * Added scrolled percentage in status bar (only in "simple statusbar" mode)
214 * Fixed Misbehaving rectangular select in editor (wrong when selected from
215 right to left and/or bottom to top)
216 * Split editor menu 'Command' to 'Command' and 'Format'
217 * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
218 before save when no newline at EOF (#46)
219 * Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
220 * Fixed incorrect drawing CJK (double width) character
224 * Fixed tabs alignment (#1664)
225 * Fixed view of next/prev file (#1750)
229 * Shared clipboard for the mc editor, form fields, panel and command prompt
230 * Refactoring: now all filename constants are placed in src/fileloc.h file
231 * Testing & development: added ability for change user config dir. For example,
232 type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
233 * Changed Alt+Backspace behavior in command line
237 * Fixed broken building under uclibc <0.9.29
238 * Autoindent regression
239 * Viewer Hex editor regression
240 * Incorrect indentation block when selecting with F3 + keys
241 * Fixed ownership of config files
242 * Configure.ac: fix broken check of option '--disable-vfs-undelfs'
243 * Learn keys: fixed incorrect save of keys configuration
244 * Fixed bug with 'The shell is already running a command'
245 * Fixed 'B' artefact into OpenSuse console of root user
252 * removed own popt stuff (command line options parser). Now used glib parser
253 * added feature for filenames highlighting in panels
254 * Copy/Move overwrite query dialog is more friendly for long file names
255 * at first run find file dialog now contain latest item from history
256 * charset support enabled by default (--enable-charset option)
257 * added support of skins
258 * added support of key bindings
262 * fixed recognize of tar.xz archives
263 * added recognize of lzma archives by extention
267 * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
269 * syntax hightlighting updated: VerilogHDL, Shell script
270 * Added syntax highlighting for *.repo files of yum
271 * Added syntax highlighting of pacman's PKGBUILD and .install files
275 * Fixed showing Windows/Mac (CR LF/CR) line terminator
279 * hotlist: support for environment variables ($HOME, ~username, etc.)
280 * hotlist: support for completion in path input
281 * all list widgets: support for fast navigation by number keys (i.e. 1 -
282 first list item, 2 - second)
286 * restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
288 * segfault on incorrect color pair in [Color] section
289 * incorrect position of panel codeset dialog
290 * limit of 9 digits for of file size display
291 * lines drawing in -a stickchars mode
292 * segfault when you try to use non-anonymous FTP
293 * Ctrl-O handling under GNU Screen in altscreen mode
294 * support of CP866 (IBM866) locale
295 * configure.ac: checking for minimal version of glib and exit if version less
297 * segfault by mouse wheel action in history list and menu
298 * Fixed behvior with Meta+PgDn? in editor
299 * Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
300 * Fixed editor autocompleting
301 * Fixed Copy/Move dialogs steal Kill Word shortcut
302 * Fixed autoconf issue when configure with --with-gpm-mouse option
309 * cycle menu navigation
310 * change behaviour of C-space, now it calculate size on "..", and for selected
311 dirs if there is one.
312 * new find file option: find only first hit in file (make search faster)
313 * new find file option: Whole words - find whole words only
318 * FTPFS: support of IPv6 protocol
319 * extfs/iso9660 updated to support Joliet "UCS level 1"
323 * new search/replace flag added "In selection"
324 * new hotkeys for bookmarks, now bookmark displayed in state line and editor
325 * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
326 beyond the end of line
327 * new syntax hightlights added: erlang, ebuild, named, strace, j
328 * syntax hightlights updated: mail, vhdl, html
332 * Reworked for improve perfomance
333 * Implemented interruptable long-distance movements
334 * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
336 * fixed build of format string in runtime (for better i18n)
337 * add 'Whole words' option into the viewer 'Search' dialog
341 * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
343 * new: SI-based size show
344 * make shared history for find file, editor search/replace, viever
348 * linking error with --enable-vfs-undelfs
349 * external editor won't open if there are spaces in EDITOR variable
350 * C-c kill mc if mc built with --without-subshell option is run with -d option
351 * directory hotlist rendering
352 * segfault on empty replace string
353 * fixes for vfs/tarfs
354 * removing bashizm from vfs/extfs/u7z
355 * crash mc on create new file (Shift-F4) in external editor
356 * File copy/move dialog: in replacement field now handled asterisks as search groups
357 * VFS: Fixed SIGSERV(or heap corruption) on large filenames
358 * Fixed broken backward search
359 * Fixed uninitialised value for mouse event in in find.c#check_find_events() function
360 * Fixed ctrl+z signal handling
361 * Fixed incorrect showing prompt
362 * Fixed incorrect vertical selection (if line state swiched on)
363 * Fixed screen resize handle if mouse support is disabled
364 * Restore correct current directory after switch from Info panel to List one
365 * Fixed mouse support in 'konsole-256color' terminal
366 * Fixed keycodes in 'xterm-256color' terminal
367 * Fixed incorrect regexp search by content in 'file find' dialog
368 * Fixed incorrect backwards search
369 * Fixed incorrect detection of compressed patchfs
370 * Fixed incorrect detecting codeset when <no translation> codeset selected
377 * native UTF-8 support
378 * filenames charset selection support in panels
379 * new 'Find File' dialog
380 * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
381 * extended learn keys
382 * locale based codepage autodetection
383 * initial support for doxygen generated docs
384 * refresh of autoconf stuff
385 * translation updates
390 * various editor enchancements (vertical block marking/moving/copy/paste)
391 * navigate across source code through ctags/etags TAGS file
392 * new option 'Persistent selection'
393 * Del/Backspace - delete selected block if 'Persistent selection' switched off
394 * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
395 if 'Persistent selection' switched off
396 * optional showing of line numbers
397 * various syntax files updates
398 * optional highlighting of the tabs and trailing spaces
403 * showing of the free space on current file system
404 * showing of the size selected files in mini-status bar
408 * editor's undo fixes
409 * many fixes from other distributions are included
410 * fish handling for symlinks is fixed
411 * escaping of fancy names is fixed
412 * segfault in fish permission checks is fixed
413 * various mc.ext fixes
414 * commandline completion fixes (mainly, escaping hadling)
415 * small fixes in history handling (locale independent .mc/history entries)
416 * code cleanups, various memleak/etc fixes (many thanks to valgrind)