Changes between Version 22 and Version 23 of NEWS-4.8.1.1
- Timestamp:
- 03/08/12 06:51:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.8.1.1
v22 v23 8 8 * Added new flag -X (--no-x) to allow dont't use X11 to get the state of modifiers Alt, Ctrl, Shift (#86) 9 9 * Support of '~' as home dir in 'Start at:' field in 'Find File' dialog (#2694) 10 * Learning of 'Back Tab' now is possible from 'Learn keys' dialog (#2628) 10 11 * Optional '0x' prefix for hexadecimal search (#2705) 11 * Learning of 'Back Tab' now is possible from 'Learn keys' dialog (#2628)12 12 13 13 === VFS === … … 31 31 === Fixes === 32 32 * Compile failure of 4.8.1 on xBSD because "Undefined symbols: _posix_fallocate" (#2689) 33 * MC deletes the wrong file because of forced panel reload before file operation (#2736) 34 * Incorrect panel size after change panel split type (#2521) 33 35 * Wrong total bytes counter for subdirs in copy/move dialog (#2503) 36 * Display corruption in panels after window shrink (#2684) 34 37 * Command line is unaccessible from tree panel (#2714) 35 38 * Extra confirmation before delete an empty hotlist group (#1576) 36 39 * Can't open an edit zero-length file from VFS in mcedit (#2710) 40 * mcedit: reset selection after END/HOME/PgDn/PgUp (#2726) 37 41 * 'make check' fails on arm and alpha (-z muldefs) (#2732) 38 * MC deletes the wrong file because of forced panel reload before file operation (#2736)39 * mcedit: reset selection after END/HOME/PgDn/PgUp (#2726)40 * Display corruption in panels after window shrink (#2684)41 * Incorrect panel size after change panel split type (#2521)