NEWS 25 KB

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