1
1
Этот коммит содержится в:
Andrew V. Samoilov 2004-12-02 16:53:50 +00:00
родитель 8700126200
Коммит a6c81a0d7a
2 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -63,7 +63,7 @@
* TODO: Check proper quoting in vfs/extfs/*.
2004-10-20 Pavel S. Shirshov <pavelsh@mail.ru>
2004-10-20 Pavel S. Shirshov <me@pavelsh.pp.ru>
* lib/mc.ext.in: Use xmms for audio files in XWindows mode.
Add support for *.wma files. Add support for playlists.
@ -88,7 +88,7 @@
From Daniel F Moisset <dmoisset grulic org ar>
2004-10-12 Pavel S. Shirshov <pavelsh@mail.ru>
2004-10-12 Pavel S. Shirshov <me@pavelsh.pp.ru>
* syntax/sql.syntax: Improve sql.syntax file and added several
keywords.
@ -140,7 +140,7 @@
* lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
2004-09-10 Pavel S. Shirshov <pavelsh@mail.ru>
2004-09-10 Pavel S. Shirshov <me@pavelsh.pp.ru>
* syntax/php.syntax: Upgrade php.syntax file.
@ -151,7 +151,7 @@
* configure.ac: grantpt is only available with -D_XOPEN_SOURCE
or -D_GNU_SOURCE under Linux.
2004-09-04 Pavel S. Shirshov <pavelsh@mail.ru>
2004-09-04 Pavel S. Shirshov <me@pavelsh.pp.ru>
* HACKING: Add to section "Programming Tips" g_free tip.
@ -166,7 +166,7 @@
--disable option. Before, --disable has not been handled
correctly.
2004-08-22 Pavel S. Shirshov <pavelsh@mail.ru>
2004-08-22 Pavel S. Shirshov <me@pavelsh.pp.ru>
* m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
AS_HELP_STRING was introduced after autoconf 2.57+.
@ -182,7 +182,7 @@
* configure.ac: The GCC warning flags are only used in
maintainer-mode.
2004-08-17 Pavel S. Shirshov <pavelsh@mail.ru>
2004-08-17 Pavel S. Shirshov <me@pavelsh.pp.ru>
* lib/cedit.menu: Security fix patch. Fix insecure temporary file and
directory creations. (CAN-2004-0231).
@ -203,7 +203,7 @@
* doc/mc.1.in (Extension File Edit): Document "directory" keyword.
* doc/ru/mc.1.in: Likewise.
2004-08-02 Pavel Shirshov <pavelsh@mail.ru>
2004-08-02 Pavel Shirshov <me@pavelsh.pp.ru>
* autogen.sh: Fix unportable "\n" in sed.
@ -1059,7 +1059,7 @@
* lib/mcserv.pamd: Likewise.
* configure.in: Fix interpretation of the iconv test result.
Reported by Pavel Shirshov <pavelsh@mail.ru>
Reported by Pavel Shirshov <me@pavelsh.pp.ru>
* mc.sh.in: Only bash needs the mc() function to be exported.
@ -1095,7 +1095,7 @@
* configure.in: Move glib test earlier, as it tends to fail for
many users. Make GLIB_CONFIG a precious variable. Check for
glib12-config - that's how it's called on FreeBSD.
Reported by Pavel Shirshov <pavelsh@mail.ru>
Reported by Pavel Shirshov <me@pavelsh.pp.ru>
2002-08-22 Pavel Roskin <proski@gnu.org>

Просмотреть файл

@ -67,7 +67,7 @@
* editcmd.c (snprintf_p): Likewise. (edit_replace_prompt):
Simplified the code.
2004-09-25 Pavel S. Shirshov <pavelsh@mail.ru>
2004-09-25 Pavel S. Shirshov <me@pavelsh.pp.ru>
* edit.c (edit_clean): g_free handles NULL argument too,
no need for the comparison.
@ -107,7 +107,7 @@
* editcmd.c (edit_replace_prompt) [HAVE_CHARSET]: Warning hack.
2004-09-03 Pavel S. Shirshov <pavelsh@mail.ru>
2004-09-03 Pavel S. Shirshov <me@pavelsh.pp.ru>
* editwidget.c (edit_adjust_size): Fix warnings.
(edit_dialog_callback): Likewise.
@ -116,14 +116,14 @@
Based on patch from Jakub Jelinek <jakub@redhat.com>
2004-09-02 Pavel S. Shirshov <pavelsh@mail.ru>
2004-09-02 Pavel S. Shirshov <me@pavelsh.pp.ru>
* editcmd.c (edit_save_as_cmd): Add hotkey to dialog.
(edit_save_confirm_cmd): Likewise. (edit_new_cmd): Likewise.
(edit_load_cmd): Likewise. (edit_block_move_cmd): Likewise.
(edit_block_delete): Likewise. (edit_ok_to_exit): Likewise.
2004-09-01 Pavel S. Shirshov <pavelsh@mail.ru>
2004-09-01 Pavel S. Shirshov <me@pavelsh.pp.ru>
* syntax.c (this_try_alloc_color_pair): Use g_strlcpy instead
sequence strncpy(), name[len] = '\0'