Changes between Version 64 and Version 65 of NEWS-4.8.0-pre1
- Timestamp:
- 06/23/11 11:58:12 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.8.0-pre1
v64 v65 4 4 5 5 '''WARNING''': Configuration files was moved from your $HOME/.mc directory into XDG_CONFIG_* directories to respect [http://standards.freedesktop.org/basedir-spec/basedir-spec-0.7.html FDO standard]. To get more information, see ticket #1851. 6 7 '''WARNING''': VFS paths now handled as {{{vfsprefix1://vfsdata/vfsprefix2://vfsdata}}} (see #2361). Also, 'bindings' user file was renamed to 'mc.ext', so you need search in this file all 8 {{{ 9 Open=file.ext#vfsprefix 10 }}} 11 and replace them to 12 {{{ 13 Open=file.ext/vfsprefix:// 14 }}} 15 After this you should rename your 'bindings' file to 'mc.ext' 16 17 Old-style paths are handled too, but you couldn't mix URL-like and old style path elements in one path string. 18 19 Support of old-style paths will be removed in next major release (probably in 4.9, who knows...) 20 21 Be aware. 22 6 23 7 24 == Major changes since 4.7.5 == … … 33 50 * moved from lib/vfs/mc-vfs to lib/vfs; 34 51 * split by directories for VFS-modules and moved to src/vfs; 35 * lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h 36 52 * lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h; 53 * VFS now used URL-like paths (#2361) 54 37 55 === Editor === 38 56 * New engine of the editor macro (#323)