From b242d055ef81a61d80bd117eeb7a60fa22c0af49 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Mon, 11 Apr 2011 13:01:04 +0400 Subject: [PATCH] NEWS for 4.7.5.2 release. Signed-off-by: Andrew Borodin --- doc/NEWS | 41 +++++++++++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 6 deletions(-) diff --git a/doc/NEWS b/doc/NEWS index 54aedd20c..ef655746a 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,13 +1,40 @@ +Version 4.7.5.2 + +- Editor + + * Added new action to mark current word (#2499) + +- Misc + + * New skins: + - mc-4.6 (#2524) + * Updated skins: + - nice dark (#1791) + * Code cleanup (#2518) + * Language-specific man pages and hint and help files are not installed + if mc is built with --disable-nls option (#2514) + +- Fixes + + * Find file: "Search for content" checkbox is disabled by default (#2462) + * Build failure on DragonFly BSD (#2516) + * ctrl-g key closes file panels (#2520) + * Unused variable if without WITH_BACKGROUND (#2515) + * Editor: incorrect detection of the word boundary (added '{', '}' as end of word) (#2500) + * Bold and selected colors of viewer cannot be set in the command line (#2489) + * Diff viewer: quick left/right movements don't work in non-default key maps (#2509) + * "cd ~" processed incorrectly in the command line if more than one space separates "cd" and "~" (#2120) + * Screen and input corruption under xterm (non-UTF) (#1668) + * More intuitive word left/right action (now the cursor stop beside EOL/BOL) (#2483) + + Version 4.7.5.1 - Core - * Added simple swap mode that means the swap of panel locations, in addition to current swap of panel content (#2368) + * Added simple swap mode that means the swap of panel locations, in addition + to current swap of panel content (#2368) -- VFS -- Editor -- Viewer -- Diff viewer - Misc * Minor enhancement in mc.ext (#2485): @@ -21,7 +48,8 @@ Version 4.7.5.1 * Alt-Backspace shortcut doesn't work (#2455) * Broken command autocompletion (#2458) * Swap panels doesn't respect sort options (#2368) - * File list format of panel is initialized incorrectly after switch back from quick view or info mode to file list one (#2390) + * File list format of panel is initialized incorrectly after switch back from quick view or info mode + to file list one (#2390) * Main menu is not drawn correctly after change of it visibility and activity (#2466) * MC switches to left panel after call of command history using mouse (#2459) * Find file: don't check content regexp if search for content is not used (#2464) @@ -31,6 +59,7 @@ Version 4.7.5.1 * Made AI_ADDRCONFIG optional for RFC 3493 non-compliant systems (#2401) * isoinfo adds ";1" to the end of file name when Joliet without Rock Ridge is used (#2471) + Version 4.7.5 - Core -- 2.11.4.GIT