2009-12-30 22:31:19 +03:00
|
|
|
|
Version 4.7.0.1
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Fixes
|
2009-12-30 22:31:19 +03:00
|
|
|
|
|
|
|
|
|
* Fixed double free of memory in editor;
|
|
|
|
|
* Fixed build with --disable-vfs option;
|
|
|
|
|
* Fixed compile warnings about unused variables;
|
|
|
|
|
* Fixed Fedora/RH RPM versioning scheme.
|
|
|
|
|
|
2009-12-25 21:26:51 +03:00
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
Version 4.7.0
|
2009-12-25 21:26:51 +03:00
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Core
|
|
|
|
|
|
|
|
|
|
* Removed charset confirmation on startup and added the automatic recognize
|
|
|
|
|
of system charset (#1613)
|
|
|
|
|
* Some startup speed up (#1781)
|
|
|
|
|
* Save flags of select/unselet file group (#1776)
|
|
|
|
|
* Don't set TOSTOP attribute on slave terminal (#1637)
|
|
|
|
|
* Keybindings for button bars (F1-F10 keys) (#212)
|
|
|
|
|
* Keybindings for Tree widget
|
|
|
|
|
* Enlarged sizes of Directory Tree dialog window
|
|
|
|
|
* Added missed esc sequencies for qansi terminals (#1803)
|
|
|
|
|
* New file type bindings:
|
|
|
|
|
+ adeed mkv, 3gp video types
|
|
|
|
|
+ use exif(1) output when viewing jpeg files
|
|
|
|
|
+ opening .chm with kchmviewer with fallback to xchm
|
|
|
|
|
+ viewing .mo files with msgunfmt
|
|
|
|
|
|
|
|
|
|
- VFS
|
|
|
|
|
|
|
|
|
|
* FISH: add the user name to the ssh command line only if it's not the same as
|
|
|
|
|
the local logged-in user (#1867)
|
|
|
|
|
* FTP: support active mode (#1796)
|
|
|
|
|
* FTP: improved symlink handling
|
|
|
|
|
* FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
|
|
|
|
|
to chmod operations (#1708)
|
|
|
|
|
* EXTFS: added S3 backend by Jakob Kemi (#272)
|
|
|
|
|
* SFS: use single script for RPM and SRPM packets handling (#1590)
|
|
|
|
|
|
|
|
|
|
- Editor
|
|
|
|
|
|
|
|
|
|
* New syntax files: Cabal
|
|
|
|
|
* Updated syntax files: Python, PHP
|
|
|
|
|
* Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
|
|
|
|
|
|
|
|
|
|
- Misc
|
|
|
|
|
|
|
|
|
|
* Lots of code cleanup and optimization
|
|
|
|
|
* Workaround for SunStudio compiler bug #6888373 (#1749)
|
|
|
|
|
* Removed obsolete checks in configuration scripts
|
|
|
|
|
* Allow save empty value in history (#1814)
|
|
|
|
|
* Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
|
|
|
|
|
* RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
|
|
|
|
|
* Translation updated
|
|
|
|
|
* Documentation updates
|
|
|
|
|
* Added skin: darker color style (#1659)
|
|
|
|
|
|
|
|
|
|
- Fixes
|
|
|
|
|
|
|
|
|
|
* Memory and file descriptors leaks
|
|
|
|
|
* Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
|
|
|
|
|
* MC aborts when ctrl-c is pressed (#1793)
|
|
|
|
|
* Build w/o internal editor (#1826)
|
|
|
|
|
* Compilation warings of --disable-nls and --disable-charset options (#1831)
|
|
|
|
|
* Incorrect handling of '--with-search-engine' configure option (#1396)
|
|
|
|
|
* Segmentation fault when search in different encodings (#1858)
|
|
|
|
|
* C-w does not delete whole command line (#407)
|
|
|
|
|
* Wrong shortcuts in menu items (#1836)
|
|
|
|
|
* Panels state saves and restores despite disabled 'Auto save setup' (#1663)
|
|
|
|
|
* Case insensitive file sorting in UTF-8 locales (#1536)
|
|
|
|
|
* Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
|
|
|
|
|
* Segfault in TreeView loading (#1794)
|
|
|
|
|
* Incorect stat info of ".." directory in file panel (#1757)
|
|
|
|
|
* Incorect stat info of ".." directory in info panel (#1757)
|
|
|
|
|
* Setting "Use passive mode over proxy" is not remembered (#1746)
|
|
|
|
|
* CK_Edit_Save_Mode command handling in editor (#1810)
|
|
|
|
|
* Incorrect calculation of some utf-8 characters width (#1768)
|
|
|
|
|
* Handling CJK chars in editor (#1628)
|
|
|
|
|
* Incorrect cursor positioning in editor (#1809, #1884)
|
|
|
|
|
* Vertical block handling in editor (#1839)
|
|
|
|
|
* Incorrect text scrolling in editor (#1877)
|
|
|
|
|
* Incorrect mouse movement in editor when text scrolled to the right (#1792)
|
|
|
|
|
* Newlines are lost when pasting multiline text in editor (#1710)
|
|
|
|
|
* Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
|
|
|
|
|
* <20>ismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
|
|
|
|
|
* Some syntax files are not installable (#1779)
|
|
|
|
|
* Date & time insertion in editor (#1759)
|
|
|
|
|
* "Matches not found" message is not shown in viewer
|
|
|
|
|
* Hangup after search in archive in viewer (#1873)
|
|
|
|
|
* SFS: CPIO VFS skips empty directories in the root of archive (#1732)
|
|
|
|
|
* Incorrect parsing FTP-string (#1605)
|
|
|
|
|
* LZMA files detect (#1798)
|
|
|
|
|
* FISH: broken filenames and timestamps on really poor busybox devices (#1450)
|
|
|
|
|
* Minor mistakes and mistypes in man files
|
|
|
|
|
* Various doxygen warnings
|
2009-12-25 21:26:51 +03:00
|
|
|
|
|
|
|
|
|
|
2009-11-24 14:22:16 +03:00
|
|
|
|
Version 4.7.0-pre4
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Core
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* Added feature of sort files by mouse click on column header
|
|
|
|
|
* Added keybindings to change files sort type via shortcuts
|
|
|
|
|
(PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
|
|
|
|
|
PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
|
|
|
|
|
PanelSortOrderBySize, PanelSortOrderByMTime)
|
|
|
|
|
* Now the letter of sort type and sort direction is always drawn in panel
|
|
|
|
|
header (direction of sort is drown near the current sort column in long
|
|
|
|
|
file list mode only)
|
|
|
|
|
* Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
|
|
|
|
|
the section '[widget-common]' to draw sign of sort direction
|
|
|
|
|
* Added option 'extensions_case' in filehighlight.ini file.
|
|
|
|
|
* Menu engine was reimplemented: 1) now menu is build dynamically, 2)
|
|
|
|
|
shortcut displayed in menu item is not a part of menu item text and it is
|
|
|
|
|
synchronized with keybinding defined in mc.keymap file (#1563).
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- VFS
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* Fixed view *.tar files with a colon in name
|
|
|
|
|
* Allow 'exit' command on non-local filesystems
|
|
|
|
|
* Added partial support of Microsoft CAB-archives
|
|
|
|
|
* Added support of ico files
|
|
|
|
|
* Added support of *.djvu files
|
|
|
|
|
* Fix segfaults in various cases while browsing various VFSs
|
|
|
|
|
* Fixed warnings when file copy inside archive.
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Editor
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* Added scrolled percentage in status bar (only in "simple statusbar" mode)
|
|
|
|
|
* Fixed Misbehaving rectangular select in editor (wrong when selected from
|
|
|
|
|
right to left and/or bottom to top)
|
|
|
|
|
* Split editor menu 'Command' to 'Command' and 'Format'
|
|
|
|
|
* Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
|
|
|
|
|
before save when no newline at EOF (#46)
|
|
|
|
|
* Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
|
|
|
|
|
* Fixed incorrect drawing CJK (double width) character
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Viewer
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* Fixed tabs alignment (#1664)
|
|
|
|
|
* Fixed view of next/prev file (#1750)
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Misc
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* Shared clipboard for the mc editor, form fields, panel and command prompt
|
|
|
|
|
* Refactoring: now all filename constants are placed in src/fileloc.h file
|
|
|
|
|
* Testing & development: added ability for change user config dir. For example,
|
|
|
|
|
type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
|
|
|
|
|
* Changed Alt+Backspace behavior in command line
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Fixes
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* Fixed broken building under uclibc <0.9.29
|
|
|
|
|
* Autoindent regression
|
|
|
|
|
* Viewer Hex editor regression
|
|
|
|
|
* Incorrect indentation block when selecting with F3 + keys
|
|
|
|
|
* Fixed ownership of config files
|
|
|
|
|
* Configure.ac: fix broken check of option '--disable-vfs-undelfs'
|
|
|
|
|
* Learn keys: fixed incorrect save of keys configuration
|
|
|
|
|
* Fixed bug with 'The shell is already running a command'
|
|
|
|
|
* Fixed 'B' artefact into OpenSuse console of root user
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Version 4.7.0-pre3
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Core
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* removed own popt stuff (command line options parser). Now used glib parser
|
|
|
|
|
* added feature for filenames highlighting in panels
|
|
|
|
|
* Copy/Move overwrite query dialog is more friendly for long file names
|
|
|
|
|
* at first run find file dialog now contain latest item from history
|
|
|
|
|
* charset support enabled by default (--enable-charset option)
|
|
|
|
|
* added support of skins
|
|
|
|
|
* added support of key bindings
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- VFS
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* fixed recognize of tar.xz archives
|
|
|
|
|
* added recognize of lzma archives by extention
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Editor
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
|
|
|
|
|
(CR LF/LF/CR)
|
|
|
|
|
* syntax hightlighting updated: VerilogHDL, Shell script
|
|
|
|
|
* Added syntax highlighting for *.repo files of yum
|
|
|
|
|
* Added syntax highlighting of pacman's PKGBUILD and .install files
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Viewer
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* Fixed showing Windows/Mac (CR LF/CR) line terminator
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Misc
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* hotlist: support for environment variables ($HOME, ~username, etc.)
|
|
|
|
|
* hotlist: support for completion in path input
|
|
|
|
|
* all list widgets: support for fast navigation by number keys (i.e. 1 -
|
|
|
|
|
first list item, 2 - second)
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Fixes
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
|
|
|
|
|
charset use 'alt-e'
|
|
|
|
|
* segfault on incorrect color pair in [Color] section
|
|
|
|
|
* incorrect position of panel codeset dialog
|
|
|
|
|
* limit of 9 digits for of file size display
|
|
|
|
|
* lines drawing in -a stickchars mode
|
|
|
|
|
* segfault when you try to use non-anonymous FTP
|
|
|
|
|
* Ctrl-O handling under GNU Screen in altscreen mode
|
|
|
|
|
* support of CP866 (IBM866) locale
|
|
|
|
|
* configure.ac: checking for minimal version of glib and exit if version less
|
|
|
|
|
than 2.6
|
|
|
|
|
* segfault by mouse wheel action in history list and menu
|
|
|
|
|
* Fixed behvior with Meta+PgDn? in editor
|
|
|
|
|
* Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
|
|
|
|
|
* Fixed editor autocompleting
|
|
|
|
|
* Fixed Copy/Move dialogs steal Kill Word shortcut
|
|
|
|
|
* Fixed autoconf issue when configure with --with-gpm-mouse option
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Version 4.7.0-pre2
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Core
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* cycle menu navigation
|
|
|
|
|
* change behaviour of C-space, now it calculate size on "..", and for selected
|
|
|
|
|
dirs if there is one.
|
|
|
|
|
* new find file option: find only first hit in file (make search faster)
|
|
|
|
|
* new find file option: Whole words - find whole words only
|
|
|
|
|
* scalable TUI
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- VFS
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* FTPFS: support of IPv6 protocol
|
|
|
|
|
* extfs/iso9660 updated to support Joliet "UCS level 1"
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Editor
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* new search/replace flag added "In selection"
|
|
|
|
|
* new hotkeys for bookmarks, now bookmark displayed in state line and editor
|
|
|
|
|
* new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
|
|
|
|
|
beyond the end of line
|
|
|
|
|
* new syntax hightlights added: erlang, ebuild, named, strace, j
|
|
|
|
|
* syntax hightlights updated: mail, vhdl, html
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Viewer
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* Reworked for improve perfomance
|
|
|
|
|
* Implemented interruptable long-distance movements
|
|
|
|
|
* splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
|
|
|
|
|
support of code
|
|
|
|
|
* fixed build of format string in runtime (for better i18n)
|
|
|
|
|
* add 'Whole words' option into the viewer 'Search' dialog
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Misc
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
|
|
|
|
|
dialog close them
|
|
|
|
|
* new: SI-based size show
|
|
|
|
|
* make shared history for find file, editor search/replace, viever
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Fixes
|
2009-11-24 14:22:16 +03:00
|
|
|
|
|
|
|
|
|
* linking error with --enable-vfs-undelfs
|
|
|
|
|
* external editor won't open if there are spaces in EDITOR variable
|
|
|
|
|
* C-c kill mc if mc built with --without-subshell option is run with -d option
|
|
|
|
|
* directory hotlist rendering
|
|
|
|
|
* segfault on empty replace string
|
|
|
|
|
* fixes for vfs/tarfs
|
|
|
|
|
* removing bashizm from vfs/extfs/u7z
|
|
|
|
|
* crash mc on create new file (Shift-F4) in external editor
|
|
|
|
|
* File copy/move dialog: in replacement field now handled asterisks as search groups
|
|
|
|
|
* VFS: Fixed SIGSERV(or heap corruption) on large filenames
|
|
|
|
|
* Fixed broken backward search
|
|
|
|
|
* Fixed uninitialised value for mouse event in in find.c#check_find_events() function
|
|
|
|
|
* Fixed ctrl+z signal handling
|
|
|
|
|
* Fixed incorrect showing prompt
|
|
|
|
|
* Fixed incorrect vertical selection (if line state swiched on)
|
|
|
|
|
* Fixed screen resize handle if mouse support is disabled
|
|
|
|
|
* Restore correct current directory after switch from Info panel to List one
|
|
|
|
|
* Fixed mouse support in 'konsole-256color' terminal
|
|
|
|
|
* Fixed keycodes in 'xterm-256color' terminal
|
|
|
|
|
* Fixed incorrect regexp search by content in 'file find' dialog
|
|
|
|
|
* Fixed incorrect backwards search
|
|
|
|
|
* Fixed incorrect detection of compressed patchfs
|
|
|
|
|
* Fixed incorrect detecting codeset when <no translation> codeset selected
|
|
|
|
|
|
|
|
|
|
|
2009-06-23 13:50:58 +04:00
|
|
|
|
Version 4.7.0-pre1
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Core
|
2009-06-23 13:50:58 +04:00
|
|
|
|
|
|
|
|
|
* native UTF-8 support
|
|
|
|
|
* filenames charset selection support in panels
|
|
|
|
|
* new 'Find File' dialog
|
|
|
|
|
* new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
|
|
|
|
|
* extended learn keys
|
|
|
|
|
* locale based codepage autodetection
|
|
|
|
|
* initial support for doxygen generated docs
|
|
|
|
|
* refresh of autoconf stuff
|
|
|
|
|
* translation updates
|
|
|
|
|
* x86_64 fixes
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Editor
|
2009-06-23 13:50:58 +04:00
|
|
|
|
|
|
|
|
|
* various editor enchancements (vertical block marking/moving/copy/paste)
|
|
|
|
|
* navigate across source code through ctags/etags TAGS file
|
|
|
|
|
* new option 'Persistent selection'
|
|
|
|
|
* Del/Backspace - delete selected block if 'Persistent selection' switched off
|
|
|
|
|
* shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
|
|
|
|
|
if 'Persistent selection' switched off
|
|
|
|
|
* optional showing of line numbers
|
|
|
|
|
* various syntax files updates
|
|
|
|
|
* optional highlighting of the tabs and trailing spaces
|
|
|
|
|
* add some hot-keys
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Misc
|
2009-06-23 13:50:58 +04:00
|
|
|
|
|
|
|
|
|
* showing of the free space on current file system
|
|
|
|
|
* showing of the size selected files in mini-status bar
|
|
|
|
|
|
2010-01-01 10:13:25 +03:00
|
|
|
|
- Fixes
|
2009-06-23 13:50:58 +04:00
|
|
|
|
|
|
|
|
|
* editor's undo fixes
|
|
|
|
|
* many fixes from other distributions are included
|
|
|
|
|
* fish handling for symlinks is fixed
|
|
|
|
|
* escaping of fancy names is fixed
|
|
|
|
|
* segfault in fish permission checks is fixed
|
|
|
|
|
* various mc.ext fixes
|
|
|
|
|
* commandline completion fixes (mainly, escaping hadling)
|
|
|
|
|
* small fixes in history handling (locale independent .mc/history entries)
|
|
|
|
|
* code cleanups, various memleak/etc fixes (many thanks to valgrind)
|