Changes between Version 37 and Version 38 of NEWS-4.7.3
- Timestamp:
- 06/24/10 17:50:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.7.3
v37 v38 9 9 === Core === 10 10 * Mult-screen feature: support of many opened editors and viewers (#1490) 11 * Now we can use external utility to copy/paste text to X clipboard (#30)12 11 * Reorganization of menu and configuration dialogs. More options are available in UI (#320) 12 * Mark of text in input fields is available now, DEL removes selected/unchanged text (#2161, #2228) 13 * Now copy/move dialog shows the full path with file name in the field "to:" (#1907) 13 14 * Removed hardcoded shortcuts in dialog.c (#212) 14 * Use system realpath(3) function if available (#1911)15 15 * Added new actions for panels: !PanelMarkFileUp and !PanelMarkFileDown (#2021) 16 16 * Added new capability to create relative symlinks: menu item and "C-x v" default shortcut (#2042) 17 * Now we can use external utility to copy/paste text to X clipboard (#30) 17 18 * Cursor is hidden in menu and listboxes (#1771) 18 19 * All hotkeys in MC (in menu, checkboxes, etc) in the middle of a word are in the lowercase now (#2168) 19 * Mark of text in input fields is available now, DEL removes selected/unchanged text (#2161, #2228)20 * Use system realpath(3) function if available (#1911) 20 21 * GLib deprecated functions are not used (#2085) 21 * Now copy/move dialog show full path with file name in field "to:" (#1907) 22 22 23 === VFS === 23 24 * Unified charset list is used in core and in VFS (#2203)