The following commit has been merged in the master branch: commit d4927f99efd0f073edbcebcc2e4aa8ab4426f5d9 Merge: be982505ccc12065ee2ffe041c88107cd6b3041c 173ca89fca88f65e9b459a520685b02d1bfafed0 Author: Enrico Weigelt, metux IT service <weig...@metux.de> Date: Wed Feb 4 00:41:30 2009 +0100
Merge commit 'origin/201_historic_compressors' diff --combined ChangeLog index 1bf1589,9106f7b..1842bf9 --- a/ChangeLog +++ b/ChangeLog @@@ -1,98 -1,15 +1,109 @@@ +2009-02-01 Enrico Weigelt, metux ITS <weig...@metux.de> + + * acinclude.m4: removed MC_SLANG_PRIVATE macro + * src/slint.c: removed HAVE_SLANG_PRIVATE conditional and + replaced SLang_getkey2(), SLang_input_pending2() + * src/util.c: fixed name_trunc() on NULL or empty parameters + * src/achown.c: fixed unitialized var in init_chown_advanced() + (patch from andrew_b) + * replaced gboolean by bool (from mhl/types.h) + +2009-01-31 Enrico Weigelt, metux ITS <weig...@metux.de>, Patrick Winnertz <win...@debian.org>, Slava Zanko <slavaza...@gmail.com>, Sergei Trofimovich <sly...@inbox.ru> + + * edit/editcmd.c, mhl/escape.h, mhl/string.h, mhl/types.h, src/Makefile.am, + * src/boxes.c, src/command.c, src/complete.c, src/complete.h, src/file.c, + * src/find.c, src/main.c, src/panelize.c, src/util.c, src/utilunix.c, + * src/widget.c, src/widget.h, src/wtools.c, vfs/fish.c: + fixed shell escaping issues in commandline completion engine + * replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() (in mhl/string.h) + * replaced g_snprintf() by snprintf() + * replaced GString stuff by static buffers + +2009-01-30 Enrico Weigelt, metux ITS <weig...@metux.de> + + * src/Makefile.am, edit/Makefile.am vfs/Makefile.am: fixed #208 + (out-of-tree builds) + * syntax/Syntax, syntax/Makefile.am, syntax/vhdl.syntax: added VHDL syntax (#193) + * replaced calls to g_strdup() by mhl_str_dup() + +2009-01-30 Enrico Weigelt, metux ITS <weig...@metux.de> + + * replaced calls to g_free() by mhl_mem_free() + +2009-01-29 Mikhail S. Pobolovets <styx...@gmail.com> + + * lib/mc.ext.in: update for OpenOffice and StarOffice viewer. + odt2txt is now used + +2009-01-29 Patrick Winnertz <win...@debian.org> & Sergei Trofimovich <sly...@inbox.ru> + + * src/file.c: Added trailing dir separator for default path in copy/move dialogs. + This solves "strange" rename cases, when copying/moving is performed into + deleted directory. + +2009-01-27 Enrico Weigelt, metux ITS <weig...@metux.de> + + * mhl/escape.h, src/complete.c, vfs/fish.c: introduced new type + SHELL_ESCAPED_STR for more type safety + * mhl/escape.h, mhl/string.h: fixed comments to use /* ... */ + +2009-01-27 Sergei Trofimovich <sly...@inbox.ru> + + * syntax/python.syntax: Added syntax highlighting for + pytnoh-2.6+ keywords (patch sent by NNemec) + +2009-01-26 Mikhail S. Pobolovets <styx...@gmail.com> + + * vfs/fish.c: Iterpret SUP.flags as port number if SUP.flags is not in + 0, FISH_FLAG_COMPRESSED and FISH_FLAG_RSH. Weakness: port number + +2009-01-25 Ilia Maslakov <il.sm...@gmail.com> + + * src/boxes.c, src/boxes.h, src/dir.c, src/dir.h: + * src/main.c, src/panel.h, src/screen.c, src/setup.c: + - Add support for showing executables at first in the panel view + +2009-01-25 Patrick Winnertz <win...@debian.org> & Sergei Trofimovich <sly...@inbox.ru> + + * mhl/string.h, vfs/fish.c, vfs/utilvfs.c, vfs/utilvfs.h: Reworked fish code + so that symlinks and files which special characters works now + +2009-01-25 Mikhail S. Pobolovets <styx...@gmail.com> + * src/cmd.c src/option.c src/setup.c src/main.h: Automatic new directory(Mkdir, F7) + name filling. Can be configured (on|off) in 'Configure options' + +2009-01-25 Enrico Weigelt, metux ITS <weig...@metux.de> + + * edit/editcmd.c, src/cmd.c, src/ext.c, src/history.h: + * src/hotlist.c, src/panelize.c, src/tree.c, src/user.c: + * src/view.c, vfs/ftpfs.c, vfs/utilvfs.c: + - Made history section names statically instead of dynamic + translated strings. This breaks now once every history file + but afterwards this will be stable + +2009-01-24 Enrico Weigelt, metux ITS <weig...@metux.de> + + * src/cmd.c: fixed bug #35 (do_view_cmd is now calling repaint_screen()) + * syntax/Syntax, syntax/nemerle.syntax: Added syntax rules + for Nemerle source files + +2009-01-24 Patrick Winnertz <win...@debian.org> + + * edit/editcmd.c: Fix some issues about regex: + - prevent . to match a newline (\n) + - match from start of line and not from cursor position + 2009-01-24 Enrico Weigelt, metux IT service <weig...@metux.de> + + * configure.ac: + * lib/mc.ext.in: + * vfs/extfs/Makefile.am: + * vfs/extfs/extfs.ini: + * vfs/extfs/uace.in: + * vfs/extfs/uarc.in: + * vfs/extfs/uc1541.in: added support for historic archive formats + (patch provided by jpelletier) + 2009-01-19 Patrick Winnertz <win...@debian.org> * edit/edit.h: Add two more ints @@@ -100,18 -17,14 +111,18 @@@ 2009-01-18 Patrick Winnertz <win...@debian.org> - * edit/editdraw.c: Moved var into if clause as it's only used - there + * edit/editdraw.c: Moved var into if clause as it's only used there * edit/editlock.c: Removed unnecessary arguement to if condition * src/cmd.c: Removed unused pointer * src/hotlist.c: Removed unused function save_group * src/main.c: Removed unused function do_mc_filename_rename * src/util.c: Removed unused struct whentm +2009-01-16 Enrico Weigelt, metux ITS <weig...@metux.de> + + * src/subshell: setting subshell pty to close-on-exec + (taken from mandriva patches) + 2009-01-14 Slava Zanko <slavaza...@gmail.com> * lib/mc.ext.in: change filemask for recognize 7z-files @@@ -124,10 -37,6 +135,10 @@@ * AUTHORS: Added Enrico Weigelt, Slava Zanko and Patrick Winnertz as authors +2009-01-11 Patrick Winnertz <win...@debian.org> + + * po/de.po: Fix some spelling errors + 2009-01-11 Enrico Weigelt, metux ITS <weig...@metux.de> * FAQ HACKING README man/*: new HQ url @@@ -145,19 -54,6 +156,19 @@@ * syntax/Makefile.am syntax/Syntax syntax/haskell.syntax: added syntax definition for Haskell (taken from rhclub-tree) * syntax: added ebuild Syntax defition (taken from rhclub-tree) + * edit/editcmd.c: + * src/achown.c src/background.c src/boxes.c src/chmod.c: + * src/chown.c src/cmd.c src/command.c src/dir.c src/execute.c: + * src/ext.c src/file.c src/filegui.c src/find.c src/help.c: + * src/learn.c src/main.c src/panelize.c src/screen.c: + * src/selcodepage.c src/subshell.c src/tree.c src/user.c: + * src/utilunix.c src/view.c: + * vfs/cpio.c vfs/direntry.c vfs/extfs.c vfs/fish.c vfs/ftpfs.c: + * vfs/mcfs.c vfs/sfs.c vfs/smbfs.c vfs/tar.c vfs/undelfs.c: + * vfs/utilvfs.c vfs/vfs.c: + + Changed message type codes on calls to message(), query_dialog(), + close_error_pipe() from numeric IDs to symbols D_ERROR, D_NORMAL 2008-12-18 Roland Illig <roland.il...@gmx.de> @@@ -335,7 -231,7 +346,7 @@@ * doc/mc.1.in: Document `fish_directory_timeout'. -2006-02-18 David Martin <<dmart...@excite.com> +2006-02-18 David Martin <dmart...@excite.com> * doc/es/mc.1.in: Cleanup. Fix key naming. diff --combined configure.ac index 0c2de00,71c976e..8bc7a16 --- a/configure.ac +++ b/configure.ac @@@ -3,11 -3,11 +3,11 @@@ dnl Configure.in file for the Midnight dnl AC_INIT([GNU Midnight Commander], [], [mc-de...@gnome.org]) -AC_PREREQ(2.54) +AC_PREREQ(2.60) m4_pattern_forbid(MC_) AC_CONFIG_SRCDIR(src/main.c) AC_CONFIG_AUX_DIR(config) -AM_INIT_AUTOMAKE(mc, 4.6.2-pre1) +AM_INIT_AUTOMAKE(mc, 4.6.2) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE @@@ -605,9 -605,12 +605,12 @@@ vfs/extfs/lsl vfs/extfs/mailfs vfs/extfs/patchfs vfs/extfs/rpms + vfs/extfs/uace vfs/extfs/ualz vfs/extfs/uar + vfs/extfs/uarc vfs/extfs/uarj + vfs/extfs/uc1541 vfs/extfs/uha vfs/extfs/ulha vfs/extfs/urar diff --combined lib/mc.ext.in index 1f86157,672853a..a3f5f0a --- a/lib/mc.ext.in +++ b/lib/mc.ext.in @@@ -445,7 -445,7 +445,7 @@@ shell/.sd # StarOffice 6 and OpenOffice.org formats regex/\.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$ Open=(ooffice %f &) - View=%view{ascii} unzip -p %f content.xml | o3totxt + View=%view{ascii} odt2txt %f # AbiWord shell/.abw @@@ -512,9 -512,28 +512,28 @@@ regex/\.([dD][bB][fF]) regex/\.(rexx?|cmd)$ Open=rexx %f %{Enter parameters};echo "Press ENTER";read y + # Disk images for Commodore computers (VIC20, C64, C128) + regex/\.(d64|D64)$ + Open=%cd %p#uc1541 + View=%view{ascii} c1541 %f -list + Extract=c1541 %f -extract + ### Plain compressed files ### + # ace + regex/\.(ace|ACE)$ + Open=%cd %p#uace + View=%view{ascii} unace l %f + Extract=unace x %f + + # arc + regex/\.(arc|ARC)$ + Open=%cd %p#uarc + View=%view{ascii} arc l %f + Extract=arc x %f '*' + Extract (with flags)=I=%{Enter any Arc flags:}; if test -n "$I"; then arc x $I %f; fi + # zip type/^([Zz][Ii][Pp])\ archive Open=%cd %p#uzip -- Midnight Commander Development _______________________________________________ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel