Re: Release out mc-4.7.0

2009-12-26 Thread frank

Hello Slava,


It compiles but it starts with:

GLib-CRITICAL **: g_array_free: assertion `array' failed


Thanks


frank

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Release out mc-4.7.0

2009-12-25 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, folks.

Subj. Download page: http://www.midnight-commander.org/downloads

Major changes since 4.6.2:

Core:

* Native UTF-8 support;
* Scalable TUI;
* Added support for skins;
* Added support for key bindings;
* Added the ability to sort files by mouse click on column header;
* Added keybindings to change files sorting order via shortcuts
(PanelSelectSortOrder, PanelToggleSortOrderPrev,
PanelToggleSortOrderNext, PanelReverseSort, PanelSortOrderByName,
PanelSortOrderByExt, PanelSortOrderBySize, PanelSortOrderByMTime);
* Now the indicator of the sorting type and sorting direction is
always drawn on the panel header (sorting direction indicator is drawn
near the current column in the long file list mode only);
* Skin files: added new parameters 'sort-sign-up' and
'sort-sign-down' in the section '[widget-common]' to change the
indicator of the sorting order;
* Added option 'extensions_case' to the filehighlight.ini file;
* Menu engine was reimplemented: 1) now the menu is built
dynamically, 2) the shortcut displayed in the menu item is not a part of
the menu item text and it is synchronized with the keybindings defined
in mc.keymap file;
* Removed own popt stuff (command line options parser), now using
glib parser;
* Added filename highlighting in the panels;
* Copy/Move overwrite query dialog is more friendly to the long file
names;
* On the first run the find file dialog now contains latest item
from history;
* Charset support enabled by default (--enable-charset option);
* Added cyclic menu navigation;
* Changed the behavior of C-space: now it calculate size on ..,
and for selected dirs if there are any;
* New find file option: find only first hit in file (make search
faster);
* New find file option: whole words (find whole words only);
* Support for the filename charset selection in panels;
* Reworked 'Find File' dialog;
* New unified search/replace engine with multiple search types:
plain, wildcard, regexp and hex;
* Extended 'Learn Keys' capability;
* Locale-based codepage autodetection;
* Initial support for Doxygen generated docs;
* Build system updates (autoconf);
* Translation updates;
* Multiple x86_64 fixes.

VFS:
* Fixed viewing the *.tar files with a colon in the name;
* Now 'exit' command on non-local filesystems is allowed;
* Added partial support for Microsoft CAB archives;
* Added support for *.ico files;
* Added support for *.djvu files;
* Fixed segfaults in various cases while browsing various VFSs;
* Fixed warnings when file is copied inside the archive;
* Fixed the recognition of the *.tar.xz archives;
* Added the recognition of the lzma archives by extension;
* Added support for IPv6 protocol in FTPFS;
* Updated extfs/iso9660 to support Joliet UCS level 1.

Editor:
* Added scrolled percentage in status bar (only in simple
statusbar mode);
* Fixed misbehaving rectangular selection in the editor (when
selecting 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;
* Added keybindings ('EditShiftBlockLeft', 'EditShiftBlockRight')
for shift block;
* Fixed incorrect drawing CJK (double width) characters;
* Enhanced 'Save as' dialog by allowing to select the line breaks
type: Windows/UNIX/Mac (CR LF/LF/CR);
* Updated syntax highlighting for VerilogHDL, Shell script, mail, html;
* Added syntax highlighting for yum *.repo files, pacman's PKGBUILD
and .install files, erlang, ebuild, named, strace, j;
* New search/replace flag added In selection;
* New hotkeys for bookmarks, now bookmark is displayed in status
line and editor;
* New cursor behavior: option Cursor beyond end of line allows
moving the cursor beyond the end of line.
* Various editor enhancements (mark/move/copy/paste vertical blocks);
* Source code navigation through ctags/etags TAGS files;
* New option: 'Persistent selection';
* Delete/Backspace deletes selected block if 'Persistent selection'
is off;
* Ability to shift blocks to the right with Tab key and to the left
with Complete key if 'Persistent selection' is off;
* Show line numbers (optional);
* Highlighting of tabs and trailing spaces (optional);
* Added some hotkeys.

Viewer:
* Fixed tabs alignment;
* Fixed view of next/prev file;
* Fixed showing Windows/Mac (CR LF/CR) line terminator;
* Reworked to improve the performance;
* Implemented interruptible long-distance movements;
* Splitted src/view.[ch] into many files in src/viewer/ subdir to
simplify the support of the codebase;
* Fixed building of the format string at runtime (for better i18n);
* Added 'Whole words' option to the viewer 'Search' 

Re: Release out mc-4.7.0

2009-12-25 Thread Miguel de Icaza
Hello,

I did not install this update, but the previous version remapped Control-T 
to be some sort of selector for encodings, and it used to be tag-current-file.

Tag current file is necessary for older terminals, and it is also the 
binding used for other terminal applications.

Miguel.

On Dec 25, 2009, at 2:20 PM, Slava Zanko wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi, folks.
 
 Subj. Download page: http://www.midnight-commander.org/downloads
 
 Major changes since 4.6.2:
 
 Core:
 
* Native UTF-8 support;
* Scalable TUI;
* Added support for skins;
* Added support for key bindings;
* Added the ability to sort files by mouse click on column header;
* Added keybindings to change files sorting order via shortcuts
 (PanelSelectSortOrder, PanelToggleSortOrderPrev,
 PanelToggleSortOrderNext, PanelReverseSort, PanelSortOrderByName,
 PanelSortOrderByExt, PanelSortOrderBySize, PanelSortOrderByMTime);
* Now the indicator of the sorting type and sorting direction is
 always drawn on the panel header (sorting direction indicator is drawn
 near the current column in the long file list mode only);
* Skin files: added new parameters 'sort-sign-up' and
 'sort-sign-down' in the section '[widget-common]' to change the
 indicator of the sorting order;
* Added option 'extensions_case' to the filehighlight.ini file;
* Menu engine was reimplemented: 1) now the menu is built
 dynamically, 2) the shortcut displayed in the menu item is not a part of
 the menu item text and it is synchronized with the keybindings defined
 in mc.keymap file;
* Removed own popt stuff (command line options parser), now using
 glib parser;
* Added filename highlighting in the panels;
* Copy/Move overwrite query dialog is more friendly to the long file
 names;
* On the first run the find file dialog now contains latest item
 from history;
* Charset support enabled by default (--enable-charset option);
* Added cyclic menu navigation;
* Changed the behavior of C-space: now it calculate size on ..,
 and for selected dirs if there are any;
* New find file option: find only first hit in file (make search
 faster);
* New find file option: whole words (find whole words only);
* Support for the filename charset selection in panels;
* Reworked 'Find File' dialog;
* New unified search/replace engine with multiple search types:
 plain, wildcard, regexp and hex;
* Extended 'Learn Keys' capability;
* Locale-based codepage autodetection;
* Initial support for Doxygen generated docs;
* Build system updates (autoconf);
* Translation updates;
* Multiple x86_64 fixes.
 
 VFS:
* Fixed viewing the *.tar files with a colon in the name;
* Now 'exit' command on non-local filesystems is allowed;
* Added partial support for Microsoft CAB archives;
* Added support for *.ico files;
* Added support for *.djvu files;
* Fixed segfaults in various cases while browsing various VFSs;
* Fixed warnings when file is copied inside the archive;
* Fixed the recognition of the *.tar.xz archives;
* Added the recognition of the lzma archives by extension;
* Added support for IPv6 protocol in FTPFS;
* Updated extfs/iso9660 to support Joliet UCS level 1.
 
 Editor:
* Added scrolled percentage in status bar (only in simple
 statusbar mode);
* Fixed misbehaving rectangular selection in the editor (when
 selecting 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;
* Added keybindings ('EditShiftBlockLeft', 'EditShiftBlockRight')
 for shift block;
* Fixed incorrect drawing CJK (double width) characters;
* Enhanced 'Save as' dialog by allowing to select the line breaks
 type: Windows/UNIX/Mac (CR LF/LF/CR);
* Updated syntax highlighting for VerilogHDL, Shell script, mail, html;
* Added syntax highlighting for yum *.repo files, pacman's PKGBUILD
 and .install files, erlang, ebuild, named, strace, j;
* New search/replace flag added In selection;
* New hotkeys for bookmarks, now bookmark is displayed in status
 line and editor;
* New cursor behavior: option Cursor beyond end of line allows
 moving the cursor beyond the end of line.
* Various editor enhancements (mark/move/copy/paste vertical blocks);
* Source code navigation through ctags/etags TAGS files;
* New option: 'Persistent selection';
* Delete/Backspace deletes selected block if 'Persistent selection'
 is off;
* Ability to shift blocks to the right with Tab key and to the left
 with Complete key if 'Persistent selection' is off;
* Show line numbers (optional);
* Highlighting of tabs and trailing spaces (optional);
* Added some hotkeys.
 
 Viewer:
* Fixed tabs alignment;
* Fixed view of next/prev file;
* 

Re: Release out mc-4.7.0

2009-12-25 Thread Yury V. Zaytsev
Hi!

On Fri, 2009-12-25 at 15:09 -0500, Miguel de Icaza wrote:

 I did not install this update, but the previous version remapped
  Control-T to be some sort of selector for encodings, and it used to be
  tag-current-file.

This change was reverted later on for the very same reason.
 
-- 
Sincerely yours,
Yury V. Zaytsev

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Release out mc-4.7.0

2009-12-25 Thread Sergei Trofimovich
On Fri, 25 Dec 2009 21:12:21 +0100
Yury V. Zaytsev y...@shurup.com wrote:

  I did not install this update, but the previous version remapped
   Control-T to be some sort of selector for encodings, and it used to be
   tag-current-file.
 
 This change was reverted later on for the very same reason.

http://www.midnight-commander.org/ticket/1390 to be precise

-- 

  Sergei


signature.asc
Description: PGP signature
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Release out mc-4.7.0-pre4

2009-10-30 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Download page: http://www.midnight-commander.org/downloads

Major changes since 4.7.0-pre3:

Core

 * 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).

VFS

 * 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 (#1712)
 * Fixed warnings when file copy inside archive. (#1729)

Editor

 * Added scrolled percentage in status bar (only in simple statusbar
mode) (#395)
 * Fixed Misbehaving rectangular select in editor (wrong when selected
from right to left and/or bottom to top) (#1553)
 * Split editor menu 'Command' to 'Command' and 'Format' (#408)
 * 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 (#1489) Fixed incorrect drawing CJK (double width)
character. (#1628)

Viewer

 * Fixed tabs alignment (#1664)
 * Fixed view of next/prev file (#1750)

Misc

 * Shared clipboard for the mc editor, form fields, panel and command
prompt (#244)
 * 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 (#256)

Fixes

 * Fixed broken building under uclibc 0.9.29 (#1726)
 * Autoindent regression (#1669)
 * Viewer Hex editor regression (#1675)
 * Incorrect indentation block when selecting with F3 + keys (#1492)
 * Fixed ownership of config files (#1617)
 * Configure.ac: fix broken check of option '--disable-vfs-undelfs' (#1607)
 * Learn keys: fixed incorrect save of keys configuration (#1532)
 * Fixed bug with 'The shell is already running a command' (#213)
 * Fixed 'B' artefact into OpenSuse console of root user.

For full list of closed bugs and new features see:
http://www.midnight-commander.org/query?status=closedgroup=resolutionorder=prioritycol=idcol=summarycol=ownercol=typecol=prioritycol=componentcol=versioncol=severitymilestone=4.7.0-pre4


This is last 'preview' release. Next milestone will be 'mc-4.7.0',
therefore no any features will append and no any i18n-related strings
will changed until 4.7.0 release.

Translators: we need help...

WBR, dev-team.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkrrRjsACgkQb3oGR6aVLpoZXgCfaHLdPlyavSZDMYaPdG5RSIxD
YD8AniWadnyfjninuQu3HoS5eBqo+Ktr
=6VGg
-END PGP SIGNATURE-
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Release out mc-4.7.0-pre3

2009-10-02 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Download page: https://www.midnight-commander.org/downloads

Major changes since 4.7.0-pre2
Core

* 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

VFS

* fixed recognize of tar.xz archives
* added recognize of lzma archives by extention

Editor

* '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

Viewer

* Fixed showing Windows/Mac (CR LF/CR) line terminator (#1595)

Misc

* 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)

Fixes

* 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 (#1497)
* 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 (#1564)
* Fixed behvior with Meta+PgDn? in editor (#1598)
* Fixed behvior with cursor movement by Ctrl+arrows when cursor
besides EOL (#1599)
* Fixed editor autocompleting
* Fixed Copy/Move dialogs steal Kill Word shortcut
* Fixed autoconf issue when configure with --with-gpm-mouse option
(#1419)

For full list of closed tickets see:
http://www.midnight-commander.org/query?status=closedgroup=resolutionorder=prioritycol=idcol=summarycol=ownercol=typecol=prioritycol=componentcol=versioncol=severitymilestone=4.7.0-pre3



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFKxdAmb3oGR6aVLpoRAvBiAJsFLLVi68vvPUsiz4ixXonoNwxhBACgheyH
dWCZgpFXKbUVfvpB+KQw1l0=
=Cxp8
-END PGP SIGNATURE-
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Release out mc-4.7.0-pre2

2009-08-28 Thread Slava Zanko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

== Changelog ==

Major changes since 4.7.0-pre1

=== Core ===
 * 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

=== VFS ===
 * FTPFS: support of IPv6 protocol
 * extfs/iso9660 updated to support Joliet UCS level 1

=== Editor ===
 * 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

=== Viewer ===
 * 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

=== Misc ===
 * 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

=== Fixes ===
 * 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 (#414)
 * VFS: Fixed SIGSERV(or heap corruption) on large filenames
 * Fixed broken backward search (#1496)
 * 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 (#1543)
 * Fixed incorrect backwards search (#1558)
 * Fixed incorrect detection of compressed patchfs
 * Fixed incorrect detecting codeset when no translation codeset
selected. (#1529)


The new release can be downloaded at the following URL:
http://www.midnight-commander.org/downloads

For full list of closed bugs and new features see:
http://www.midnight-commander.org/query?status=closedgroup=resolutionorder=prioritycol=idcol=summarycol=ownercol=typecol=prioritycol=componentcol=versioncol=severitymilestone=4.7.0-pre2


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkqYLhcACgkQb3oGR6aVLppjzQCfcw72Kc9dlRJXfxG/DBTgcCwD
mJcAniEaAcSWhGKuBfQJPOtKIdEA/iEZ
=4wuQ
-END PGP SIGNATURE-
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel