Changes between Version 69 and Version 70 of NEWS-4.8.0-pre1
- Timestamp:
- 06/24/11 09:23:43 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.8.0-pre1
v69 v70 40 40 * most of keybinding names are changes to unify that names. Table of old and new names is available in doc/keybind-migration.txt; 41 41 * improve of key rebinding: previously, to rebind some keys, used must redefine the entire section where that bindings are placed in user keymap file. New merge algorithm doesn't require that and allows rebind only wanted keys; 42 * added --nokeymap command line option to disable external keymaps .42 * added --nokeymap command line option to disable external keymaps 43 43 * Sources in 'lib' directory now independent to sources in 'src' one (#2501) 44 44 * Added configure parameter --enable-mclib for build libmc.so shared library (#2501) … … 49 49 * VFS structure changes (as part of #2501): 50 50 * moved from lib/vfs/mc-vfs to lib/vfs; 51 * split by directories for VFS-modules and moved to src/vfs;52 * lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h ;53 * VFS now used URL-like paths (#2361) .51 * split VFS-modules by directories and moved to src/vfs; 52 * lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h 53 * VFS now used URL-like paths (#2361) 54 54 55 55 === Editor === … … 71 71 * Minor enhancement in mc.ext: 72 72 * added -C key to nm utility in View action for static libraries (#2485) 73 * Added new entries in cedit.menu: "Sort selection", "Upper case", "Lower case" .73 * Added new entries in cedit.menu: "Sort selection", "Upper case", "Lower case" 74 74 * New skins: 75 75 * Xoria256 (#2469) … … 77 77 * Updated skins: 78 78 * Nice dark (#1791) 79 * Code cleanup (#2481, #2515, #2518)80 79 * Added support for [http://check.sourceforge.net check] unit test framework (as part of #2501) 81 80 * Added -F/--datadir-info option to show extended information about used data dirs (#2495) 82 81 * Added --configure-options to easy update & reconfigure existing mc (#2495) 83 82 * Language-specific man pages and hint and help files are not installed if mc is built with --disable-nls option (#2514) 83 * Code cleanup (#2481, #2515, #2518) 84 84 85 85 === Fixes === … … 108 108 * cd to ~ processed incorrectly in the command line if more than one space is separating the "cd" and "~" (#2120) 109 109 * Browsing *.deb files is broken with latest Perl (#2552) 110 * Fixed "Couldn't create file" error when tries to edit local menus in VFS (#1687)111 110 * FTP directories containing @ result severe security risks (eg. deletion of homedir) (#2220) 112 * builtin ftp client can't download files with apostrophe in a file name (#2251)113 * unable to show FTP listing if password contains # (#2360)111 * Builtin ftp client can't download files with apostrophe in a file name (#2251) 112 * Uunable to show FTP listing if password contains # (#2360)