* ChangeLog: Applied trim_changelog.
Этот коммит содержится в:
родитель
05d2881a71
Коммит
51156030fb
16
ChangeLog
16
ChangeLog
@ -22,11 +22,11 @@
|
||||
|
||||
2004-12-13 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* acinclude.m4: Fix "make distcheck".
|
||||
* acinclude.m4: Fix "make distcheck".
|
||||
|
||||
2004-12-12 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* NEWS: Update.
|
||||
* NEWS: Update.
|
||||
|
||||
2004-12-10 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
* README: Fix typo.
|
||||
|
||||
2004-11-04 Mike Gorchak <mike@malva.ua>
|
||||
2004-11-04 Mike Gorchak <mike@malva.ua>
|
||||
|
||||
* mc.qpg.in: Synchronization with the latest file has been added
|
||||
to the distro.
|
||||
@ -88,7 +88,7 @@
|
||||
|
||||
* configure.ac: Add check for type socklen_t.
|
||||
|
||||
2004-10-27 Juan C. Olivares <juancri@juancri.com>
|
||||
2004-10-27 Juan C. Olivares <juancri@juancri.com>
|
||||
|
||||
* syntax/aspx.syntax: Add syntax file for ASP.NET.
|
||||
* syntax/Syntax: Likewise.
|
||||
@ -175,14 +175,14 @@
|
||||
|
||||
* HACKING: Added explanation for const_cast.
|
||||
|
||||
2004-09-17 Dmitry Alexeyev <dmi_a@qnx.org.ru>
|
||||
2004-09-17 Dmitry Alexeyev <dmi_a@qnx.org.ru>
|
||||
|
||||
* syntax/makefile.syntax: Adds "define" and "ended" keywords
|
||||
* syntax/perl.syntax: Adds "break" keyword
|
||||
|
||||
2004-09-10 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
|
||||
* lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
|
||||
|
||||
2004-09-10 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
@ -229,7 +229,7 @@
|
||||
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).
|
||||
directory creations. (CAN-2004-0231).
|
||||
|
||||
* lib/mc.menu: Likewise.
|
||||
* doc/mc.1.in: Likewise.
|
||||
@ -249,7 +249,7 @@
|
||||
|
||||
2004-08-02 Pavel Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* autogen.sh: Fix unportable "\n" in sed.
|
||||
* autogen.sh: Fix unportable "\n" in sed.
|
||||
|
||||
2004-04-02 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
* editcmd.c (edit_replace_cmd): Separated input and output arguments.
|
||||
* editcmd.c (edit_replace_dialog): Code cleanup.
|
||||
|
||||
2004-12-02 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
2004-12-02 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* editcmd.c (edit_replace_prompt): Fix warning with 'unused' label_len.
|
||||
|
||||
@ -108,7 +108,7 @@
|
||||
* editcmd.c (snprintf_p): Likewise. (edit_replace_prompt):
|
||||
Simplified the code.
|
||||
|
||||
2004-09-25 Pavel S. Shirshov <me@pavelsh.pp.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.
|
||||
@ -157,14 +157,14 @@
|
||||
Based on patch from Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
|
||||
2004-09-02 Pavel S. Shirshov <me@pavelsh.pp.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 <me@pavelsh.pp.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'
|
||||
@ -177,9 +177,9 @@
|
||||
|
||||
2004-08-26 Leonard den Ottolander <leonard * den ottolander nl>
|
||||
|
||||
* edit/editcmd.c: Fix buffer overflows in edit replace code.
|
||||
* edit/editcmd.c: Fix buffer overflows in edit replace code.
|
||||
|
||||
Based on patch from Jakub Jelinek <jakub@redhat.com>
|
||||
Based on patch from Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
2004-08-23 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
|
@ -114,8 +114,8 @@
|
||||
|
||||
2004-12-08 Pavel Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* subshell.c (init_subshell_child): Don't g_strdup() constant string
|
||||
in putenv() calls.
|
||||
* subshell.c (init_subshell_child): Don't g_strdup() constant string
|
||||
in putenv() calls.
|
||||
|
||||
2004-12-03 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
@ -146,8 +146,8 @@
|
||||
|
||||
2004-12-02 Leonard den Ottolander <leonard * den ottolander nl>
|
||||
|
||||
* file.c (copy_dir_dir): Code cleanup (removal of unnecessary goto,
|
||||
redundant comment, indentation).
|
||||
* file.c (copy_dir_dir): Code cleanup (removal of unnecessary goto,
|
||||
redundant comment, indentation).
|
||||
|
||||
2004-12-02 Jindrich Novy <jnovy@redhat.com>
|
||||
|
||||
@ -239,7 +239,7 @@
|
||||
dialogs.
|
||||
(add2hotlist_cmd): Likewise.
|
||||
|
||||
2004-11-07 Leonard den Ottolander <leonard * den ottolander nl>
|
||||
2004-11-07 Leonard den Ottolander <leonard * den ottolander nl>
|
||||
|
||||
* slint.c (slang_init): Allow upto 512 lines and cols if the
|
||||
SLang library can handle it.
|
||||
@ -302,15 +302,15 @@
|
||||
|
||||
2004-11-02 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* dialog.c (do_select_widget): Walk the whole widgets list looking
|
||||
for a widget accepting the focus.
|
||||
* dialog.c (do_select_widget): Walk the whole widgets list looking
|
||||
for a widget accepting the focus.
|
||||
|
||||
2004-11-01 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* utilunix.c (mc_tmpdir): Use putenv(3) instead of setenv(3) if
|
||||
the latter is not available. Needed for Solaris.
|
||||
|
||||
2004-10-29 Pavel Tsekov <ptsekov@gmx.net>
|
||||
2004-10-29 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* complete.c (completion_matches): Fix duplicate completion matches
|
||||
if there are more than two matches available.
|
||||
@ -346,7 +346,7 @@
|
||||
|
||||
2004-10-22 Pavel Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* main.c (print_color_usage): Update list of keywords for global,
|
||||
* main.c (print_color_usage): Update list of keywords for global,
|
||||
menu and help.
|
||||
|
||||
2004-10-21 Roland Illig <roland.illig@gmx.de>
|
||||
@ -390,11 +390,11 @@
|
||||
|
||||
2004-10-06 Alexander Savelyev <i@fano.com.ua>
|
||||
|
||||
* fileopctx.h (struct FileOpContext): Use off_t for offset.
|
||||
* fileopctx.h (struct FileOpContext): Use off_t for offset.
|
||||
|
||||
2004-10-05 Miroslav Rudisin <miero+gnu@atrey.karlin.mff.cuni.cz>
|
||||
|
||||
* util.c(strip_password): Add support for '@' in username.
|
||||
* util.c(strip_password): Add support for '@' in username.
|
||||
|
||||
2004-10-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
@ -459,7 +459,7 @@
|
||||
2004-09-25 Pavel Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* boxes.c (configure_vfs): g_free handles NULL argument too,
|
||||
no need for the comparison.
|
||||
no need for the comparison.
|
||||
* cmd.c (set_panel_filter_to): Likewise.
|
||||
(do_link): Likewise.
|
||||
(quick_cd_cmd): Likewise.
|
||||
@ -468,23 +468,23 @@
|
||||
* dir.c (alloc_dir_copy): Likewise.
|
||||
* ext.c (flush_extension_file): Likewise.
|
||||
* file.c (copy_file_file): Likewise.
|
||||
(panel_operate): Likewise.
|
||||
(panel_operate): Likewise.
|
||||
* hotlist.c (remove_group): Likewise.
|
||||
(remove_from_hotlist): Likewise.
|
||||
(done_hotlist): Likewise.
|
||||
(remove_from_hotlist): Likewise.
|
||||
(done_hotlist): Likewise.
|
||||
* main.c (main): Likewise.
|
||||
* setup.c (panel_load_setup): Likewise.
|
||||
* tree.c (tree_destroy): Likewise.
|
||||
(show_tree): Likewise.
|
||||
(show_tree): Likewise.
|
||||
* user.c (user_menu_cmd): Likewise.
|
||||
* utilunix.c (i_cache_add): Likewise.
|
||||
(putenv): Likewise.
|
||||
(putenv): Likewise.
|
||||
* view.c (view_done): Likewise.
|
||||
(regexp_search): Likewise.
|
||||
(normal_search): Likewise.
|
||||
(change_viewer): Likewise.
|
||||
(regexp_search): Likewise.
|
||||
(normal_search): Likewise.
|
||||
(change_viewer): Likewise.
|
||||
* widget.c (label_set_text): Likewise.
|
||||
(set_label_text): Likewise.
|
||||
(set_label_text): Likewise.
|
||||
|
||||
2004-09-24 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
@ -647,7 +647,7 @@
|
||||
* info.c (info_show_info): don't truncate block counts to 32 bits
|
||||
on 64-bit platforms
|
||||
|
||||
2004-09-04 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
2004-09-04 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* subshell.c (exit_subshell): Prevent unwanted reuse of freed
|
||||
pty_buffer.
|
||||
@ -672,15 +672,15 @@
|
||||
* util.c (get_current_wd): We know there is just one '\0' byte
|
||||
in p, at p[len - 1].
|
||||
|
||||
Based on patch from Jakub Jelinek <jakub@redhat.com>
|
||||
Based on patch from Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
2004-09-03 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
2004-09-03 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* menu.c (destroy_menu): Fix warnings.
|
||||
* view.c (view_adjust_size): Likewise.
|
||||
* widget.c (find_buttonbar): Likewise.
|
||||
|
||||
Based on patch from Jakub Jelinek <jakub@redhat.com>
|
||||
Based on patch from Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
2004-09-02 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
@ -694,10 +694,10 @@
|
||||
* Makefile.am (man2hlp): Added source file glibcompat.c for
|
||||
glib-1.2 compatibility.
|
||||
|
||||
2004-09-02 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
2004-09-02 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* complete.c (completion_matches): Use more suitable function
|
||||
g_strndup() instead of sequence g_malloc(), strncpy(),
|
||||
g_strndup() instead of sequence g_malloc(), strncpy(),
|
||||
name[len] = '\0'
|
||||
* widget.c (copy_region): Likewise.
|
||||
(delete_region): Use memmove() instead of strcpy().
|
||||
@ -706,7 +706,7 @@
|
||||
|
||||
Based on patch from Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
2004-09-02 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
2004-09-02 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* color.c (load_dialog_colors): Make a separate color for
|
||||
hotkeys in red dialogs.
|
||||
@ -716,7 +716,7 @@
|
||||
2004-09-01 Pavel S. Shirshov <me@pavelsh.pp.ru>
|
||||
|
||||
* user.c (check_format_var): Use more suitable function
|
||||
g_strndup() instead of sequence g_malloc(), strncpy(),
|
||||
g_strndup() instead of sequence g_malloc(), strncpy(),
|
||||
name[len] = '\0'
|
||||
* man2hlp.c (handle_link): Use g_strlcpy() instead of sequence
|
||||
strncpy(), name[len] = '\0'
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user