Changes between Version 29 and Version 30 of NEWS-4.7.1
- Timestamp:
- 01/30/10 13:44:56 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.7.1
v29 v30 34 34 35 35 === Fixes === 36 * Fixed movement problem in last line (moving cursor to the empty last line problem) (#1956)37 * Fixed buildon AIX (#1957)36 * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943) 37 * MC won't compile on AIX (#1957) 38 38 * Missing includes (#1930) 39 39 * Missing printf format (#1960) … … 45 45 * Broken transparency if MC is built with NCurses (#1657) 46 46 * Incorrect input line length in 'Edit symlink' dialog window (#1955) 47 * Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956) 48 * Incorrect editor lock files check (#1935) 49 * Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982) 47 50 * Viewer in !QuickView mode corrupts screen (#1918, #1944) 48 * MC won't compile on Solaris due to undefined constant NAME_MAX (#1943) 49 * Incorrect editor lock files check (#1935) 51 * MC crashes if file name in archves contain '@' symbol (#1605) 50 52 * deba and debd VFS: items from DEBIAN directory are not accessible (#1920) 51 53 * Samba is not built with tcc (#1933) 52 54 * Incorrect conditional compilation of mcserver (#1925) 53 * Segfault at try of edit(F4) archives with utf-8 names (x86_64 specified)(#1982)54