NEWS 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470
  1. Version 4.8.13
  2. - Core
  3. * New engine of user-friendly interruption of long-time operations (#2136)
  4. - Editor
  5. * Improvements of syntax highlighting:
  6. * CMake (#3216)
  7. * PHP (#3230)
  8. * Translate language names in the spelling assistant dialogue (#3233)
  9. - Viewer
  10. * Add separate normal(default) colour pair for viewer (#3204)
  11. * Dealing with utf-8 man pages in view/open (#1539)
  12. * "Goto line" is 1-based now (#3245)
  13. - Misc
  14. * Code cleanup (#3189, #3223, #3242)
  15. * Add new skins: gray-green-purple256 and gray-orange-blue256 (#3190)
  16. - Fixes
  17. * First Backspace/Delete is ignored after mouse click in an input widget (#3225)
  18. * Recursive find file doesn't work on Samba share (#3097)
  19. * Recursive find file doesn't work on Windows NFS share (#3202)
  20. * Incorrect file counter in move operation (#3196, #3209)
  21. * "Directory scanning" window is too narrow (#3162)
  22. * Colon is not recognized inside escape seq in prompt (#3241)
  23. * Quick view doesn't grab focus on mouse click (#3251)
  24. * fish subshell: overridden prompt (#3232, #3237)
  25. * mcviewer: broken switch between raw and parse modes (#3219)
  26. * mcviewer: incorrect percentage in mcview hex mode (#3258)
  27. * RAR VFS incorrectly recognizes UnRAR version (#3240)
  28. * viewbold and viewselected are missing from some skins (#3244)
  29. * Incorrect enconding name for manual page (#3239)
  30. * "User menu -> View manual page" doesn't do coloring (#3243)
  31. Version 4.8.12
  32. - Core
  33. * Speed up of file find (#2290)
  34. * If cwd is a symlink it is kept at startup (#3093)
  35. * Improve support of Zsh (#3121, #3124, #3125, #3177)
  36. * Launch external editor/viewer without passing line number (#3117)
  37. * Exit without confirmation by default (#3132)
  38. * Simple user-friendly skin selector (#2165, #3178)
  39. * Use Joliet and RockRidge in ISO9660 image view action (#3187)
  40. - VFS
  41. * Use .zip extension as preferred way to recognize ZIP archives (#2857)
  42. - Editor
  43. * Configurable selection reset on CK_Store (#3111)
  44. - Misc
  45. * Code cleanup (#3113, #3151)
  46. * Adjust script permissions to installed ones (#2274)
  47. * Fix name of FSF in add source files (#3167)
  48. * Skin cleanups (#3180, #3184)
  49. * Do not consider "String not found" message as error (#3179)
  50. - Fixes
  51. * Broken build with NCurses (#3114)
  52. * Incorrect tilde expansion in copy/rename/move dialog (#3131)
  53. * Advanced chown: Escape on user list accepts value (#3150)
  54. * Toggling hidden files using mouse doesn't update the other panel (#3156)
  55. * Question mark in delete confirmation is on its own line (#3123)
  56. * Popup dialogs wander upwards upon resize (#3173)
  57. * Keypad '*' doesn't work with numlock off (#3133)
  58. * Some inconsistencies in "Learn keys" UI (#3134)
  59. * Unconventional behavior of "Display bits" dialog (#3152)
  60. * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
  61. * mcedit: format paragraph produces inconsistent wrapping (#3119)
  62. * mcedit: file out-of-date check on saving is botched (#3142)
  63. * mcedit: 1st line is shifted after paragraph format (#1666)
  64. * mcedit: trailing newline check applied too early when exiting (#3140)
  65. * Inconsistency of the arrow's direction in the panel header line across skins (#3157)
  66. * Possible segfault while passing messages to widgets (#3116)
  67. * Possible segfault when freeing a VFS (#3116)
  68. * Segfault in cpio VFS while reading corrupted RPM (#3116)
  69. * Segfault in sftpfs VFS when trying to view a file (#3176)
  70. * Incorrect handling of filenames with unrar v5 (#3073)
  71. * FISH VFS: remote panel confused by filenames with '%' (#2983)
  72. * iso9660: xorriso shows only one depth (#3122)
  73. * Nicedark skin looks bad on black-on-white terminals (#3154)
  74. * Incorrect definition of "topmiddle" and "bottommiddle" characters (#3183)
  75. Version 4.8.11
  76. - Core
  77. * Live update of panels size when editing layout (#3060)
  78. * Support "Compute totals" option in move file operation (#2075)
  79. - VFS
  80. * rpm extfs
  81. - show dependency version (#2812)
  82. - support tar payload (#3064)
  83. - improve support for EPOCH tag (#1588)
  84. - add support for PREINPROG/POSTINPROG/PREUNPROG/POSTUNPROG, VERIFYSCRIPTPROG and TRIGGERSCRIPTS/TRIGGERSCRIPTPROG tags (#1588)
  85. - Editor
  86. * Support "bracketed paste mode" of xterm (#2661)
  87. * Clarify Java syntax highlighting (#3057)
  88. - Misc
  89. * Print warnings about unknown '--with-' / '--enable-' configure options (#3029)
  90. * Code cleanup and refactoring (#3051, #3066)
  91. - Fixes
  92. * FTBFS on GNU Hurd (#3053, #3071)
  93. * Segfault while moving files (#3059, #3105)
  94. * Broken handling of mc command line arguments (#3047)
  95. * Copy/move doesn't work if num_history_items_recorded=0 (#3076)
  96. * No subdir path completion in current dir, if stub is not starting with './' (#3018)
  97. * Deprecated "find -perm +xxx" syntax is used (#3089)
  98. * Home, End, Shift-Fn keys don't work in tmux (#2978)
  99. * Improper [en|dis]abling of layout dialog split adjustment buttons (#3061)
  100. * Bogus strings in 'Confirmation' config dialog (#2271)
  101. * "Configure options" first entry not highlighted (#3084)
  102. * "Setup saved to ~/.config/mc/ini" message is misleading (#3096)
  103. * F3 doesn't work on .so files in FreeBSD 9.x (#3101)
  104. * Typo in mc.lib: "less=%filename +%linenog" instead of "+%lineno" (part of #3044)
  105. * Wrong order of filename and line number for external editor (part of #3044)
  106. * mcedit: tabs are lost when text is pasted (#1797 as part of #2661)
  107. * mcedit: question on large file treats Escape as Yes (#3107)
  108. * Broken case-sensitive search in editor/viewer/diffviewer (#3069)
  109. * Changes to files in nested .zip archives are lost (#3070)
  110. * Incorrect handling of filenames with spaces with unrar v5 (#3073)
  111. * iso9660 VFS: filenames truncating in ISO file listing (#3091)
  112. * vfs_path_from_str_flags() doesn't support VPF_STRIP_HOME (#3098)
  113. * Bright colors are used as background colors in 16-color skins (#3050)
  114. * Various defects in documentation (#3052, #3092)
  115. Version 4.8.10
  116. - Core
  117. * Do not link GModule if it is not required (save space on embedded systems) (#2995)
  118. * Behavior of the 'Right' key in the 'Directory hotlist' was changed: now 'Right' key is used only to enter into the group (#3045)
  119. - Misc
  120. * Code cleanup (#3035)
  121. - Fixes
  122. * Build failure on Cygwin (#3041)
  123. * Broken NCurses detection (#3043)
  124. * Broken handling of mc command line arguments (#3047)
  125. * Cannot enter into zip archive in tar one (#3034)
  126. * Cannot open some jar files
  127. * mcedit: file descriptor leak (#3040)
  128. * mcedit: paragraph format doesn't respect multibyte characters (#2713)
  129. * Crash after entering a wrong SFTP password (#3036)
  130. Version 4.8.9
  131. - VFS
  132. * extfs: support unrar-5 (#3015)
  133. * extfs: use xorriso (if exists) for writing into ISO images (#3027)
  134. - Editor
  135. * Support unlimited file size (#1743)
  136. - Misc
  137. * Lot of code cleanups (#2990, #2071, #2164, #2998, #3003, #3005, #3022)
  138. * Display additional info while viewing (by F3) *.iso files (#2006)
  139. * New skins:
  140. - modarin256: set of 256-color skins from Oliver Lange (#2737)
  141. - Fixes
  142. * Fail to link if system lib does not contain strverscmp (#2992)
  143. * Segfault when mc's temporary directory doesn't belong to the correct user (#3021)
  144. * Race condition when creating temporary directory (#3025)
  145. * Mouse doesn't work in screen and tmux (#3011)
  146. * Incorrect file size in copy/move overwrite query dialog (#3000)
  147. * Garbage in subshell prompt (#3001)
  148. * Incorrect WLabel redraw after text change (#2991)
  149. * Find File: "All charsets" options don't work (#3026)
  150. * When an unknown key is pressed, it is interpreted as garbage (#2988)
  151. * Segfault on creating new file in external editor (#3020)
  152. * Rotating dash is not removed when mc finishes reading the directory (#2163)
  153. * mcedit: word completion failed if word to be completed is begun from begin of file (#2245)
  154. * mcview: broken switch between raw and parse modes (#2968)
  155. * Hex viewer: continue search doesn't work (#2706)
  156. * sftpfs: broken SSH aliases (#2923)
  157. Version 4.8.8
  158. - Core
  159. * Make copy/move progress dialog window wider up to 2/3 of screen width (#2076)
  160. * Ask file name before create new file in editor (#2585)
  161. * Support newer extended mouse protocol SGR-1006 instead of URXVT-1015 (#2956)
  162. * Allow skip directory scanning before file operation. Print directory count and size in addition to directory name (#2101)
  163. * Add jump support to target line in some external editors and viewers (#2206)
  164. - Editor
  165. * Update syntax highlighting:
  166. - Jal programming language (#2855)
  167. - gplink configuration files (.lkr extension) (#2855)
  168. - Makefile with .mak extension (#2896)
  169. - ZSH configuration files (#2950)
  170. - Fortran (#2962)
  171. - Misc
  172. * Code cleanup (#2944, #2954)
  173. * Report real compiler in MC_CHECK_ONE_CFLAG instead of 'gcc'
  174. * Hints files now translated via Transifex (#2980)
  175. - Fixes
  176. * Segfault in file operation due to unhandled regexp error (#2493)
  177. * Tab completion vs. spaces and escaping (#55)\
  178. * Special chars are not escaped in autocompletion of filenames (#2626)
  179. * Buttons in the 'Directory hotlist' window are placed incorrectly (#2958)
  180. * Mouse doesn't select text in subshell in native console (#2964)
  181. * Mouse click below non-droppeddown menubar activates menu box (#2971)
  182. * Insufficient quoting and wrong message in user menu (#2947)
  183. * mcedit: floating point exception (division by zero) (#2953)
  184. * mcedit: broken autocompletion (#2957)
  185. * mcview: broken magic mode (#2976)
  186. * Broken opening of .war archives (#2974)
  187. Version 4.8.7
  188. - Core
  189. * Minimal GLib version is 2.12.0
  190. * Implementation of suspend/resume in copy/move file operations (#2111)
  191. * Start of widget subsystem reimplementation (#2919)
  192. - VFS
  193. * uc1541 extfs plug-in updated up to version 2.5 (#2935)
  194. - Editor
  195. * Reset selection after text paste (only in non-persistent selection mode) (#2660)
  196. * Don't indent blank lines (#303).
  197. * Add .psgi as Perl syntax highlighting (#2912)
  198. * Place cursor after inserted chars (#319)
  199. * Add option in ini file to save spelling language (spell_language=NONE for disable aspell support) (#2914)
  200. - Misc
  201. * Code cleanup (#2888, #1950)
  202. * Minimal "check" utility version is 0.9.8
  203. * Remove the empty contrib/dist/debian/ since it maintained separately in Debian (#2871)
  204. * mc.ext updates:
  205. - add support of SVG images (#2895)
  206. - add support of .asm file extension (#2892)
  207. - add support of .hh file extension (#2892)
  208. - all file extension for source files now are case insensitive (#2892)
  209. - add support of JNG and MNG images (#2893)
  210. - add support of Gnumeric's spreadsheets (#2894)
  211. - add support of .war archives (#2891)
  212. - make a choice between arj and unarj archivers (#2890)
  213. - make a choice between 7z and 7za archivers (#2890)
  214. - add support of ape, aac and wvm4a media formats (#2767)
  215. - add support of cbr and cbz comic books (#2739)
  216. - add support of epub e-book format (#2739)
  217. - add support of PAR archives (#2739)
  218. - use libreoffice instead of ooffice, if found, to open ODT files (#2723)
  219. - use dvicat if dvi2tty not found to view DVI files (#1686)
  220. - use 'see' utility as default pdf viewer, if found (#1686)
  221. - use 'see' utility to view images in console (#1686)
  222. * Highlight OGV files as media (#2934)
  223. * Added new translations:
  224. - Persian (fa)
  225. - Croatian (hr)
  226. - Fixes
  227. * Build failure on Cygwin (#2917)
  228. * Fail to check ncurses library if --with-ncurses-inc and --with-ncurses-libs options are used (#2926)
  229. * Crash on Solaris while trying to copy a file (#2906)
  230. * CVE-2012-4463: Does not sanitize MC_EXT_SELECTED variable properly (#2913)
  231. * Attributes of existing directories are never preserved when copying (#2924)
  232. * Broken path completion on paths starting with ~/ (#2898)
  233. * Terminal settings are not changed when window is resized (#2198)
  234. * Enter into symlink to compressed patch shows empty patch (#2910)
  235. * Test failure on Cygwin due to incorrect linkage flag (#2918)
  236. * Non-portable test (#2883)
  237. Version 4.8.6
  238. - Fixes
  239. * mcedit: two-columns extra offset of cursor after tab character (#2881)
  240. * diffviewer: cannot open file if name contains '$' (#2873)
  241. Version 4.8.5
  242. - Core
  243. * Implemented case-insensitive patterns in mc.ext bindings (#2250)
  244. - Editor
  245. * Code refactoring and cleanup (#1977)
  246. - Diff viewer
  247. * Bidirectional merge (F5 merge left-to-right, F15 - merge right-to-left) (#2863)
  248. - Misc
  249. * Syntax highlighting news and updates:
  250. - update assembler.syntax: x86 AMD64 registers highlighting (#2542)
  251. - new cmake.syntax: preliminary and incomplete syntax file for CMakeLists.txt files (#2084)
  252. - new dlink.syntax: syntax highlighting for D-Link switches command set (#2649)
  253. - update properties.syntax: more nice look-and-feel (#1869)
  254. * mc.ext enhancement (#2103):
  255. - use chm_http text-mode handler for CHM files
  256. - play sounds only from videos in text mode
  257. - use pdftotext -layout -nopgbrk switches
  258. - try to use elinks before links for HTML
  259. - soffice2html text-mode handler for SXW files
  260. - wvHtml text-mode handler for doc files
  261. - xlhtml text-mode handler for XLS files
  262. - ppthtml text-mode handler for PPT/PPS files
  263. - open=view+pager fallback (noX) for PostScript, PDF, OD[PST] and DVI
  264. - standarized $DISPLAY checks
  265. * File extension support:
  266. - SQLite database files (#2103)
  267. - compiled Java files (*.class) (#2103)
  268. - m4a for MP4 containers with audio data in the Advanced Audio Coding (AAC) or its own Apple Lossless (ALE, ALAC) formats (#2869)
  269. - .ogm extension was deprecated in favor of .ogv (#2664)
  270. - Fixes
  271. * Bad EXTHELPERSDIR substitution if --prefix is not set (#2849)
  272. * Partially broken loading of user-defined keymap file (#2848)
  273. * Enter on directory named '~' goes to the home one (#2874)
  274. * Cannot Copy/Move files with filename encoding change (#2791)
  275. * Cannot view compressed files named like log.1.gz (with digit in name) (#2852)
  276. * Panel is not refreshed if panel history is called using mouse (#2854)
  277. * Duplicate entities in panel with 'tree view' mode (#2835)
  278. * Broken synchronization with filelist and tree panels (#2862)
  279. * Standalone mcedit doesn't load saved file position (#2853)
  280. * mcedit segfaults when aspell (en) dictionary is not installed (#2856)
  281. * mcedit segfaults after "Back from declaration" call (#2859)
  282. * mcedit: unable to save changes in "Safe save" mode(#2832)
  283. * Segfault when viewing HTML files with "mc -v" (#2858)
  284. * Broken 'Enter' action on a rpm file containing space character in filename (#2838)
  285. * extfs: uc1541 broken handling (#2864)
  286. * mc.ext: OGV format handled as audio (#2869)
  287. Version 4.8.4
  288. - Core
  289. * Use xdg-open by default in mc.ext.in if present to open files, fallback on current scheme otherwise (#2118)
  290. * Improve of mouse event handling in dialogs (#2817)
  291. * Show extended info about compiled-in paths for internal/external macros in the "mc -F" output (2495)
  292. - VFS
  293. * Added SFTP support (#1535)
  294. - Editor
  295. * Multieditor: allow edit many files in one mcedit window (#2261, #2839)
  296. * Aspell support for spell check (#2788)
  297. - Viewer
  298. * Handle CK_FileNext/CK_FilePrev actions inside mcviewer (#2814)
  299. - Misc
  300. * Tweak and cleanup of code in case of --disable-charset option usage (#2827)
  301. * File extension support:
  302. - .gem - rubygems (#2797)
  303. - .cpio.xz - compressed cpio archives (#2798)
  304. - .webm - WebM video (#2746)
  305. - .lib - gputils artifacts (#2751)
  306. - Fixes
  307. * Build failure on FreeBSD 6 (#2808)
  308. * src/filemanager/filegui.c does not compile on Solaris due to missing macros (#2825)
  309. * Loss of data on copy to full partition (#2829)
  310. * Crash at Chown command (#2784)
  311. * Crash when creating relative symlink (#2787)
  312. * Misinterpretation of dirs as command line arguments (#2783, #2805)
  313. * Number of panelized files was limited to 127 (#2813)
  314. * CK_History removes CK_HistoryNext entries (#2313)
  315. * URL with port was stored wrong in history (#2833)
  316. * Can't find 00 (zeroes) in patterns in hex search (#2795)
  317. * Hotkey conflicts in 'Search' dialog (#2843)
  318. * Error message when entering into compressed tar and cpio archives (#2785)
  319. * Garbage directory listing in ftpfs (#2800)
  320. * Incomplete sand256 skin (#2807)
  321. * mcedit scripts are installed as data files (#1437)
  322. * Fails to build from source with --enable-tests (#2786)
  323. * Tests failure on PowerPC,S390,S390x (#2804)
  324. * Fail to compile if --without-vfs configure option specified (#2834)
  325. * do_panel_cd: FTBFS with --enable-tests on [kfreebsd-i386,kfreebsd-amd64,ia64,armhf] (#2803)
  326. Version 4.8.3
  327. - Misc
  328. * Code cleanup (#2780)
  329. - Fixes
  330. * Broken support of XDG_* shell variables (#1851)
  331. * Segmentation fault while background copying (#2663)
  332. * MC ignores second directory argument (#2762)
  333. * Interpretation of LANG variable needs to be case insensitive (#2386)
  334. * Cannot copy zero-length files with "Preallocate space" option (#2755)
  335. * Problem in the Copy operation with unchecked the "Preserve attributes" option (#2278)
  336. * * Cursor position reset after update when panel is panelized, but doesn't (#2766)
  337. * File selection reset after exit from the archive in the root (#2776)
  338. * Hotlist: broken newly added entries if old-style path is present (#2753)
  339. * Can't rebind Fx keys in the file manager (#2384)
  340. * "justified" menu alignment (#2756)
  341. * The last (or single) word of hyperlinks in the interactive help don't act on mouse clicks (#2763)
  342. * 'cd' command is not working in shell link (#2758)
  343. * mc hangs on switching screens (#2608)
  344. * Case sensitive search with SEARCH_TYPE_PCRE is broken (#2764)
  345. * mcedit can't run w/o file as parameter (#2754)
  346. * mcedit can't record input char (#2757)
  347. * mcedit: save file on top of existing directory changes dir's permissions (#2761)
  348. * Unable to edit gzipped files (#2759)
  349. * mcedit hangs up on replace with regexp contains '^' or '$' (#1868)
  350. * Segfault after open incorrect archive (#2775)
  351. * mcdiff crashes if one panel is not in the listing mode (#2769)
  352. * The password for vfs sessions remains in input history (#2760)
  353. * Showing directory sizes is broken in VFS'es (#2765)
  354. * Stale symlinks in vfs (#2777)
  355. * Active VFS directories list contain incorrect current path (#2779)
  356. * Date not set properly in manpage (#2692)
  357. * Empty texinfo rule in mc.ext (#2774)
  358. * Test failure if 'HOME' contains trailing slashes (#2768)
  359. Version 4.8.2
  360. - Core
  361. * Added new flag -X (--no-x11) to allow dont't use X11 to get the state of modifiers Alt, Ctrl, Shift (#86)
  362. * Support of '~' as home dir in 'Start at:' field in 'Find File' dialog (#2694)
  363. * Support of '~' as home dir in hotlists (#2747)
  364. * Learn of 'Back Tab' is possible now in 'Learn keys' dialog (#2628)
  365. * Optional '0x' prefix for hexadecimal search (#2705)
  366. * Dynamically resize panels (#2465)
  367. * New bindings (ScrollLeft, ScrollRight) for scroll long filenames in panels (#2731)
  368. - VFS
  369. * Internal VFS reorganization (#2695)
  370. - Editor
  371. * Added as.syntax (#2708)
  372. - Viewer
  373. * Added action bindings for backward search (#2105)
  374. - Misc
  375. * Added hotkeys for all radio/check-buttons in search/replace dialogs (#2704)
  376. * New file bindings:
  377. - .m4v, .ts - video (#2702)
  378. - djv - DjVu? (#2645)
  379. * Simplify mc.menu - remove LZMA|LZ and change p7 to 7z (#2703)
  380. * Updated list of known browsers: gnome-moz-remote mozilla firefox konqueror opera (#2725)
  381. * Added MC_HOME environment variable to set up home directory of MC (as part of #2738)
  382. * Lot of code cleanup (#2740)
  383. - Fixes
  384. * Compile failure of 4.8.1 on xBSD because "Undefined symbols: _posix_fallocate" (#2689)
  385. * MC deletes the wrong file because of forced panel reload before file operation (#2736)
  386. * Cannot chdir to directory if directory name contains the dollar sign (#2451)
  387. * Incorrect panel size after change panel split type (#2521)
  388. * Wrong total bytes counter for subdirs in copy/move dialog (#2503)
  389. * Display corruption in panels after window shrink (#2684)
  390. * Command line is unaccessible from tree panel (#2714)
  391. * Extra confirmation before delete an empty hotlist group (#1576)
  392. * Can't open an edit zero-length file from VFS in mcedit (#2710)
  393. * mcedit crashes when ~/.config is a file (#2738)
  394. * mcedit: reset selection after END/HOME/PgDn/PgUp (#2726)
  395. * 'make check' fails on arm and alpha (-z muldefs) (#2732)
  396. Version 4.8.1
  397. - Core
  398. * Use posix_fallocate64() when copying files/moving to a new mount point (#2610)
  399. * Faster startup (#2637)
  400. * Support of extended mouse clicks beyond 223 (#2662)
  401. - VFS
  402. * Added exit point ("..") at the top of file list (after external panelization) (#275, #278)
  403. - Editor
  404. * Lex/Flex sources (extension .l) handled by yxx.syntax file. Yacc/Bison syntax completed with all symbols (#1647)
  405. * Updated syntax files:
  406. - lua
  407. - Misc
  408. * Updated skins:
  409. - sand256 (#2640)
  410. - xoria256 (#2641)
  411. * Added ability to move MC config files to specified place instead of multiple places in $HOME (#2636)
  412. * Added configure option --with-homedir (default value: XDG) (#2636)
  413. * Respect traditional placement of user preferences on Mac OS X (#2658 as part of #2636)
  414. * A few useful additions to filehighlight.ini (#2646)
  415. - Fixes
  416. * Doesn't compile when using --disable-nls (#2639)
  417. * Can't compile on OpenIndiana (Solaris) (#2643)
  418. * Moving content of bindings to mc.ext during 4.7 -> 4.8 upgrade breaks mc
  419. * Free space on filesystems >2TB is not displayed properly (#2338)
  420. * Not all errors are skipped after "Ignore all" choose (#71)
  421. * Input field in password mode is fully masked with asterisks (#2653)
  422. * In "Copy File" dialog the "preserve Attributes" checkbox is always unchecked for filesystems mounted with FUSE (#2254)
  423. * Command line cursor misplaced after a resize in viewer/editor (#2678)
  424. * Save of some learned keys is broken (#2676)
  425. * Editor sometimes shows two dots instead of letter (#2372)
  426. * Editor: word completion should ignore the current word (#2614)
  427. * Viewer sometimes shows two dots instead of letter (#1730)
  428. * Viewer shows two dialogs when searcj hot found (#2677)
  429. * Cannot navigate over spftp servers (#2634)
  430. * mc adds spaces at the beginning of all files/dirs on ftp servers (#2635)
  431. * VFS: broken SMB (#2652)
  432. * man page lies about mc.keymap (#2675)
  433. * mc does not preserve file mtime when copying over ssh (#2625)
  434. Version 4.8.0
  435. - Misc
  436. * Code cleanup (#2620)
  437. * License version updated to GPL3+ (#1551)
  438. * Added new translation:
  439. - Interlingua
  440. - Fixes
  441. * Viewer: cursor position is not restored in hex mode (#2543)
  442. * fish: broken panels drawing after entering password (#2611)
  443. * fish: content of modified file is appended instead of overwritten in the remote host (#2632)
  444. * extfs: broken navigation in archives if current path is encoded (#2621)
  445. * extfs: strange error message when opening a 7z file if p7zip is not installed (#2598)
  446. Version 4.8.0-pre2
  447. - Core
  448. * Added -g/--oldmouse option to support of NORMAL/BUTTON_EVENT mouse type (useful for screen/tmux) (#2601)
  449. - VFS
  450. * New extfs plugin: gitfs (#2467)
  451. * patchfs enchancement: join several hunks of the same file into one VFS entry (#2573)
  452. - Misc
  453. * mc.ext: use "include" for $EDITOR entries (#1689)
  454. * New file bindings:
  455. - .3gp - video (#2583)
  456. - Fixes
  457. * Cannot compile 4.8.0-pre1 and 4.7.5.3 on Solaris (#2587)
  458. * Recent autoconf displays warnings about missing AC_LANG_SOURCE (#2589)
  459. * Duplication of variable declarations (#2576)
  460. * Incorrect TTY layer initialization (#2601)
  461. * Wrong Backspace key behavior in QuickSearch mode if BS key is mapped to CdParentSmart action (#2522)
  462. * M-o works unexpectedly on symlink shortcuts (#2590)
  463. * Panelize doesn't honour current sorting (#2175)
  464. * Hintbar jumps to the top of the screen and overwrites main menu (#2593)
  465. * File size column is bogus for widths above 9 (#2580)
  466. * Hex search: incorrect length usage in hexadecimal search (#2579)
  467. * Editor: Incorrect Pascal syntax highlighting (#2531)
  468. * Editor: mouse clicks are ignored on the bottom line (#2591)
  469. * Editor: extended keybingings are broken (#2586)
  470. * Viewer: Fixed search finds bold/underlined strings twice and highlight search results (#265)
  471. * Broken listing in ExtFS VFS module (#81)
  472. * File name length is limited in tar archive (#2201)
  473. * Crash when copying symlink over ssh (#2582)
  474. * Broken panels recode (#2595)
  475. * ftp failures - leading white space in file name (#2594)
  476. * FISH hangs while copiyng a lot of small files (#2605)
  477. Version 4.8.0-pre1
  478. WARNING: Configuration files was moved from your $HOME/.mc directory into
  479. XDG_CONFIG_* directories to respect FDO standard
  480. (http://standards.freedesktop.org/basedir-spec/basedir-spec-0.7.html).
  481. To get more information, see ticket #1851.
  482. WARNING: VFS paths now handled as vfsprefix1://vfsdata/vfsprefix2://vfsdata
  483. (see #2361). Also, 'bindings' user file was renamed to 'mc.ext', so you need
  484. search in this file all
  485. Open=file.ext#vfsprefix
  486. and replace them to
  487. Open=file.ext/vfsprefix://
  488. After this you should rename your 'bindings' file to 'mc.ext'.
  489. Old-style paths are handled just in 'Directory hotlist' dialog, but you couldn't
  490. mix URL-like and old style path elements in one path string. Support of old-style
  491. paths will be removed in next major release (probably in 4.9, who knows...)
  492. WARNING: keybinding names was renamed to provide some unification (see #2511).
  493. The correspondence of old and new keybinging names are described in doc/keybind-migration.txt
  494. file and in doc/keybindMigration web page.
  495. Be aware.
  496. - Core
  497. * Added 256 colours support (#2169, #2173, #2475)
  498. * Changed default text in filtered view (alt-!) to input command line (if not empty)
  499. or stay old behaviour (current file under cursor) (#2266)
  500. * Added simple swap mode that means the swap of panel locations, in addition to current swap
  501. of panel content (#2368)
  502. * Cofiguration files now moved to directory specified in XDG_CONFIG_HOME environment variable (#1851)
  503. * Panel options are read now from [Panels] section only. [Midnight-Commander] section is not read (#2305)
  504. * "Show mini info" checkbox was moved from the "Layout" dialog window to the "Panel options" one (#2305)
  505. * Select files by shift-left/right in file panel (#2534)
  506. * Added support of skip all errors on multi-file/dir operation (#71)
  507. * 'Find Files' improvements:
  508. - support relative ignored directories (#2275);
  509. - handle of ignored directories in dialog window (#2275);
  510. - "Search for content" checkbox is enabled by default (#2462)
  511. * Added hardlinks detection for filehighlight (#2478)
  512. * Unification of keybind names (#2511):
  513. - most of keybinding names are changes to unify that names. Table of old and new names
  514. is available in doc/keybind-migration.txt;
  515. - improve of key rebinding: previously, to rebind some keys, used must redefine the entire section
  516. where that bindings are placed in user keymap file. New merge algorithm doesn't require that
  517. and allows rebind only wanted keys;
  518. - added --nokeymap command line option to disable external keymaps
  519. * Sources in 'lib' directory now independent to sources in 'src' one (#2501)
  520. * Added configure parameter --enable-mclib for build libmc.so shared library (#2501)
  521. * Added new engine for universal event system (as part of #2501)
  522. * Optimized loading and saving of configurations and histories (#2541, #2545)
  523. * Reimplemented i18n support in 'Chmod' dialog window (#2557)
  524. - VFS
  525. * VFS structure changes (as part of #2501):
  526. - moved from lib/vfs/mc-vfs to lib/vfs;
  527. - split VFS-modules by directories and moved to src/vfs;
  528. - lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h
  529. * VFS now used URL-like paths (#2361)
  530. - Editor
  531. * New engine of the editor macro (#323)
  532. * Multiply repeat of the recorded actions (#323)
  533. * Call extermal scripts from the editor (#323, #2512)
  534. * Added REDO action (#25)
  535. * Group UNDO by action (#27)
  536. * Selection is not reset after execute user menu (#2463)
  537. * Vertical selection is not reset after copy/move (#2504)
  538. * More intuitive word left/right action (now the cursor stop beside EOL/BOL) (#2483)
  539. * Duble-click marks the current word. Added action MarkWord to mark word, MarkLine
  540. to mark current line (#2499)
  541. * Regexp search&replace: support escape sequences in replacement string (#1882)
  542. - Misc
  543. * Minor enhancement in mc.ext:
  544. * added -C key to nm utility in View action for static libraries (#2485)
  545. * New file bindings:
  546. - .torrent: view using ctorrent (#2562);
  547. - .mts: handle as videofile (#2566)
  548. * Added new entries in cedit.menu: "Sort selection", "Upper case", "Lower case"
  549. * New skins:
  550. - Xoria256 (#2469)
  551. - mc-4.6 (#2524)
  552. * Updated skins:
  553. * Nice dark (#1791)
  554. * Added support for check unit test framework (http://check.sourceforge.net) (as part of #2501)
  555. * Added -F/--datadir-info option to show extended information about used data dirs (#2495)
  556. * Added --configure-options to easy update & reconfigure existing mc (#2495)
  557. * Language-specific man pages and hint and help files are not installed
  558. if mc is built with --disable-nls option (#2514)
  559. * Added new translation:
  560. - Esperanto
  561. * Code cleanup (#2481, #2515, #2518, #2560, #2570)
  562. - Fixes
  563. * Build failure on DragonFly BSD (#2516)
  564. * Broken Del & Backspace in dialogs (in locale CP866) (#1634)
  565. * Screen and input corruption under xterm in non-UTF locales (#1668)
  566. * Alt-Backspace shortcut doesn't work (#2455)
  567. * Broken command autocompletion (#2458)
  568. * Swap panels doesn't respect sort options (#2368)
  569. * File list format of panel is initialized incorrectly after switch back from quick view
  570. or info mode to file list one (#2390)
  571. * Main menu is not drawn correctly after change of it visibility and activity (#2466)
  572. * MC switches to left panel after call of command history using mouse (#2459)
  573. * Find file: don't check content regexp if search for content is not used (#2464)
  574. * Find file: broken lynx-like navigation in panelization of search result (#2491)
  575. * Dialog trims leading spaces in input field (#2544)
  576. * Panelize content is lost when doing F5/F6/F8 on a file on the other panel (#2312)
  577. * Color of panel header cannot be set in the command line (#2170)
  578. * ctrl-g key closes file panels (#2520)
  579. * Incorrect files mark by mouse (#2556)
  580. * Editor: incorrect restore selection after UNDO (#2456)
  581. * Editor: segfault after getting the previous char in utf8 (#2484)
  582. * Editor: incorrect detection of the word boundary (added '{', '}' as end of word) (#2500)
  583. * Bold and selected colors of viewer cannot be set in the command line (#2489)
  584. * Viewer: fixed incorrect starting offset for 'search again' (#2294)
  585. * Viewer: fixed problems while displaying UTF-8 manual pages (#1629)
  586. * Diff viewer: quick left/right movements don't work in non-default key maps (#2509)
  587. * AI_ADDRCONFIG is not optional for RFC 3493 non-compliant systems (#2401)
  588. * FTP directories containing @ result severe security risks (eg. deletion of homedir) (#2220)
  589. * Builtin ftp client can't download files with apostrophe in a file name (#2251)
  590. * Unable to show FTP listing if password contains # (#2360)
  591. * FTP: fixed access to file names starting with space (#81)
  592. * Bashisms in extfs (#2569)
  593. * Browsing *.deb files is broken with latest Perl (#2552)
  594. * isoinfo adds ";1" to the end of file name when Joliet without Rock Ridge is used (#2471)
  595. * patchfs incorrectly works with filenames containing spaces (#2572)
  596. * cd to ~ processed incorrectly in the command line if more than one space is separating
  597. the "cd" and "~" (#2120)
  598. Version 4.7.5
  599. - Core
  600. * Minor enhancement and fix for mc.ext for .so libraries and ELF objects (#1800):
  601. - .so libraries have the higher priority of extension handling over ELF objects;
  602. - added -C -D options to nm utility for .so libraries;
  603. - added -C option to nm utility for ELF objects.
  604. - Editor
  605. * Copy to clipboard doesn't reset the text selection (#2238)
  606. * Don't reset search position after file opened in viewer and reopened in mcedit (#2449)
  607. - Misc
  608. * Code cleanup
  609. * Translation updates
  610. - Fixes
  611. * Crash in copy/move progress dialog (#2448)
  612. * Broken autocompletion (#2288)
  613. * Text selection bugs in mcedit (#1898, #2437)
  614. * awk is used instead of grep in iso9660 VFS plugin (#1963)
  615. Version 4.7.5-pre1
  616. - Core
  617. * Case insensitive sort order of files does not mix dot-files with others (#1894)
  618. * Repeat previous quicksearch on C-s C-s (without entering text) (#2365)
  619. * Added new colors for dialogs and status bars (#2170, #2171, #2197)
  620. * Added new action PanelSmartGotoParentDir. Not defined by default. This keybinding maybe used
  621. for bind 'Backspace' as hotkey for 'cd ..' (only if command line is empty)(#2375)
  622. - VFS
  623. * Hide panels before connect to the FISH (#2268)
  624. - Editor
  625. * Internal editor's bookmarks are persistent now and not lost after exit from the editor.
  626. They are saved in ~/.mc/filepos file (#2287)
  627. * Added forgotten shortcuts from 4.6 branch (#2404)
  628. * Added cython syntax highlighting (#2427)
  629. - Viewer
  630. * Speed up of up/down moving (#2229)
  631. - Misc
  632. * Changed installation destination for some files (#1424):
  633. - /etc/mc/Syntax -> /usr/share/mc/syntax/Syntax;
  634. - /etc/mc/mc.lib -> /usr/share/mc/mc.lib;
  635. - /etc/mc/mc.charsets -> /usr/share/mc/mc.charsets. Added capability to load codepage list
  636. from /usr/share/mc/mc.charsets and /etc/mc/mc.charsets and merge them then;
  637. - hint files are installed into /usr/share/mc/hints instead of /usr/share/mc;
  638. - help files are installed into /usr/share/mc/help instead of /usr/share/mc.
  639. * Massive reorganizing of source code tree and total indentation in according with mc policy (#2409)
  640. * Doc updates
  641. * Translation updates
  642. * Added new translations: Basque, Estonian, Georgian, Indonesian
  643. * Extended list of GCC warning flags (#2409)
  644. * Split GLib and GModule compiler and linker options (#2409)
  645. * Added dark skin
  646. - Fixes
  647. * Hang up after exit on FreeBSD (#2333, #2415)
  648. * Segfault on NetBSD >= 3.0 on startup (#2425)
  649. * Multi-screen engine doesn't handle correctly some cases (#1490)
  650. * Overflow of file operation counters (#2429)
  651. * Fx key numbers were not displayed for disabled keys (#2350)
  652. * Can't put char '?' into a new name (#2327)
  653. * Incorrect initial value of WCheck and WRadio widgets width (#2362)
  654. * Panel encoding is not shown correctly in "Choose codepage" dialog (#1512)
  655. * Cannot change panel encoding without VFS support (#2137)
  656. * Panel contents isn't scrolled down by mouse dragging (#2395)
  657. * Panel states are saved in panels.ini at quit only if "Auto save panels setup" option is set (#1939)
  658. * Incorrect key event handling in "Listing mode" dialog (#2045)
  659. * Usability of field history in "Find file" dialog (#2046, #2407)
  660. * Find "Whole words" search bug (#2396)
  661. * List of ignored directories doesn't work in file find (#2366, #2434)
  662. * Incorrect line jump when started as editor (#2344)
  663. * User menu in standalone mcedit doesn't show filetype-specific items (#1651)
  664. * Configure script doesn't set samba configdir (#2419)
  665. * Lost transparency colors in mcedit [editnormal] background depends on [normal] (#1785)
  666. * Syntax highlighting is lost after manual change (#2324)
  667. * ~ is not treated properly in editor's "Save As" dialog (#2398)
  668. * Broken action 'cursor beyond EOL' (#2135, #2411)
  669. * Incorrect charset encoding in search in editor (#2417)
  670. * Segmentation fault in mcviewer on ARM architecture (#2356)
  671. * Viewer 'Goto' dialog doesn't allow go to the specified offset exactly (#2435)
  672. * Broken IPv4 FTP connection scheme (#121)
  673. * Default internal FISH scripts are broken (#2347)
  674. * Permission denied while connecting to Sun host via ssh (#2031)
  675. Version 4.7.4
  676. - Core
  677. * Added unassigned key binding CmdEditForceInternal to forced run the internal editor of MC (#1523)
  678. * Implemented keybingings for WListbox widget, reimplemented hardcoded keys in viewer and help viewer (#212)
  679. * Added capability to enable/disable widgets interactively (#2257)
  680. * Reverted the appending of file/dir name to copy/move destination in copy/move dialog (#2276)
  681. - VFS
  682. * Fixed remained plain int types (#171)
  683. * Refactoring of VFS modules on/off. Unification of configure options (#1818)
  684. * MCServer and MCFS support were completely removed (#2279)
  685. * FISH: implemented resuming of file downloads (#2267)
  686. * Adjusted extfs script modes to installed permissions (#2274)
  687. - Editor
  688. * Editor version is synchronized with MC one (#2189)
  689. * Changed default button in editor quit dialog to "Cancel quit" (#2265)
  690. * Added "Toggle syntax highlighting" menu item. Described C-s shortcut in mcedit man page (#2035)
  691. - Viewer
  692. * Changed default button in hexeditor quit dialog to "Cancel quit" (#2265)
  693. - Misc
  694. * Code cleanup (#2316)
  695. * be-tarask.po was renamed to be@tarask.po (#2235)
  696. * Translation updates
  697. * Added Galician translation
  698. * Fixed the title in the section describing xtree_mode variable (#2303)
  699. - Fixes
  700. * Crash while copying into directory named "????" (#2123)
  701. * Crash while changing permissions using "Advanced chown" dialog (#2264)
  702. * Crash in autocompletion engine (#2284)
  703. * Restore signals even if fork() fails (#2273)
  704. * Bogus strings in 'Confirmation' config dialog (#2271)
  705. * History can be shown incorrectly due to access to the invalid pointer (#2299)
  706. * Potential division by zero in Info panel (#2337)
  707. * Segfault in replace confirmation in editor (#2272)
  708. * Regexp replace only transforms the first occurrence correctly (#2320)
  709. * Broken manually changing syntax definition (#2324)
  710. * MCEdit version number not centered in about dialog (#2311)
  711. * Typo in the code and the man section describing X clipboard integration (#30)
  712. * Viewer doesn't show non-ASCII chars in hex mode (#2263)
  713. * Compilation warnings in diff viewer (#2277)
  714. * 2GB file size limit in fish (#123)
  715. * Meta-fixes for manual pages (#2237, #2253)
  716. Version 4.7.3
  717. - Core
  718. * Multi-screen feature: support of many opened editors and viewers (#1490)
  719. * Reorganization of menu and configuration dialogs. More options are available in UI (#320)
  720. * Mark of text in input fields is available now, DEL removes selected/unchanged text (#2161, #2228)
  721. * Now copy/move dialog shows the full path with file name in the field "to:" (#1907)
  722. * Removed hardcoded shortcuts in dialog.c (#212)
  723. * Added new actions for panels: PanelMarkFileUp and PanelMarkFileDown (#2021)
  724. * Added new capability to create relative symlinks: menu item and "C-x v" default shortcut (#2042)
  725. * Now we can use external utility to copy/paste text to X clipboard (#30)
  726. * Cursor is hidden in menu and listboxes (#1771)
  727. * All hotkeys in MC (in menu, checkboxes, etc) in the middle of a word are in the lowercase now (#2168)
  728. * Use system realpath(3) function if available (#1911)
  729. * GLib deprecated functions are not used (#2085, #2249)
  730. - VFS
  731. * Unified charset list is used in core and in VFS (#2203)
  732. * All hardcoded FISH scripts are moved out from fish.c to external scripts (see README.fish for more info) (#2242)
  733. - Editor
  734. * Added highlighting for HTTPS URLs in SPEC files (#1446)
  735. - Misc
  736. * Changed main URL for bug reports (#2025)
  737. * man2hlp: completely rewritten in Perl (#45)
  738. * Skin updates:
  739. - gotar.ini (#2179)
  740. * Removed leading and trailing spaces in i18n'd resources (#1646)
  741. * Code cleanups (#2243)
  742. * Translation updates
  743. - Fixes
  744. * AC_TRY_RUN macro breaks crosscompile (#1959)
  745. * "mc -e" and "mc -v" modes don't work (#2187)
  746. * Buttonbar mouse clicks are off (#2199)
  747. * Incorrect calculation of autocompletion window width (#2192)
  748. * Incorrect button locations in common input dialogs (#2115)
  749. * Oversized dialog backgrounds are not painted in NCurses-based MC (#2157)
  750. * Incorrect colors of directory tree (#2212)
  751. * Info panel is initially filled too late (#2226)
  752. * Quick search is not correctly interrupted in some cases (#2174)
  753. * Segfault in standalone editor and viewer (#2178)
  754. * Broken codeset autodetection in editor and viewer (#1838)
  755. * Viewer segfaults trying open a compressed man page file (#2236)
  756. * Editor crashes while opening some incorrect files (#2183)
  757. * Editor hangup if editor_tab_spacing equals to 0 (#2196)
  758. * Editor shows dots instead of letters if source_codepage is set to "No translation" (#2248)
  759. * Editor goes to endless loop when trying to replace the \n regexp with any substring (#2231)
  760. * Editor: in some cases the copy/move operation in multi-byte text is wrong (#2153)
  761. * Crash on search in viewer after Parsed/Raw switching (#2195)
  762. * Diff viewer crashes if tab size equals to 0 (#2182)
  763. Version 4.7.2
  764. - Core
  765. * Quick Search mode is defined by quick_search_case_sensitive option (#2022)
  766. * Mouse wheel doesn't change sorting preferences in panels (#2093)
  767. * Interactive help is displayed with dynamically run-time formatting (#1561)
  768. * Improvement of double and single lines support in skins (#1648)
  769. - Editor
  770. * Remove selected text before input or paste from clipboard (in non persistent selection mode) (#2155)
  771. * Case insensitive syntax highlighting (#1770)
  772. * Current syntax scheme is highlighted in 'Choose syntax highlighting' dialog (#1754)
  773. * Added ini.syntax (#2126)
  774. - Viewer
  775. * Fixed jump to end of file
  776. - Diff viewer
  777. * A built-in tool to visual compare and merge two files (#120, #2159)
  778. - Misc
  779. * Added support for AM_SILENT_RULES (#2134)
  780. * Lot of code cleanups (#1949, #2041, #2078, #2097, #2119)
  781. * Renamed color keywords (#1660):
  782. - menu -> menunormal
  783. - linestate -> editlinestate
  784. * Added new skins:
  785. - nice and dark (#1791)
  786. * Updated file extension for "sh" (#2127)
  787. * Documentation updates
  788. * Translation updates
  789. - Fixes
  790. * Segfault in panelization of file find results (#2068)
  791. * Segfault in standalone editor and viewer (#2087)
  792. * Memory leaks (#2069, #2108)
  793. * If dialog was canceled, input line content is saved in history (#2082)
  794. * MC says "File exists" trying create directory with empty filename (#2014)
  795. * User asked twice about overwriting file in move across file systems (#2125)
  796. * Deleting symlink to directory scans dir structure first (#2121)
  797. * Incorrect layout of file operation dialog in non-verbose mode (#2099)
  798. * MC proposes ".." as a dirname with automatic name filling (#2056)
  799. * MC treats files ending with a dot as gzip (#2114)
  800. * Broken default regexp mask in filecopy dialog (#2001)
  801. * Misleading label "Status:" in the Info panel (#2146)
  802. * Can't define help window background via skin (#1701)
  803. * i18n_checktimelength may vary depending on the season (#1671)
  804. * Build breaks on ignored return values (#1897)
  805. * Incorrect cursor position after "Cursor beyond end of line" mode switched off (#2094)
  806. * Incorrect overwrite behavior with UTF-8 codeset in editor (#2081)
  807. * Incorrect toggling state of ruler in viewer (#2067)
  808. * Superfluous "Search done, Continue from beginning?" dialog in viewer (#2091)
  809. * Turning on wrap mode does not scroll left/right the file view (#2107)
  810. * Cannot scroll wrapped long lines in viewer (#2086)
  811. * Fixed EOL/BOL movements in plain mode (#1734)
  812. * Text area is not updated in hex mode (#2005)
  813. * Incorrect handling of archives in EXTFS VFS (#1909)
  814. * Segfault in symlink handling within archives
  815. * urar EXTFS doesn't correctly show localized filenames in RAR archives (#2049)
  816. * urar EXTFS: disable RAR/UNRAR user/system configuration for archive list and copyout operations (#2050)
  817. * Patches adding a single line are not shown correctly by patchfs (#2149)
  818. * uzip EXTFS: fixed Y2K bug (#2122)
  819. Version 4.7.1
  820. - Core
  821. * Minimal required GLib version is 2.8 (#1980)
  822. * Reorganization of source tree structure (#1866, #2037)
  823. * States of all 'Find File' dialog checkboxes are saved in user configuration file (#1874, #1965)
  824. * New file type bindings:
  825. o viewing .lyx with lyxcat, opening with lyx (#1693)
  826. * Added shortcut (Meta-,) to toggle panels split (#1991)
  827. * Capability to remove history items. WListbox widget was fully reimplemented (#1445)
  828. * Autodetect codepages of edited/viewed files with enca program (#1838)
  829. * Custom/locale-based date format (#1767)
  830. * New quick search behavior, allow wildcard characters - '*' and '?'(#2022)
  831. * Panels: new sort type 'by version' (#1994)
  832. * Added 'menuinactive' skin item to draw inactive visible main menu (#1999)
  833. * Added ability to show progressbars (when copy files) from right to left (#1443)
  834. * Added indication of total BPS and ETA for file operations; fully rewrited FileOperations dialog (#1443)
  835. - VFS
  836. * Small reorganizing (#1931)
  837. * Easy plugable EXTFS VFS (#1909)
  838. - Editor
  839. * Some simple optimization of syntax highlighting engine (#1843)
  840. * Show right margin using 'editor_show_right_margin' option. Keybind EditToggleShowMargin in [editor] section is used to toggle the state (#1514)
  841. * New editor action 'Mark all', new keybind EditMarkAll (#1945)
  842. * Changed default for 'Cursor beyond EOL', now it switched off by default (#1946)
  843. * Changed default color pair for 'editbold' (search result) to be more sensible (#1559)
  844. - Viewer
  845. * Viewer is now very fast (#1585)
  846. * Added new confirm box for repeat search from beginning of file (#1917)
  847. - Misc
  848. * Lots of code cleanup (#1780, #1915, #1990)
  849. * Removed obsolete checks in configuration scripts (#262, #1932)
  850. * Documentation updates
  851. * Translation updates
  852. - Fixes
  853. * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943)
  854. * MC won't compile on AIX (#1957)
  855. * Missing includes (#1930, #2017)
  856. * Missing printf format (#1960)
  857. * Memory and file descriptors leaks (#1953, #2028, #2053, #2058)
  858. * Small error in versioning (#1905)
  859. * Incorrect start up with some special paths (#1992)
  860. * Segfault in input line history (#1936)
  861. * MC crashes on exit when using C locale (#1942)
  862. * MC crashes at exit due to race conditions of destroying subshell and file manager (#2008)
  863. * Assertion failed for g_array_free (#1954)
  864. * Broken transparency if MC is built with NCurses (#1657)
  865. * Selections not visible on monochrome terminals (#1972)
  866. * Colors of visible inactive menu (#1702)
  867. * Incorrect input line length in 'Edit symlink' dialog window (#1955)
  868. * Unquoted shell variables in user menu (#1967)
  869. * Ctrl-\ key closes the NCurses-based MC (#1926)
  870. * verbose option is always on after MC start (#1940)
  871. * Show total progressbar (and related info) when copying just one subdirdir with lot of files (#1443)
  872. * Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956)
  873. * Incorrect editor lock files check (#1935)
  874. * Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982)
  875. * Editor's search parameters are not retained across editing session (#1572)
  876. * EditColumnMark can't go up through newline (#1998)
  877. * 'Confirm replace' dialog is not converted from UTF-8 to user defined charset (#1986)
  878. * Missed \s symbol in Syntax file (#2010)
  879. * Viewer in QuickView mode corrupts screen (#1918, #1944)
  880. * ViewContinueSearch segfault on empty search (#1996)
  881. * MC crashes if file name in archves contains '@' symbol (#1605)
  882. * deba and debd VFS: items from DEBIAN directory are not accessible (#1920)
  883. * Samba is not built with tcc (#1933)
  884. * Incorrect conditional compilation of mcserver (#1925)
  885. * Potencial security risk in mcserv (#1902)
  886. * 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)
  887. * Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029)
  888. * FTPFS: strcpy() is used for overlaping strings (#2018)
  889. Version 4.7.0.1
  890. - Fixes
  891. * Fixed double free of memory in editor;
  892. * Fixed build with --disable-vfs option;
  893. * Fixed compile warnings about unused variables;
  894. * Fixed Fedora/RH RPM versioning scheme.
  895. Version 4.7.0
  896. - Core
  897. * Removed charset confirmation on startup and added the automatic recognize
  898. of system charset (#1613)
  899. * Some startup speed up (#1781)
  900. * Save flags of select/unselet file group (#1776)
  901. * Don't set TOSTOP attribute on slave terminal (#1637)
  902. * Keybindings for button bars (F1-F10 keys) (#212)
  903. * Keybindings for Tree widget
  904. * Enlarged sizes of Directory Tree dialog window
  905. * Added missed esc sequencies for qansi terminals (#1803)
  906. * New file type bindings:
  907. + adeed mkv, 3gp video types
  908. + use exif(1) output when viewing jpeg files
  909. + opening .chm with kchmviewer with fallback to xchm
  910. + viewing .mo files with msgunfmt
  911. - VFS
  912. * FISH: add the user name to the ssh command line only if it's not the same as
  913. the local logged-in user (#1867)
  914. * FTP: support active mode (#1796)
  915. * FTP: improved symlink handling
  916. * FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
  917. to chmod operations (#1708)
  918. * EXTFS: added S3 backend by Jakob Kemi (#272)
  919. * SFS: use single script for RPM and SRPM packets handling (#1590)
  920. - Editor
  921. * New syntax files: Cabal
  922. * Updated syntax files: Python, PHP
  923. * Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
  924. - Misc
  925. * Lots of code cleanup and optimization
  926. * Workaround for SunStudio compiler bug #6888373 (#1749)
  927. * Removed obsolete checks in configuration scripts
  928. * Allow save empty value in history (#1814)
  929. * Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
  930. * RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
  931. * Translation updated
  932. * Documentation updates
  933. * Added skin: darker color style (#1659)
  934. - Fixes
  935. * Memory and file descriptors leaks
  936. * Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
  937. * MC aborts when ctrl-c is pressed (#1793)
  938. * Build w/o internal editor (#1826)
  939. * Compilation warings of --disable-nls and --disable-charset options (#1831)
  940. * Incorrect handling of '--with-search-engine' configure option (#1396)
  941. * Segmentation fault when search in different encodings (#1858)
  942. * C-w does not delete whole command line (#407)
  943. * Wrong shortcuts in menu items (#1836)
  944. * Panels state saves and restores despite disabled 'Auto save setup' (#1663)
  945. * Case insensitive file sorting in UTF-8 locales (#1536)
  946. * Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
  947. * Segfault in TreeView loading (#1794)
  948. * Incorect stat info of ".." directory in file panel (#1757)
  949. * Incorect stat info of ".." directory in info panel (#1757)
  950. * Setting "Use passive mode over proxy" is not remembered (#1746)
  951. * CK_Edit_Save_Mode command handling in editor (#1810)
  952. * Incorrect calculation of some utf-8 characters width (#1768)
  953. * Handling CJK chars in editor (#1628)
  954. * Incorrect cursor positioning in editor (#1809, #1884)
  955. * Vertical block handling in editor (#1839)
  956. * Incorrect text scrolling in editor (#1877)
  957. * Incorrect mouse movement in editor when text scrolled to the right (#1792)
  958. * Newlines are lost when pasting multiline text in editor (#1710)
  959. * Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
  960. * Mismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
  961. * Some syntax files are not installable (#1779)
  962. * Date & time insertion in editor (#1759)
  963. * "Matches not found" message is not shown in viewer
  964. * Hangup after search in archive in viewer (#1873)
  965. * SFS: CPIO VFS skips empty directories in the root of archive (#1732)
  966. * Incorrect parsing FTP-string (#1605)
  967. * LZMA files detect (#1798)
  968. * FISH: broken filenames and timestamps on really poor busybox devices (#1450)
  969. * Minor mistakes and mistypes in man files
  970. * Various doxygen warnings
  971. Version 4.7.0-pre4
  972. - Core
  973. * Added feature of sort files by mouse click on column header
  974. * Added keybindings to change files sort type via shortcuts
  975. (PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
  976. PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
  977. PanelSortOrderBySize, PanelSortOrderByMTime)
  978. * Now the letter of sort type and sort direction is always drawn in panel
  979. header (direction of sort is drown near the current sort column in long
  980. file list mode only)
  981. * Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
  982. the section '[widget-common]' to draw sign of sort direction
  983. * Added option 'extensions_case' in filehighlight.ini file.
  984. * Menu engine was reimplemented: 1) now menu is build dynamically, 2)
  985. shortcut displayed in menu item is not a part of menu item text and it is
  986. synchronized with keybinding defined in mc.keymap file (#1563).
  987. - VFS
  988. * Fixed view *.tar files with a colon in name
  989. * Allow 'exit' command on non-local filesystems
  990. * Added partial support of Microsoft CAB-archives
  991. * Added support of ico files
  992. * Added support of *.djvu files
  993. * Fix segfaults in various cases while browsing various VFSs
  994. * Fixed warnings when file copy inside archive.
  995. - Editor
  996. * Added scrolled percentage in status bar (only in "simple statusbar" mode)
  997. * Fixed Misbehaving rectangular select in editor (wrong when selected from
  998. right to left and/or bottom to top)
  999. * Split editor menu 'Command' to 'Command' and 'Format'
  1000. * Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
  1001. before save when no newline at EOF (#46)
  1002. * Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
  1003. * Fixed incorrect drawing CJK (double width) character
  1004. - Viewer
  1005. * Fixed tabs alignment (#1664)
  1006. * Fixed view of next/prev file (#1750)
  1007. - Misc
  1008. * Shared clipboard for the mc editor, form fields, panel and command prompt
  1009. * Refactoring: now all filename constants are placed in src/fileloc.h file
  1010. * Testing & development: added ability for change user config dir. For example,
  1011. type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
  1012. * Changed Alt+Backspace behavior in command line
  1013. - Fixes
  1014. * Fixed broken building under uclibc <0.9.29
  1015. * Autoindent regression
  1016. * Viewer Hex editor regression
  1017. * Incorrect indentation block when selecting with F3 + keys
  1018. * Fixed ownership of config files
  1019. * Configure.ac: fix broken check of option '--disable-vfs-undelfs'
  1020. * Learn keys: fixed incorrect save of keys configuration
  1021. * Fixed bug with 'The shell is already running a command'
  1022. * Fixed 'B' artefact into OpenSuse console of root user
  1023. Version 4.7.0-pre3
  1024. - Core
  1025. * removed own popt stuff (command line options parser). Now used glib parser
  1026. * added feature for filenames highlighting in panels
  1027. * Copy/Move overwrite query dialog is more friendly for long file names
  1028. * at first run find file dialog now contain latest item from history
  1029. * charset support enabled by default (--enable-charset option)
  1030. * added support of skins
  1031. * added support of key bindings
  1032. - VFS
  1033. * fixed recognize of tar.xz archives
  1034. * added recognize of lzma archives by extension
  1035. - Editor
  1036. * 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
  1037. (CR LF/LF/CR)
  1038. * syntax hightlighting updated: VerilogHDL, Shell script
  1039. * Added syntax highlighting for *.repo files of yum
  1040. * Added syntax highlighting of pacman's PKGBUILD and .install files
  1041. - Viewer
  1042. * Fixed showing Windows/Mac (CR LF/CR) line terminator
  1043. - Misc
  1044. * hotlist: support for environment variables ($HOME, ~username, etc.)
  1045. * hotlist: support for completion in path input
  1046. * all list widgets: support for fast navigation by number keys (i.e. 1 -
  1047. first list item, 2 - second)
  1048. - Fixes
  1049. * restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
  1050. charset use 'alt-e'
  1051. * segfault on incorrect color pair in [Color] section
  1052. * incorrect position of panel codeset dialog
  1053. * limit of 9 digits for of file size display
  1054. * lines drawing in -a stickchars mode
  1055. * segfault when you try to use non-anonymous FTP
  1056. * Ctrl-O handling under GNU Screen in altscreen mode
  1057. * support of CP866 (IBM866) locale
  1058. * configure.ac: checking for minimal version of glib and exit if version less
  1059. than 2.6
  1060. * segfault by mouse wheel action in history list and menu
  1061. * Fixed behvior with Meta+PgDn? in editor
  1062. * Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
  1063. * Fixed editor autocompleting
  1064. * Fixed Copy/Move dialogs steal Kill Word shortcut
  1065. * Fixed autoconf issue when configure with --with-gpm-mouse option
  1066. Version 4.7.0-pre2
  1067. - Core
  1068. * cycle menu navigation
  1069. * change behaviour of C-space, now it calculate size on "..", and for selected
  1070. dirs if there is one.
  1071. * new find file option: find only first hit in file (make search faster)
  1072. * new find file option: Whole words - find whole words only
  1073. * scalable TUI
  1074. - VFS
  1075. * FTPFS: support of IPv6 protocol
  1076. * extfs/iso9660 updated to support Joliet "UCS level 1"
  1077. - Editor
  1078. * new search/replace flag added "In selection"
  1079. * new hotkeys for bookmarks, now bookmark displayed in state line and editor
  1080. * new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
  1081. beyond the end of line
  1082. * new syntax hightlights added: erlang, ebuild, named, strace, j
  1083. * syntax hightlights updated: mail, vhdl, html
  1084. - Viewer
  1085. * Reworked for improve perfomance
  1086. * Implemented interruptable long-distance movements
  1087. * splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
  1088. support of code
  1089. * fixed build of format string in runtime (for better i18n)
  1090. * add 'Whole words' option into the viewer 'Search' dialog
  1091. - Misc
  1092. * new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
  1093. dialog close them
  1094. * new: SI-based size show
  1095. * make shared history for find file, editor search/replace, viever
  1096. - Fixes
  1097. * linking error with --enable-vfs-undelfs
  1098. * external editor won't open if there are spaces in EDITOR variable
  1099. * C-c kill mc if mc built with --without-subshell option is run with -d option
  1100. * directory hotlist rendering
  1101. * segfault on empty replace string
  1102. * fixes for vfs/tarfs
  1103. * removing bashizm from vfs/extfs/u7z
  1104. * crash mc on create new file (Shift-F4) in external editor
  1105. * File copy/move dialog: in replacement field now handled asterisks as search groups
  1106. * VFS: Fixed SIGSERV(or heap corruption) on large filenames
  1107. * Fixed broken backward search
  1108. * Fixed uninitialised value for mouse event in in find.c#check_find_events() function
  1109. * Fixed ctrl+z signal handling
  1110. * Fixed incorrect showing prompt
  1111. * Fixed incorrect vertical selection (if line state swiched on)
  1112. * Fixed screen resize handle if mouse support is disabled
  1113. * Restore correct current directory after switch from Info panel to List one
  1114. * Fixed mouse support in 'konsole-256color' terminal
  1115. * Fixed keycodes in 'xterm-256color' terminal
  1116. * Fixed incorrect regexp search by content in 'file find' dialog
  1117. * Fixed incorrect backwards search
  1118. * Fixed incorrect detection of compressed patchfs
  1119. * Fixed incorrect detecting codeset when <no translation> codeset selected
  1120. Version 4.7.0-pre1
  1121. - Core
  1122. * native UTF-8 support
  1123. * filenames charset selection support in panels
  1124. * new 'Find File' dialog
  1125. * new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
  1126. * extended learn keys
  1127. * locale based codepage autodetection
  1128. * initial support for doxygen generated docs
  1129. * refresh of autoconf stuff
  1130. * translation updates
  1131. * x86_64 fixes
  1132. - Editor
  1133. * various editor enchancements (vertical block marking/moving/copy/paste)
  1134. * navigate across source code through ctags/etags TAGS file
  1135. * new option 'Persistent selection'
  1136. * Del/Backspace - delete selected block if 'Persistent selection' switched off
  1137. * shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
  1138. if 'Persistent selection' switched off
  1139. * optional showing of line numbers
  1140. * various syntax files updates
  1141. * optional highlighting of the tabs and trailing spaces
  1142. * add some hot-keys
  1143. - Misc
  1144. * showing of the free space on current file system
  1145. * showing of the size selected files in mini-status bar
  1146. - Fixes
  1147. * editor's undo fixes
  1148. * many fixes from other distributions are included
  1149. * fish handling for symlinks is fixed
  1150. * escaping of fancy names is fixed
  1151. * segfault in fish permission checks is fixed
  1152. * various mc.ext fixes
  1153. * commandline completion fixes (mainly, escaping hadling)
  1154. * small fixes in history handling (locale independent .mc/history entries)
  1155. * code cleanups, various memleak/etc fixes (many thanks to valgrind)