Changes between Version 58 and Version 59 of NEWS-4.7.5


Ignore:
Timestamp:
12/28/10 12:52:08 (13 years ago)
Author:
slavazanko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NEWS-4.7.5

    v58 v59  
    33[http://www.midnight-commander.org/query?status=closed&group=resolution&order=priority&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&col=severity&milestone=4.7.5 View all closed tickets for this release] 
    44 
    5 == Major changes since 4.7.5-pre1 == 
     5== Major changes since 4.7.4 (4.7.5-pre1 included) == 
    66 
    77=== Core === 
     8  * Case insensitive sort order of files does not mix dot-files with others (#1894) 
     9  * Repeat previous quicksearch on C-s C-s (without entering text) (#2365) 
     10  * Added new colors for dialogs and status bars (#2170, #2171, #2197) 
     11  * Added new action !PanelSmartGotoParentDir. Not defined by default. This keybinding maybe used for bind 'Backspace' as hotkey for 'cd ..' (only if command line is empty)(#2375) 
    812  * Minor enhancement and fix for mc.ext for .so libraries and ELF objects (#1800): 
    913    * .so libraries have the higher priority of extension handling over ELF objects; 
     
    1216 
    1317=== VFS === 
     18  * Hide panels before connect to the FISH (#2268) 
    1419 
    1520=== Editor === 
    16   * Copy to clipboard doesn't reset the text selection (#2238) 
     21  * Internal editor's bookmarks are persistent now and not lost after exit from the editor. They are saved in ~/.mc/filepos file (#2287) 
     22  * Added forgotten shortcuts from 4.6 branch (#2404) 
     23  * Added cython syntax highlighting (#2427)  * Copy to clipboard doesn't reset the text selection (#2238) 
    1724  * Don't reset search position after file opened in viewer and reopened in mcedit (#2449) 
    1825 
    1926=== Viewer === 
     27  * Speed up of up/down moving (#2229) 
    2028 
    2129=== Diff viewer === 
     30  * The shortcut was changed from 'ctrl-x, ctrl-y' to 'ctrl-x, ctrl-d' (#2177 
    2231 
    2332=== Misc === 
     33  * Changed installation destination for some files (#1424): 
     34    * /etc/mc/Syntax -> /usr/share/mc/syntax/Syntax; 
     35    * /etc/mc/mc.lib -> /usr/share/mc/mc.lib; 
     36    * /etc/mc/mc.charsets -> /usr/share/mc/mc.charsets. Added capability to load codepage list from /usr/share/mc/mc.charsets and /etc/mc/mc.charsets and merge them then; 
     37    * Hint files are installed into /usr/share/mc/hints instead of /usr/share/mc; 
     38    * Help files are installed into /usr/share/mc/help instead of /usr/share/mc. 
     39  * Massive reorganizing of source code tree and total indentation in according with mc policy (#2409) 
     40  * Doc updates 
     41  * Added new translations: Basque, Estonian, Georgian, Indonesian 
     42  * autotools: Extended list of GCC warning flags (#2409)  
     43  * autotools: Split GLib and GModule compiler and linker options (#2409)  
     44  * Added dark skin 
    2445  * Code cleanup 
    2546  * Translation updates 
    2647 
    2748=== Fixes === 
     49  * Hang up after exit on FreeBSD (#2333, #2415) 
     50  * Segfault on NetBSD >= 3.0 on startup (#2425) 
     51  * Multi-screen engine doesn't handle correctly some cases (#1490) 
     52  * Overflow of file operation counters (#2429) 
     53  * Fx key numbers were not displayed for disabled keys (#2350) 
     54  * Can't put char '?' into a new name (#2327) 
     55  * Incorrect initial value of WCheck and WRadio widgets width (#2362) 
     56  * Panel encoding is not shown correctly in "Choose codepage" dialog (#1512) 
     57  * Cannot change panel encoding without VFS support (#2137) 
     58  * Panel contents isn't scrolled down by mouse dragging (#2395) 
     59  * Panel states are saved in panels.ini at quit only if "Auto save panels setup" option is set (#1939) 
     60  * Incorrect key event handling in "Listing mode" dialog (#2045) 
     61  * Usability of field history in "Find file" dialog (#2046, #2407) 
     62  * Find "Whole words" search bug (#2396) 
     63  * Directory ignorance does't work in file find (#2366, #2434) 
     64  * Incorrect line jump when started as editor (#2344) 
     65  * User menu in standalone mcedit doesn't show filetype-specific items (#1651) 
     66  * Configure script doesn't set samba configdir (#2419) 
     67  * Lost transparency colors in mcedit [editnormal] background depends on [normal] (#1785) 
     68  * Syntax highlighting is lost after manual change (#2324) 
     69  * ~ is not treated properly in editor's "Save As" dialog (#2398) 
     70  * Broken action 'cursor beyond EOL' (#2135, #2411) 
     71  * Incorrect charset encoding in search in editor (#2417) 
     72  * Segmentation fault in mcviewer on ARM architecture (#2356) 
     73  * Viewer 'Goto' dialog doesn't allow go to the specified offset exactly (#2435) 
     74  * Broken IPv4 FTP connection scheme (#121) 
     75  * Default internal FISH scripts are broken (#2347) 
     76  * Permission denied while connecting to Sun host via ssh (#2031) 
    2877  * Crash in copy/move progress dialog (#2448) 
    2978  * Broken autocompletion (#2288)