NEWS.4.7 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. Version 4.7.5
  2. - Core
  3. * Minor enhancement and fix for mc.ext for .so libraries and ELF objects (#1800):
  4. - .so libraries have the higher priority of extension handling over ELF objects;
  5. - added -C -D options to nm utility for .so libraries;
  6. - added -C option to nm utility for ELF objects.
  7. - Editor
  8. * Copy to clipboard doesn't reset the text selection (#2238)
  9. * Don't reset search position after file opened in viewer and reopened in mcedit (#2449)
  10. - Misc
  11. * Code cleanup
  12. * Translation updates
  13. - Fixes
  14. * Crash in copy/move progress dialog (#2448)
  15. * Broken autocompletion (#2288)
  16. * Text selection bugs in mcedit (#1898, #2437)
  17. * awk is used instead of grep in iso9660 VFS plugin (#1963)
  18. Version 4.7.5-pre1
  19. - Core
  20. * Case insensitive sort order of files does not mix dot-files with others (#1894)
  21. * Repeat previous quicksearch on C-s C-s (without entering text) (#2365)
  22. * Added new colors for dialogs and status bars (#2170, #2171, #2197)
  23. * Added new action PanelSmartGotoParentDir. Not defined by default. This keybinding maybe used
  24. for bind 'Backspace' as hotkey for 'cd ..' (only if command line is empty)(#2375)
  25. - VFS
  26. * Hide panels before connect to the FISH (#2268)
  27. - Editor
  28. * Internal editor's bookmarks are persistent now and not lost after exit from the editor.
  29. They are saved in ~/.mc/filepos file (#2287)
  30. * Added forgotten shortcuts from 4.6 branch (#2404)
  31. * Added cython syntax highlighting (#2427)
  32. - Viewer
  33. * Speed up of up/down moving (#2229)
  34. - Misc
  35. * Changed installation destination for some files (#1424):
  36. - /etc/mc/Syntax -> /usr/share/mc/syntax/Syntax;
  37. - /etc/mc/mc.lib -> /usr/share/mc/mc.lib;
  38. - /etc/mc/mc.charsets -> /usr/share/mc/mc.charsets. Added capability to load codepage list
  39. from /usr/share/mc/mc.charsets and /etc/mc/mc.charsets and merge them then;
  40. - hint files are installed into /usr/share/mc/hints instead of /usr/share/mc;
  41. - help files are installed into /usr/share/mc/help instead of /usr/share/mc.
  42. * Massive reorganizing of source code tree and total indentation in according with mc policy (#2409)
  43. * Doc updates
  44. * Translation updates
  45. * Added new translations: Basque, Estonian, Georgian, Indonesian
  46. * Extended list of GCC warning flags (#2409)
  47. * Split GLib and GModule compiler and linker options (#2409)
  48. * Added dark skin
  49. - Fixes
  50. * Hang up after exit on FreeBSD (#2333, #2415)
  51. * Segfault on NetBSD >= 3.0 on startup (#2425)
  52. * Multi-screen engine doesn't handle correctly some cases (#1490)
  53. * Overflow of file operation counters (#2429)
  54. * Fx key numbers were not displayed for disabled keys (#2350)
  55. * Can't put char '?' into a new name (#2327)
  56. * Incorrect initial value of WCheck and WRadio widgets width (#2362)
  57. * Panel encoding is not shown correctly in "Choose codepage" dialog (#1512)
  58. * Cannot change panel encoding without VFS support (#2137)
  59. * Panel contents isn't scrolled down by mouse dragging (#2395)
  60. * Panel states are saved in panels.ini at quit only if "Auto save panels setup" option is set (#1939)
  61. * Incorrect key event handling in "Listing mode" dialog (#2045)
  62. * Usability of field history in "Find file" dialog (#2046, #2407)
  63. * Find "Whole words" search bug (#2396)
  64. * List of ignored directories doesn't work in file find (#2366, #2434)
  65. * Incorrect line jump when started as editor (#2344)
  66. * User menu in standalone mcedit doesn't show filetype-specific items (#1651)
  67. * Configure script doesn't set samba configdir (#2419)
  68. * Lost transparency colors in mcedit [editnormal] background depends on [normal] (#1785)
  69. * Syntax highlighting is lost after manual change (#2324)
  70. * ~ is not treated properly in editor's "Save As" dialog (#2398)
  71. * Broken action 'cursor beyond EOL' (#2135, #2411)
  72. * Incorrect charset encoding in search in editor (#2417)
  73. * Segmentation fault in mcviewer on ARM architecture (#2356)
  74. * Viewer 'Goto' dialog doesn't allow go to the specified offset exactly (#2435)
  75. * Broken IPv4 FTP connection scheme (#121)
  76. * Default internal FISH scripts are broken (#2347)
  77. * Permission denied while connecting to Sun host via ssh (#2031)
  78. Version 4.7.4
  79. - Core
  80. * Added unassigned key binding CmdEditForceInternal to forced run the internal editor of MC (#1523)
  81. * Implemented keybingings for WListbox widget, reimplemented hardcoded keys in viewer and help viewer (#212)
  82. * Added capability to enable/disable widgets interactively (#2257)
  83. * Reverted the appending of file/dir name to copy/move destination in copy/move dialog (#2276)
  84. - VFS
  85. * Fixed remained plain int types (#171)
  86. * Refactoring of VFS modules on/off. Unification of configure options (#1818)
  87. * MCServer and MCFS support were completely removed (#2279)
  88. * FISH: implemented resuming of file downloads (#2267)
  89. * Adjusted extfs script modes to installed permissions (#2274)
  90. - Editor
  91. * Editor version is synchronized with MC one (#2189)
  92. * Changed default button in editor quit dialog to "Cancel quit" (#2265)
  93. * Added "Toggle syntax highlighting" menu item. Described C-s shortcut in mcedit man page (#2035)
  94. - Viewer
  95. * Changed default button in hexeditor quit dialog to "Cancel quit" (#2265)
  96. - Misc
  97. * Code cleanup (#2316)
  98. * be-tarask.po was renamed to be@tarask.po (#2235)
  99. * Translation updates
  100. * Added Galician translation
  101. * Fixed the title in the section describing xtree_mode variable (#2303)
  102. - Fixes
  103. * Crash while copying into directory named "????" (#2123)
  104. * Crash while changing permissions using "Advanced chown" dialog (#2264)
  105. * Crash in autocompletion engine (#2284)
  106. * Restore signals even if fork() fails (#2273)
  107. * Bogus strings in 'Confirmation' config dialog (#2271)
  108. * History can be shown incorrectly due to access to the invalid pointer (#2299)
  109. * Potential division by zero in Info panel (#2337)
  110. * Segfault in replace confirmation in editor (#2272)
  111. * Regexp replace only transforms the first occurrence correctly (#2320)
  112. * Broken manually changing syntax definition (#2324)
  113. * MCEdit version number not centered in about dialog (#2311)
  114. * Typo in the code and the man section describing X clipboard integration (#30)
  115. * Viewer doesn't show non-ASCII chars in hex mode (#2263)
  116. * Compilation warnings in diff viewer (#2277)
  117. * 2GB file size limit in fish (#123)
  118. * Meta-fixes for manual pages (#2237, #2253)
  119. Version 4.7.3
  120. - Core
  121. * Multi-screen feature: support of many opened editors and viewers (#1490)
  122. * Reorganization of menu and configuration dialogs. More options are available in UI (#320)
  123. * Mark of text in input fields is available now, DEL removes selected/unchanged text (#2161, #2228)
  124. * Now copy/move dialog shows the full path with file name in the field "to:" (#1907)
  125. * Removed hardcoded shortcuts in dialog.c (#212)
  126. * Added new actions for panels: PanelMarkFileUp and PanelMarkFileDown (#2021)
  127. * Added new capability to create relative symlinks: menu item and "C-x v" default shortcut (#2042)
  128. * Now we can use external utility to copy/paste text to X clipboard (#30)
  129. * Cursor is hidden in menu and listboxes (#1771)
  130. * All hotkeys in MC (in menu, checkboxes, etc) in the middle of a word are in the lowercase now (#2168)
  131. * Use system realpath(3) function if available (#1911)
  132. * GLib deprecated functions are not used (#2085, #2249)
  133. - VFS
  134. * Unified charset list is used in core and in VFS (#2203)
  135. * All hardcoded FISH scripts are moved out from fish.c to external scripts (see README.fish for more info) (#2242)
  136. - Editor
  137. * Added highlighting for HTTPS URLs in SPEC files (#1446)
  138. - Misc
  139. * Changed main URL for bug reports (#2025)
  140. * man2hlp: completely rewritten in Perl (#45)
  141. * Skin updates:
  142. - gotar.ini (#2179)
  143. * Removed leading and trailing spaces in i18n'd resources (#1646)
  144. * Code cleanups (#2243)
  145. * Translation updates
  146. - Fixes
  147. * AC_TRY_RUN macro breaks crosscompile (#1959)
  148. * "mc -e" and "mc -v" modes don't work (#2187)
  149. * Buttonbar mouse clicks are off (#2199)
  150. * Incorrect calculation of autocompletion window width (#2192)
  151. * Incorrect button locations in common input dialogs (#2115)
  152. * Oversized dialog backgrounds are not painted in NCurses-based MC (#2157)
  153. * Incorrect colors of directory tree (#2212)
  154. * Info panel is initially filled too late (#2226)
  155. * Quick search is not correctly interrupted in some cases (#2174)
  156. * Segfault in standalone editor and viewer (#2178)
  157. * Broken codeset autodetection in editor and viewer (#1838)
  158. * Viewer segfaults trying open a compressed man page file (#2236)
  159. * Editor crashes while opening some incorrect files (#2183)
  160. * Editor hangup if editor_tab_spacing equals to 0 (#2196)
  161. * Editor shows dots instead of letters if source_codepage is set to "No translation" (#2248)
  162. * Editor goes to endless loop when trying to replace the \n regexp with any substring (#2231)
  163. * Editor: in some cases the copy/move operation in multi-byte text is wrong (#2153)
  164. * Crash on search in viewer after Parsed/Raw switching (#2195)
  165. * Diff viewer crashes if tab size equals to 0 (#2182)
  166. Version 4.7.2
  167. - Core
  168. * Quick Search mode is defined by quick_search_case_sensitive option (#2022)
  169. * Mouse wheel doesn't change sorting preferences in panels (#2093)
  170. * Interactive help is displayed with dynamically run-time formatting (#1561)
  171. * Improvement of double and single lines support in skins (#1648)
  172. - Editor
  173. * Remove selected text before input or paste from clipboard (in non persistent selection mode) (#2155)
  174. * Case insensitive syntax highlighting (#1770)
  175. * Current syntax scheme is highlighted in 'Choose syntax highlighting' dialog (#1754)
  176. * Added ini.syntax (#2126)
  177. - Viewer
  178. * Fixed jump to end of file
  179. - Diff viewer
  180. * A built-in tool to visual compare and merge two files (#120, #2159)
  181. - Misc
  182. * Added support for AM_SILENT_RULES (#2134)
  183. * Lot of code cleanups (#1949, #2041, #2078, #2097, #2119)
  184. * Renamed color keywords (#1660):
  185. - menu -> menunormal
  186. - linestate -> editlinestate
  187. * Added new skins:
  188. - nice and dark (#1791)
  189. * Updated file extension for "sh" (#2127)
  190. * Documentation updates
  191. * Translation updates
  192. - Fixes
  193. * Segfault in panelization of file find results (#2068)
  194. * Segfault in standalone editor and viewer (#2087)
  195. * Memory leaks (#2069, #2108)
  196. * If dialog was canceled, input line content is saved in history (#2082)
  197. * MC says "File exists" trying create directory with empty filename (#2014)
  198. * User asked twice about overwriting file in move across file systems (#2125)
  199. * Deleting symlink to directory scans dir structure first (#2121)
  200. * Incorrect layout of file operation dialog in non-verbose mode (#2099)
  201. * MC proposes ".." as a dirname with automatic name filling (#2056)
  202. * MC treats files ending with a dot as gzip (#2114)
  203. * Broken default regexp mask in filecopy dialog (#2001)
  204. * Misleading label "Status:" in the Info panel (#2146)
  205. * Can't define help window background via skin (#1701)
  206. * i18n_checktimelength may vary depending on the season (#1671)
  207. * Build breaks on ignored return values (#1897)
  208. * Incorrect cursor position after "Cursor beyond end of line" mode switched off (#2094)
  209. * Incorrect overwrite behavior with UTF-8 codeset in editor (#2081)
  210. * Incorrect toggling state of ruler in viewer (#2067)
  211. * Superfluous "Search done, Continue from beginning?" dialog in viewer (#2091)
  212. * Turning on wrap mode does not scroll left/right the file view (#2107)
  213. * Cannot scroll wrapped long lines in viewer (#2086)
  214. * Fixed EOL/BOL movements in plain mode (#1734)
  215. * Text area is not updated in hex mode (#2005)
  216. * Incorrect handling of archives in EXTFS VFS (#1909)
  217. * Segfault in symlink handling within archives
  218. * urar EXTFS doesn't correctly show localized filenames in RAR archives (#2049)
  219. * urar EXTFS: disable RAR/UNRAR user/system configuration for archive list and copyout operations (#2050)
  220. * Patches adding a single line are not shown correctly by patchfs (#2149)
  221. * uzip EXTFS: fixed Y2K bug (#2122)
  222. Version 4.7.1
  223. - Core
  224. * Minimal required GLib version is 2.8 (#1980)
  225. * Reorganization of source tree structure (#1866, #2037)
  226. * States of all 'Find File' dialog checkboxes are saved in user configuration file (#1874, #1965)
  227. * New file type bindings:
  228. o viewing .lyx with lyxcat, opening with lyx (#1693)
  229. * Added shortcut (Meta-,) to toggle panels split (#1991)
  230. * Capability to remove history items. WListbox widget was fully reimplemented (#1445)
  231. * Autodetect codepages of edited/viewed files with enca program (#1838)
  232. * Custom/locale-based date format (#1767)
  233. * New quick search behavior, allow wildcard characters - '*' and '?'(#2022)
  234. * Panels: new sort type 'by version' (#1994)
  235. * Added 'menuinactive' skin item to draw inactive visible main menu (#1999)
  236. * Added ability to show progressbars (when copy files) from right to left (#1443)
  237. * Added indication of total BPS and ETA for file operations; fully rewrited FileOperations dialog (#1443)
  238. - VFS
  239. * Small reorganizing (#1931)
  240. * Easy plugable EXTFS VFS (#1909)
  241. - Editor
  242. * Some simple optimization of syntax highlighting engine (#1843)
  243. * Show right margin using 'editor_show_right_margin' option. Keybind EditToggleShowMargin in [editor] section is used to toggle the state (#1514)
  244. * New editor action 'Mark all', new keybind EditMarkAll (#1945)
  245. * Changed default for 'Cursor beyond EOL', now it switched off by default (#1946)
  246. * Changed default color pair for 'editbold' (search result) to be more sensible (#1559)
  247. - Viewer
  248. * Viewer is now very fast (#1585)
  249. * Added new confirm box for repeat search from beginning of file (#1917)
  250. - Misc
  251. * Lots of code cleanup (#1780, #1915, #1990)
  252. * Removed obsolete checks in configuration scripts (#262, #1932)
  253. * Documentation updates
  254. * Translation updates
  255. - Fixes
  256. * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943)
  257. * MC won't compile on AIX (#1957)
  258. * Missing includes (#1930, #2017)
  259. * Missing printf format (#1960)
  260. * Memory and file descriptors leaks (#1953, #2028, #2053, #2058)
  261. * Small error in versioning (#1905)
  262. * Incorrect start up with some special paths (#1992)
  263. * Segfault in input line history (#1936)
  264. * MC crashes on exit when using C locale (#1942)
  265. * MC crashes at exit due to race conditions of destroying subshell and file manager (#2008)
  266. * Assertion failed for g_array_free (#1954)
  267. * Broken transparency if MC is built with NCurses (#1657)
  268. * Selections not visible on monochrome terminals (#1972)
  269. * Colors of visible inactive menu (#1702)
  270. * Incorrect input line length in 'Edit symlink' dialog window (#1955)
  271. * Unquoted shell variables in user menu (#1967)
  272. * Ctrl-\ key closes the NCurses-based MC (#1926)
  273. * verbose option is always on after MC start (#1940)
  274. * Show total progressbar (and related info) when copying just one subdirdir with lot of files (#1443)
  275. * Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956)
  276. * Incorrect editor lock files check (#1935)
  277. * Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982)
  278. * Editor's search parameters are not retained across editing session (#1572)
  279. * EditColumnMark can't go up through newline (#1998)
  280. * 'Confirm replace' dialog is not converted from UTF-8 to user defined charset (#1986)
  281. * Missed \s symbol in Syntax file (#2010)
  282. * Viewer in QuickView mode corrupts screen (#1918, #1944)
  283. * ViewContinueSearch segfault on empty search (#1996)
  284. * MC crashes if file name in archves contains '@' symbol (#1605)
  285. * deba and debd VFS: items from DEBIAN directory are not accessible (#1920)
  286. * Samba is not built with tcc (#1933)
  287. * Incorrect conditional compilation of mcserver (#1925)
  288. * Potencial security risk in mcserv (#1902)
  289. * 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)
  290. * Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029)
  291. * FTPFS: strcpy() is used for overlaping strings (#2018)
  292. Version 4.7.0.1
  293. - Fixes
  294. * Fixed double free of memory in editor;
  295. * Fixed build with --disable-vfs option;
  296. * Fixed compile warnings about unused variables;
  297. * Fixed Fedora/RH RPM versioning scheme.
  298. Version 4.7.0
  299. - Core
  300. * Removed charset confirmation on startup and added the automatic recognize
  301. of system charset (#1613)
  302. * Some startup speed up (#1781)
  303. * Save flags of select/unselet file group (#1776)
  304. * Don't set TOSTOP attribute on slave terminal (#1637)
  305. * Keybindings for button bars (F1-F10 keys) (#212)
  306. * Keybindings for Tree widget
  307. * Enlarged sizes of Directory Tree dialog window
  308. * Added missed esc sequencies for qansi terminals (#1803)
  309. * New file type bindings:
  310. + adeed mkv, 3gp video types
  311. + use exif(1) output when viewing jpeg files
  312. + opening .chm with kchmviewer with fallback to xchm
  313. + viewing .mo files with msgunfmt
  314. - VFS
  315. * FISH: add the user name to the ssh command line only if it's not the same as
  316. the local logged-in user (#1867)
  317. * FTP: support active mode (#1796)
  318. * FTP: improved symlink handling
  319. * FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
  320. to chmod operations (#1708)
  321. * EXTFS: added S3 backend by Jakob Kemi (#272)
  322. * SFS: use single script for RPM and SRPM packets handling (#1590)
  323. - Editor
  324. * New syntax files: Cabal
  325. * Updated syntax files: Python, PHP
  326. * Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
  327. - Misc
  328. * Lots of code cleanup and optimization
  329. * Workaround for SunStudio compiler bug #6888373 (#1749)
  330. * Removed obsolete checks in configuration scripts
  331. * Allow save empty value in history (#1814)
  332. * Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
  333. * RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
  334. * Translation updated
  335. * Documentation updates
  336. * Added skin: darker color style (#1659)
  337. - Fixes
  338. * Memory and file descriptors leaks
  339. * Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
  340. * MC aborts when ctrl-c is pressed (#1793)
  341. * Build w/o internal editor (#1826)
  342. * Compilation warings of --disable-nls and --disable-charset options (#1831)
  343. * Incorrect handling of '--with-search-engine' configure option (#1396)
  344. * Segmentation fault when search in different encodings (#1858)
  345. * C-w does not delete whole command line (#407)
  346. * Wrong shortcuts in menu items (#1836)
  347. * Panels state saves and restores despite disabled 'Auto save setup' (#1663)
  348. * Case insensitive file sorting in UTF-8 locales (#1536)
  349. * Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
  350. * Segfault in TreeView loading (#1794)
  351. * Incorect stat info of ".." directory in file panel (#1757)
  352. * Incorect stat info of ".." directory in info panel (#1757)
  353. * Setting "Use passive mode over proxy" is not remembered (#1746)
  354. * CK_Edit_Save_Mode command handling in editor (#1810)
  355. * Incorrect calculation of some utf-8 characters width (#1768)
  356. * Handling CJK chars in editor (#1628)
  357. * Incorrect cursor positioning in editor (#1809, #1884)
  358. * Vertical block handling in editor (#1839)
  359. * Incorrect text scrolling in editor (#1877)
  360. * Incorrect mouse movement in editor when text scrolled to the right (#1792)
  361. * Newlines are lost when pasting multiline text in editor (#1710)
  362. * Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
  363. * Mismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
  364. * Some syntax files are not installable (#1779)
  365. * Date & time insertion in editor (#1759)
  366. * "Matches not found" message is not shown in viewer
  367. * Hangup after search in archive in viewer (#1873)
  368. * SFS: CPIO VFS skips empty directories in the root of archive (#1732)
  369. * Incorrect parsing FTP-string (#1605)
  370. * LZMA files detect (#1798)
  371. * FISH: broken filenames and timestamps on really poor busybox devices (#1450)
  372. * Minor mistakes and mistypes in man files
  373. * Various doxygen warnings
  374. Version 4.7.0-pre4
  375. - Core
  376. * Added feature of sort files by mouse click on column header
  377. * Added keybindings to change files sort type via shortcuts
  378. (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
  379. PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
  380. PanelSortOrderBySize, PanelSortOrderByMTime)
  381. * Now the letter of sort type and sort direction is always drawn in panel
  382. header (direction of sort is drown near the current sort column in long
  383. file list mode only)
  384. * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
  385. the section '[widget-common]' to draw sign of sort direction
  386. * Added option 'extensions_case' in filehighlight.ini file.
  387. * Menu engine was reimplemented: 1) now menu is build dynamically, 2)
  388. shortcut displayed in menu item is not a part of menu item text and it is
  389. synchronized with keybinding defined in mc.keymap file (#1563).
  390. - VFS
  391. * Fixed view *.tar files with a colon in name
  392. * Allow 'exit' command on non-local filesystems
  393. * Added partial support of Microsoft CAB-archives
  394. * Added support of ico files
  395. * Added support of *.djvu files
  396. * Fix segfaults in various cases while browsing various VFSs
  397. * Fixed warnings when file copy inside archive.
  398. - Editor
  399. * Added scrolled percentage in status bar (only in "simple statusbar" mode)
  400. * Fixed Misbehaving rectangular select in editor (wrong when selected from
  401. right to left and/or bottom to top)
  402. * Split editor menu 'Command' to 'Command' and 'Format'
  403. * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
  404. before save when no newline at EOF (#46)
  405. * Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
  406. * Fixed incorrect drawing CJK (double width) character
  407. - Viewer
  408. * Fixed tabs alignment (#1664)
  409. * Fixed view of next/prev file (#1750)
  410. - Misc
  411. * Shared clipboard for the mc editor, form fields, panel and command prompt
  412. * Refactoring: now all filename constants are placed in src/fileloc.h file
  413. * Testing & development: added ability for change user config dir. For example,
  414. type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
  415. * Changed Alt+Backspace behavior in command line
  416. - Fixes
  417. * Fixed broken building under uclibc <0.9.29
  418. * Autoindent regression
  419. * Viewer Hex editor regression
  420. * Incorrect indentation block when selecting with F3 + keys
  421. * Fixed ownership of config files
  422. * Configure.ac: fix broken check of option '--disable-vfs-undelfs'
  423. * Learn keys: fixed incorrect save of keys configuration
  424. * Fixed bug with 'The shell is already running a command'
  425. * Fixed 'B' artefact into OpenSuse console of root user
  426. Version 4.7.0-pre3
  427. - Core
  428. * removed own popt stuff (command line options parser). Now used glib parser
  429. * added feature for filenames highlighting in panels
  430. * Copy/Move overwrite query dialog is more friendly for long file names
  431. * at first run find file dialog now contain latest item from history
  432. * charset support enabled by default (--enable-charset option)
  433. * added support of skins
  434. * added support of key bindings
  435. - VFS
  436. * fixed recognize of tar.xz archives
  437. * added recognize of lzma archives by extension
  438. - Editor
  439. * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
  440. (CR LF/LF/CR)
  441. * syntax hightlighting updated: VerilogHDL, Shell script
  442. * Added syntax highlighting for *.repo files of yum
  443. * Added syntax highlighting of pacman's PKGBUILD and .install files
  444. - Viewer
  445. * Fixed showing Windows/Mac (CR LF/CR) line terminator
  446. - Misc
  447. * hotlist: support for environment variables ($HOME, ~username, etc.)
  448. * hotlist: support for completion in path input
  449. * all list widgets: support for fast navigation by number keys (i.e. 1 -
  450. first list item, 2 - second)
  451. - Fixes
  452. * restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
  453. charset use 'alt-e'
  454. * segfault on incorrect color pair in [Color] section
  455. * incorrect position of panel codeset dialog
  456. * limit of 9 digits for of file size display
  457. * lines drawing in -a stickchars mode
  458. * segfault when you try to use non-anonymous FTP
  459. * Ctrl-O handling under GNU Screen in altscreen mode
  460. * support of CP866 (IBM866) locale
  461. * configure.ac: checking for minimal version of glib and exit if version less
  462. than 2.6
  463. * segfault by mouse wheel action in history list and menu
  464. * Fixed behvior with Meta+PgDn? in editor
  465. * Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
  466. * Fixed editor autocompleting
  467. * Fixed Copy/Move dialogs steal Kill Word shortcut
  468. * Fixed autoconf issue when configure with --with-gpm-mouse option
  469. Version 4.7.0-pre2
  470. - Core
  471. * cycle menu navigation
  472. * change behaviour of C-space, now it calculate size on "..", and for selected
  473. dirs if there is one.
  474. * new find file option: find only first hit in file (make search faster)
  475. * new find file option: Whole words - find whole words only
  476. * scalable TUI
  477. - VFS
  478. * FTPFS: support of IPv6 protocol
  479. * extfs/iso9660 updated to support Joliet "UCS level 1"
  480. - Editor
  481. * new search/replace flag added "In selection"
  482. * new hotkeys for bookmarks, now bookmark displayed in state line and editor
  483. * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
  484. beyond the end of line
  485. * new syntax hightlights added: erlang, ebuild, named, strace, j
  486. * syntax hightlights updated: mail, vhdl, html
  487. - Viewer
  488. * Reworked for improve perfomance
  489. * Implemented interruptable long-distance movements
  490. * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
  491. support of code
  492. * fixed build of format string in runtime (for better i18n)
  493. * add 'Whole words' option into the viewer 'Search' dialog
  494. - Misc
  495. * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
  496. dialog close them
  497. * new: SI-based size show
  498. * make shared history for find file, editor search/replace, viever
  499. - Fixes
  500. * linking error with --enable-vfs-undelfs
  501. * external editor won't open if there are spaces in EDITOR variable
  502. * C-c kill mc if mc built with --without-subshell option is run with -d option
  503. * directory hotlist rendering
  504. * segfault on empty replace string
  505. * fixes for vfs/tarfs
  506. * removing bashizm from vfs/extfs/u7z
  507. * crash mc on create new file (Shift-F4) in external editor
  508. * File copy/move dialog: in replacement field now handled asterisks as search groups
  509. * VFS: Fixed SIGSERV(or heap corruption) on large filenames
  510. * Fixed broken backward search
  511. * Fixed uninitialised value for mouse event in in find.c#check_find_events() function
  512. * Fixed ctrl+z signal handling
  513. * Fixed incorrect showing prompt
  514. * Fixed incorrect vertical selection (if line state swiched on)
  515. * Fixed screen resize handle if mouse support is disabled
  516. * Restore correct current directory after switch from Info panel to List one
  517. * Fixed mouse support in 'konsole-256color' terminal
  518. * Fixed keycodes in 'xterm-256color' terminal
  519. * Fixed incorrect regexp search by content in 'file find' dialog
  520. * Fixed incorrect backwards search
  521. * Fixed incorrect detection of compressed patchfs
  522. * Fixed incorrect detecting codeset when <no translation> codeset selected
  523. Version 4.7.0-pre1
  524. - Core
  525. * native UTF-8 support
  526. * filenames charset selection support in panels
  527. * new 'Find File' dialog
  528. * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
  529. * extended learn keys
  530. * locale based codepage autodetection
  531. * initial support for doxygen generated docs
  532. * refresh of autoconf stuff
  533. * translation updates
  534. * x86_64 fixes
  535. - Editor
  536. * various editor enchancements (vertical block marking/moving/copy/paste)
  537. * navigate across source code through ctags/etags TAGS file
  538. * new option 'Persistent selection'
  539. * Del/Backspace - delete selected block if 'Persistent selection' switched off
  540. * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
  541. if 'Persistent selection' switched off
  542. * optional showing of line numbers
  543. * various syntax files updates
  544. * optional highlighting of the tabs and trailing spaces
  545. * add some hot-keys
  546. - Misc
  547. * showing of the free space on current file system
  548. * showing of the size selected files in mini-status bar
  549. - Fixes
  550. * editor's undo fixes
  551. * many fixes from other distributions are included
  552. * fish handling for symlinks is fixed
  553. * escaping of fancy names is fixed
  554. * segfault in fish permission checks is fixed
  555. * various mc.ext fixes
  556. * commandline completion fixes (mainly, escaping hadling)
  557. * small fixes in history handling (locale independent .mc/history entries)
  558. * code cleanups, various memleak/etc fixes (many thanks to valgrind)