From 26280ca462e5e79c291624fa73e12743118d404a Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Wed, 11 Jul 2001 22:57:31 +0000 Subject: [PATCH] ;) --- src/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index ec64ea43b..a0bfae602 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2001-07-12 Andrew V. Samoilov + + * main.c: Eliminate iconify_on_exec. + [!HAVE_GNOME]: Eliminate nowindows, nodesktop, twopanel, + display_linksdir and cmdline_geometry. + (sigchld_handler_no_subshell): Comment fixes. + (midnight_callback): Likewise. + (print_mc_usage): Use fputs, not fprintf. + (print_color_usage): Likewise. + (argument_table): Assign 'r' with force_subshell_execution and 'U' + with use_subshell. + (process_args): Don't deal with 'r', 'U' and 'X' options. + (setup_mc) [HAVE_GNOME]: Eliminate more code. + + setup.c (options): Eliminate iconify_on_exec. + 2001-07-10 Andrew V. Samoilov * view.c (hex_search): Release buffer after use.