* ext.c: (regex_check_type): Further split. Restore caching
[midnight-commander.git] / src / ChangeLog
blob0f589baad7c96e577a443ade41ad411c3516a148
1 2002-08-21  Pavel Roskin  <proski@gnu.org>
3         * ext.c: (regex_check_type): Further split.  Restore caching
4         broken in the previous commit.
6         * ext.c (regex_command): Separate checking for "type/" into ...
7         (regex_check_type): ... this.
9         * global.h: Move include for rx.h and eregex.h here.
11         * learn.c (learn_button): Don't allow Tab to be learned.
13 2002-08-20  David Martin  <dmartina@excite.com>
15         * menu.c (create_menu): Get help node as an argument.
16         * main.c: Use new create_menu() interface.
18 2002-08-20  Pavel Roskin  <proski@gnu.org>
20         * man2hlp.c: Don't redirect stdout.  Check result of ftell.
21         Drop support for invocation with 2 arguments.
23 2002-08-19  Pavel Roskin  <proski@gnu.org>
25         * cons.handler.c (handle_console): Use _exit(), not exit() in
26         the child.
28         * main.c (handle_args): Set POPT_CONTEXT_NO_EXEC flag for
29         poptGetContext().
30         * popt.c: Call abort() in execCommand() - we should not execute
31         anything here.
33         * util.h: Remove unused and dangerous flags for my_system():
34         EXECUTE_TEMPFILE, EXECUTE_SETUID and EXECUTE_WAIT.
35         * utilunix.c: Corresponding adjustments.
36         * ext.c: Don't use EXECUTE_TEMPFILE, it has no effect.
38         * subshell.c (synchronize): Workaround for Cygwin (should not be
39         needed for the next version) - remove SIGCHLD blocking from
40         old_mask.
42         * dlg.h: Remove all unused flags for create_dlg().  Adjust all
43         dependencies.
45         * cmd.c (fishlink_cmd): Implement user interface for FiSH.
46         * main.c: Add it to the menu.
48         * help.c (help_follow_link): Made static.
50 2002-08-18  Pavel Roskin  <proski@gnu.org>
52         * subshell.c (synchronize): Discard all remaining data from
53         stdin to the subshell.
55         * subshell.c (exit_subshell) [AIX_TCSH_CODE_BELOW_IS_IT_FIXED]:
56         Remove.  Nobody has fixed this code for years.
58         * main.h [USE_INTERNAL_EDIT]: Don't include declarations from
59         edit.h.
60         * setup.c [USE_INTERNAL_EDIT]: Include edit.h.
62         * boxes.h: Remove user_format.
63         * boxes.c: Make more variables static, remove all extern
64         declarations.
65         * setup.c: Remove some extern declarations.
67         * mountlist.h: Move some internals ...
68         * mountlist.c: ... here.
70         * main.c: Remove extremely unsafe and poorly designed support
71         for /tmp/mc.$PID.control file.
72         * util.c (my_putenv): Remove, it's unused now.
74         * panel.h (struct format_e): Make string_fn return const char *.
75         Adjust all dependencies.
76         * screen.c (string_file_mtime): Return empty string for "..".
77         (string_file_atime): Likewise.
78         (string_file_ctime): Likewise.
80         * view.c (display): Use enum for boldflag values.  Fix cursor
81         highlighting for the ASCII part of the hex editor.
83         * layout.c (init_curses) [!HAVE_SLANG]: Add support for
84         stickchars - fill acs_map[] with ASCII approximations.
85         * main.c [!HAVE_SLANG]: Enable --stickchars (-a) for ncurses.
87 2002-08-16  Pavel Roskin  <proski@gnu.org>
89         * setup.c: New variable global_profile_name to hold full name of
90         mc.lib.
91         (load_setup): Calculate global_profile_name.
92         (done_setup): Free global_profile_name.
93         (load_key_defs): Use global_profile_name.
94         * treestore.c (should_skip_directory): Likewise.
96         * man2hlp.c: Implement persistent fread and fwrite to make sure
97         that all output is read and written.
99 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
101         * help.c (show): Cast *paint_start to unsigned char to display
102         Cyrillic with ncurses.
103         [HAS_ACS_AS_PCCHARS] (acs2pc_table): Make const.
105         * user.c (expand_format): Cast the argument to functions
106         for character classification to unsigned int.
107         (execute_menu_command): Likewise.
109 2002-08-15  Pavel Roskin  <proski@gnu.org>
111         * treestore.c (tree_store_remove_entry): Don't use ts.check_name
112         and don't check it.
114         * treestore.c: Remove unused code, reformat.
115         * treestore.h: Remove unused declarations.
117         * fs.h (compute_namelen): New inline function to take care of
118         the d_namlen field if and only if it's needed.
120         * screen.c (string_file_name): Replace non-printable characters
121         with question marks.
123         * subshell.c (read_subshell_prompt): Remove argument "how", it's
124         never set to VISIBLY.  Adjust all dependencies.  Eliminate hack
125         with "clear_now" - it causes invalid memory access and hides the
126         real problem.
127         * util.c (strip_ctrl_codes): Fix possible invalid memory access
128         if the escape sequence ends unexpectedly.
130 2002-08-14  Pavel Roskin  <proski@gnu.org>
132         * dir.c (do_load_dir): Fix leaking of file descriptors - always
133         call mc_closedir() before return.
135         * main.c (do_execute) [!HAVE_SUBSHELL_SUPPORT]: Compile fix.
137         * view.c (display): Use only declared color pairs to fix hex
138         editor appearance with ncurses.  Eliminate some useless defines.
140 2002-08-10  Pavel Roskin  <proski@gnu.org>
142         * key.c (delete_select_channel): Avoid using freed memory.
144 2002-08-09  Pavel Roskin  <proski@gnu.org>
146         * ext.c (exec_extension): Eliminate unused argument.
147         (regex_command): Remove support for user actions.  Return int.
148         Adjust all dependencies.
150         * ext.c (exec_extension): Make static.  Remove support for Drop,
151         Title and Icon actions.  Adjust all dependencies.
153         * main.c (sigchld_handler_no_subshell) [linux]: SIGTSTP is
154         always defined on Linux.
155         * subshell.c (sigchld_handler): No need to use SIGTSTP
156         explicitly when we really care about SIGCONT.
158         * ncurses.patch: Remove, it's obsolete.
159         * Makefile.am: Remove ncurses.patch.
161 2002-08-04  Pavel Roskin  <proski@gnu.org>
163         * subshell.c: Assume that SIGTSTP and SIGCONT are always
164         defined.  This is now checked in configure.  Otherwise
165         synchronize() would hang until subshell exits.
167 2002-08-01  Pavel Roskin  <proski@gnu.org>
169         * charsets.c: Unconditionally enable finalization code that was
170         only used with HAVE_MAD.
171         * color.c: Likewise.
172         * color.h: Likewise.
173         * key.c: Likewise.
174         * main.c: Likewise.
175         * slint.c: Likewise.
176         * subshell.c (exit_subshell): Free subshell_prompt.
178         * mad.c: Remove.
179         * mad.h: Likewise.
180         * Makefile.am (SRCS): Remove mad.c and mad.h.
181         * cmd.c: Remove references to MAD.
182         * main.c: Likewise.
183         * dlg.c: Use inline, not INLINE.
184         * hotlist.c: Likewise.
185         * menu.c: Likewise.
186         * global.h: Don't include mad.h.
188 2002-07-31  Andrew V. Samoilov  <kai@cmail.ru>
190         * man2hlp.c (main): Don't use freed structure member.
192         * ext.c (regex_command): Don't check same condition twice.
193         (exec_extension): Comment out useless loop.
194         * key.h (key_code_name_t): Typedef const.
196 2002-07-30  Pavel Roskin  <proski@gnu.org>
198         * man2hlp.c (main): Use only stream I/O.  Fix checks for error
199         conditions.  Reformat the whole file.
201         * man2hlp.c: Avoid the need to use gindex.pl.
202         From Andrew V. Samoilov <sav@bcs.zp.ua>
203         * Makefile.am: Use man2hlp directly.
204         (EXTRA_DIST): Remove gindex.pl.
205         * gindex.pl: Remove.
207         * ext.c (regex_command): Additional check to prevent reading
208         unallocated memory when matching "shell/".  Found by Valgrind.
210 2002-07-29  Pavel Roskin  <proski@gnu.org>
212         * setup.c: Eliminate all PORT* macros.
213         * screen.c: Likewise.
215         * subshell.c (feed_subshell): Reading 0 bytes in a channel with
216         FD_ISSET being set is a sign of something being wrong - exit
217         immediately.  Observed when mc is run under su in xterm and
218         xterm is closed while the subshell is running.
219         Reported by Vlad Harchev <hvv@hippo.ru>
221         * color.h: Replace PORT_COLOR macro with BEST_COLOR, which uses
222         MY_COLOR_PAIR.
224         * util.c: Remove unused functions.
225         * utilunix.c: Likewise.
226         * util.h: Update to match.
228         * cons.saver.c: Use SEEK_SET instead of 0 in lseek().
229         * view.c: Likewise.
231         * main.c (do_execute): Add newline after "Press any key to
232         continue".
234         * cons.saver.c: Eliminate some global variables.  Further
235         cleanup.  Make sure that console_fd is always closed.
237 2002-07-28  Pavel Roskin  <proski@gnu.org>
239         * cons.saver.c: Remove support for Linux kernels before 2.0.
240         Massive cleanup.
241         (send_contents): Remove incorrect optimization - restore even
242         empty lines because they may be touched by the viewer.
243         From Denis Vlasenko <vda_unique@iname.com>
245 2002-07-26  Pavel Roskin  <proski@gnu.org>
247         * utilunix.c (canonicalize_pathname): Don't extend empty path
248         to "." - it can corrupt memory.
250         * cmd.c (copymove_cmd_with_default): Remove, it's unused.
251         (copy_cmd_local): New function, copy within panel.
252         (ren_cmd_local): New function, rename within panel.
253         * cmd.h: Adjust to match.
254         * screen.c (panel_keymap): Associate F15 with copy_cmd_local and
255         F16 with ren_cmd_local.
257         * view.c (display): Don't highlight characters as bold if the
258         character before the backspace was different.
259         From Roland Illig <roland.illig@gmx.de>
261 2002-07-25  Andrew V. Samoilov  <kai@cmail.ru>
263         * wtools.c (message): Fix possible buffer overflow.
265         * slint.c [HAVE_MAD] (dealloc_color_pairs): Move ...
266         * color.c [HAVE_MAD]: ... here and make accessible from
267         other files to fix compilation.
268         * color.h [HAVE_MAD]: Declare dealloc_color_pairs.
270 2002-07-20  Pavel Roskin  <proski@gnu.org>
272         * screen.c (panel_callback): Revert last change, it has bad side
273         effects on the subshell.
275 2002-07-19  Pavel Roskin  <proski@gnu.org>
277         * dlg.c: Eliminate all useless x_* functions.
278         * dlg.h: Likewise.
279         * panel.h: Likewise.
280         * textconf.h: Likewise.
281         * view.c: Likewise.
282         * view.h: Likewise.
283         * widget.c: Likewise.
284         * main.c: Remove panel_update_marks(). Move try_to_select() ...
285         * screen.c: ... here.  Eliminate x_* functions.
286         * main.h: Remove panel_update_marks().
288         * screen.c (panel_callback): Only change directory on
289         WIDGET_FOCUS if current_panel changes.
291         * main.c (handle_args): Don't call mc_get_current_wd().
293         * main.c (directory_history_list): Report error if cannot change
294         directory.
296 2002-07-16  Pavel Roskin  <proski@gnu.org>
298         * main.c (do_execute): Don't ask to press any key when the shell
299         is running a command - the user has already pressed Ctrl-O.
301 2002-07-15  Pavel Roskin  <proski@gnu.org>
303         * slint.c: Eliminate hardcoded color terminals.  Most users no
304         longer need this hack, and those who do have color_terminals
305         option in the config file.
307 2002-07-14  Pavel Roskin  <proski@gnu.org>
309         * color.c [USE_NCURSES]: Eliminate division by COLOR, it's 0 in
310         black and white mode.
312         * slint.c: Move functions for allocating color pairs ...
313         * color.c: ... here.  Implement ncurses equivalents.  Rename
314         init_pair() to mc_init_pair() and keep tack of max_index with
315         ncurses.  Adjust all dependencies.
317         * mem.h: Clean up obsolete definitions, incorporate into ...
318         * global.h: ... this.
319         * Makefile.am: Remove mem.h.
321 2002-07-13  Pavel Roskin  <proski@gnu.org>
323         * Makefile.am (AM_CPPFLAGS): Remove REGEX_MALLOC, it's now in
324         configure.in.
326         * tty.h: Use standard autoconf defines to determine which
327         ncurses header to include.  Eliminate RENAMED_NCURSES.
329 2002-07-10  Pavel Roskin  <proski@gnu.org>
331         * utilunix.c: Cast argument for GUINT_TO_POINTER to int to fix
332         warnings on Cygwin.
334         * subshell.c: ioctl() doesn't set errno - don't use perror() to
335         report failures.  Use fprintf() instead, ignore errors from
336         TIOCSWINSZ.
337         (resize_tty): New function - code common for resize_subshell()
338         and init_subshell_child().
340         * global.h: Include vfs.h.
341         * boxes.c (configure_vfs): Ask whether .netrc should be used.
342         From Thomas Zajic <zlatko@gmx.at>
344 2002-07-03  Pavel Roskin  <proski@gnu.org>
346         * file.c (do_transform_source): Cast the argument to functions
347         for character classification to unsigned int.
348         * main.c (handle_args): Likewise.
349         * util.c (size_trunc_sep): Likewise.
350         (skip_numbers): Likewise.
352         * subshell.c (sigchld_handler): Remove subshell_pty from the
353         channel list if the subshell has died.
355 2002-07-03  Andrew V. Samoilov  <kai@cmail.ru>
357         * mad.[ch] [__GNUC__] (mad_strconcat): Use macro varargs.
358         (mad_strdup_printf): Likewise.
359         (mad_strdup_vprintf): Likewise.
360         * main.c [HAVE_MAD] (main): Release this_dir and other_dir.
362 2002-07-03  Pavel Roskin  <proski@gnu.org>
364         * main.c (stop_dialogs): New function to stop all dialogs.
365         (quit_cmd_internal): Use stop_dialogs() instead of stopping
366         midnight_dlg only.  This fixes exit from the shell invoked from
367         the internal viewer or editor.
369         * cmd.c (view_other_cmd): Shut down extra select channels before
370         switching to the shell.  Restore them afterwards, but not if
371         quit was requested.  Skip more code on quit.
373 2002-07-02  Pavel Roskin  <proski@gnu.org>
375         * util.c: Eliminate get_small_endian_long() and CHECK macro.
377         * util.h: Rename compression types, add a type for uncompressed
378         files.
379         * util.c (is_gunzipable): Rename to ...
380         (get_compression_type): this.  Don't check archive length, since
381         it's unreliable if there is padding at the end of the file.
382         Eliminate prehistoric Linux workaround.  All callers adjusted.
384 2002-07-01  Andrew V. Samoilov  <kai@cmail.ru>
386         * utilunix.c (close_error_pipe): Use "%s" in message () to
387         prevent possible crash.
388         (check_error_pipe): Likewise.
390 2002-06-27  Pavel Roskin  <proski@gnu.org>
392         * screen.c (do_enter_on_file_entry): Process associations before
393         trying to execute the file.
395 2002-06-20  Pavel Roskin  <proski@gnu.org>
397         * dir.c (handle_dirent): Don't process ".." entries.
398         (handle_path): Likewise.
399         From Andrew V. Samoilov <kai@cmail.ru>
401 2002-06-13  Oskar Liljeblad  <oskar@osk.mine.nu>
403         * slint.c (has_colors): Don't reset SLtt_Use_Ansi_Colors to 0 if
404         force_colors is not set.  This fixes color on unknown terminals.
406 2002-06-13  Andrew V. Samoilov  <kai@cmail.ru>
408         * user.c (expand_format): Fix '%b' proccessing.
409         Handle '%k' as documented.
411 2002-05-30  Andrew V. Samoilov  <kai@cmail.ru>
413         * view.c (regexp_search): Don't call save_edit_changes
414         if there are no changes.
415         (save_edit_changes): Use messages from ../po/mc.pot.
417         * mad.c (mad_tempnam): Commented out to make linker happy.
418         * main.c [HAVE_MAD && !_OS_NT] (main): G_free mc_home.
420 2002-05-27  Andrew V. Samoilov  <kai@cmail.ru>
422         * view.c (save_edit_changes): Handle errors.
423         (do_view_init): Don't open and check file type
424         if _command is not null or _file is empty string.
426 2002-05-22  Pavel Roskin  <proski@gnu.org>
428         * Makefile.am: doc/mc.1 is in top_builddir, not in top_srcdir.
430 2002-05-15  Andrew V. Samoilov  <kai@cmail.ru>
432         * view.c (do_view_init): Close fd if it is unused.
434 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
436         * Makefile.am (VFSLIB): Add ../vfs/samba/libsamba.a
437         if USE_SAMBA_FS is true.
439 2002-05-07  Pavel Roskin  <proski@gnu.org>
441         * hotlist.c (hotlist_button_callback): Don't process B_REMOVE
442         for VFS list - it would crash.
443         From Andrey Panov <pav@metib.ru>
445 2002-04-19  Andrew V. Samoilov  <kai@cmail.ru>
447         * main.c [!WITH_MCFS] (PanelMenu): Eliminate mcfs related entry.
448         (RightMenu): Likewise.
449         * textconf.c (features): Likewise.
450         * cmd.c (netlink_cmd) [!WITH_MCFS]: Eliminate.
452 2002-04-03  Pavel Roskin  <proski@gnu.org>
454         * Makefile: mc.hlp should be in MAINTAINERCLEANFILES, not in
455         CLEANFILES, because "make clean" should not make the source
456         directory useless on systems without Perl.
458 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
460         * eregex.h [!USE_INCLUDED_REGEX]: Include <regex.h>.
461         * regex.c: Compile only if USE_INCLUDED_REGEX is defined.
463 2002-03-25  Andrew V. Samoilov  <kai@cmail.ru>
465         * complete.c (insert_text): Fix buffer overflow.
467         * cmd.[ch] [USE_INTERNAL_EDIT] (edit_syntax_cmd:) New dialog
468         to edit Syntax Highlighting definitions file.
469         * main.c (CmdMenu) [USE_INTERNAL_EDIT]: Add 'Syntax file edit'
470         entry.
471         (process_args): Print mc's library directory to stdout.
473 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
475         * man2hlp.c (handle_command): Handle backslash quoting
476         for .I and .B
477         (handle_link): Strip .B and .I
478         * gindex.pl: Use fifth argument as man2hlp location.
480 2002-03-20  Andrew V. Samoilov  <kai@cmail.ru>
482         * man2hlp.c (handle_command): Handle '.\"TOPICS' comment.
483         Use it for translated 'Topics:' message.
484         * gindex.pl: Use first line of man2hlp output as
485         translated 'Topics:' message if fourth argument
486         is empty string.
487         * Makefile.am (mc.hlp.ru): Use empty string as gindex.pl's
488         fourth argument.
490         * textconf.c (version): Write to stdout.
491         * main.c (print_mc_usage): Add "stream" parameter to specify
492         file stream.
493         (process_args): Use print_mc_usage() with stdout as stream.
494         (handle_args): Use print_mc_usage() with stderr as stream.
495         (print_color_usage): Write to stdout.
497 2002-03-18  Pavel Roskin  <proski@gnu.org>
499         * eregex.h: Update from glibc-2.2.5.
500         * regex.c: Likewise.
501         * find.c: Use eregex.h, not regex.h.
502         * util.c: Likewise.
503         * view.c: Likewise.
504         From Alexander Varakin <avarakin00@hotmail.com>
506         * find.c (find_parameters): Invert condition when find is case
507         sensitive.
509 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
511         * Makefile.am (mc.hlp.ru): Use mc.1 instead of mc.1.in.
512         (mc.hlp): Likewise.
514         * file.c (copy_file_file): Chmod destination only if
515         ctx->preserve is on.  Eliminate gotos.
517 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
519         * Makefile.am (mc.hlp.ru): New rule to compile translated
520         help file.
521         (mclib_DATA): Add mc.hlp.ru.
522         (EXTRA_DIST): Likewise.
524         * gindex.pl: Add optional 4th argument for translated
525         Content section name.
527 2002-02-28  Andrew V. Samoilov  <kai@cmail.ru>
529         * mad.c: Make mem_areas dynamically growing.
530         (mad_init): Allocate memory for mem_areas.
531         (mad_alloc): Grow mem_areas if it is exhausted.
533         * filegui.c (file_mask_dialog): Enable 'follow Links'
534         and 'preserve Attributes' features in Move dialog.
535         (file_bps_show): Translate messages.
536         (file_eta_show): Likewise.
538         * man2hlp.c (main): Don't crash if called without argument(s).
539         Make buffer char pointer.
540         (handle_command): Handle '.\"NODE' comment.  Use it for
541         nodename in translated manual pages.
543         * gindex.pl: Use [nodename] as user visible section name
544         only if next line is empty.  Elsewhere use this nonempty line.
546         * find.c (find_parameters): Compile content_pattern here.
547         Inform user about malformed regular expression.
548         (search_content): Use compiled regular expression.
549         (do_find): Eliminate `done'.  Call regfree for compiled
550         content_pattern.
552 2002-02-24  Pavel Roskin  <proski@gnu.org>
554         * chown.c (chown_cmd): Use size_trunc_len() to show the file
555         size.  Eliminate c_fsize, which wasn't properly initialized.
557 2002-02-22  Pavel Roskin  <proski@gnu.org>
559         * man2hlp.c (string_len): Don't exclude characters with codes
560         above 128 from the string length.
562 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
564         * ext.c (exec_extension): Use "#! /bin/sh".
566 2002-02-20  Pavel Roskin  <proski@gnu.org>
568         * background.c (background_attention): Cast pointer to long
569         instead of int because it's unsafe of 64-bit systems.
570         * main.c (init_xterm_support): Likewise.
572 2002-02-18  Pavel Roskin  <proski@gnu.org>
574         * utilunix.c (canonicalize_pathname) [__QNX__]: Fix detection
575         of Qnet names.  Disable support of Qnet names under QNX Netrino.
576         Reported by Maurizio Rossi <MRossi@system-group.it>
578         * global.h: Include unix.h under "classical" QNX.
579         * subshell.c: Don't include unix.h.
580         * utilunix.c: Likewise.
582 2002-02-07  Andrew V. Samoilov  <kai@cmail.ru>
584         * main.c (update_one_panel_widget): Call ftpfs_flushdir().
586 2002-02-05  Pavel Roskin  <proski@gnu.org>
588         * key.c [USE_NCURSES] (get_key_code): Ignore KEY_RESIZE.
589         * layout.c [USE_NCURSES] (flag_winch): Don't call
590         low_level_change_screen_size() from signal handler.
591         From Thomas Dickey <dickey@herndon4.his.com>
593         * screen.c (format_file): Add a new parameter (size of the
594         output buffer) to prevent buffer overflow on very wide
595         terminals.
596         From Thomas Dickey <dickey@herndon4.his.com>
598 2002-02-04  Andrew V. Samoilov  <kai@cmail.ru>
600         * util.c [!HAVE_TRUNCATE] (truncate): Close fd if my_ftruncate
601         fails.
603         * util.c [HAVE_CHARSET] (is_printable): Eliminate printable.
604         * setup.c [HAVE_CHARSET] (load_setup): Don't use
605         init_printable_table.
607         * charsets.h: Don't declare init_printable_table ().
608         * charset.c (printable): Removed.
609         (init_printable_table): Removed.
611 2002-01-30  Andrew V. Samoilov  <kai@cmail.ru>
613         * file.c (recursive_erase): Use mc_closedir() if mc_lstat()
614         fails.  Eliminate goto.
615         (erase_dir): Eliminate goto.
616         (erase_dir_iff_empty): Likewise.
618 2002-01-29  Andrew V. Samoilov  <kai@cmail.ru>
620         * dir.c (handle_dirent): Use MSG_ERROR.
621         * charsets.c (translate_character): Use ICONV_CONST.
623 2002-01-22  Pavel Roskin  <proski@gnu.org>
625         * screen.c: Don't try to paint anything if width is 0 or less.
626         Reported by Pawel Sakowski <pawel@sakowski.eu.org>
628         * screen.c: Make functions static whenever possible.  Remove
629         unused functions.
630         * panel.h: Remove corresponding declarations.
632 2002-01-21  Pavel Roskin  <proski@gnu.org>
634         * util.c: Move replacements for permission bits ...
635         * fs.h: ... here.  Add more replacements.
636         * global.h: Include direct.h only with MSVC.
638         * main.c: Include "drive.h", not <drive.h>, do it after panel.h.
639         Use _OS_NT as the condition for including drive.h.
640         * screen.c: Use _OS_NT as the condition for including drive.h.
642         * global.h [_OS_NT]: Include io.h, direct.h and windows.h.
643         Don't redefine struct timeval.
645         * fs.h [_MSC_VER]: Use dirent provided by glib.
647         * global.h [!HAVE_SYS_TIME_H]: Provide a replacement for struct
648         timeval.
650         * findme.c: Respect HAVE_UNISTD_H.
651         * popt.c: Likewise.
653         * global.h: Fallback to sys/utime.h if utime.h is missing.
655         * global.h: Provide fallbacks for getuid(), getgid(), geteuid()
656         and getegid().
657         * fs.h: Fully trust HAVE_DIRENT_H.
658         * complete.c: Don't include dirent.h directly, fs.h takes care
659         of it.
660         * file.c: Likewise.
661         * filegui.c: Likewise.
662         * main.c: Likewise.
663         * treestore.c: Likewise.
665         * global.h [!__GNUC__]: Define __attribute__ with one argument.
667 2002-01-20  Pavel Roskin  <proski@gnu.org>
669         * screen.c (string_file_size): Translate "UP--DIR".
670         (string_file_size_brief): Translate "SUB-DIR" and "SYMLINK".
672         * dir.c (add_dotdot_to_list): Don't use costly stat() - just put
673         realistic (i.e. bogus) data to the list.
675         * screen.c (string_file_size): Don't display size of ".." - it
676         may take too much time to calculate it on VFS.  Show "UP--DIR"
677         instead.
678         (string_file_size_brief): Remove ".." handling - it's now done
679         in string_file_size().  Show "SUB-DIR" for links to directories,
680         "SYMLINK" for other links.
682 2002-01-17  Pavel Roskin  <proski@gnu.org>
684         * cmd.c: Remove OS/2 specific code.
685         * file.c: Likewise.
686         * main.c: Likewise.
688         * main.h: Remove dead declarations.
689         * setup.c: Remove defunct extension alignment support.
690         * util.c: Likewise.
691         * util.h: Likewise.
693         * main.c: Remove unused toggle_* functions.
695         * dir.c: Show backups by default.
697 2002-01-15  Andrew V. Samoilov  <kai@cmail.ru>
699         * file.c (copy_dir_dir): Check the destination is a directory
700         if it exists. Reported by Thomas <metaf4@pseudonym.org>.
702 2002-01-09  Andrew V. Samoilov  <kai@cmail.ru>
704         * util.c (string_perm) [S_IFDOOR]: Support Solaris doors.
705         * screen.c (string_file_type) [S_IFDOOR]: Likewise.
707 2001-12-21  Pavel Roskin  <proski@gnu.org>
709         * hotlist.c (hotlist_callback): Recognize "delete" key.
711         * myslang.h [!HAVE_SYSTEM_SLANG]: Include slang/slang-mc.h to
712         simplify includes.
713         [HAVE_SYSTEM_SLANG]: Use angle brackets for slang.h.
715         * myslang.h [!HAVE_SYSTEM_SLANG]: Include slang-mc.h directly
716         to avoid relying on symlinks.
718 2001-12-18  Pavel Roskin  <proski@gnu.org>
720         * utilunix.c (init_groups): Don't return prematurely if the
721         primary group cannot be found (it can happen on Cygwin).
723 2001-12-10  Pavel Roskin  <proski@gnu.org>
725         * dir.c (do_reload_dir): Hash-table added.
726         From Björn Eriksson <mdeans@algonet.se>
728 2001-12-03  Pavel Roskin  <proski@gnu.org>
730         * dir.c (do_reload_dir): Optimize the logic - count the marks
731         and only match new entries against old entries if at least one
732         mark has not been transferred.
733         From Björn Eriksson <mdeans@algonet.se>
735 2001-11-29  Pavel Roskin  <proski@gnu.org>
737         * main.c (midnight_callback): Implement "auto menus".
739         * layout.c: Make more variables static.
741         * cons.saver.c: Define LINUX_CONS_SAVER_C so that some parts
742         of cons.saver.h can be omitted.
743         * cons.saver.h: Declare nothing but constants if
744         LINUX_CONS_SAVER_C is defined.
746 2001-11-14  Pavel Roskin  <proski@gnu.org>
748         Fully eliminate all references to HAVE_X and HAVE_GNOME.
750         * dir.c (do_sort): Correctly handle the case when there is no
751         ".." entry (i.e. panelized mode).
753 2001-11-14  Andrew V. Samoilov  <kai@cmail.ru>
755         * view.c (do_view_init): Make sure _file is not
756         an empty string before mc_stat and mc_open.
757         Memory leak fixed.
759 2001-11-14  Pavel Roskin  <proski@gnu.org>
761         * panelize.c (do_external_panelize): Re-sort the panel according
762         to the current settings.
764         * find.c (do_find): Re-sort the panel according to the current
765         settings when doing panelizing.
767         * dir.c (sort_type_to_name): Remove, it's unused in the text
768         edition.
769         (sort_name_to_type): Likewise.
770         * dir.h: Adjust to match.
772         * mouse.c: Add default cases to fix warnings with gcc-2.96.
774 2001-11-12  Pavel Roskin  <proski@gnu.org>
776         * main.c: Remove support for subshell debugging.  Firstly, it
777         was broken.  Secondly, every developer should be able to add
778         this code when needed.  Finally, there is no need to expose the
779         option to the user and translate it into 30 languages.
780         * subshell.h: Remove debug_subshell.
781         * subshell.c: Likewise.
783 2001-11-12  Andrew V. Samoilov  <kai@cmail.ru>
785         * mad.h: Enable glib support.
787         * mad.[ch] (mad_get_current_dir): New function to use instead
788         of g_get_current_dir.
789         (mad_tempnam): Add file and line parameters.
790         (mad_alloc0): Make file parameter const.
791         (mad_realloc): Likewise.
792         (mad_strdup): Likewise.
793         (mad_strndup): Likewise.
794         (mad_free): Likewise.
795         (mad_finalize): Likewise.
797 2001-11-07  Andrew V. Samoilov  <kai@cmail.ru>
799         * cmd.c (guess_message_value): Make val static const array.
800         (smblink_cmd) [!WITH_SAMBA]: Eliminated.
802         * dlg.c (add_widget): Check for what is not NULL
803         before everything else.
805         * slint.c (slang_reset_softkeys): Make display static const
806         array.  Use sizeof (display) - 1 instead of strlen display.
807         (color_terminals): Make static const array.
808         (key_table): Make const.
810         (dealloc_color_pairs) [HAVE_MAD]: New function.  Release
811         memory allocated in try_alloc_color_pair.
812         (slang_shutdown) [HAVE_MAD]: Call dealloc_color_pairs.
813         (try_alloc_color_pair): Move struct c outside function.
815 2001-10-29  Andrew V. Samoilov  <kai@cmail.ru>
817         * charsets.c (load_codepages_list): Use glib memory allocation
818         functions.
819         (free_codepages_list) [HAVE_MAD]: New function to release
820         memory allocated in load_codepages_list.
821         * charsets.h: Declare free_codepages_list.
823         * main.c [HAVE_CHARSET]: Include charsets.h.
824         (main) [HAVE_MAD && HAVE_CHARSET]: Call free_codepages_list.
825         (program_name): Commented out.
827 2001-10-26  Andrew V. Samoilov  <kai@cmail.ru>
829         * key.c (push_char): Fix buffer length calculation.
830         By David Kaelbling <drk@sgi.com>.
831         http://bugzilla.gnome.org/show_bug.cgi?id=60932
833         (define_sequence): Likewise.
834         (key_define_t): Add const declaration.
836 2001-10-22  Pavel Roskin  <proski@gnu.org>
838         * main.h: Declare view_one_file and edit_one_file.
840 2001-10-22  Andrew V. Samoilov  <kai@cmail.ru>
842         * dialog.h: Include global.h.
843         (message): Specify __attribute__.
845 2001-10-20  Pavel Roskin  <proski@gnu.org>
847         * main.h (print_vfs_message): Specify __attribute__.
849 2001-10-19  Pavel Roskin  <proski@gnu.org>
851         * global.h: Define __attribute__ to an empty string for non-gcc
852         compilers so that it's safe to use.
854 2001-10-18  Pavel Roskin  <proski@gnu.org>
856         * view.c (init_growing_view): Revert last change, it was wrong.
857         (view_hook): Don't check that the file is regular - it's now
858         done in do_view_init().  This fixes update problem in quick view
859         when moving cursor from a regular file to a directory.
861         * view.c (do_view_init): Only accept regular files.  Use stat(),
862         not fstat() because open() would hang on pipes.  Avoid opening
863         the file twice.
864         (init_growing_view): Take file descriptor, not the filename.
865         (load_view_file): Likewise.
867 2001-10-01  Pavel Roskin  <proski@gnu.org>
869         * boxes.c (tree): Rename to tree_box() to avoid confusion.
870         Adjust all callers and headers.
871         * main.c (tree_box): Rename to tree_box_cmd().
873         * tree.c (set_navig_label): Get argument "tree".
874         (set_navig_label): Likewise.  Adjust all callers.  Don't cast
875         function tree() to (Widget *) - it's wrong and dangerous.
877         * widget.h: Use type "buttonbarfn" more consistently.
878         * widget.c: Likewise.
880         * setup.c [!USE_VFS]: Warning fix.
881         * hotlist.c [!USE_VFS]: Likewise.
883         * tree.c (tree_navigation_flag): Should not be static.
885         * screen.c (panel_format_modified): Use more portable cast.
887         * fileopctx.h: Define new type mc_stat_fn.
888         * filegui.c (file_mask_dialog): Cast mc_stat and mc_lstat to
889         mc_stat_fn to prevent warnings without VFS support.
890         * fileopctx.c (file_op_context_new): Likewise.
892 2001-09-23  Andrew V. Samoilov  <kai@cmail.ru>
894         * find.c: Include rx.h or regex.h
895         (get_line_at): New function.  Returns malloc()ed null-terminated
896         line from file file_fd.  Input is buffered in buf_size long
897         buffer.
898         (search_content): Don't use external egrep.
899         Use get_line_at and regexp.
901 2001-09-21  Pavel Roskin  <proski@gnu.org>
903         * cmd.c: Change all "long" variables to "off_t" whenever they
904         are used to store file sizes.
905         * file.c: Likewise.
906         * file.h: Likewise.
907         * fileopctx.h: Likewise.
908         * tree.c: Likewise.
909         * filegui.c: Likewise.
910         (show_bar): Take "double" arguments.  Normalize arguments of
911         gauge_set_value() before converting them to "int".
913 2001-09-17  Pavel Roskin  <proski@gnu.org>
915         * mouse.h: Major cleanup and interface change.  init_mouse()
916         should only be called once, disable_mouse() and enable_mouse()
917         should be used later.  Distinguish between disabled and
918         undetected mouse.  Remove debugging stuff.  Adjust all users.
919         * mouse.c: Implementation of the above.
920         * key.c: Don't use gpm_flag - check mouse_enabled instead.
922 2001-09-15  Pavel Roskin  <proski@gnu.org>
924         * view.c: Cleanup of preprocessor directives.
925         * view.h: Likewise.
926         * widget.c: Likewise.
927         * widget.h: Likewise.
929         * textconf.h: Get rid of all PORT_HAS_*.  Adjust all users.
930         Continued eliminating GNOME code.
932         * cmd.c: Clean up unused GNOME code and some ifdef's.
933         * dlg.c: Likewise.
934         * dlg.h: Likewise.
935         * ext.c: Likewise.
936         * setup.c: Likewise.
938         * cmd.c (guess_message_value): Remove the argument.  Adjust all
939         callers.
941         * textconf.c (features): Remove "edition", minor fixes.
942         (version): Don't report the current locale - it's meaningless,
943         especially if ENABLE_NLS is not defined.
945         * textconf.h: Remove status_using_ncurses - it's useless now.
946         Adjust all users.  Call do_exit_ca_mode() and do_enter_ca_mode()
947         even with ncurses.
949         * main.c (init_xterm_support): Don't enable xterm_flag just
950         because of "kmous" in terminfo.  Setiing this flag means much
951         more than just mouse support.  Recognize terminals beginning
952         with "rxvt" and set xterm_flag for them.
954         * cmd.c (view_other_cmd): Don't check use_mouse_p before calling
955         init_mouse() and shut_mouse(), since those functions decide
956         themselves what to do.
957         * layout.c (done_screen): Likewise.
958         * main.c (setup_mc): Likewise.
959         * text.c (edition_post_exec): Likewise.
960         (edition_pre_exec): Likewise.
962         * user.h: Fix location of the home editor menu.
963         Reported by David Martin <dmartina@excite.es>
965         * mouse.h: Export xmouse_seq.
966         * mouse.c (init_mouse): Use xmouse_seq instead of hardcoded
967         xterm mouse sequence.
968         * main.c (setup_post): Join with setup_mc().
969         (init_xterm_support): New function.  Check mouse capability.
970         (OS_Setup): Remove parts that are now in init_xterm_support().
972 2001-09-14  Pavel Roskin  <proski@gnu.org>
974         * key.c (get_event): Recognize KEY_MOUSE, not just MCKEY_MOUSE.
975         * mouse.c: Don't use or emulate keyok(), since MC understands
976         KEY_MOUSE now.
978 2001-09-11  Pavel Roskin  <proski@gnu.org>
980         * cmd.c (check_for_default): Make accessible from other files.
981         * cmd.h: Declare check_for_default().
983 2001-09-10  Pavel Roskin  <proski@gnu.org>
985         * layout.c: Use HAVE_TERMIOS_H and HAVE_SYS_IOCTL_H more
986         consistently.
987         * mouse.c: Likewise.
988         * subshell.c: Likewise.
989         * win.c: Likewise.
990         * util.c: Remove unused includes.
992         * Makefile.am (mc_LDADD): Don't use LSLANG and LGPM, since they
993         are now included into MCLIBS.
995         * Makefile.am (mc_LDADD): Use INTLLIBS provided by gettext
996         instead of LINTL.
998 2001-09-09  Pavel Roskin  <proski@gnu.org>
1000         * hotlist.c (load_hotlist): If cannot open hotlist, don't assume
1001         that it needs to be migrated and don't warn the user.
1003 2001-09-08  Pavel Roskin  <proski@gnu.org>
1005         * Makefile.am: Fix definitions of CONFDIR and LOCALEDIR.
1007         * subshell.c: Move definitions of WEXITSTATUS and WIFEXITED
1008         below all includes so that they can be defined elsewhere.
1010 2001-09-07  Pavel Roskin  <proski@gnu.org>
1012         * myslang.h: Specify arguments to function-like macros or remove
1013         them if they are unused.
1015         * main.c: Remove old debugging code.  Remove external function
1016         declarations.
1017         (menu_bar_event): Remove, it's unused.
1018         * main.h: Declare get_mc_lib_dir() and force_ugly_line_drawing.
1019         * layout.c: Remove all external declarations.
1021         * main.c (main): Call save_stop_handler() - it was ifdef'd out
1022         by error.
1024         * main.c: Remove all GNOME code.
1026         * cmd.c: No need to define "MIDNIGHT" before including vfs.h.
1028         * user.h: Remove all dirty tricks with "MIDNIGHT" - they are not
1029         needed anymore.
1031         * global.h: Include io.h, pwd.h, grp.h and utime.h.  Adjust all
1032         sources not to include them and to include global.h at the right
1033         place.
1035         * global.h: Include all time-related system includes, since
1036         it's non-trivial (order, conflicts) and is better handled in one
1037         place.
1039 2001-09-06  Pavel Roskin  <proski@gnu.org>
1041         * fsusage.c: Include sys/param.h before sys/mount.h - it's
1042         required on some systems.
1043         * mountlist.c: Likewise.
1044         From Timur Bakeyev <mc@bat.ru>
1046 2001-09-04  Pavel Roskin  <proski@gnu.org>
1048         * Makefile.am: Don't use substituted values directly.  Define
1049         CHARSET_SRC unconditionally.  Join SRCS and HDRS.
1051 2001-09-03  Pavel Roskin  <proski@gnu.org>
1053         * widget.c (label_new): Don't calculate dimensions of multiline
1054         labels, since they cannot be changed and msglen() is already
1055         used when the dialog is created.
1057         * Makefile.in: Converted to ...
1058         * Makefile.am: ... this.
1060         * slint.c: Make more data and function static.
1061         * key.h: Remove declarations that are now static.
1062         * myslang.h: Likewise.
1064         * x.h: Remove.  Adjust all users.  Make sure that global.h is
1065         included instead.  Don't include sys/param.h unconditionally -
1066         rely on global.h taking care of it.
1067         * Makefile.in: Remove x.h.
1069         * color.c: Remove unused code.
1070         * color.h: Likewise.
1072 2001-09-02  Pavel Roskin  <proski@gnu.org>
1074         * key.c: Remove support for BUGGY_CURSES.
1076         * tty.h: Remove support for old curses and GNOME.
1077         * global.h: Likewise.
1079         * widget.c (label_new): Set initial width of the widget based on
1080         the initial text.
1082         * view.c (hex_search): Don't use sscanf() to search for quoted
1083         strings - use strchr instead.
1085 2001-08-31 23:14:21  Timur Bakeyev  <mc@bat.ru>
1087         * utilunix.c: init_groups(), destroy_groups(), get_user_permissions()
1088         rewritten to use GTree structure and functions. Add new static helper
1089         functions mc_gid_compare() and mc_gid_destroy().
1091         * util.h: Removed deprecated structure user_in_groups.
1093         * screen.c: Fixed typo in format report error string.
1095 2001-08-31 23:14:21  Timur Bakeyev  <mc@bat.ru>
1097         * utilunix.c: get_user_rights() renamed into get_user_permissions().
1098         delete_groups() renamed into destroy_groups().
1099         * util.h: Likewise.
1100         * screen.c: Likewise.
1101         * main.c: Likewise.
1103 2001-08-27  Pavel Roskin  <proski@gnu.org>
1105         * cmd.c (dirsizes_cmd): Don't cast st_size to long - use off_t
1106         instead, since off_t can be longer.
1107         Reported by Radovan Bukoci <rado@autoparts.sk>
1109 2001-08-30  David Martin  <dmartina@excite.es>
1111         * info.c (info_show_info): Use size_trunc_len() instead of
1112         print_bytesize().  Don't assume English word ordering.  Add
1113         singular message when single block.
1114         * win.c (print_bytesize): Remove.
1115         (sprint_bytesize): Remove.
1116         * win.h: Remove print_bytesize() and sprint_bytesize().
1118         * util.c (size_trunc_len): Add units parameter.  Change all
1119         callers.
1121         * util.c (size_trunc_len): Print size values with some (little)
1122         sense for tiny and even wee lengths (i.e. squeezed X terminals).
1124         * info.c (info_show_info): Move comment line just before
1125         translatable message so it's shown in .po files to alert
1126         translators.  The message (translated) is used to set the start
1127         column (so the available width) for some "truncatable" strings.
1129 2001-08-27  Pavel Roskin  <proski@gnu.org>
1131         * key.c (learn_key): Turn off keypad to disable intepreting keys
1132         by ncurses.
1133         Reported by Frederic L. W. Meunier <fredlwm@pervalidus.net>
1135 2001-08-26  Pavel Roskin  <proski@gnu.org>
1137         * xcurses.c: Remove.
1138         * Makefile.in: Remove all references to xcurses.c.
1140 2001-08-24  Pavel Roskin  <proski@gnu.org>
1142         * user.h: Include "../edit/edit-widget.h", not
1143         "../gtkedit/edit-widget.h".
1145         * subshell.c: Use standard Autoconf symbols to determine whether
1146         to include <stropts.h> and <grp.h>.
1148 2001-08-23  Pavel Roskin  <proski@gnu.org>
1150         * subshell.c (feed_subshell): Don't wait forever after the first
1151         select() call if fail_on_error is true.  This alleviates hang
1152         with zsh on QNX Neutrino.
1154 2001-08-21  Pavel Roskin  <proski@gnu.org>
1156         * view.h: Declare view_dlg.
1157         * main.h: Declare edit_dlg.
1158         * layout.c (change_screen_size): Remove external declarations
1159         inside the function.
1161 2001-08-20  Pavel Roskin  <proski@gnu.org>
1163         * view.c (load_view_file) [!HAVE_MMAP]: Warning fix.
1165 2001-08-19  Pavel Roskin  <proski@gnu.org>
1167         * main.c (mc_maybe_editor_or_viewer) [!USE_INTERNAL_EDIT]:
1168         Reenable to make "mc -v" possible.
1169         (do_nc): Call mc_maybe_editor_or_viewer() even if the editor
1170         is not compiled in.
1171         (argument_table) [!USE_INTERNAL_EDIT]: Disable "-e".
1173 2001-08-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
1175         * view.c (view_handle_key) [HAVE_CHARSET]: Remove unneeded
1176         statements.
1178 2001-08-19  Pavel Roskin  <proski@gnu.org>
1180         * screen.c [HAVE_X]: Disable unused code.
1182         * fs.h: Correctly include <sys/param.h>.
1183         * x.h: Include "global.h".  Move all contents ...
1184         * global.h: Here.
1186         * regex.c (regex_compile): Warning fix for ambiguous else.
1188 2001-08-18  Pavel Roskin  <proski@gnu.org>
1190         * key.c (xmouse_get_event): Filter out GPM_UP events that don't
1191         follow a GPM_DOWN event.  Filter out events with unknown button
1192         numbers, such as mouse wheel events.
1193         (get_event): Return EV_NONE if xmouse_get_event() decided to
1194         ignore the event.
1196         * main.c (init_sigchld): Disable subshell if SIGCHLD handler
1197         cannot be installed.
1199         * x.h: Instead of undefining MIX and MAX after <gnome.h> make
1200         sure that <sys/param.h> is included before <gnome.h>.
1202 2001-08-17  Pavel Roskin  <proski@gnu.org>
1204         * key.c (mc_bindings) [linux]: Remove old hack - recognizing
1205         "\e[2~" on all terminals.
1207 2001-08-16  Pavel Roskin  <proski@gnu.org>
1209         * charsets.c (load_codepages_list): Print a warning if
1210         mc.charset cannot be opened.
1211         * setup.c (load_setup) [HAVE_CHARSET]: Remove all popup messages
1212         because it's to early to use them - ncurses would crash.
1214 2001-08-15  Pavel Roskin  <proski@gnu.org>
1216         * util.c (strip_ctrl_codes): Rewrite using pointers.  Fix
1217         stripping sequences beginning with "\e[".  Check is_printable().
1219         * man2hlp.c: Remove HTML support.  Remove old link support.
1220         Warning fixes.
1221         (print_string): Handle backslashes in verbatim mode too.
1223         * main.c (setup_pre) [HAVE_CHARSET]: Fix compilation with
1224         ncurses.
1226         * textconf.c (features): Fix interpretation of
1227         HAVE_SYSTEM_SLANG.
1228         From David Martin <dmartina@excite.es>
1230 2001-08-14  Pavel Roskin  <proski@gnu.org>
1232         * key.h (define_sequence): Change declaration to return int.
1233         * key.c (define_sequence): Return 1 on success, 0 on error.
1234         * learn.c (learn_button): Don't accept sequence if
1235         define_sequence() has failed.
1237 2001-08-12  Pavel Roskin  <proski@gnu.org>
1239         * learn.c (learn_save): Fix memory leak.
1241         * dir.c (string_sortcomp) [HAVE_STRCOLL]: Make static.
1243         * cmd.c (guess_message_value): Typo - replace "LC_MESSAGE" with
1244         "LC_MESSAGES".
1246         * dir.c (string_sortcomp) [HAVE_STRCOLL]: Always use strcmp()
1247         for case sensitive sort.  For case insensitive sort use
1248         strcoll() if it's case insensitive for ASCII and g_strcasecmp()
1249         otherwise.
1251 2001-08-11  Pavel Roskin  <proski@gnu.org>
1253         * achown.c (chown_advanced_cmd): Remove dead code.
1254         * chown.c (chown_cmd): Likewise.
1255         * chmod.c (chmod_cmd): Likewise.
1257         * charsets.c (load_codepages_list): Use concat_dir_and_file().
1259         * mad.h: Disable glib support - it doesn't work properly.
1261 2001-08-07  Pavel Roskin  <proski@gnu.org>
1263         * view.c: Warning fixes. Include "cmd.h". Rename help_cmd()
1264         to view_help_cmd().
1265         (view_handle_key) [HAVE_X]: Disable '!' and Ctrl-O.
1267         * main.c (do_execute): Don't show prompt if the command is empty
1268         and the subshell is not running.
1269         * view.c (view_handle_key): Add support for Ctrl-O in the viewer.
1270         Suggested by Walery Studennikov <despair@sama.ru>
1272 2001-08-06  Pavel Roskin  <proski@gnu.org>
1274         * boxes.c (display_init): Associate correct help topic.
1275         (sort_box): Likewise.
1276         (set_panel_filter): Likewise.
1277         * option.c (init_configure): Likewise.
1278         * menu.c (menubar_handle_key): Show help dependent on the active
1279         menu.
1281 2001-08-06  Andrew V. Samoilov  <kai@cmail.ru>
1283         * mad.c (mad_strdup): Return NULL if NULL is passed.
1285         * view.c (block_search): Return the position where the block was
1286         found as declared in comment.
1287         (hex_search): Don't increase pos, block_search returns now right
1288         position.
1290 2001-08-03  Andrew V. Samoilov  <kai@cmail.ru>
1292         * mad.[ch] (mad_check): Declare file parameter const.
1293         (mad_alloc): Likewise. Don't truncate it.
1294         (mad_abort): Declare message and file parameters const.
1296 2001-08-03  Pavel Roskin  <proski@gnu.org>
1298         * file.c: Warning fix.  Include global.h before other local
1299         includes.
1300         * filegui.c: Likewise.
1301         (fmd_init_i18n) [!ENABLE_NLS]: Completely disable.
1302         * i18n.h [!ENABLE_NLS]: Warning fix.
1303         * learn.c (init_learn): Move do_refresh() call immediately
1304         before cleate_dlg().  Warning fix.
1306 2001-07-31  Pavel Roskin  <proski@gnu.org>
1308         * Makefile.in: "install" now depends on "all".
1309         Reported by Walery Studennikov <despair@sama.ru>
1311 2001-07-31  Andrew V. Samoilov  <kai@cmail.ru>
1313         * util.c [!HAVE_X] (is_printable): Don't duplicate declarations from
1314         main.h.
1315         (load_file): Use fopen and fstat to prevent race conditions.
1316         (size_trunc): Make suffix const array.
1317         (strip_password): Make prefixes const array.
1318         (file_date): Make fmt auto variable.
1319         * color.c (color_table): Make constant array.
1320         * widget.[ch] (label_new): Make text parameter const.
1321         * menu.c (create_menu): Don't localize name, it is always done.
1322         * find.c (find_parameters): Fix hotkeys duplication.
1323         * complete.c (command_completion_function): Don't stop $PATH
1324         processing on empty entry. Interpret it as current directory.
1326 2001-07-31  Pavel Roskin  <proski@gnu.org>
1328         * charsets.c: Warning fixes.
1329         * charsets.h: Likewise.
1330         * selcodepage.c: Likewise.
1331         * selcodepage.h: Likewise.
1333         * Makefile.in: Move most logic around gindex.pl into gindex.pl.
1334         Don't use maintainer-only rules since mc.hlp won't be removed
1335         now if perl is missing or gindex.pl fails.
1336         * gindex.pl: Run man2hlp internally.  Use files given as
1337         arguments instead of stdin and stdout.
1339 2001-07-30  Pavel Roskin  <proski@gnu.org>
1341         * mad.c: Don't use g_calloc - it's missing in glib 1.2.x.
1342         * mad.h: Likewise.  Use mad_alloc0() to emulate calloc().
1344         * view.h: Simplify, respect WANT_WIDGETS setting.
1346 2001-07-28  Pavel Roskin  <proski@gnu.org>
1348         * view.c (view_ok_to_quit): Make global - it's needed for GMC.
1349         * view.h: Declare view_ok_to_quit().
1351 2001-07-27  Pavel Roskin  <proski@gnu.org>
1353         * util.c [!USE_VFS] (get_current_wd): Resurrect, this time using
1354         g_get_current_dir().
1356         * background.h: Remove WITH_BACKGROUND, it's now in extraconf.h.
1357         * background.c: Use WITH_BACKGROUND instead of USE_NETCODE.
1359         * util.c (mc_mkstemps): Don't prepend $TMPDIR if prefix contains
1360         path separator.
1362 2001-07-26  Pavel Roskin  <proski@gnu.org>
1364         * cmd.c (do_link): Append filename to the default symlink
1365         target.  Don't add path separator if there is no listing on
1366         the other panel.  Avoid using fixed size buffers.
1367         From Max Schedriviy <max@tavrida.net>
1369         * main.c [HAVE_X]: Disable eight_bit_clean and full_eight_bits.
1370         * util.c (is_printable) [HAVE_X]: Simplify.
1372 2001-07-25  Pavel Roskin  <proski@gnu.org>
1374         * cmd.c (do_link): Simplify.  Don't silently exit if the source
1375         file is not regular - let user see the error if any.
1377 2001-07-24  Pavel Roskin  <proski@gnu.org>
1379         * achown.c (ch_perm): Make constant array.
1380         (chown_info_update): Use set_perm_by_flags(), not set_perm().
1381         (set_perm): Remove.
1383         * achown.c: Make all global variables static.  Fix help.
1384         * complete.c: Likewise.
1385         * chmod.c: Make all global variables static.
1386         * chown.c: Likewise.
1387         * chmod.h: Remove all variables.
1389 2001-07-23  Pavel Roskin  <proski@gnu.org>
1391         * user.c: Eliminate static variable s_editwidget.  Pass
1392         edit_widget as argument.  All callers changed.
1393         (expand_format): Fix expansion of %n and %b for the editor.
1394         * util.c: Remove dead code.
1396         * setup.c (load_keys_from_section): Give terminal-specific
1397         settings preference over settings from [terminal:general].
1399 2001-07-22  Pavel Roskin  <proski@gnu.org>
1401         * setup.c (load_keys_from_section): Give ~/.mc/ini preference
1402         over mc.lib.
1404 2001-07-20  Pavel Roskin  <proski@gnu.org>
1406         * dlg.c: Remove dependency on definitions in gconf.h.
1408         * widget.c (input_callback) [HAVE_X]: Disable Ctrl-q - it
1409         doesn't work.
1411         * file.c (panel_get_file): Use g_assert_not_reached().
1412         * key.c (xgetch_second): Make static.
1414 2001-07-19  Pavel Roskin  <proski@gnu.org>
1416         * user.c (check_format_view): Match "unform" instead of
1417         "unformated" because some users may spell this word correctly.
1419 2001-07-17  Pavel Roskin  <proski@gnu.org>
1421         * util.c (get_current_wd): Remove.  It's obsoleted by
1422         g_get_current_dir() from glib.
1424         * ext.c (exec_extension): Add the `rm' command to the end of
1425         temporary scripts so that they erase themselves.
1427         * util.c (mc_mkstemps): Always use "unsigned long" for enthropy,
1428         since gcc-2.7.2.1 on SunOS doesn't understand __extension__ and
1429         checking for "long long" is not worth the trouble.
1430         Reported by David Martin <dmartina@excite.es>
1432 2001-07-16  Pavel Roskin  <proski@gnu.org>
1434         * utilunix.c (mc_doublepopen): Use _exit() instead of exit()
1435         and don't close any unrelated file descriptors.  Explicitly
1436         close inhandle.
1438 2001-07-15  Pavel Roskin  <proski@gnu.org>
1440         * mad.h: Include stdio.h to prevent redefining mad_tempnam().
1441         * main.c [HAVE_X && HAVE_MAD]: Don't call done_key().
1443         * dlg.h: Remove declarations of non-existent functions.
1444         [HAVE_X]: Disable color constants - they shouldn't be used.
1446         * boxes.c [WITH_SMBFS] (vfs_smb_get_authinfo): Copied from
1447         vfs/smbfs.c, function authinfo_get_authinfo_from_user().
1449         * cmd.c [HAVE_X]: Disable source routing dialog and panel
1450         comparison.
1451         * main.c (ctl_x_map): Simplify preprocessor directives.
1453 2001-07-14  Pavel Roskin  <proski@gnu.org>
1455         * screen.c (panel_keymap) [HAVE_X]: Disable Alt-H - it's not
1456         implemented properly for GNOME.
1457         * main.c (directory_history_list) [HAVE_X]: Disable.
1459         * panelize.c [HAVE_X]: Disable unused code.
1461         * main.c [HAVE_X]: Disable Ctrl-X sequences.
1463         * find.c: Remove code unused in the text edition.
1465         * main.c [HAVE_X]: Eliminate setup_post() and partly done_mc().
1467         * utilunix.c (uid_cache): Make static.
1468         (gid_cache): Likewise.
1469         (init_uid_gid_cache): Remove.
1470         * main.c (setup_post): Don't call init_uid_gid_cache().
1472         * main.c (default_map) [HAVE_X]: Disable Alt-T.
1473         * cmd.c [HAVE_X]: Eliminate set_basic_panel_listing_to() and
1474         toggle_listing_cmd().
1476 2001-07-13  Pavel Roskin  <proski@gnu.org>
1478         * utilunix.c (canonicalize_pathname): Don't handle PATH_SEP
1479         after backslash in a special way.
1481 2001-07-12  Pavel Roskin  <proski@gnu.org>
1483         * subshell.c (init_subshell): Run "set echo_style=both" at
1484         startup to ensure that echo in tcsh understands octal numbers.
1485         Reported by Francis Kwok <francis.kwok@alcatel.com>
1487         * Makefile.in (OURLIBS): Merge with ...
1488         (LIBS): ... this. Add @LIBICONV@.
1489         Reported by Libor Motyèka <l_motycka@ortex.cz>
1491         * subshell.c (subshell_name_quote): New function. Quote all
1492         characters as octals, use command substitution.
1493         (do_subshell_chdir): Use subshell_name_quote(). Don't change
1494         terminal settings when the quoted path is sent to the shell -
1495         it's now safe.
1497 2001-07-12  Andrew V. Samoilov  <kai@cmail.ru>
1499         * main.c: Eliminate iconify_on_exec.
1500         [!HAVE_GNOME]: Eliminate nowindows, nodesktop, twopanel,
1501         display_linksdir and cmdline_geometry.
1502         (sigchld_handler_no_subshell): Comment fixes.
1503         (midnight_callback): Likewise.
1504         (print_mc_usage): Use fputs, not fprintf.
1505         (print_color_usage): Likewise.
1506         (argument_table): Assign 'r' with force_subshell_execution and 'U'
1507         with use_subshell.
1508         (process_args): Don't deal with 'r', 'U' and 'X' options.
1509         (setup_mc) [HAVE_GNOME]: Eliminate more code.
1511         setup.c (options):  Eliminate iconify_on_exec.
1513 2001-07-10  Andrew V. Samoilov  <kai@cmail.ru>
1515         * view.c (hex_search): Release buffer after use.
1517 2001-07-09  Pavel Roskin  <proski@gnu.org>
1519         * view.c (hex_search): Reimplement parser using sscanf. Add
1520         support for decimal and octal numbers. Add error reporting.
1521         Allocate buffer dynamically.
1523         * hotlist.c: Add comments to avoid confusion between
1524         done_hotlist() and hotlist_done().
1525         (hotlist_done): Set l_hotlist to NULL.
1526         (add2hotlist): Load hotlist if it's neither loaded nor loading.
1527         This fixes Ctrl-x h. Fix compiler warning.
1529         * hotlist.c: Make more variables and functions static.
1531 2001-07-08  Pavel Roskin  <proski@gnu.org>
1533         * ext.c (exec_extension) [HAVE_X]: Free file_name. Add comment
1534         explaining why it cannot be unlinked there.
1536 2001-07-06  Pavel Roskin  <proski@gnu.org>
1538         * ext.c (exec_extension): Unlink temporary file earlier if it's
1539         not going to be used.
1540         [OLD_CODE]: Remove.
1542         * Makefile.in: Use additional quotes to preserve @prefix@ when
1543         Makefile is generated.
1545         * Makefile.in: Don't use SEDCMD2, use sed.
1547         * cons.saver.c: New variable console_minor. Eliminate variables
1548         len and vcs_name.
1549         (check_file): Set console_minor to the minor device number of
1550         the console. Disallow /dev/tty0.
1551         (detect_console): Don't parse tty_name, instead make sure that
1552         it corresponds to console_minor. Check console first. Fallback
1553         to /dev/vcc/a* if /dev/vcsa* cannot be opened.
1554         (save_console): Use console_minor.
1555         (restore_console): Likewise.
1557         * cons.saver.c (check_file): Eliminate using text messages to
1558         indicate errors. Improve debug messages.
1559         (detect_console): Likewise.
1560         (main): Adjust call to detect_console.
1562         * main.c (sigchld_handler_no_subshell): Don't restart cons.saver
1563         if it died.
1564         * subshell.c (sigchld_handler): Likewise.
1566 2001-07-05  Pavel Roskin  <proski@gnu.org>
1568         * main.c (midnight_callback): Don't handle any events except
1569         Ctrl-x combinations on DLG_KEY event if the menu is active.
1571         * main.c (load_prompt): Don't change prompt if midnight_dlg is
1572         not the current dialog.
1574 2001-06-28  Pavel Roskin  <proski@gnu.org>
1576         * util.c (size_trunc_len): New function - print file size to
1577         a buffer of limited length.
1578         * util.h: Declare size_trunc_len().
1579         * screen.c (string_file_size): Use size_trunc_len().
1581 2001-06-26  Pavel Roskin  <proski@gnu.org>
1583         * xslint.c: Remove.
1584         * Makefile.in (SRCS): Remove xslint.c.
1586 2001-06-25  Pavel Roskin  <proski@gnu.org>
1588         * key.c (ctrl_pressed): Don't limit functionality to Linux.
1589         * screen.c (prev_page_key): Don't require console_flag to be set
1590         to use ctrl_pressed(), only require that HAVE_X is undefined.
1591         (next_page_key): Likewise.
1592         * widget.c (key_left): Don't limit functionality to Linux.
1593         (key_right): Likewise.
1595         * main.h: Use "ifdef HAVE_GNOME", not "if HAVE_GNOME". Fix the
1596         order of conditionals and put comments on endifs.
1598 2001-06-25  Andrew V. Samoilov  <sav@bcs.zp.ua>
1600         * view.c [HAVE_CHARSET]: Include selcodepage.h.
1601         (view_new): Use g_new0.
1602         (ruler): Make static.
1604         * complete.c (filename_completion_function): Clean it up.
1605         (command_completion_function): Make words, bash_reserved and
1606         bash_builtins const, use concat_dir_and_file.
1607         (fetch_hosts): Fix typo, style fixes.
1609 2001-06-23  Pavel Roskin  <proski@gnu.org>
1611         * mem.h: Undefine bcopy(), bcmp() and bzero() before redefining
1612         them.
1614 2001-06-22  Pavel Roskin  <proski@gnu.org>
1616         * ext.c (exec_extension) [HAVE_X]: Disable console handling.
1618         * cons.handler.c: Reorganize includes. Fix warnings on BSD.
1619         * rxvt.c (rxvt_extensions): Make static.
1620         * main.c (sigchld_handler_no_subshell) [!__linux__]: Don't try
1621         to restart cons.saver.
1622         * subshell.c (sigchld_handler) [!__linux__]: Likewise.
1624         * fsusage.c: Use HAVE_INFOMOUNT.
1625         * mountlist.c: Likewise. Fix condition when mount_list is
1626         declared.
1627         (fstype_to_string): Rename mount_list to mlist to avoid
1628         confusion with the file-scoped static variable.
1630         * cmd.c [HAVE_X]: Disable more code. Reorder includes.
1632 2001-06-20  Pavel Roskin  <proski@gnu.org>
1634         * main.c: Remove MenuBarEmpty. From Andrew V. Samoilov.
1636         * wtools.c [HAVE_X]: Disable quick dialog routines.
1638         * setup.c (save_setup) [HAVE_X]: Don't save the [Dirs] section.
1639         (load_setup) [HAVE_X]: Don't load the [Dirs] section.
1640         * main.c [HAVE_X]: Disable other_dir and boot_current_is_left.
1641         Adjust all users.
1643 2001-06-19  Pavel Roskin  <proski@gnu.org>
1645         * background.h: Correct condition when WITH_BACKGROUND is
1646         defined.
1647         * fsusage.c: Rearrange the includes. Define HAVE_QNX_MOUNT
1648         for old QNX and use it instead of __QNX__.
1649         * mountlist.c: Likewise.
1650         * keyxdef.c: Define HAVE_QNX_KEYS for old QNX and use it instead
1651         of __QNX__.
1653 2001-06-18  Pavel Roskin  <proski@gnu.org>
1655         * main.c [HAVE_X]: Disable change_panel(),
1656         copy_current_readlink() and copy_other_readlink().
1657         Don't do anything with cmdline and command_prompt.
1658         * screen.c [HAVE_X]: Disable panel_event(), chdir_other_panel()
1659         and chdir_to_readlink(). Adjust all callers.
1660         (panel_key) [HAVE_X]: Don't use command_prompt - always
1661         start search on alphanumeric keys.
1662         * setup.c [HAVE_X]: Disable save_layout(), load_layout(), struct
1663         layout. Adjust all dependencies.
1665         * utilunix.c (init_my_statfs): Move this ...
1666         * util.c (my_statfs): ... and this ...
1667         * mountlist.c: ... here.
1668         * util.h: Move mountlist-related declarations ...
1669         * mountlist.h: ... here.
1670         * info.c: Include mountlist.h.
1672 2001-06-17  David Martin  <dmartina@excite.es>
1674         * hotlist.c (init_movelist): Don't assume English word ordering
1675         in the title.
1677 2001-06-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1679         * wtools.c (message): Possible buffer overflow fixed.
1680         (query_callback) [HAVE_X]: Disable more code.
1681         (listbox_refresh) [!HAVE_X]: Became a macro.
1682         * hotlist.c (init_i18n_stuff): Mark cancel_but for translation.
1684         * tree.c (tree_copy, tree_move): Possible memory leaking fixed.
1685         (tree_keymap): Constified.
1687 2001-06-15  Pavel Roskin  <proski@gnu.org>
1689         * panelize.c: Define DIR_H_INCLUDE_HANDLE_DIRENT earlier, since
1690         the GNOME edition includes dir.h from other headers.
1692         * background.c: Include "x.h".
1693         * panelize.c: Likewise.
1694         * treestore.c: Likewise.
1695         * user.c: Likewise.
1696         * util.c: Likewise.
1697         * command.c: Reorder includes. Include "x.h".
1698         * complete.c: Likewise.
1699         * find.c: Likewise.
1700         * user.h: Declare user_menu_cmd() unconditionally.
1701         * i18n.h [GAVE_GNOME]: Remove code that is now in x.h.
1703         * tty.h [HAVE_X]: Define beep() to gdk_beep().
1705 2001-06-14  Pavel Roskin  <proski@gnu.org>
1707         * xtty.h: Remove, move contents ...
1708         * tty.h: ... here.
1709         [HAVE_X]: Define attrset(), mc_refresh(), enable_interrupt_key()
1710         and disable_interrupt_key(). Don't declare mc_refresh().
1711         * view.c: Use braces around widget_move() since it's empty in
1712         the GNOME edition.
1713         * xslint.c: Eliminate attrset() and mc_refresh().
1714         * Makefile.in: Remove xtty.h.
1716         * cons.handler.c (handle_console): Remove useless default.
1717         * ext.c (regex_command): Initialize include_target_len.
1718         * find.c [HAVE_GNOME]: Eliminate untyped declarations.
1719         * fsusage.c: Remove untyped declaration of statfs().
1720         [_AIX && _I386]: Rename statfs to aix_statfs and move
1721         it before get_fs_usage(). Define statfs to aix_statfs.
1723         * achown.c: Eliminate untyped declarations.
1724         * boxes.c: Likewise.
1725         * cons.saver.c: Likewise.
1726         * hotlist.c: Likewise.
1727         * panelize.c: Likewise.
1728         * rxvt.c: Likewise.
1729         * main.c: Likewise. Make undeclared functions static.
1730         * treestore.c: Make undeclared functions static.
1731         * view.c: Likewise.
1732         * widget.c: Likewise.
1734         * main.h: Fix prototype of exec_shell.
1735         * tree.c: Make all functions static when possible.
1736         * tree.h: Changes for the above.
1738         * text.c [HAVE_X]: Remove useless #error.
1739         * cons.saver.c: Indent #error to hide it from old compilers.
1741 2001-06-13  Pavel Roskin  <proski@gnu.org>
1743         * screen.c (display_mini_info): Avoid nested i18n calls.
1744         (parse_panel_size): Warning fix.
1745         * user.c [HAVE_X]: Warning fix.
1746         (check_format_var): Avoid nested i18n calls. Improve messages.
1748         * screen.c (user_file_menu_cmd) [HAVE_X]: Disable.
1749         (panel_callback) [HAVE_X]: Don't define labels, they are unused.
1750         * user.c [HAVE_X]: Disable all user menu code.
1752         * color.c (color_table): Make static. Only use in text edition.
1753         * xtty.h: Remove unused definitions.
1755         * slint.c (slang_init): Check screen dimensions and exit if they
1756         are abnormal. This may happen due to a S-Lang bug when the TERM
1757         is set to a value not listed in termcap or terminfo.
1759 2001-06-12  Pavel Roskin  <proski@gnu.org>
1761         * boxes.c [HAVE_CHARSET]: Localize more strings. Lay out the
1762         encoding dialog using the translated title length. Remove
1763         useless preprocessor directives.
1764         From David Martin <dmartina@excite.es>
1766 2001-06-11  Andrew V. Samoilov  <sav@bcs.zp.ua>
1768         * dlg.[ch] (x_set_dialog_title): title constified.
1769         (create_dlg): Use g_new0 instead of g_new.
1771         * selcodepage.c (do_select_codepage): Fix compilation.
1773 2001-06-09  Pavel Roskin  <proski@gnu.org>
1775         * util.c (load_mc_home_file): New function. Load file from
1776         mc_home, but try localized version of that file first.
1777         * util.h: Declare load_mc_home_file().
1778         * help.c (interactive_display): Use load_mc_home_file(). If the
1779         first argument is NULL assume mc.hlp.
1780         * dlg.c (dialog_handle_key): Use interactive_display() without
1781         specifying the help file.
1782         * tree.c (tree_copy): Likewise.
1783         * cmd.c (help_cmd): Likewise.
1784         (get_random_hint): Use load_mc_home_file().
1785         From Andrew V. Samoilov.
1787 2001-06-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
1789         * charsets.h: Define CHARSETS_INDEX without leading LIBDIR.
1791         * charsets.c (translate_character): Warning fix.
1792         (init_translation_table): Don't deal with printable.
1793         This one is initialized by init_printable_table ().
1794         (load_codepages_list): Use CHARSETS_INDEX.
1796         * selcodepage.c (do_select_codepage): Messages marked for i18n.
1797         * setup.c (load_setup): Eliminate errbuf. Fix error message.
1799 2001-06-07  Pavel Roskin  <proski@gnu.org>
1801         * setup.c (load_setup): Call init_printable_table() and
1802         init_translation_table() regardless of other failures.
1804         * charsets.c (get_codepage_index): Warning fix.
1805         (init_printable_table): New function.
1806         * charsets.h: Declare init_printable_table().
1807         * setup.c (load_setup): Uncomment init_printable_table().
1809         * cons.saver.c: Make all functions except main() static.
1810         * mfmt.c (omain): Remove, it's unused.
1812 2001-06-06  Pavel Roskin  <proski@gnu.org>
1814         * main.c (done_mc) [HAVE_X]: Don't use xterm_flag.
1815         (midnight_callback) [HAVE_X]: Don't handle any keys except
1816         Ctrl-x sequences.
1817         Remove useless preprocessor conditionals.
1818         * win.c [HAVE_X]: Disable unused functions.
1820         * file.c: Add comments after every endif.
1821         [HAVE_GNOME] [!WITH_BACKGROUND]: Fix compilation.
1823 2001-06-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
1825         * main.c [HAVE_CHARSET]: Remove source_codepage and display_codepage.
1826         They are declared in selcodepage.c.
1827         * setup.c [USE_VFS]: Remove declarations for variables which are
1828         declared in vfs/ftpfs.c.
1829         (load_setup) [HAVE_CHARSET]: init_printable_table commented
1830         out to enable compilation. Error strings tagged for translation.
1831         (init_setup): Optimized.
1832         * boxes.c (sel_charset_button): Eliminate C++ comment.
1833         (new_display_codepage): Made static.
1834         (display_bits_box): Use "%s" for plain string in message.
1836 2001-06-05  Pavel Roskin  <proski@gnu.org>
1838         * boxes.c [HAVE_CHARSET]: New charset selection dialog.
1839         * main.c [HAVE_CHARSET]: Don't use eight_bit_clean and
1840         full_eight_bits. Use source_codepage and display_codepage to
1841         deduce the terminal 8-bitness.
1842         * main.h [HAVE_CHARSET]: Change to match main.c.
1843         * setup.c [HAVE_CHARSET]: Implement saving and loading charset
1844         settings.
1845         * util.c (is_printable) [HAVE_CHARSET]: Use charset settings.
1846         * view.c [HAVE_CHARSET]: Implement charset support.
1847         From Walery Studennikov <hqsoftware@mail.ru>.
1849         * selcodepage.c (do_select_codepage): New function.
1850         * selcodepage.h: Declare it.
1851         From Walery Studennikov <hqsoftware@mail.ru>.
1853         * mfmt.c (omain): Warning fix.
1855         * key.c [HAVE_TEXTMODE_X11_SUPPORT]: Rename `display' to
1856         `x11_display' and `w' to `x11_window'. Make them static.
1857         (init_textmode_x11_support): Include into init_key().
1858         (done_textmode_x11_support): Include into done_key().
1859         (k_dispose): Make static.
1860         (s_dispose): Likewise.
1861         * key.h: Remove init_textmode_x11_support() and
1862         done_textmode_x11_support().
1863         * main.c: Don't call init_textmode_x11_support() and
1864         done_textmode_x11_support().
1866         * achown.c: Make global variables static if possible. Remove now
1867         useless preprocessor directives, since this file is now used in
1868         the text edition only.
1869         * boxes.c: Remove useless ifdefs.
1870         [USE_VFS]: Don't undef USE_NETCODE - it's done in extraconf.h.
1871         * cmd.c [USE_VFS]: Don't undef USE_NETCODE.
1872         * chmod.c: Remove useless ifdefs.
1873         * filegui.c: Likewise.
1874         * hotlist.c: Likewise.
1875         * info.c: Likewise.
1876         * layout.c: Likewise.
1877         * listmode.c: Likewise.
1878         * option.c: Likewise.
1879         * subshell.c: Likewise.
1880         * help.c: Remove useless ifdefs. Make global variables static if
1881         possible.
1882         * key.c: Likewise.
1883         * learn.c: Likewise.
1885 2001-06-04  Andrew V. Samoilov  <sav@bcs.zp.ua>
1887         * charsets.c (load_codepages_list): Lines in mc.charset beginning
1888         with a # are comments. Use "default character_set_name" in mc.charset
1889         to set default codepage for your system.
1890         (xstrncpy): Eliminate.
1892 2001-06-04  Pavel Roskin  <proski@gnu.org>
1894         * cmd.c (edit_symlink_cmd) [!HAVE_GNOME]: Warn if the current
1895         selection is not a symbolic link.
1897 2001-06-02  Pavel Roskin  <proski@gnu.org>
1899         * cmd.c (free_vfs_now) [HAVE_GNOME]: Eliminate.
1900         (reselect_vfs) [HAVE_GNOME]: Likewise.
1901         * main.c (ctl_x_map) [HAVE_GNOME]: Disable add2hotlist_cmd.
1902         (done_mc) [HAVE_X]: Don't call save_hotlist().
1903         * setup.c (save_setup) [HAVE_X]: Likewise.
1904         (done_setup) [HAVE_X]: Don't call done_hotlist().
1906 2001-06-01  Pavel Roskin  <proski@gnu.org>
1908         * hotlist.c [HAVE_X]: Don't use ctrl_pressed().
1909         * widget.c [HAVE_X]: Likewise.
1910         * main.c [HAVE_X]: Likewise. Don't call init_key() and
1911         init_key_input_fd().
1912         * setup.c [HAVE_X]: Remove some variables that make no sence
1913         for the GNOME edition. Eliminate save_panel_types().
1914         * view.c [!PORT_WANTS_VIEW]: Eliminate view_mode_callback().
1916         * view.c [HAVE_X]: Define is_idle() to 1. Warning fix.
1918         * file.c (copy_file_file): Initialize src_uid, src_gid, src_mode
1919         and file_size to avoid a warning.
1921 2001-05-31  Pavel Roskin  <proski@gnu.org>
1923         * charsets.c: Include config.h before everything else.
1924         * selcodepage.c: Likewise.
1926         * textconf.c (features): Use longer strings to avoid enforcing
1927         english word ordering on the translations. Capitalize sentences.
1928         From Walery Studennikov: Indicate charset support.
1929         (version): Use fputs, not fprintf.
1931         * Makefile.in: Add charsets.c, charsets.h, selcodepage.c and
1932         selcodepage.h. Compile them if the charset support is enabled.
1933         Distribute them always.
1935 2001-05-30  Pavel Roskin  <proski@gnu.org>
1937         * charsets.c: New file for charset conversion support.
1938         From Walery Studennikov.
1939         * charsets.h: Likewise.
1940         * selcodepage.c: Likewise.
1941         * selcodepage.h: Likewise.
1943         * layout.c (init_curses) [!HAVE_SLANG]: Set ESCDELAY to 0 if
1944         possible to prevent ncurses from waiting after escape.
1946 2001-05-29  Pavel Roskin  <proski@gnu.org>
1948         * cmd.c (quick_cd_cmd) [HAVE_GNOME]: Disable.
1949         * main.c (sort_cmd) [HAVE_GNOME]: Likewise.
1950         (ctl_x_map) [HAVE_GNOME]: Disable "Ctrl-x j" - background jobs.
1952         * color.c (init_colors) [HAVE_SLANG]: Use "default" instead of
1953         NULL as color names - this works even if COLORFGBG is unset.
1954         Don't check HAS_DIRECT_COLOR_ACCESS - it's now meaningless.
1956         * color.h: Define DEFAULT_COLOR_INDEX and DEFAULT_COLOR in the
1957         same way regardless of HAVE_SLANG.
1958         * color.c (init_colors) [USE_NCURSES]: Initialize the default
1959         color pair.
1961         * subshell.c (pty_open_master) [!HAVE_SCO && HAVE_GRANTPT]:
1962         Don't try to close a file that wasn't opened.
1964         * xslint.c: Remove slang_init() and FIXME in the comment.
1965         * main.c (main) [!HAVE_SLANG]: Don't call slang_init().
1967 2001-05-28  Pavel Roskin  <proski@gnu.org>
1969         * myslang.h: Use HAVE_SLANG_SLANG_H instead of non-standard
1970         SLANG_H_INSIDE_SLANG_DIR.
1972         * xslint.c: Remove unused functions.
1974         * color.c (init_colors) [HAVE_SLANG]: Use SLtt_set_color() to
1975         associate the default colors with DEFAULT_COLOR_INDEX. The old
1976         code would unset alternative charset without making S-Lang aware
1977         of it.
1978         Thanks to John E. Davis <davis@space.mit.edu>
1979         * widget.c (update_input) [HAVE_SLANG]: Revert last change - it
1980         is not needed now.
1982 2001-05-28  Andrew V. Samoilov  <sav@bcs.zp.ua>
1984         * main.c: Correct some comments after #endif
1985         (shell): Remove comment and #ifdef around shell variable.
1986         (process_args) [HAVE_SUBSHELL_SUPPORT]: All related args enclosed
1987         between one #ifdef ... #endif pair.
1988         (process_args): smbfs_set_debug () takes a debug level as argument,
1989         commented out.
1991 2001-05-27  Pavel Roskin  <proski@gnu.org>
1993         * main.c (OS_Setup) [!HAVE_X]: Exit immediately if TERM
1994         environment variable is unset or empty.
1996 2001-05-25  Pavel Roskin  <proski@gnu.org>
1998         * cmd.c: Clean up useless preprocessor directives.
1999         (symlink_cmd): Warning fix.
2000         * dlg.c (dialog_handle_key) [HAVE_X]: Disable suspend on Ctrl-z.
2001         * main.c (do_suspend_cmd) [HAVE_GNOME]: Remove.
2002         (suspend_cmd) [HAVE_GNOME]: Likewise.
2004 2001-05-24  Pavel Roskin  <proski@gnu.org>
2006         * widget.c (update_input) [HAVE_SLANG]: Work around a bug in
2007         SLang 1.x - set charset to alternative when printing spaces.
2009 2001-05-22  Pavel Roskin  <proski@gnu.org>
2011         * ext.c (exec_extension): Use g_free() on the result of
2012         mc_mkstemps(). Don't free it if mc_mkstemps() fails - it's not
2013         needed anymore.
2014         * user.c (execute_menu_command): Likewise.
2015         * util.c (mc_mkstemps): Return NULL in the filename in the case
2016         of failure. Remove support for NULL as the first argument.
2017         From Andrew V. Samoilov.
2019 2001-05-21  Pavel Roskin  <proski@gnu.org>
2021         * ext.c (exec_extension): Use mc_mkstemps().
2022         * user.c (execute_menu_command): Use mc_mkstemps().
2023         * util.c (mc_mkstemps): New function - safely create and
2024         open temporary file. Return the handle and the name.
2025         * util.h: Declarations for init_tmpdir() and mc_mkstemps().
2026         Define TMPDIR_DEFAULT and SCRIPT_SUFFIX.
2028 2001-05-18  Pavel Roskin  <proski@gnu.org>
2030         * TODO: Remove Tk-related entries.
2031         * boxes.c [HAVE_TK]: Remove. Don't need INPUT_INDEX anymore.
2032         * screen.c [HAVE_TK]: Remove.
2033         (panel_event): Made static.
2034         * chmod.c [HAVE_TK]: Remove.
2035         * cmd.c [HAVE_TK]: Likewise.
2036         * help.c [HAVE_TK]: Likewise.
2037         * hotlist.c [HAVE_TK]: Likewise.
2038         * info.c [HAVE_TK]: Likewise.
2039         * view.c [HAVE_TK]: Likewise.
2040         * view.h [HAVE_TK]: Likewise.
2041         * widget.c [HAVE_TK]: Likewise.
2042         * wtools.c [HAVE_TK]: Likewise.
2044         * TODO: Remove XView-related entries.
2045         * menu.h [HAVE_XVIEW]: Remove all XView-related code.
2047 2001-05-17  Pavel Roskin  <proski@gnu.org>
2049         * subshell.c (pty_open_master) [HAVE_SCO]: Fix ambigous `else'.
2050         [!HAVE_SCO && !HAVE_GRANTPT]: Likewise.
2052 2001-05-16  Pavel Roskin  <proski@gnu.org>
2054         * subshell.c: Define _GNU_SOURCE to enable prototypes for
2055         allocating pseudo-terminals on GNU systems.
2057         * subshell.c (init_subshell_child): New function to initialize
2058         child process and run subshell. Code moved from ...
2059         (init_subshell): ... here.
2061         * subshell.c (init_subshell): Don't close pty_slave if is wasn't
2062         open. Initialize it with -1.
2064 2001-05-14  Pavel Roskin  <proski@gnu.org>
2066         * main.c [HAVE_GNOME]: Disable more code.
2067         * cmd.c [HAVE_GNOME]: Likewise.
2069         * background.h: Omit definitions that require FileOpContext if
2070         fileopctx.h has not been included yet.
2072         * background.c (real_message_2s): Declare arguments "const" when
2073         possible.
2074         (real_message_3s): Likewise.
2075         * wtools.c (message): Likewise.
2076         * background.h: Change declarations to match.
2077         * dialog.h: Likewise.
2079         * boxes.c [HAVE_GNOME]: Disable unused code.
2080         * find.c [HAVE_GNOME]: Likewise.
2081         * complete.c [HAVE_GNOME]: Likewise.
2082         * main.c [HAVE_GNOME]: Likewise.
2084         * screen.c (adjust_top_file): Enable only if it's used, i.e.
2085         when PORT_HAS_PAINT_FRAME in undefined.
2086         * wtools.c (listbox_refresh): Disable for HAVE_X, define to
2087         an empty macro instead.
2088         (listbox_callback): Call listbox_refresh() regardless of HAVE_X.
2089         (create_listbox_window): Likewise.
2091         * fsusage.c: Include stdlib.h for abort().
2092         * tree.c (tree_mkdir_cmd): Disable tree_mkdir_cmd() since it's
2093         not used.
2094         * widget.c: Declare x_radio_toggle() with arguments.
2096         * util.h: Remove declarations of some functions defined in
2097         background.c.
2099 2001-05-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
2101         * background.c (real_message_1s, message_1s): third parameter is
2102           used by message () as printf pattern, so "%s" has to be added
2103           if plain string must be shown but printf conversion
2104           specification(s) may be there.
2105         * view.c (do_view_init): ditto
2106         * user.c (debug_out): ditto
2107         * utilunux.c (close_error_pipe, check_error_pipe): ditto
2109         * background.[ch], vfs/util-alone.c (message_1s): third parameter
2110           constified
2112 2001-04-27  Andrew V. Samoilov  <sav@bcs.zp.ua>
2114         * find.c (search_content): Redo recent change without infinite loop ;-),
2115         egrep_path hardcoded to "egrep" as it is done in locate_egrep ()
2117         (locate_egrep): commented out
2119         (rotating_dash) [!HAVE_X]: moved into do_search to prevent warning
2121 2001-04-26  Pavel Roskin  <proski@gnu.org>
2123         * find.c (search_content): Undo a recent change that caused an
2124         infinite loop.
2126 2001-04-24  Andrew V. Samoilov  <sav@bcs.zp.ua>
2128         * view.c (get_line_at): previous newline is right condition
2129         for regexp '^' pattern also, fixed
2131         (search) [HAVE_GNOME]: gnome_message_box_new doesn't expand printf
2132         pattern, so g_strdup_printf used
2134         * find.c (find_parameters): don't use stat structure if mc_stat failed
2136 2001-04-17  Pavel Roskin  <proski@gnu.org>
2138         * subshell.c (init_raw_mode): New function, separated from ...
2139         (invoke_subshell): ... this.
2140         (init_subshell): Initialize raw_mode here instead of delayng it
2141         until invoke_subshell(). Otherwise the current mode may have
2142         been changed by edition_pre_exec(), which caused Ctrl-O to be
2143         ignored on FreeBSD if a command has been run before switching
2144         to the subshell.
2146 2001-04-06  Pavel Roskin  <proski@gnu.org>
2148         * chmod.c (stat_file): Allow chmod and chown on special files.
2150         * cons.handler.c: Include "global.h" for exit().
2152         * Makefile.in: Add dependencies between mc and static libraries
2153         in the source tree.
2155 2001-04-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
2157         * find.c (find_parameters): Add a checkbox for case insensitive
2158         content search.
2159         (search_content): Pass `-i' to egrep for case insensitive
2160         search.
2162 2001-03-30  Andrew V. Samoilov  <sav@bcs.zp.ua>
2164         * panel.h, screen.c (panel_new): panel_name constified to do gcc
2165         some more happy when gmc is compiled
2167 2001-03-18  Miguel de Icaza  <miguel@ximian.com>
2169         * widget.c (forward_word, backward_word): Revert Timur's patch
2170         from last year which made the behaviour for advancing words not
2171         match the one in Emacs.
2173 2001-03-02  Pavel Roskin  <proski@gnu.org>
2175         * key.c (mi_getch): Discard non-events (EV_NONE), but not
2176         keycode 0 (Ctrl-@).
2178 2001-02-26  Pavel Roskin  <proski@gnu.org>
2180         * cmd.c (edit_cmd) [HAVE_GNOME]: Use gmc_edit(). Don't use
2181         regex_command().
2182         (ext_cmd) [HAVE_GNOME]: Don't compile for GNOME.
2183         * ext.c (regex_command) [HAVE_GNOME]: Likewise.
2184         * ext.h [HAVE_GNOME]: Don't define MC_USER_EXT and MC_LIB_EXT.
2186         * main.c (main): Don't call edit_init_file() - the editor should
2187         care about its files itself.
2189 2001-02-09  Pavel Roskin  <proski@gnu.org>
2191         * main.c (main): Fix compilation error when configured without
2192         subshell support.
2194 2001-02-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
2196         * main.c (main): Do not fork subshell for mcedit/mcview.
2198 2001-01-27  Pavel Roskin  <proski@gnu.org>
2200         * cons.handler.c (handle_console): Check the result of ttyname().
2202         * main.c (handle_args): Exit if no arguments are given to mcview.
2203         [HAVE_GNOME]: Don't examine argv[0] - it's done separately.
2205         * dir.c: Respect HAVE_STRCOLL. Added a comment about strcoll().
2207 2001-01-26  Pablo Saratxaga  <pablo@mandrakesoft.com>
2209         * file.c: moved a comment one line down so it becomes visible on the
2210         translators' po files. Also added gettext:no-c-format comments for
2211         a few strings with % in them that are not C format printf codes.
2213 2001-01-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
2215         * subshell.c (do_subshell_chdir): temporary patch to prevent command
2216         execution for directory names containing 0x03 (intr) 0x14.
2217         See http://www.securityfocus.com/vdb/?id=2016 for details.
2218         Subshell still can't chdir to such directories :(
2220         * subshell.[ch] (do_subshell_chdir): directory constified
2222 2001-01-17  Pavel Roskin  <proski@gnu.org>
2224         * Makefile.in: Respect LDFLAGS when linking cons.saver.
2226 2000-11-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2228         * view.c: Fixed long existed bugs in internal viewer. When search is
2229         doing in binary file it ignore skipped zero(es), so cursor is before
2230         searched expression and next search find the same string. Also regexp
2231         search could return wrong results for '^ ?' expressions.
2233         (get_line_at): skipped: new parameter for number of skipped zero(es)
2235         (search): new features of get_line_at used.
2237 2000-11-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
2239         * cons.saver.c (check_file): close fd on error. There was a bug, which
2240         allowed luser to write '\0' char to any symlinkable file in Linux
2241         system which don't ensure that fd's 0, 1, and 2 are open on startup
2242         of a SUID/SGID binary.
2243         Based on patch from bugtrack by Maurycy Prodeus <z33d@ETH-SECURITY.NET>.
2245 2000-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
2247         * layout.c (print_vfs_message): format string vulnerability fixed
2249 2000-11-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
2251         * main.c (CmdMenu): don't include edit_user_menu_cmd ()
2252         if USE_INTERNAL_EDIT is not defined
2253         (main): call edit_init_file () if USE_INTERNAL_EDIT is defined only
2254         (listmode_cmd): messages are localized
2256 2000-11-02  Pavel Roskin  <proski@gnu.org>
2258         * layout.c [PORT_NEEDS_CHANGE_SCREEN_SIZE]: Declare
2259         low_level_change_screen_size().
2260         (flag_winch) [PORT_NEEDS_CHANGE_SCREEN_SIZE]: Call
2261         low_level_change_screen_size(). From Andrew V. Samoilov.
2263 2000-10-04  Pavel Roskin  <proski@gnu.org>
2265         * user.c (expand_format): Fixed processing of "%s".
2267 2000-09-30  Pavel Roskin  <proski@gnu.org>
2269         * Makefile.in: Added an explicit rule for man2hlp.
2271 2000-09-26  Pavel Roskin  <proski@gnu.org>
2273         * listmode.c, listmode.h, main.c: Consistently using define
2274         LISTMODE_EDITOR to enable the experimental listmode editor.
2275         * main.c: Don't allow two adjacent separators in the Command
2276         menu.
2278 2000-09-22  Pavel Roskin  <proski@gnu.org>
2280         * fixhlp.c: Removed.
2281         * Makefile.in: Removed all references to fixhlp.c
2283 2000-09-14  Pavel Roskin  <proski@gnu.org>
2285         * features.h: Joined with textconf.h to avoid name clash with
2286         GNU Libc.
2287         * features.c: Renamed to ...
2288         * textconf.c: ... this
2289         * Makefile.in, cmd.c, main.c, text.c: necessary adjustments
2291         * Makefile.in: Don't make softlinks to the libraries
2293 2000-09-13  Pavel Roskin  <proski@gnu.org>
2295         * Makefile.in: Only rebuild mc.hlp in the maintainer mode.
2297 2000-09-01  Pavel Roskin  <proski@gnu.org>
2299         * fixhlp.c: fixed compile errors and warnings
2301 2000-08-30  Pavel Roskin  <proski@gnu.org>
2303         * dirhist.c, dirhist.h: removed
2305         * features.h, keys.h, textconf.h, x.h: added protection against
2306         multiple inclusion
2308 2000-08-23  Pavel Roskin  <proski@gnu.org>
2310         * features.c: include <sys/param.h> to avoid a warning
2312         * main.c [HAVE_X]: print_mc_usage() and print_color_usage()
2313         removed.
2314         version() moved to ...
2315         * features.inc: ... here, renamed to features.c
2316         * main.h: status_using_ncurses moved to ...
2317         * features.h: ... here
2318         * cmd.c, text.c: include "features.h"
2319         * cmd.h: include "panel.h"
2320         * Makefile.in: changed to use features.h and features.c
2322 2000-08-22  Pavel Roskin  <proski@gnu.org>
2324         * main.c [HAVE_GNOME]: disable chmod and chown - they were
2325         broken and obsoleted by the "Properties" dialog
2327         * cmd.c [HAVE_X]: Removed dependency on status_using_ncurses
2329         * man2hlp.c: Removed undocumented feature - when converting
2330         to HTML some output would go to index.html instead of stdout
2332 2000-08-16  Pavel Roskin  <proski@gnu.org>
2334         * gindex.pl: Enable warnings. Existing warnings fixed.
2336         * Makefile.in: mc.hlp now depends on man2hlp.c instead of
2337         man2hlp - this avoids some rebuilds of mc.hlp
2339 2000-08-15  Pavel Roskin  <proski@gnu.org>
2341         * mc.hlp: removed. It's a derived file
2342         * Makefile.in: Fixed dependencies for $(srcdir)/mc.hlp
2343         Build $(srcdir)/mc.hlp but allow a failure (e.g. no perl)
2345 2000-08-11  Frederic L. W. Meunier  <fredlwm@pervalidus.net>
2347         * Makefile.in: Don't compile mfmt, compile mcmfmt directly.
2349 2000-08-08  Andrew V. Samoilov  <sav@bcs.zp.ua>
2351         * hotlist.c (done_hotlist): static tkn_buf, tkn_buf_length and
2352         tkn_length nullified after tkn_buf is freed to prevent crashes.
2354         (new_hotlist): became a macro
2356         * background.c (real_message_[123]s): title is really prepended
2357         by "Background process:" string now if mode == Background
2359         (background_attention): resstr NULLified to prevent warning
2361 2000-06-26  Andrew V. Samoilov  <sav@bcs.zp.ua>
2363         * screen.c (display_mini_info): two different patterns are
2364         used now: for one file and for other cases
2366 2000-06-16  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2368         * cons_saver: support linux with devfs, patch by pavenis@lanet.lv
2370 2000-06-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
2372         * panel.h, util.[ch] (struct WPanel, size_trunc, size_trunc_sep): size
2373         parameters and WPanel.total field became double, thus, total size
2374         of selected files/directories is shown in the mini status correctly
2375         when it exceeds 2 GB.
2377 2000-05-25  Andrew V. Samoilov  <sav@bcs.zp.ua>
2379         * slint.c (init_pair): segfault fixed when mcedit -b called
2381         * user.c (check_format_var): error messages are localized
2383         (expand_format, user_menu_cmd): memory leaking for %e and %k macro
2384         fixed; segfault fixed when %m macro is used outside user_menu_cmd ()
2386         * ext.c (regex_command): memory leaking fixed when user extension
2387         file is absent
2389         (exec_extension): error message for changed mc.ext file format
2390         are localized -- does we really must be worry about mc 3.0 ?
2392         * widget.c (history_put): counter is initialized again
2394 2000-05-11  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2396         * src/user.c: fix segfault when Shift-F4, Shift-F1, so when menu
2397         content condition y, macro %y
2399 2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2401         * src/user.c: Add macro %k it is block file name
2402         Add macro %e it is error file name
2403         Add macro %i it is cursor column indent of spaces, only for edit
2404         Add macro %y, it is syntax of current file in editor, only for edit
2405         Add condition y, it is syntax pattern of current file in edit
2406         Add macro %x it is extension of current file
2407         Add macro %m it is current menu filename
2409 2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2411         * gtkedit/editcmd.c: Modify External Formatter (was C indent formatter) .
2412         Autocreate a scripts in home, from templates /usr/lib/mc/edit.indent.rc,
2413         edit.ispell.rc, etc. Remove leading and trailing spaces into _(""),
2414         (the message of David H. Martin <dmartina@usa.net>)
2416 2000-05-05  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2418         * src/user.c:   Add condition (x filename) into mc.menu .
2419                         for "Open next a free console" and like.
2421 2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2423         * src/user.c: fix segfault in chunk_alloc of glibc, when into condition
2424         of .mnu we have quoted space. (~.mc/menu: + f \.\ test$).
2426 2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2428         * gtkedit/edit.c:
2429         Add ability user edit menus: system: /usr/lib/mc/cedit.menu,
2430         * gtkedit/editmenu.c:        home: ~/.cedit.menu, local: .cedit.menu
2431         Marked block is access now from an user edit menu
2432         Access ~/.cedit/cooledit.block for insert to cursor place from
2433         user edit menu.
2434         Created system cedit.menu
2436 2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2438         * gtkedit/editdraw.c:
2439         Improved a status string of cool editor for best understand,
2440         and to add char,hex view.
2442 2000-04-17  Andrew V. Samoilov  <sav@bcs.zp.ua>
2444         * widget.c: (history_put): profile is free()d if chmod failed,
2445           (input_map): added const qualifier
2446         * utilunix.c, util.h: (tilde_expand): added const qualifier
2447         * cmd.c: (nice_cd): i18n update,
2448           (source_routing): typo fixed, source is free()d after use
2449         * screen.c: i18n changes, (panel_keymap): added const qualifier
2450         * view.[ch]: (view, view_init, do_view_init): added const qualifier
2452 2000-04-15  Timur Bakeyev  <mc@bat.ru>
2454         * dir.c (string_sortcomp): strcmp() replaced with strcoll() to make
2455         directory listing LOCALE sensitive. I assume, strcoll exists everywhere,
2456         as it is in POSIX.
2458 2000-04-15  Timur Bakeyev  <mc@bat.ru>
2460         * dlg.c: Commited at last patch, that fixes screwed up right panel in
2461         a long format. Occasionaly, all my colors problems also gone. All thanks
2462         to Norbert Warmuth <nwarmuth@privat.circular.de>, who tracked down the
2463         problem, blames to me and Federico :)
2465 2000-04-12  Timur Bakeyev  <mc@bat.ru>
2467         * widget.c ([forward|backward]_word): Changed one more time - now it
2468         skips alpnums and THEN spaces+punct. That gives almost the same re-
2469         sults, but twice quicker. Hope, this will be accepted.
2471 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2473         * widget.c ([forward|backward]_word): Changed logic of moving - now,
2474         it skips only spaces+punct OR alnum. Reason to do it so - deleting lines
2475         like "lynx http://www.gnome.org", where "lynx http:" part was erased
2476         in one operation. That's nasty, IMHO. Made this a separate commit, so,
2477         if it seriously breaks compatability it's easy to revert it. Still hope,
2478         nobody'll do that.
2480 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2482         * file.c, widget.[ch]: Fixed long existing problems with filenames
2483         and input widgets, then char is greater than 128. They were processed
2484         incorrectly. As usual, char != unsigned char problem.
2486 2000-03-03  Björn Eriksson  <mdeans@algonet.se>
2488         * Similar patches came from Andrew V. Samoilov <sav@bcs.zp.ua>.
2490         * mad.[ch]: Some functions wrongly by-passed mad_alloc*() (causing
2491         problems when later g_free()ed.
2493         * Added mad_strndup().
2495         * Repeated code collected in mad_fatal_error().
2497         * The gcc-extension/C99-standard variable argument macros (adding
2498         __FILE__, __LINE__ before ', ...') would be nice.
2500         * Alloc_idx_hint and code added, the mad code was way too slow for my
2501         poor computer. A hash-table would be nice.
2503         * (mad_strconcat, mad_strdup_vprintf): g_malloc and g_new are
2504         undefined at the top of mad.c, so mad_alloc must be used.
2506 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2508         * main.c (parse_control_file): add missing right parentheses
2510         * boxes.c: fix incorrect initialization of array of structure (gcc
2511         version 2.96 20000131 chokes on it).
2513 2000-02-18  Paul Sheer  <psheer@obsidian.co.za>
2515         * gtkedit/*.[ch], edit.c et al: updates to reflect
2516         cooledit-3.13.0. See CVS commits and cooledit ChangeLog
2517         for details.
2519 2000-02-10  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2521         * setup.c (load_setup): remove duplicate loading of anonymous
2522         passwd by do_load_string(), it is doing by
2523         ftpfs_init_passwd. (Patch by sav@bcs.zp.ua)
2525 2000-02-04 "David H.Martin" <dmartina@usa.net>
2527         * src/widget.c (input_new): Change NULL to empty strings and avoid
2528           crashing when string functions are called.
2529         * src/boxes.c (configure_vfs): Remove local change to empty string.
2530         * src/setup.c (load setup): Load anonymous password
2532 2000-02-03 Andrew V. Samoilov  <sav@bcs.zp.ua>
2534         * setup.c (load_setup): call ftpfs_init_passwd to avoid segfault
2536 2000-01-24  Andrew V. Samoilov  <sav@bcs.zp.ua>
2538         * main.c (parse_control_file): add extra secutity checks for
2539          control file. It cannot be group/world writable;
2540         (ctl_x_map, default_map, argument_table): added const qualifier.
2542         * fixed segfault in print_mc_usage
2544 2000-01-24  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2546         * cmd.c (nice_cd): disabled ability to go to home.
2548 2000-01-02  viro@math.psu.edu
2550         * src/subshell.c: Reason: in feed_subshell() we are trying to read
2551         from shell pty,check for retval==-1 && errno != EIO. In that case
2552         we flame and exit. Otherwise we are trying to write what we've
2553         read. Good luck doing it if we got errno==EIO, which is _normal_
2554         for situation when shell just died. Resulting write(1,foo,~0U) is
2555         somewhat excessively, erm, verbose.
2557 1999-12-21  Pavel Roskin  <pavel_roskin@geocities.com>
2559         * src/main.c, src/view.c: #warning's replaced with FIXME's.
2560         They were not for users, but for developers
2562 1999-11-11  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2564         * main.c, cmd.c: add possibility to free VFS now
2566 1999-11-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2568         * layout.c: always display status line. It contains vital
2569         information for ftpfs
2571 1999-03-19  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2573         * profile.c (str_translate_newline_dup): someone likes to pass
2574         NULL's around. Warn instead of segfault.
2576 1999-11-02  Miguel de Icaza  <miguel@gnu.org>
2578         * main.c (OS_Setup): Do not warn if TERM is not set for the GNOME edition.
2580 1999-09-21  Federico Mena Quintero  <federico@redhat.com>
2582         * dlg.c (dlg_broadcast_msg_to): Sigh.  Put in a GrossHack(tm) to
2583         unfocus what will be a WInput when a panel is initialized.
2585 1999-09-21  Federico Mena Quintero  <federico@redhat.com>
2587         * dlg.c (init_dlg): Walk the list of widgets only if it exists.
2588         (dlg_broadcast_msg_to): Use safer list-walking code for if someone
2589         inserts a widget inside the message broadcast.
2591 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2593         The following is a patch from Volker Braun
2594         <volker.braun@physik.hu-berlin.de> to fix column resizing in the
2595         file panels.
2597         * setup.c (options): Declare the column width option values.
2598         (save_configure): Save the default user format.
2599         (load_setup): Load the default user format.
2601         * panel.h (WPanel): Added a field for the column widths.
2603 1999-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
2605         * user.c (check_patterns): char* is used instead of char [] in sizeof
2607         * util.c (string_perm): prefix named pipes by 'p' and not by `s'
2609 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2611         * mad.c, mad.h, util.c, util.h: Move mad-functions from util.[ch]
2612         to mad.[ch]
2614         * option.c: Include files reordered in order to make it compile with
2615         --with-debug
2617         * mad.c (mad_init): New function. Initialize debug FILE pointer to
2618         stderr (moved to a function because not on every system stderr is
2619         a constant).
2620         (mad_set_debug): added const qualifier
2622         * main.c (main): call mad_init
2624 1999-09-14  Norbert Warmuth  <nwarmuth@privat.circular.de>
2626         * widget.[ch] (input_new): added const qualifier
2628         * util.c (wipe_password): Check for NULL.
2630 1999-09-13  Federico Mena Quintero  <federico@redhat.com>
2632         * treestore.c: Removed tree_store_destroy(), renamed
2633         tree_store_init() to tree_store_get().
2635         * tree.c (tree_destroy): Do not destroy the tree store.
2636         (tree_new): Get the tree store, do not initialize it.
2638         * treestore.c (tree_store_init): Do not set the linked list
2639         pointers to NULL.
2641         * panel.h (WPanel): Added a new field that indicates whether the
2642         user is dragging something over the tree.
2644 1999-08-31  Federico Mena Quintero  <federico@redhat.com>
2646         * main.c: In the GNOME version, we want cd_symlinks to be FALSE.
2647         The VFS should never have to look at this variable, but alas, it
2648         does.  BUGFIX:  Red Hat Bugzilla #2344.
2650         * setup.c: Disable cd_symlinks in the GNOME version.
2652 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2654         * main.c (print_mc_usage): Print the bug reporting address.
2655         (main): Put prompt in a new line at termination.
2657 1999-08-27  Federico Mena Quintero  <federico@redhat.com>
2659         * ext.c (quote_block): How did this ever work?  People, if you
2660         realloc() things, don't keep pointers to stuff inside the original
2661         block.
2663         * screen.c (do_enter_on_file_entry): Pass in the full name to
2664         if_link_is_exe().
2666         * dir.[ch] (if_link_is_exe): Take in the full name, not the directory
2667         and the file entry.
2669 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2671         * cmd.c (guess_message_value): New function. Determine locale used
2672         for messages
2674         (get_random_hint): use guess_message_value
2676 1999-08-15  David Martin  <dmartina@usa.net>
2678         * boxes.c: (symlink_dialog): Move dialog misaligned elements
2680         * cmd.c (get_random_hint): Look for localized hint files
2682 1999-08-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2684         * ext.c: Added missing include file.
2686 1999-08-08  David Martin  <dmartina@usa.net>
2688         * menu.c: (create_menu): Adjust "#ifdef ENABLE_NLS" so that menus
2689         get the right size even when NLS is disabled.
2691 1999-08-06  Norbert Warmuth  <nwarmuth@privat.circular.de>
2693         * screen.c (string_file_[amc]time): These three functions use
2694         file_date which returns a pointer to a static buffer. In the
2695         Gnome edition this buffer has to be coppied to a static buffer
2696         which isn't used in the other two functions (Fix Bug #1766).
2698         * util.c, util.h: Moved some constants to util.h
2700 1999-08-04  Norbert Warmuth  <nwarmuth@privat.circular.de>
2702         * widget.c (push_history): Add SMB Link to the list of input dialogs
2703         where urls are input without vfs prefix.
2705         Translate the titles of these input dialogs only once.
2707         Removed Gnome specific code because the Gnome edition doesn't use
2708         the input history any more.
2710         * util.c (strip_password): Add /#smb: to the list of urls which might
2711         be input with password.
2713 1999-08-03  Norbert Warmuth  <nwarmuth@privat.circular.de>
2715         * poptalloca.h: New file with definitions for alloca. Note: alloca
2716         is defined as malloc on systems which fail to support alloca. Don't
2717         include this file if you frequently use alloca.
2719         * findme.c, popt*.c: include poptalloca.h
2721         * Makefile.in: added poptalloca.h
2723         * menu.c (create_menu): set minimum menu width to 20 characters as
2724         it used to be (this was part of davids patches but I haven't
2725         applied it, yet).
2727 1999-08-01  David Martin  <dmartina@usa.net>
2729         * menu.c (create_menu, menubar_drop_compute, menubar_paint_idx):
2730         Discount '&' for hotkeys when checking menu widths to avoid the
2731         extra blank space.
2732         Moved this accounting from the drawing to the creating function.
2734         * widget.c: Translate History box tittle.
2736 1999-07-21  Norbert Warmuth  <nwarmuth@privat.circular.de>
2738         * popt.c, popt.h, poptconfig.c, popthelp.c, poptparse.c: updated
2739         to the version found in the popt module
2741         * features.inc: added report information for smbfs
2743 1999-06-01  Robert Brady  <rwb197@ecs.soton.ac.uk>
2745         * file.c (move_dir_dir): Give an error when an attempt is made to
2746         move an empty directory into itself.
2748 1999-06-24  smil@linuxfan.com
2750         * view.c (view_update_bytes_per_line, display): show correctly the
2751         offset of the file (full 8 digit), display offset in bold colour
2753         (view_labels): use goto_addr instead of goto_line in hex mode
2755         (goto_addr): New function. Goto offset address in hex mode.
2757         * view.h: use unsigned long for hexedit cursor position in file
2759 1999-06-24  Norbert Warmuth  <nwarmuth@privat.circular.de>
2761         * menu.c (menubar_execute): Now needs an additional do_refresh in order
2762         to make layout changes visible.
2764 1999-06-01  Robert Brady  <rwb197@ecs.soton.ac.uk>
2766         * file.c (move_dir_dir): Give an error when an attempt is made to
2767         move an empty directory into itself.
2769 1999-06-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2771         * cmd.c (quick_view_cmd): Change panel when the file we want to
2772         view isn't in the current panel (prevents a "file not found"
2773         error).
2775         * menu.c (menubar_execute): De-activate the menubar previous to
2776         invoking the callback. This is needed to make change_panel in
2777         quick_view_cmd work (the activated menubar doesn't allow unfocus,
2778         i.e. dlg_one_down|up don't change anything).
2780         * view.c (do_view_init): improved error handling w.r.t quick view
2781         (mc used to dump core when the file to view couldn't be opened).
2783 1999-06-22  David Martin  <dmartina@usa.net>
2785         * view.c (display): added view_gotoxy's in order to make the gnome
2786         edition operational in hex mode.
2788 Fri Jun 18 11:29:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2790         * user.c (user_menu_cmd): Allow national characters as hotkeys.
2791         Don't dump core when the menu file contains only empty lines
2793         * view.c (search, block_search): Use the correct column for the
2794         percent display while searching.
2796 1999-06-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2798         * complete.c (complete_engine): Put an #ifndef HAVE_GNOME around
2799         the completion/query engine.  Make the Gnome version just beep
2800         instead.  We do not have the completion/query engine for Gtk.
2802 1999-06-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2804         * cmd.c (configure_panel_listing): no more code duplication
2806         * screen.c (panel_new): no more code duplication
2807         (set_panel_formats): warn user when he gives bogus format, move
2808         checks into set_panel_formats
2810 1999-06-01  Akira Higuchi  <a-higuti@math.sci.hokudai.ac.jp>
2812         * util.c (is_printable): in GNOME all characters are printable.
2814 1999-05-31  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2816         * main.c (handle_args): Handle --desktop-linksdir without using X
2818 1999-05-29  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2820         * treestore.c (should_skip_directory): Add fix from Wayne Roberts
2821         to actually acknowledge the settings of mc.global.
2823 1999-05-24  Brandon S. Allbery  <allbery@ece.cmu.edu>
2825         * subshell.c (pty_open_master): Added missing comma.p
2827 Mon May 17 07:37:12 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2829         * subshell.c (pty_open_master): use getpt () if available to open
2830         the master side of the pty. getpt () is a glibc extension and is
2831         needed when glibc 2.1.x is used with a (linux) kernel without unix98
2832         style ptys (if there is no /dev/ptmx getpt falls back to bsd style
2833         ptys).
2835         * filegui.c (check_progress_buttons): Don't update the Gpm mouse
2836         cursor when we check for events. It causes a flickering cursor on a
2837         different virtual console.
2839 1999-05-12  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2841         * cons.saver.c (main): change cons.saver so it can be run without
2842         root privileges. It is well possible to run cons.saver with
2843         privileges only to /dev/vcsa: create new user and make vcsa's
2844         owned by that user instead of root.
2846         Distribution maintainers please take this text as idea of what you
2847         should do to make your system more secure.
2849 1999-05-05  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2851         * cmd.c (view_file_at_line): gmc_view never fails, so we handle
2852         that now.
2854 1999-04-29  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2856         * chmod.c (chmod_cmd): Missing _ in _().
2857         (chmod_cmd): Added braces around nested if/else.
2859         * widget.c (is_in_input_map): Added braces around nested if/else.
2860         (listbox_remove_current): Likewise.
2862         * subshell.c (read_subshell_prompt): Likewise.
2864         * view.c (view_status): Likewise.
2866 Tue Apr 27 20:31:13 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2868         * util.c (strip_home_and_password): Don't split the path in the
2869         middle of a directory, e.g. "/home/bofh" will not be translated to
2870         "~h" (fixes the bug reported by Alex Fortuna <alex@rdc.ru>)
2872 1999-04-25  Sergei Ivanov  <svivanov@pdmi.ras.ru>
2874         * find.c: The origin of the bug is in the function do_search (file
2875         find.c).  It limits the number of subdirectories to scan by the
2876         number stat.st_nlink-2, or infinite if st_nlink<2. On tar vfs,
2877         st_nlink is always 1, so it should be the second case.
2879         But before doing stat, do_search does opendir. And opendir on tar
2880         vfs (vfs_s_opendir in vfs/direntry.c) increases the st_nlink value
2881         in the stat data! So mc_stat called after mc_opendir on tar vfs
2882         returns st_nlink==2 instead of 1. This is interpreted as if the
2883         directory had no subdirs, thus subdirs are not searched in.
2885         Changing the order of calls to mc_stat and mc_opendir fixes the
2886         problem.
2888 1999-03-25  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2890         * setup.c (save_setup): Only save this if there is a current panel
2892 Wed Apr 21 21:47:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2894         * ext.c (exec_extension): Use tempnam instead of tmpnam (AIX doesn't
2895         like the latter when compiled with -mthreads).
2897         * user.c (execute_menu_command): ditto.
2899 Wed Apr 21 20:40:38 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2901         * Makefile.in: use MCCFLAGS and MCLIBS
2903 Wed Apr 21 20:19:45 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2905         * key.c (get_modifier): Query the state of the modifier keys when
2906         running inside a terminal emulation under X11.
2908         * key.c (init_textmode_x11_support, done_textmode_x11_support): new
2909         functions, only used in the text edition. Connect to and disconnect
2910         from the X Server when DISPLAY is set.
2912         * key.h: added prototypes for the new functions
2914         * main.c (main): call (init|done)_textmode_x11_support
2916 Sat Apr 17 13:04:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2918         * view.c (do_view_init): Enable viewing of files with negative
2919         st_size (This reverts parts of a patch I commited recently. Miguel
2920         provided a better fix for this issue).
2922 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2924         * view.c (regexp_search): Use unsigned longs for all of the
2925         offsets here.  Fixes crash reported on bugtraq.
2927 1999-04-16  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2929         * treestore.c (tree_store_save_to): Moved the functionality from
2930         tree_store_save() to here.
2931         (tree_store_save): Save the tree in the default location in an
2932         atomic fashion.
2933         (tree_store_load_from): Moved the functionality from
2934         tree_store_load() to here.
2935         (tree_store_load): Load the tree from the default location.
2937         * treestore.h (MC_TREE_TMP): Added a #define for the temporary
2938         name we'll use when saving the tree.  Moved the #defines from
2939         tree.h over to here.
2941         * main.c (main): Use tree_store_load() and tree_store_save().
2942         Removed the mc_tree_store_load/save() versions.
2944         * tree.c (load_tree): Use tree_store_load().
2945         (save_tree): Use tree_store_save().
2947 Fri Apr 16 07:51:42 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2949         * wtools.c (message): Use g_vsnprintf instead of vsprintf.
2951 Fri Apr 16 07:50:59 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2953         * view.c (do_view_init): Don't view files with negative file size.
2954         Added some error checking (I'm not sure whether this is needed).
2956 1999-04-15  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2958         * panel.h (WPanel): Added a drag_tree_row field to the WPanel
2959         structure.  This is used to keep track of the highlighted row in
2960         the tree for drag and drop.  Also, added drag_tree_timeout_id to
2961         hold the node expand timeout.  Also, added drag_tree_fe to hold
2962         the file_entry for the currently highlighted row in the tree.
2964 1999-04-13  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2966         * utilunix.c (my_system): Set up default signal handlers for childs.
2968 Tue Apr 13 07:14:10 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2970         * slint.c (getch): Quit MC when SLang_getkey returns an error. Looking
2971         at the code that's only the case when we read EOF from stdin.
2973         This fixes the problem where MC consumes a lot of cpu time while
2974         reading EOF from stdin in a tight loop. This situation arises when the
2975         terminal line/connection drops without MC being sent SIGHUP.
2977 Tue Apr 13 07:13:10 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2979         * slint.c (SLang_input_pending2): don't store SLANG_GETKEY_ERROR (int)
2980         in the input buffer (char).
2982 1999-04-12  Andrew T. Veliath  <andrewtv@usa.net>
2984         * main.c (_do_panel_cd): If we are using GNOME, and the panel is a
2985         desktop panel, open up a new panel for the contents.
2987 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2989         * tree.c (tree_start_search): Renamed from start_search() to avoid
2990         collisions with screen.c:start_search().
2992         * panel.h: Added prototype for start_search().
2994 1999-04-09  Rosanna Yuen  <rwsy@mit.edu>
2996         * screen.c (do_enter_on_file_entry): split GNOME version and
2997         non-gnome version.
2998         (parse_display_format): listen to the warning.
3000 1999-04-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3002         * treestore.c (tree_store_load): Do not load non-local file
3003         systems
3004         (tree_store_save): Do not save non-local file systems
3006 1999-04-07  Jonathan Blandford  <jrb@redhat.com>
3008         * screen.c (do_enter_on_file_entry): added a consistent behaviour
3009         for GNOME stuff.
3011 1999-04-06  David Martin  <dmartina@usa.net>
3013         * info.c (text out of box and locale layout).
3015         * util.c: If gmc uses strftime() why mc doesn't?
3017         * view.c: a) Tune status line so it does fit in a Quick View Panel
3018         b) Let Hex View resize cleanly. I think it's fixed for panel
3019         re-split and SIGWINCH signal in xterm. gmc still fails. There was
3020         a tiny risk of division by zero when pressing F4 in a very small
3021         box. True hard work... Must try and check it.
3023 1999-04-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3025         * main.c (main): Call mc_tree_store_save() when the program
3026         terminates.
3028 1999-04-05  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3030         * find.c (setup_gui): Do not scroll horizontally.  Why does the
3031         CList behave like this?
3033         * setup.c: Save desktop information.
3035 1999-04-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3037         * cons.saver.c (main): dup2() may be interrupted; take this into
3038         account.  Do we need to fcntl() stderr, or is it enough to close()
3039         it before recreating it?
3041 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3043         * dlg.c (dlg_run_done): Do not call the callback of a NULL current
3044         widget.
3046         * setup.h: Added missing prototype for setup_init().
3048         * filegui.c (check_progress_buttons): Added a missing return
3049         value.
3051         * dlg.c (remove_widget): Added a missing return value.
3053         * main.c: Removed the global directory_list variable.
3054         Removed the main_corba_register_server() function.
3056         * main.h: Removed the global run_desktop variable.
3058         * panel.h: Now the panel structure has a unique numerical ID used
3059         for session management.
3061         * screen.c (panel_new): Maintain a unique ID for each panel.
3063         * main.c (maybe_display_linksdir): Handle display of the desktop
3064         init dir here.
3065         (main): Call gnome_check_super_user().
3066         (init_corba_with_args): Call corba_init_server().
3068         * main.c (init_corba_with_args): Do CORBA initialization here.  Also
3069         removed the global force_activation option.
3071 1999-03-29  Jonathan Blandford  <jrb@redhat.com>
3073         * main.c (main): updated message.
3075 Sun Mar 28 23:52:08 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3077         * util.c (is_printable): Character 155 is non printable even when
3078         full eight bit output is enabled (on the linux console 155 is
3079         interpreted as "ESC [").
3081 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3083         Patch courtesy of John Bley (jbb6@acpub.duke.edu):
3085         * background.c (do_background): Use pid_t instead of int.
3087         * subshell.c (sigchld_handler): Likewise.
3089 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3091         * Makefile.in: Use mcsrclibdir where appropriate.
3093 1999-03-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3095         * treestore.c (process_special_dirs): Free memory here.
3097         Fix test: Skip only "." and "..", before it could skip "?.".
3099 1999-03-22  David Martin  <dmartina@mailexcite.com>
3101         * wtools.c (real_input_dialog_help): Do a strncmp with the lenght
3102         of th same translated "Password:" string.
3104 Mon Mar 22 02:05:28 1999  Timur Bakeyev  <mc@bat.ru>
3106         * screen.c (file_entry_color): Dropped. Code went to file_compute_color.
3108         * screen (format_file): Add check, that avoids reported error, when
3109         long file list -> quick view -> brief file list gives core dump.
3111 1999-03-19  Jonathan Blandford  <jrb@redhat.com>
3113         * main.c (main): We don't want to restart if we hit cancel.
3115         * file.c (panel_operate): Ugly hack for GNOME.  We only treat the
3116         copy as if it were many files, and skip the only_one branch.
3118 1999-03-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3120         * utilunix.c (close_error_pipe): Inform parent of the return value
3121         of any command here.  This allows the desktop to launch a terminal
3122         only if it succeeded in mounting the directory.
3124 Thu Mar 18 16:09:09 1999  Timur Bakeyev  <mc@bat.ru>
3126         * panel.h, screen.c: Add an ability to center justify fields in the
3127         panel, in addition to left and right justification. Just for fun.
3128         Try =name in user format.
3130         * util.c (name_quote): Quote "~@^|;:". Hope, that's all :)
3132 1999-03-17  Jonathan Blandford  <jrb@redhat.com>
3134         * main.c (main): Put in a warning when run as root.
3136 1999-03-15  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3138         * boxes.c (symlink_dialog): Put this inside an "#ifndef
3139         HAVE_GNOME" since we now provide a nicer version of the dialog.
3141         * wtools.c (real_input_dialog_help): Removed un-needed #ifdef.
3143         * cmd.c (edit_symlink_cmd): Generate the title of the dialog after
3144         we have computed the source filename.
3145         (edit_symlink_cmd): Use g_strdup_printf() instead of g_strconcat()
3146         for better internationalization.
3148         * wtools.c: Removed unused function input_dialog_help_2().
3149         (real_input_dialog_help): Put this inside an "#ifndef HAVE_GNOME",
3150         because now the Gnome version implements its own pretty dialog.
3152 1999-03-14  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3154         * dlg.c (dlg_select_nth_widget): Handle the case where h->current
3155         points to NULL.
3157 1999-03-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3159         * file.c (erase_file): Here we need to mc_lstat(), not mc_stat().
3160         Since we use the resulting buf.st_size to update the progress, we
3161         need the size of unresolved links.  This also makes it consistent
3162         with screen.c:do_file_mark().
3164         * screen.c (select_item): Return immediately if this is a desktop
3165         panel.
3167 1999-03-12  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3169         * subshell.c (pty_open_slave): Glibc-2.1-based Linux kernels have
3170         grantpt() but they do lack SysV streams.  Handle this.  Noticed by
3171         Jakub Jelinek
3173 1999-03-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3175         * util.h: Added prototype for g_readlink().  Miggie boy should add
3176         prototypes when he adds public functions.
3178 1999-03-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3180         * utilunix.c (g_readlink): Fixed two bugs spotted by Morten
3181         Wellinder.  Boy, Morten has such a good eye!
3183 1999-03-10  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3185         * file.c (erase_dir): Erase metadata for directories as well.
3186         (erase_dir_iff_empty): Likewise.
3187         (copy_file_file): Delete/copy the metadata even for
3188         char/block/sock/fifo files.  Same thing for when copying symlinks.
3189         (copy_dir_dir): Delete/copy the metadata.
3190         (move_dir_dir): Delete/move the metadata.
3191         (recursive_erase): Delete the metadata.
3193 1999-03-08  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3195         * file.c (real_query_recursive): Removed an unused variable.
3197 1999-03-10  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3199         * utilunix.c (g_readlink): New function.  Wraps all the nonsense
3200         of readlink into a nice routine.
3202         * filegui.c: Support ui->ctx to be NULL, as file.c will set this
3203         to NULL for background operations.
3205         * background.c (do_background): Handle EINTR in dup2.
3207 Wed Mar 10 22:21:19 1999  David Martin  <dmartina@usa.net>
3209         * util.c (my_putenv): char* was used to store the length of a string
3211         * info.c (info_show_info): cast st_dev and st_ino when passing
3212         to printw.
3214 1999-03-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3216         * file.c (panel_operate): Always create the ctx->ui.  Federico,
3217         can you see if this change is correct from your point of view?
3219         * cmd.c (edit_symlink_cmd): Small fix to improve the messages
3220         printed.
3222 Tue Mar  2 22:54:50 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3224         * util.c (name_quote): Quote '<' and '>'.
3226 Tue Mar  2 22:28:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3228         * main.c (panel_clean_dir): New function: reset all counters of a
3229         WPanel and clean directory list.
3231         * various places: Use panel_clean_dir instead of clean_dir whenever
3232         a WPanel is available. This solves the problem reported by Enrico
3233         Scholz (screen refresh while panel reload with an old/now invalid
3234         panel->count).
3236 Mon Mar  1 00:18:48 1999  Timur Bakeyev  <mc@bat.ru>
3238         * mad.c: Tempnam() returns malloced buffer, so, free() it, not g_free().
3240 1999-02-26  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3242         * view.c (view_percent, view_update): Take an extra argument:
3243         update_gui, which controls whether we want to update the displayed
3244         region in the GUI version.
3246 1999-02-25  Jonathan Blandford  <jrb@redhat.com>
3248         * cmd.c (symlink_cmd): little change to handle the case when a
3249         desktop panel is passed in.
3251 1999-02-25  Owen Taylor  <otaylor@redhat.com>
3253         * fileopctx.h file.c: Moved recursive delete query
3254         dialog into gdialogs.c for GNOME.
3256 1999-02-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3258         * file.c: Moved FileCopyMode here (thanks to Wolfgang Scherer for
3259         pointing this out) and made it a typedef.
3261         * treestore.c (process_special_dirs): New function.
3262         (should_skip_directory): Load the settings from the global
3263         special.dirs file and from the
3265         * util.c: Test for glibc/linux and if so, do not use getwd, but
3266         getcwd as on this system it is better than popen ("pwd").
3268 1999-02-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3270         * setup.c: Declare extern int tree_panel_visible for the GNOME
3271         version.
3273 1999-02-17  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3275         * dir.c (if_link_is_exe): Made this function take in a directory
3276         argument as well -- the sought file may not be in the cwd, and
3277         file entries do not carry the directory the file refers to.
3279         * screen.c (do_enter_on_file_entry): Pass in the cpanel->cwd to
3280         if_link_is_exe().
3282 1999-02-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3284         * treestore.c (tree_store_rescan): Add code to skip scanning
3285         specially slow directories (/afs, /coda, /...).  It is of course,
3286         configurable.
3288         * setup.c: Export the profile_name setup routine.
3290 Tue Feb 16 21:21:32 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3292         * popt.c: Compilation fix: on systems without setreuid use setuid.
3294 Tue Feb 16 21:18:08 1999  David Martin  <dmartina@usa.net>
3296         * achown.c: Make buttons fit in the (new) translated
3297         Advanced Chown dialog.
3299 1999-02-16  Alexaander Savelyev  <fano@ham.kiev.ua>
3301         * subshell.c (exit_subshell): Use the size of the buffer, not
3302         sizeof of the pointer to the buffer.
3304 Sun Feb 14 02:59:09 1999  Timur Bakeyev  <mc@bat.ru>
3306         * utilunix.c (my_system): Fix the order of preferenses, as setuid
3307         more desirable on BSD systems. Terminate execl[p]() with NULL, as
3308         this is formally correct.
3310 1999-02-12  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3312         * dir.c (do_load_dir): Added missing calls to tree_store_end_check.
3314         * find.c (add_to_list): Pass the data pointer as well.
3316 Fri Feb 12 06:36:58 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3318         * utilunix.c (my_system): Compilation fix: on systems without
3319         setreuid use setuid.
3321 1999-02-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3323         * panel.h (WPanel): Removed unused field "corbadat".
3325 1999-02-10  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3327         * screen.c: Make delete key delete files.
3329         * dir.c (do_reload_dir): Add a couple of missing calls to tree_store_end_check.
3331 1999-02-10  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3333         * main.h: Added prototype for main_corba_register_server().
3335 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3337         * view.c (search): Provide GNOME specific code for the search progress
3339         * treestore.c: Add a new hook system to hint a tree freeze/thaw.
3341         * setup.c: In the GNOME version, we do not show the dot files by default.
3343 1999-02-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3345         * file.c (copy_file_file): Add support for the GNOME metadata here.
3346         (move_file_file): Add support for the GNOME metadata here.
3348 1999-02-07  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3350         * treestore.c   (tree_store_add_entry): Use g_new0 to allocate the tree_entry.
3352         (tree_store_notify_add): Close, but no cigar.  The
3353         bug was deeper:  This list keeps names, not tree_entries.
3355 1999-02-07  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3357         * treestore.c (tree_store_notify_add): A tree_store_add_fn wants a
3358         string, not a tree_entry, so pass a string to it.
3360 1999-02-07  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3362         * treestore.c: Revert all of the stack changes.  Now the treestore
3363         is again non-re-entrant.  Being re-entrat was only covering up for
3364         bugs in other places.
3366         Now we postpone notifications for additions at
3367         tree_store_end_check, not before.
3369 1999-02-06  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3371         * treestore.c (tree_store_remove_entry): Removed unused code for
3372         base_sublevel computation.
3374 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
3376         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
3377         GNU-like :)
3379         * xmkdir removed - we have mkinstalldirs.
3381 1999-02-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3383         * cmd.c (view_other_cmd): Do not use \r in translatable strings.
3385 1999-02-04  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3387         * widget.c (push_history): Only do check the history headings if
3388         the widget has a history entry bound to it.
3390 1999-02-03  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3392         * treestore.c (tree_store_start_check, tree_store_mark_checked,
3393         tree_store_end_check): Use a stack for check_name.  There are far
3394         too many instances that might call the end_check.
3396 Wed Feb  3 23:55:54 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3398         * widget.c (history_put): set the access rights correctly when
3399         the history file is created initially. Don't save the history
3400         if we can't set the access rights.
3402 1999-02-01  Jonathan Blandford  <jrb@redhat.com>
3404         * setup.c: save we_can_afford_the_speed
3406 Wed Feb  3 22:27:04 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3408         * util.c (strip_password): Extented to find the url in the first
3409         parameter. The second parameter tells whether it should search the
3410         url (indicated by known prefixes) in the first parameter or whether
3411         the first parameter is a url without a prefix ("ftp://", "/#ftp:",
3412         "/#mc:").
3414         * main.c (directory_history_add): Strip the password (if any) from
3415         the freshly added value.
3417         * widget.c (push_history): ditto. There's a ugly special casing
3418         necessary for the network and ftp link dialogs (urls are entered
3419         with out prefix).
3421         * widget.c (history_put): Restrict read and write access to the
3422         history file to the owner (Just in case I forgot to strip passwords
3423         somewhere).
3425 Mon Feb  1 00:43:15 1999  Timur Bakeyev  <mc@bat.ru>
3427         * screen.c (to_buffer): Code of the function rewritten, as a side
3428         effect added J_CENTER (who needs this?). Also, justification flags
3429         got twins with _FIT suffix, which tries to fit name in the field with-
3430         out truncation (uses name_trunc()). This unifies behaviour of CList
3431         variants and text-bases widgets.
3433         * screen.c: Remove HAVE_GNOME wrappers around string_file_[name|owner|
3434         group]() - not necessary, to_buffer() doing this work.
3436 Sun Jan 31 19:49:00 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3438         * hotlist.c (add_new_entry_input, add_new_group_input): Make the
3439         quick_widget arrays static and various changes needed because they
3440         are now static. add_widgets_i18n recalculates button positions
3441         which get lost when the quick_widget arrays are non static.
3443         * screen.c (to_buffer): nul terminate string when using strncpy
3445         * setup.c: Save and restore new option ftpfs_first_cd_then_ls.
3447 1999-01-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3449         * file.c (panel_operate_generate_prompt): Removed the cmd_buf
3450         argument, since it is a global variable anyway (this function is
3451         only called once from file.c, and the global cmd_buf was being
3452         passed in).
3453         (panel_operate): Do not pass cmd_buf to
3454         panel_operate_generate_prompt().
3455         Thanks to Alexander Savelyev <fano@vcom.kiev.ua> for noticing this.
3457 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3459         * achown.c (XTRACT): Add missing call to _().
3461 1999-01-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3463         * panel.h: Fixup #includes.
3465 1999-01-26  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3467         * cons.saver.c: Removed glib from the suid app
3469 Wed Jan 27 03:17:44 1999  Timur Bakeyev  <mc@bat.ru>
3471         * Converted memory managment to Glib. Now we use g_new()/g_malloc()/
3472         g_strdup()/g_free() routings. Also, copy_strings() replaced by
3473         g_strconcat(), strcasecmp() -> g_strcasecmp(),and sprintf() by
3474         g_snprintf().
3476         * Some sequences of malloc()/sprintf() changed to g_strdup_printf().
3478         * mad.[ch]: Modified, to work with new GLib's memory managment. Fixed
3479         a missing #undef for tempnam, which caused dead loop. Add several new
3480         functions to emulate GLib memory managment.
3482         *main.c, mad.[ch]: Add a new switch  "-M", which allows to redirect MAD
3483         messages to the file.
3485         * util.[ch], utilunix.c: Modified, deleted our variants of strcasecmp()
3486         and strdup() - we have g_ equivalences. Remove get_full_name() - it is
3487         similar to concat_dir_and_file(). Some other tricks with g_* functions.
3489         * global.h: Modified, extended. Now it is main memory mangment include -
3490         i.e. all inclusions of <stdlib.h>, <malloc.h>, <glib.h>, "fs.h", "mem.h",
3491         "util.h" and "mad.h" done there. This elimanates problem with proper or-
3492         der of #include's.
3494         * All around the source - changed order of #include's, most of them gone
3495         to global.h (see above), minor changes, like "0" -> NULL in string func-
3496         tions.
3498 1999-01-25  Alexander Savelyev  <fano@vcom.kiev.ua>
3500         * ext.c (exec_extension): Always use /bin/sh.  Not the user
3501         shell.
3503 1999-01-23  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3505         * treestore.c (tree_store_remove_entry_remove_hook): Missing
3506         function.  To remove a notification hook.
3507         (tree_store_notify_add, tree_store_add_entry_add_hook,
3508         tree_store_remove_entry_add_hook): New functions to notify of
3509         additions to the treestore.
3511         * tree.c (tree_destroy): Remove the callback hook when we go
3512         away.
3514 1999-01-21  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3516         * option.c (init_configure): One line patch from Alexander
3517         Savelyev to transalate all strings.
3519 1999-01-18  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3521         * file.c: Killed operation_names: they seemed same to op_names to
3522         me, and compilation failed on them (initializer element is not a
3523         constant). Maybe miguel tagged too many strings for localization?
3524         :-).
3526         * ext.c: we use /tmp in "creative" way: creating there file and
3527         then executing it. I do not see how it is needed. Marked with FIXME.
3529 Thu Jan 21 01:11:24 1999  Timur Bakeyev  <mc@bat.ru>
3531         * mad.[ch], util.[ch]: commit changes, that allow coexist (temporary)
3532         GLib'ed VFS and not still converted MC itself.
3534 1999-01-20  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3536         * treestore.c (tree_store_start_check): Use mc_stat(), not stat().
3537         (tree_store_rescan): Use mc_lstat(), not lstat().
3539 Tue Jan 19 05:28:04 1999  Timur Bakeyev  <mc@bat.ru>
3541         * ext.c, filenot.c, main.c, screen.c, treestore.c: add missed #include's
3542         and moved glib.h so, it follows "fs.h", but preceed "util.h" and "mad.h".
3543         There were conflicts during compilation with MAD and GLibed vfs.
3545 Mon Jan 18 21:23:29 1999 Paul Sheer  <psheer@obsidian.co.za>
3547         * cmd.c: update_panels (UP_OPTIMIZE, UP_KEEPSEL); instead
3548         of reread after editing a file.
3550 1999-01-18  Arturo Espinosa  <arturo@nuclecu.unam.mx>
3552         * file.c: Use N_ instead of _ for some of miguel's last tags.
3554 1999-01-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3556         * file.c: Tag some more strings for localization.
3558 1999-01-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3560         * cmd.c (mkdir_cmd): Please, check your pointer usage.
3562 Thu Jan 14 13:18:58 1999  Timur Bakeyev  <mc@bat.ru>
3564         * screen.c (string_file_[owner|group]): Workaround the fact, that some
3565         systems have user and group names greater than 8 symbols. Now we trun-
3566         cate them.
3568 1999-01-13  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3570         * treestore.c (tree_store_load): Use g_return_val_if_fail(), not
3571         g_return_if_fail().
3572         (tree_store_rescan): Added parentheses to clarify || and &&.
3574         * tree.c (tree_add_entry): Removed unused variable.
3576         * treestore.h: Added prototype for tree_store_start_check_cwd().
3578 1999-01-13  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3580         * view.c (search): Missing condition.
3582         * treestore.c (tree_store_opendir): Simplistic fix.  This is not
3583         quite correct.
3585 1999-01-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3587         * panelize.h: Added prototype for do_external_panelize().
3589         * screen.c (move_selection): Unused variable fixes for HAVE_X.
3591         * boxes.c (configure_vfs): Removed an unused variable.
3593 1999-01-12  Jonathan Blandford  <jrb@redhat.com>
3595         * cmd.c (mkdir_cmd): now mkdir_cmd will accept relative, and
3596         absolute directories.
3598 Tue Jan 12 13:40:46 1999  Timur Bakeyev  <mc@bat.ru>
3600         * gtkedit(syntax.c): Fixed a typo in Pascal syntax.
3602 1999-01-12  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3604         * treestore.c (tree_store_save): Add signature for version 2.0 of
3605         the file format.
3607 1999-01-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3609         * file.c (do_file_error): Made static.
3610         (query_recursive): Have cases for background/foreground operation.
3611         (do_file_error): Likewise.
3613         * background.c: Removed the bg_ctx global, since now all the
3614         contexts are carried around by the functions that actually need
3615         them.
3617         * fileopctx.h (FileOpContext): Moved the op_preserve field to here.
3619         * filegui.c (file_mask_dialog): Removed the ui assertion, since
3620         now the op_preserve field is kept in the main context structure.
3622 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3624         * util.c: Provide workarounds for Linux kernel bug.
3626 Sun Jan 10 02:18:33 1999  Timur Bakeyev  <mc@bat.ru>
3628         * screen.c(string_file_size): Fixed (incorrect?) printing of device num-
3629         bers. Major should never be greater 255.
3631 1999-01-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3633         * dir.c (handle_dirent): Use the tree_store now.
3634         (handle_path): ditto.
3635         (do_load_dir): ditto.
3636         (do_load_dir): ditto.
3637         (do_reload_dir): ditto.
3638         (do_reload_dir): ditto.
3640         * treestore.c (tree_store_save): New file
3641         (encode): New routine used to encode pathnames in a safe way that
3642         are saved to the mc/.tree file.
3643         (decode): New routine, used to decode the pathnames we encoded in
3644         the step above.  Aint love grand?
3646         * tree.c (load_tree): Kill dead code.
3648         Moved all of the tree store information into a new file:
3649         treestore.  To be reused by the Gnome code.
3651 1999-01-08  Ilya Zakharevich  <ilya@math.ohio-state.edu>
3653         * popt.c: OS/2 and Windows NT portability fix.
3655 1999-01-07  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3657         * file.c (panel_operate_flags): Only show this dialog box if it is
3658         a copy or move operation
3660 1999-01-06  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3662         * background.c (do_background): Make it a bit saner.  Now we store
3663         a per-child-process FileOpContext structure.
3665         * fileopctx.h: New file with declarations for the file operation
3666         context structure.
3668         * fileopctx.c (file_op_context_new): New function to create a file
3669         operation context with the default file mask values.
3670         (file_op_context_destroy): New function to destroy a file
3671         operation context and its associated UI, if appropriate.
3673         * filegui.h: Use complete prototype for fmd_init_i18n().
3675         * filegui.c (FileOpContextUI): New structure that describes the UI
3676         and internal data for file operation contexts in the text mode
3677         version.
3678         (file_op_context_create_ui): Renamed from create_op_win() and
3679         made it use a context instead of global variables.
3680         (file_op_context_destroy_ui): Likewise, renamed from
3681         destroy_op_win().
3682         (fmd_widgets): Removed an #ifdef HAVE_XVIEW bit and moved the
3683         initialization of the result pointers to file_mask_dialog(), as we
3684         need to use the pointers to the fields inside the file op context now.
3685         Made all the functions use a file operation context.
3686         (file_mask_dialog): Always call fmd_init_i18n(); it will take care
3687         of idempotence by itself.
3688         (fmd_init_i18n): Now the code that makes sure this function is
3689         only called once is here.
3691         * cmd.c (check_for_default): Make it use a file operation context.
3692         * tree.c (tree_copy): Likewise.
3693         (tree_move): Likewise.
3694         (tree_rmdir_cmd): Likewise.
3696         * file.c: Removed file_progress_replace_progress and
3697         file_progress_replace_filename -- they are only used in filegui.c
3698         as part of the UI for the file operation context.
3699         (panel_operate_generate_prompt): Made static.
3700         (panel_operate_generate_prompt): Always call fmd_init_i18n(); it
3701         will take care of idempotence by itself.
3702         (panel_operate): Removed the panel_operate_def() function, and
3703         made panel_operate() take an extra "ask_user" argument.
3704         (query_recursive): Made static.
3706         * background.c (background_attention): Made static.
3707         (register_task_running): Made static.
3708         (do_background): Now takes a file operation context as an
3709         argument.  It stores the pid of the child there.
3711         * Makefile.in: Added fileopctx.[ch].
3713 1999-01-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3715         * widget.c (listbox_new): Assing l->height.
3717 1999-01-03  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3719         * main.c (update_one_panel_widget): GNOME version does the panel
3720         update here (this is an optimization, as we do not want do_refresh
3721         to do anything.
3723         * dialog.c (do_refresh): Remove this optimization as it was
3724         disabling the repainting of the screen contents.
3726         * hotlist.c (done_hotlist): The hotlist might not be loaded
3727         anymore.
3729 1999-01-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3731         * widget.c (listbox_new): Under GNOME, height of the listbox might
3732         be less than zero (due to LINES/COLS being set to zero there).  So
3733         for bow, set the height to 1.  This needs to be propery computed
3734         in x_create_listbox.
3736         * main.c (main): Do not load the hotlist here anymore.   We
3737         auto-load it on the setup(?).
3739 1998-12-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3741         * main.c (main): Removed old, unused code.
3742         (setup_panels_and_run_mc): Register the corba server here, not
3743         before, as the program is not ready to accept any commands yet.
3745         * screen.c (panel_set_sort_order): New routine to set the sorting
3746         mode.
3747         (panel_re_sort): New routine to force a resort on a panel.
3749         * main.c (sort_cmd): Use the new routines.
3751 1998-12-29  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3753         * cmd.c (check_for_default): Make this compile.
3755 Tue Dec 29 22:25:34 1998  Timur Bakeyev  <mc@bat.ru>
3757         * mountlist.c: Compress all xBSD systems to one line and add check
3758         for MOUNT_UFS - it seems, that 4.4BSD and 4.4BSD2 systems different-
3759         ly handles FS names. (currently affects BSDI and FreeBSD)
3761 Tue Dec 29 16:34:02 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3763         * file.c (progress_update_one): Ignore files in subdirectories
3764         when panel totals haven't been computed.
3766         (erase_dir, erase_file): update progress bar (i.e. make it work
3767         for OP_DELETE).
3769         (panel_operate_flags): Don't compute panel totals for OP_MOVE.
3770         When moving files on the same filesystem computing totals might
3771         last much longer than the actual move operation.
3773         (various places): adpations for the above changes.
3775 Mon Dec 28 22:15:43 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3777         * slint.c (try_alloc_color_pair): Changed hardcoded values into
3778         defines.
3780 Mon Dec 28 20:22:59 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3782         * color.c, text.c: Added color "stalledlink" which is used for
3783         stalled symbolic links. Formerly "viewunderline" was used for
3784         this (IMO bad because function and name didn't match).
3785         According to the man page the color keyword for executable files
3786         is `executable' and not `execute' -- changed.
3788         * color.c, color.h: When using SLang some color indexes are not
3789         freely choosable (DEFAULT_COLOR clashed with A_BOLD_REVERSE).
3790         Solved by adding holes in color_map.
3792         * find.c (do_search): fixed possible memory leak
3794 Sat Dec 26 09:53:39 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3796         * layout.c: include sys/ioctl.h to get definition of TIOCGWINSZ
3797         (fixes problem with screen resize).
3799 Fri Dec 25 20:19:57 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3801         * file.c (panel_operate_flags): Don't change file progress count and
3802         size twice for every file.
3804         (panel_compute_totals): Initialize return values to zero before
3805         calculating anything.
3807         (panel_operate_def, panel_operate): return a value
3809 Thu Dec 24 19:00:05 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3811         * screen.c (recalculate_panel_summary): new function which recalculates
3812         the summary information for the mini-status.
3814         * screen.c (panel_reload): use recalculate_panel_summary
3816         * screen.c (do_file_mark): Honour that dirsizes computed is now a
3817         per entry flag.
3819 Thu Dec 24 18:53:16 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3821         * option.c: Added Compute Totals to the configuration dialog.
3823         * file.c (compute_dir_size): made non static
3825         (panel_operate_flags): Don't compute directory sizes if verbose
3826         operation are off.
3828 Thu Dec 24 18:42:52 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3830         * cmd.c (dirsizes_cmd): Rewritten to use compute_dir_size as suggested
3831         by Miguel, i.e. get rid of du. Now the dirsizes_cmd honours a
3832         selection and computes sizes only for marked directories. Possible
3833         improvement: add a dialog (or C-C?) to abort computation.
3835         * dir.h (file_entry), panel.h (WPanel): Made the dirsizes computed
3836         flag a per file flag.
3838         * dir.c, find.c, panelize.c, screen.c: Adapted to new file_entry and
3839         WPanel structure.
3841         * features.inc: Deleted DUSUM information
3843         * mc.hlp: remade because of changes in doc/mc.1.in
3845 1998-12-22  Jonathan Blandford  <jrb@redhat.com>
3847         * file.c: add a HAVE_GNOME only function
3849 Mon Dec 21 22:39:35 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3851         * mountlist.c: Define xBSD on FreeBSD.
3853         * main.c (parse_an_arg): New function, popt callback. Option
3854         parsing in gmc was broken. The gnome*_init_with_popt_table free
3855         the option tables and gmc tried to use the option tables later.
3857         * main.c (handle_args): In the Gnome edition don't parse the
3858         options a second time.
3860         * boxes.c (configure_vfs), setup.c: Deleted obsolete options.
3861         tar.gz files are now always unzipped to a temporary file on disk.
3863 Mon Dec 21 14:28:55 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3865         * filenot.c (my_mkdir_rec): Someone broke this completely by deleting
3866         a line. Funny things happen if you use an already freed pointer.
3867         Improved error handling: try to make directories recursivly until
3868         mkdir succeeds or fails with errno != ENOENT. Now you will get the
3869         correct error message when you don't have permission to create a
3870         directory.
3872         * mountlist.c: Deleted function prototypes for strdup and strstr,
3873         they might conflict with definitions in the system header files.
3875 Wed Dec 16 14:41:15 1998  Paul Sheer  <psheer@obsidian.co.za>
3877         * gtkedit.c, editwidget.c: gnome selection now works with the
3878         editor.
3880 Wed Dec 16 06:27:00 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3882         * screen.c (Xtry_to_select): Don't select a similar file when
3883         "name" can't be found in the panel (when deleting files the
3884         selection jumpped from the deleted "file" to a directory which
3885         started with the same character as "file", annoying).
3886         Strip known vfs suffixes from "name" before trying to select
3887         (I think Timur made this suggestion a few months ago). Know the
3888         vfs is mature enough to do this.
3890 1998-12-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3892         * dir.c (link_isdir): Remove unused variable.
3894 Sun Dec 13 18:35:05 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3896         * screen.c (panel_reload): Don't set panel->selected to zero here,
3897         keep it's value if possible or set it to panel->count - 1 (I disliked
3898         the jumping cursor when deleting files).
3900 1998-12-11  Michael Fulbright  <msf@majestic.labs.redhat.com>
3902         * file.c (panel_operate_generate_prompt): Changes the text
3903         for GNOME dialogs.  --jrb
3905 1998-12-10  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3907         * main.c (try_to_select): We do not need to select the item
3908         manually in this case, as the X code will do this for us.
3910 Fri Dec 11 00:05:50 1998 Paul Sheer  <psheer@obsidian.co.za>
3912         * syntax.c, slint.c, color.c, color.h: editor now has its
3913         own color configuration so you can set editor background
3914         colors with MC_COLOR_TABLE.
3916 1998-12-10 Paul Sheer  <psheer@obsidian.co.za>
3918         * syntax.c: perl syntax highlighting. syntax highlighting
3919         bug fizes for python and sh.
3921         * edit.c: new method of finding line offsets from line
3922         number (for cooledit for python stuff).
3924 Mon Nov 30 21:10:30 1998  Pavel Machek  <pavel@bug.ucw.cz>
3926         * file.c (copy_file_file): minor code beatifulling: replace goto's
3927         with while loops (it is both shorter and nicer :-)
3928         (panel_operate): hopefully done WANT_STALE_DATA right. We really
3929         should kill ftpfs_hint_reread hack soon.
3931         * cmd.c (dirsizes_cmd): report error if you are on non-local
3932         filesystem. (As oposed to silently failing.)
3934 1998-12-07  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3936         * screen.c (panel_reload): Set panel->selected to zero here, this
3937         will at least guarantee that we do not try to fetch anything
3938         outside of bounds.
3940         * main.c: The bar2 is gone as well.
3942 Tue Dec  8 19:19:39 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3944         * cmd.c (dirsizes_cmd): Fixed possible buffer overflow
3946 1998-12-07  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3948         * screen.c (do_enter): Return the value from this.
3950 1998-12-06  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3952         * dir.c (link_isdir): Fetch the information from
3953         file->f.link_to_dir, since we already have it.
3955         * dir.h (file_entry): Removed the `cache' field in this structure,
3956         as it was only used for the deprecated Xview version.
3957         Also, removed the `exists' field, as it was not being used anywhere.
3959         * dir.c: Removed all occurrences of file_entry->cache.
3961         * find.c: Removed all occurrences of file_entry->cache.
3963         * panelize.c: Removed all occurrences of file_entry->cache.
3965         * screen.c (do_enter_on_file_entry): New public function that
3966         implements the functionality in do_enter(), but based on a file
3967         entry rather than on a panel.
3968         (do_enter): Use do_enter_on_file_entry() with the selection of the
3969         panel as an argument.
3971 1998-12-04  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3973         * cmd.c, tree.c: Updated to the new file.c api.
3975         * file.c: (copy_file_file, copy_dir_dir, move_file_file,
3976         move_dir_dir): Updated to work with the new updating stuff.
3978         * setup.c: New configuration option to compute the totals to be
3979         transfered.
3981         * file.c (compute_dir_size, panel_compute_totals): New routines to
3982         compute the total ammount of information that is going to be
3983         transfered.
3985 1998-12-03  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3987         * ext.h: GNOME edition uses a different set of .ext files.
3989         * lib/mc-gnome.ext.in: New file with GNOME-specific bindings.
3991 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3993         * GNORBA integration.  We now produce two binaries: gmc and
3994         corba-gmc (that way, I dont interfere with other's work).
3996         * Added prototypes, made private functions static, clean up
3997         various silly warnings.
3999         * main.c (main): Removed crufty init_sigfatal code.
4001         * cmd.c (do_link): More slang dependecies are fixed for the X
4002         ports.
4004         * keys.h (enum): Moved key definitions here.
4006         * tty.h: MOve towards slang freedom for the GNOME port.
4008 1998-12-01  Jonathan Blandford  <jrb@redhat.com>
4010         * file.c (panel_operate_generate_prompt): moved from filegui.c
4012 1998-11-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4014         * panel.h (WPanel): Added the missing tree/pane/view_table fields
4015         to the Gnome part of the structure.
4017 1998-11-26  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4019         * cons.saver.c (main): Make sure stderr is always valid.
4020         (main): Also check that stderr_fd is not -1.
4022 Wed Nov 25 22:16:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4024         * cmd.c (dirsizes_cmd): Quote characters with a special meaning
4025         when passing it to du.
4027 1998-11-23  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4029         * dlg.c (dlg_try_hotkey): Removed unused declaration of input_event.
4030         (dlg_key_event): Return 1 if handled the tab key.
4032         * filegui.h: Added prototypes for file_progress_show_{source,target,deleting}().
4034 Sun Nov 22 22:30:50 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4036         * autogen.sh: replaced "cat *.m4" with a call to aclocal. Concatenate
4037         mc-aclocal.m4 and gettext.m4 to acinclude.m4. The other way round
4038         would have been to add three more m4 files to the replaced cat line
4039         (including cond.m4 from automake-1.3b).
4041         Fixed OBJ_DIR handling.
4043 Sun Nov 15 00:37:58 1998  Pavel Machek  <pavel@bug.ucw.cz>
4045         * mad.c (mad_tempnam): needed wrapper for tempnam added
4047 1998-11-17  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4049         * dlg.c (destroy_dlg): Do not refresh.
4051         * filegui.c: New file.  We keep all of the user interface code for
4052         the text edition in this file now.  This should be a per-GUI port
4053         file.
4055 1998-11-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4057         * panel.h (WPanel): Instead of the "#ifdef GNOME" mess in the
4058         WPanel structure, we now have a single opaque pointer to UI data,
4059         called port_ui.  GUI stuff specific to each port should be here.
4060         This is a work in progress.
4062 1998-11-10  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4064         * setup.c: Removed the icons_snap_to_grid and
4065         want_transparent_{icons,text} options.
4067 Thu Nov  5 12:10:10 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4069         * file.c (panel_operate): check for null pointer before passing it
4070         to mc_setctl
4072 Wed Nov  4 17:51:43 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4074         * src/findme.h: added from popt-1.2 by RedHat
4076         * src/Makefile.in: appropriate changes to use new popt
4078 Sun Nov  1 20:59:05 1998  Pavel Machek  <pavel@bug.ucw.cz>
4080         * file.c (erase_file): translated goto into while loop (it is both
4081         shorter AND cleaner)
4083         * subshell.c (feed_subshell): do NOT print anything if we get
4084         errors/eofs from read(subshell) - this fixes (or at least hides)
4085         nasty bug where typing "exit" on mc prompt prints lots of garbage
4086         and falls into infinite loop. Someone with better knowledge should
4087         read feed_subshell(), and make it handle errors properly. (Why do
4088         we ignore EIO for example?)
4090 Sun Oct 18 22:56:17 1998  Pavel Machek  <pavel@bug.ucw.cz>
4092         * view.c: we now rely on sfs to do file decompressing for us. That
4093         has advantage of displaying #ugz at first line, so user knows what
4094         we are doing behind his back
4096         * view.c: fix indentation, fallback to read whole file if mmap fails.
4098 1998-11-01  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4100         * setup.c: #ifdef'ed out stuff in the menus that will get changed
4101         as I rewrite the desktop part.
4103 1998-10-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4105         * layout.c (print_vfs_message): Use g_snprintf instead of
4106         vnsprintf.
4109 1998-10-30  Sung-Hyun Nam  <namsh@lgic.co.kr>
4111         * color.c, slint.c: support transparent background if user use
4112         'default' keyword for background color.
4114 Mon Oct 26 00:31:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4116         * configure.in, Make.common.in: Split CPPFLAGS into CPPFLAGS and
4117         MCCPPFLAGS. The last one contains references to variables which are
4118         not available in every Makefile.in (namely intl/Makefile.in). Without
4119         the split `-I ' was passed to the compiler (the compiler on DU 4.0
4120         interprets -I as "don't search include files in /usr/include").
4122 Thu Oct 22 20:41:50 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4124         *  configure.in (subshell): Don't define inline to be empty
4125         when compiling with non-gcc compiler. AC_C_INLINE (invoked in
4126         AM_GETTEXT_GNU) already defines inline if necessary.
4128 Thu Oct 22 20:41:16 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4130         * panelize.c (do_external_panelize): Not zeroing some fields
4131         in cpanel led sometimes to segfaults.
4133 Thu Oct 22 20:31:17 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4135         * lib/mc.ext.in: *.jar and *.JAR treated like *.zip and *.ZIP
4137 Fri Oct 16 12:10:56 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4139         * cmd.c (quick_chdir_cmd): you must check for return code of
4140         do_cd(). (Fixed error for here, but more such bugs are present in
4141         src/ tree. Or maybe move error checking into do_cd?)
4143         * command.c: warn user if he is pressing enter while on non-local
4144         filesystem. (Prev. behaviour was fail silently to do anything,
4145         which is _bad_.)
4147 Mon Oct 12 22:47:53 1998  Pavel Machek  <pavel@bug.ucw.cz>
4149         * file.c (copy_file_file): MCCTL_SETREMOTECOPY is no longer used
4151         * file.c (copy_file_file): do_reget is now correctly done using
4152         open()/lseek() pair
4154 Wed Oct  7 22:20:37 1998  Pavel Machek  <pavel@bug.ucw.cz>
4156         * file.c: Ask user if (s)he wants to delete incomplete file
4158 Sun Oct 11 20:21:20 1998  Peter Kleiweg  <kleiweg@let.rug.nl>
4160         * mfmt.c (main): When there are an even number of empty lines
4161         between messages, all goes well, but when the number of empty
4162         lines between messages is odd, the program fails.
4164 Sun Oct 11 20:11:16 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4166         * setup.c: Option ftpfs_use_unix_list_options was saved from
4167         and restored to the wrong variable (ftpfs_use_passive_connections).
4169 Mon Oct  5 21:33:14 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4171         * screen.c (parse_display_format): Don't dereference NULL pointer
4172         when format string is an empty string.
4174 Mon Oct  5 19:59:56 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4176         * main.c (translate_url_to_new_syntax): Translate ftp:// to an
4177         absolute path instead of a relative path (fix to "hotlist" bug
4178         reported by Andrej). This means we drop the "return to last dir"
4179         feature for ftpfs (when leaving ftpfs with ".." returns to the
4180         directory visited before entering the ftpfs).
4182 Sat Oct  3 00:54:23 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4184         * gtkedit/Makefile.in (EDITOBJS): removed one wrong \\ (line
4185         continuation)
4187 Thu Oct  1 18:43:34 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4189         * file.c: Commented out search for egrep because execvp() does
4190         it itself
4192         * utilunix.c: vfs_uid should not be used if VFS is disabled
4194 Tue Sep 29 17:53:56 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4196         * main.c: removed stupid reference to {sfs,extfs}_which
4198         * screen.c: fixed higlighting to go for longest match if it does
4199         not find exact match. This is so that it works well with vfs (and
4200         needs _NO_ knowledge about vfs layer).
4202 Tue Sep 29 14:02:56 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4204         * layout.c (print_vfs_message): fixed buffer overrun by
4205         vsnprintf. Unfortunately I have no clue how to do this portably.
4207 Tue Sep 29 11:42:32 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4209         * setup.c: Corrected code which prevents using icon view by
4210         ports which don't support it
4212 Mon Sep 28 21:55:13 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4214         * find.c: Changed hotkey of the continue-button (both Chdir and
4215         Continue used `C').
4217         * Makefile.in: search config.status in builddir and not in rootdir,
4218         i.e. make it compile for builddir != srcdir
4220 Wed Sep 23 14:06:44 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4222         * src/file.c: Made file.c use new O_LINEAR mode (so copying from
4223         ftp works nicely, again)
4225 Fri Sep 18 14:15:43 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4227         * src/mad.c: All messages are sent to stderr and terminate with \r\n
4229         * src/hotlist.c: Harmless memory leak fixed
4231         * xv/Makefile.in, xv/xvmain.c, xv/xvscreen.c: Minor fixes to
4232         make compilation of the XV port possible (currently without
4233         viewer).
4235 Thu Sep 17 07:32:23 1998  Norbert Warmuth  <k3190@fh-sw.de>
4237         * Makefile.in: After creating symlinks invoke another instance of
4238         make to build libvfs.a. Otherwise make will not know how to build
4239         the object files if symlinks have been created.
4240         Added target cleansourcelinks (invoked with make distclean).
4242 Tue Sep 15 22:41:24 1998  Paul Sheer  <psheer@obsidian.co.za>
4244         * edit.c, editwidget.c, gtkedit.c: fixed segfault when trying to
4245         edit a non-file under gmc.
4247 Tue Sep 15 21:52:00 1998  Norbert Warmuth  <k3190@fh-sw.de>
4249         * mc.hlp, doc/mc.1.in, doc/mc.sgml: updated my EMail address
4251 Tue Sep 15 20:51:42 1998  Norbert Warmuth  <k3190@fh-sw.de>
4253         * setup.c: save and restore new global variable/option
4254         ftp_use_unix_list_options
4256 Tue Sep 15 01:02:34 1998   Paul Sheer  <psheer@obsidian.co.za>
4258         * gtkedit: Directory added. This directory contains all the editor
4259         code modified to work with gnome. Mcedit now works properly under
4260         gnome with a slightly reduced set of features.
4262         * gscreen.c gscreen.h screen.c: Modified to respond to F4 on a file
4263         and start the new gtkedit internal editor.
4265 1998-09-14  Norbert Warmuth  <k3190@fh-sw.de>
4267         * file.c (move_dir_dir): Fixed severe bug reported by Andrew Pechenov
4268         <zx80@demo.ru> (losing files when moving directories cross filesystem
4269         boundaries): make sure erase_list is emptied always not only when we
4270         deleted files.
4272 Sat Sep 12 02:59:43 1998  Timur Bakeyev  <mc@bat.ru>
4274         * screen.c: Xtry_to_select() Remove extfs hack to the main.c. Change
4275         for() cycle to the x_basename() call (Thanks to Pavel Roskin).
4276         Add (key_callback) do_enter() to prevent warnings.
4278         * main.c: Rename cd_try_to_select() to the get_parent_dir_name(). Now
4279         it process VFS postfixes too. Reduced number of loops against prev hack.
4281 Fri Sep 11 15:27:59 1998  Pavel Machek  <pavel@ucw.cz>
4283         * screen.c: make cd .. from extfs file highlight it
4285 Tue Sep  8 13:10:32 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4287         * autogen.sh: Don't destroy aclocal.m4 if "macros" directory
4288         is missing
4290         * layout.c: Use stdout instead of stderr in set_hintbar()
4292 Mon Aug 31 12:40:29 1998  Pavel Machek  <pavel@ucw.cz>
4294         * cmd.c: added view_file_cmd which asks user which file to view -
4295         _very_ usefull with vfs (now you can browse web with mc: try
4296         /#url:http:||atrey.karlin.mff.cuni.cz|~pavel#uhtml)
4298 Thu Aug 27 19:52:45 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4300         * Make.common.in: Don't define VERSION anymore
4302         * configure.in: this is the right place for VERSION definition
4304         * acconfig.h: does not include file "VERSION" anymore
4306         * config.h.in: rebuilt by autoheader
4308         * VERSION: removed from CVS and added to .cvsignore since it
4309         is rebuilt every time as configure is run
4311 1998-08-20  Raja R Harinath  <harinath@cs.umn.edu>
4313         * mad.h: Include stdlib.h/malloc.h first, to prevent prototypes
4314         from being clobbered by the subsequent macro defines.
4316 Wed Aug 12 15:56:46 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4318         * edit.h: added "../" before some includes to avoid unnecessary
4319         "-I" options for the PC port makefiles.
4321 Sun Aug  9 22:39:12 1998  Janne Kukonlehto  <jtklehto@paju.oulu.fi>
4323         * mad.h (calloc): Added parentheses around the arguments as
4324         suggested by Steef Boerrigter <sxmboer@sci.kun.nl>.
4326 Fri Jul 31 09:04:35 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4328         * syntax.c: makefile* will be highlighted as Makefile*
4330 1998-07-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4332         * main.c (translated_mc_chdir): Quick hack to make the old
4333         url-like pathnames to be used on the command line.
4335 1998-06-22  T.E.Dickey  <dickey@clark.net>
4337         * keyxdef.c: Fix for compiling with ncurses.
4339 Fri Jul 24 00:44:37 1998  Tom Tromey  <tromey@cygnus.com>
4341         * mc-local.m4 (AC_STRUCT_LINGER): Moved into macros/linger.m4.
4342         * autogen.sh: Include linger.m4 in aclocal.m4.
4343         * Makefile.in (GNOME_M4_FILES): Include linger.m4.
4345 Thu Jul 23 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
4347         * Makefile.in (aclocal.m4): Depend on all source files.  Include
4348         gnome-vfs.m4 and gnome-undelfs.m4.
4349         (GNOME_M4_FILES): New macro.
4350         * autogen.sh: Include gnome-vfs.m4 and gnome-undelfs.m4 in
4351         aclocal.m4.
4352         * configure.in: Use GNOME_VFS_CHECKS and GNOME_UNDELFS_CHECKS
4353         macros instead of in-line checks.  Create vfs/Makefile from
4354         vfs/Make-mc.in.
4356 Thu Jul 23 19:49:12 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4358         * hotlist.c: corrected layout of the warning which appears
4359         if ~/.mc doesn't exist. Appropriate changes in translations.
4361 Wed Jul 15 00:41:01 1998    Paul Sheer  <psheer@obsidian.co.za>
4363         * edit.c, editwidget.c,            * syntax.c: Syntax
4364         editdraw.c, editmenu, editcmd.c:   highlighting for Pascal
4365         Added column text highlighting     added.
4366         and block movements.
4368 1998-07-04  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>
4370         * main.c (main): 'session_management_setup' will be called after
4371         'gnome_init'.
4373 Wed Jun 18   Pavel Machek  <pavel@ucw.cz>
4375         * i18n.h: we do not want i18n in case of compiling standalone
4376         libvfs.so.
4378 Fri Jun  5 23:34:20 1998  Timur I. Bakeyev  <timur@comtat.kazan.ru>
4380         * screen.c (file_entry_color): take care about BSD core dumps
4381         which have names program.core instead of core
4383 Mon Jun  1 15:41:20 1998  Norbert Warmuth  <k3190@fh-sw.de>
4385         * main.c (translate_url_to_new_syntax): translate the common
4386         ftp url syntax to the syntax used by the new vfs code.
4388         (_do_panel_cd): First translate the path if necessary. This makes
4389         it possible to enter ftp://host on the commandline and in the
4390         directory hotlist. We might need to move the translation code
4391         to the vfs layer if there are other places where we want to enter
4392         ftp://host.
4394 Mon Jun  1 12:33:08 1998  Alexander V. Lukyanov  <lav@yars.free.net>
4396         * configure.in: allowed to use `configure --with-included-gettext'
4397         on systems (like solaris) that have their own libintl
4399 1998-05-31  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4401         * complete.c (filename_completion_function): Use the vfs routines
4402         for name completion.
4404 1998-05-31  Jakub Jelinek  <jj@ultra.linux.cz>
4406         * complete.c (complete_engine): Fix completions.
4408 Sun May 31 10:23:01 1998  Norbert Warmuth  <k3190@fh-sw.de>
4410         * key.c (define_sequence): If a sequence clashes the last
4411         definition made will be used. This makes it possible to override
4412         wrong definitions in terminfo/termcap database with learn keys (or
4413         the appropriate entries in mc.lib and ~/.mc/ini).
4415         * widget.c (show_hist): Don't display the listbox partly
4416         off screen (the left panel's history started in column - 2).
4418         * keyxdef.c: include tty.h instead of myslang.h as suggested by
4419         Tamasi Gyorgy <gt_cosy@usa.net>
4421 Fri May 29 15:41:19 1998  Alexander V. Lukyanov  <lav@yars.free.net>
4423         * widget.c (update_input): this patch allows entering 8-bit
4424         characters in input fields without screwing attributes. (the
4425         same old sign extension...)
4427 Wed May 27 22:23:48 1998  Ed Cogburn  <ecogburn@greene.xtn.net>
4429         * lib/xterm.ti: The 'xterm-color' definition needs 'sgr0'. The tic
4430         program from ncurses 4.2 doesn't like the xterm.ti file that comes
4431         with mc.
4433 Wed May 27 15:29:01 1998  Alexander V. Lukyanov  <lav@yars.free.net>
4435         * key.c (get_key_code): characters with high bit set were input
4436         as 0x80 char when use_8th_bit_as_meta was set
4438 1998-05-25  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4440         * ext.h (MC_USER_EXT): New name for the per-user extension file
4441         (this needs redoing to concatenate this + the system stuff instead
4442         of the overwrite stuff we have now).  Now it is called the ~/.mc/ext-n
4444 Mon May 25 23:32:35 1998  Norbert Warmuth  <k3190@fh-sw.de>
4446         * editdraw.c (print_to_widget): Ifdef'd SLang specific code in order
4447         to make it compile with ncurses. Syntax highlighting in the
4448         internal editor is already disabled when SLang isn't used.
4450 1998-05-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4452         * widget.c (port_region_marked_for_delete): New per-port
4453         piece of code:  Provides a way for good selection killing.
4455 Sun May 24 02:45:03 1998  Norbert Warmuth  <k3190@fh-sw.de>
4457         * utilunix.c, util.h (errno_dir_not_empty): deleted
4459 Sat May 23 22:29:57 1998  Norbert Warmuth  <k3190@fh-sw.de>
4461         * file.c (check_dir_is_empty): New function which takes a path and
4462         returns -1 on error, 1 if there are no entries besides "." and
4463         ".."  in the directory path points to, 0 else. This function
4464         actually opens and reads the directory and doesn't do tricks we
4465         used to do with rmdir.
4467         * file.c (erase_dir, erase_dir_iff_empty): Use check_dir_is_empty
4468         to detect non empty directories. The old code tried to remove the
4469         directory and decided on errno whether the failure of rmdir was
4470         caused by a non empty directory or whether there was a different
4471         error.
4472         Unfortunatly not every filesystem sets errno to EDIRNOTEMPTY if
4473         you try to delete a non empty directory. Namely the linux user
4474         space nfs server sets errno to EIO, Suns nfs server sets it to
4475         EEXIST and the AIX nfs server sets it to ??? (Steve reported
4476         problems on AIX so I guess AIX sets errno to a value we currently
4477         don't check).
4479 1998-maj-18  Tamasi Gyorgy (gt_cosy@usa.net)
4481         * lib/mc.menu: 'Z' on 'tar.Z' and 'tar.z' files: '%f' -> '$1'.
4483         * lib/mc.ext.in.qnx.diff, lib/mc.menu.qnx.diff (QNX): modified
4484         'mc.ext.in' (tar -t: output to stderr); modified 'mc.menu' (tar is
4485         not GNU tar: doesn't know '-z'); support for '*.tar.F':
4486         'freeze'-compressed tar files [No automatic configure/install
4487         implemented: patches must be applied before running 'configure'
4488         (mc.ext.in.qnx.diff: this patch can be not only QNX-specific...)]
4490         * lib/Makefile.in: 'mc.ext.in.qnx.diff' and 'mc.menu.qnx.diff' added
4491         to DISTLIB.
4493         * slang/sldisply.c:
4495           SLTT_TRANSP_ACS_PATCH dependant code:
4497           The problem: some terminals (QNX/qansi*, SCO OS5/ansi [?]) map the
4498           whole upper half of the ASCII table to the lower half, when
4499           alt-char-set is activated with the smacs/as string-sequence. This
4500           means, that if 0 <= ch < 128 written to the terminal, it will be
4501           translated to (ch+128) automatically by the terminal: so not only
4502           the line-drawing characters can be written, when the alt-char-set
4503           is activated. It implicitly means, that space, NL, CR, etc.
4504           characters (exactly: anything besides the "standard" line drawing
4505           characters) can not be written directly to the terminal, when the
4506           alt-char-set is activated, because writing these characters
4507           doesn't cause an implicit/temporary switching-back to the standard
4508           char-set!
4510           The original code in SLang assumes that space, NL, CR, etc. can be
4511           printed when alt-char-set is activated. If SLTT_TRANSP_ACS_PATCH
4512           is defined, the modified code will not use this assumption.
4513           [Remark: the patch-code is not the most exact solution, but
4514           works...]
4516           QNX_QANSI_SLANG_COMPAT_ACS_PATCH dependant code:
4518           A more OS/terminal-specific solution for the problem mentioned
4519           above (->SLTT_TRANSP_ACS_PATCH).
4521           If QNX_QANSI_SLANG_COMPAT_ACS is defined, the default smacs/sa,
4522           rmacs/ae, acsc/ac [and sgr/sa, if it would be used!] command
4523           sequences will be replaced internally with the "old style"
4524           (pre-QNX 4.23) sequences in case of QNX/qansi terminals. Using
4525           these optional command sequences the terminal remains compatible
4526           with the original SLang code (without using the workaround-code
4527           enabled by defining SLTT_TRANSP_ACS_PATCH).
4529           Remark:
4531           Currently SLTT_TRANSP_ACS_PATCH is not auto-configured by
4532           'configure'. (Must be manually defined...)
4534           There is some (QNX-specific) auto-configuration hand-coded in the
4535           source:
4537             #ifdef SLTT_TRANSP_ACS_PATCH
4538             # if defined(__QNX__) && defined(QNX_QANSI_SLANG_COMPAT_ACS)
4539             #  undef SLTT_TRANSP_ACS_PATCH
4540             # endif
4541             #else
4542             # if defined(__QNX__) && !defined(QNX_QANSI_SLANG_COMPAT_ACS)
4543             #  define QNX_QANSI_SLANG_COMPAT_ACS 1
4544             # endif
4545             #endif
4547         * slang/slutty.c: "newtty.c_iflag &= ~(ECHO | INLCR | ICRNL);"
4548         ECHO(0x08) is a c_lflag bit, it means PARMRK(0x08) in c_iflag. (!?!)
4550         * src/file.c: 'do_reget' can be extern if (USE_VFS && USE_NETCODE),
4551         not if (USE_VFS).
4553         * src/find.c (search_content()): Variable 'i' "must be" 'int', not
4554         'char'. ["i == -1": (buggy?) WCC 10.6 doesn't convert automatically
4555         (int)(-1) to (char)(-1) (GCC does), so "comparison result always 0"
4556         warning produced. It is cleaner to define 'i' as 'int', than cast
4557         '-1' to 'char', because 'read()' returns 'int'.]
4559         * src/key.c (init_key()): Call load_xtra_key_defines() and clear
4560         'use_8th_bit_as_meta' by default under QNX, if a 'qnx*' terminal
4561         detected. (A saved config file (mc.ini) can override it later...)
4563         * src/key.h: Declare load_xtra_key_defines().
4565         * src/keyxdef.c: Provides a method to define some platform-specific
4566         additional key mappings. (e.g. QNX terminals can handle most of
4567         META-? combinations as ALT-?...) ('keyxdef.c' currently not listed
4568         in doc/FILES...)
4570         * src/layout.c: TIOCGWINSZ must be available (so <sys/ioctl.h> (?)
4571         included), because window-resizing code doesn't work, if not defined.
4573         * src/main.c: 'print_usage()' is reserved name in the QNX run-time
4574         library, so 'print_usage()' renamed to 'print_mc_usage()'
4576         * src/mouse.c (QNX): ncurses 1.9.8a ported to QNX doesn't provide the
4577         'SP' pointer as a global symbol in the library, so the keyok()
4578         emulation currently can not be used under QNX (4.24 & Watcom C 10.6
4579         release version).
4581         * src/slint.c (QNX): 'qansi*' terminals added to the color_terminals[]
4582         list.
4584         * src/subshell.c, src/utilunix.c (QNX): include <unix.h> to get
4585         prototype for exec*()!!! [See README.QNX/Section 1.4 about the
4586         dangerous "No prototype for <function>" warnings emitted by Watcom C,
4587         if <function> is a 'printf()'-style function having variable number
4588         of arguments and you compile your source with the default register
4589         calling convention!!!]
4591         * Makefile.in: 'keyxdef' module added to SRCS and OBJS.
4593         * <mc-root>/README.QNX: QNX-specific notes.
4595         * <mc-root>/configure (line 3369), <mc-root>/configure.in (line 88):
4596         'test x$CCOPTS = x;' modified to 'test "x$CCOPTS" = x;'
4598         * <mc-root>/Makefile.in: README.QNX added to DISTMAIN.
4600 Thu May 21 00:09:45 1998  Norbert Warmuth  <k3190@fh-sw.de>
4602         * menu.c (menubar_event): Don't set menubar->selected to the
4603         invalid value -1. Fix for the bug reported by root@liepa.soften.ktu.lt
4605         * menu.c (menubar_drop_compute): removed the check for inrange
4606         items which isn't necessary any longer.
4608 Wed May 20 16:27:56 1998  Norbert Warmuth  <k3190@fh-sw.de>
4610         * widget.c (history_put): input line history was defunct because
4611         there was an #ifndef where an #ifdef should be.
4612         Btw. PORT_WIDGET_WANTS_HISTORY seems incomplete because a lot of
4613         history code is included even when this define is undefined.
4615 1998-05-19  Tamasi Gyorgy  <gt_cosy@usa.net>
4617         * src/*: Until I get a better ChangeLog:  Tamasi's port of the
4618         code to QNX.
4620 1998-05-19  Alexander Lukyanov  <lav@yars.free.net>
4622         * Makefile.in: Distirbution fix so that people are not forced to
4623         install gettext.
4625 1998-05-19  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4627         * ext.c: Memory leak fixed.
4629 Mon May 18 22:24:09 1998  Norbert Warmuth  <k3190@fh-sw.de>
4630         * lib/mc.ini.in: s/reges/regex/
4632         * main.c (process_args): return void, the return value was only
4633         used once but wrong (-h displayed help twice).
4634         (handle_args): -h: don't display help twice
4635         (print_usage): Don't print program name and version, that's
4636         already done by version(0).
4638         * menu.c (menubar_paint_idx): Highlight Hotkeys also on slow
4639         terminals (hotkeys were not displayed at all).
4641 1998-05-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4643         * menu.c (menubar_drop_compute): Check for inrange items.
4645 1998-05-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4647         * color.c (init_colors): Provide X-only version of color
4648         initialization.
4650 Thu May 14 01:56:11 1998  Norbert Warmuth  <k3190@fh-sw.de>
4652         * configure.in: Don't add -lintl to LIBS when included gettext is
4653         used (further checks for libraries would fail because libintl.a
4654         isn't build, yet). Instead use and substitute LINTL.
4656         * Makefile.in (OURLIBS): add @LINTL@
4658 Tue May 12 17:45:49 1998  <psheer@obsidian.co.za>
4660         * syntax.c: yet more minor modifications.
4662 1998-05-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4664         * main.c: New default: auto-save setup.
4666         * screen.c (move_right, move_left): Add support for icon-view movement.
4668 1998-05-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4670         * setup.c (panel_load_setup): On non-icon editions, fall back to
4671         list_full
4673 Sun May 10 13:27:50 1998  Norbert Warmuth  <k3190@fh-sw.de>
4675         * widget.c (handle_char): Don't try to to delete default text in
4676         input widget more than once. Right after MC's start copy_filename
4677         (ESC Enter) failed because a flag wasn't cleared while characters
4678         were stuffed into the commandline (Andrej reported this bug).
4680         * main.c (copy_readlink): usr mc_readlink instead of readlink
4682         * file.c: Changed default for the copy/move option "dive into
4683         subdir if exists" to off (note: this was only possible after the
4684         change in setup.c).
4686         (copy_dir_dir): Activated the previously uncommented code which
4687         implements "Dive into subdirs". Even when there's no case where we
4688         actually would like that behaviour it is a documented feature.
4689         Though I don't wanted to change the default behavour. Hence the
4690         option change.
4692         (file_mask_defaults): set dive_into_subdirs
4694         (file_mask_dialog): Fix for debian Bug #20727: Move operation with
4695         "[ ] Dive into subdir if exists" and destination filename not
4696         wildcarded. If destination is an existing directory then files
4697         will be moved into this directory. If destination is not an
4698         existing directory then src file will be renamed (one file
4699         selected) or an error will be displayed (more than one file
4700         selected).
4702         (file_mask_dialog): made the option "Using shell patterns" local
4703         to the current copy/move operation, i.e. this option is always
4704         initialized with the global options's value. Previously it affected
4705         the global Options/Configuration/shell Patterns.
4706         Another possiblilty would be to make the global option a default
4707         option on startup and keep changes in the copy/move dialog
4708         (without saving these changes with save setup).
4710         * setup.c: Don't save and load options which can be changed
4711         outside the options menu. For example I don't like that
4712         preserve_uid_gid and dive_into_subdirs from the copy/move dialog
4713         are saved and restored (strange, what about the other options from
4714         this dialog?).
4715         It would be much cleaner to make these option read-only. This way
4716         one could edit ~/.mc/ini to provide default option setting on
4717         startup and "Save setup" wouldn't have side effects outside the
4718         option's menu.
4720 Sun May 10 13:24:20 1998  Norbert Warmuth  <k3190@fh-sw.de>
4722         * doc/mc.1.in, doc/mc.sgml, mc.hlp: Updated to reflect new default
4723         for dive into subdirs.
4725 Sun May 10 13:21:45 1998  Norbert Warmuth  <k3190@fh-sw.de>
4727         * edit/syntax.c: Disable debug messages on stderr.
4729         * edit/edit.h: Added missing _()
4731 1998-05-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4733         * layout.c (flag_winch): Propagate the window change to the slave
4734         pty even when not running our event loop.  The resize_subshell
4735         routine is thread safe.
4737         * dlg.c (update_cursor, dlg_broadcast_msg_to): Do not send
4738         messages if no widgets are on the Dlg_head, this happens now with
4739         the gmc code, as we can have all of the windows shut down.
4741 Wed May  6 13:46:37 1998 Paul Sheer  <psheer@obsidian.co.za>
4743         * syntax.c: more bug fixes.
4745 1998-05-04  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4747         * view.c (view_quit_cmd): Use dlg_stop.
4749         * main.c (ctl_x_cmd): Implement ctl-x handling as a state of the
4750         key press events.  Drop the usage of mi_getch to acomplish this
4751         task.
4752         (midnight_callback): Deal with the current map depending on the
4753         c-x state.
4755 Mon May  4 10:21:31 1998  Norbert Warmuth  <k3190@fh-sw.de>
4757         * background.c (message_1s1d): the unprocessed string with %d was
4758         passed to message_1s; fixed small memory leak
4760         * widget.c (button_callback): WIDGET_CURSOR: make cursor position
4761         dependend from button type (fixes the off by one bug in advanced
4762         changeown).
4764         * file.c (copy_file_file): Schedule deletion of short target file
4765         only when we created or truncated the target file and not already
4766         when we decided to overwrite an existing file.
4768 1998-05-03  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4770         * boxes.c (task_cb): Use kill, not INT, as we are catching INT in
4771         the program.
4773 Sat May  2 14:07:05 1998 Paul Sheer  <psheer@obsidian.co.za>
4775         * setup.c: ALT('H') now shows a directory history - that
4776         ESC SHIFT-h   or   ALT-SHIFT-h
4778 Fri May  1 17:45:58 1998 Paul Sheer  <psheer@obsidian.co.za>
4780         * syntax.c: initial support for LaTeX 2.09 files added,
4782         * syntax.c: some minor bug fixes. and reorganisation
4783         of context and keyword priorities.
4785 Fri May  1 11:24:21 1998  Paul Sheer  <psheer@obsidian.co.za>
4787         * syntax.c: syntax highlighting segfaults when editing a binary
4788         file - now fixed.
4790 Thu Apr 30 12:23:50 1998 Alex Tkachenko  <alex@bcs.zp.ua>
4792         * src/file.c: lot of i18n of file Copy/Move/Delete operations. Maintainers
4793         of message catalogs please notice introduced op_names1 and formats for
4794         file operations.
4796         * src/boxes.c: i18n of background jobs control and quick cd
4797         dialog boxes.
4799         * src/menu.c (menubar_arrange): resizing of menubar upon changes of
4800         window size is now controlled by preprocessor symbol RESIZABLE_MENUBAR
4801         (now it's off by default, as requested in mailing list). If it is off,
4802         menubar items are separated with fixed number of spaces (3).
4804         * src/layout.c, edit/editwidget.c: calls to menubar_arrange ifdef'ed
4807 1998-04-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4809         * main.c (parse_an_arg): GNOME edition keeps track of various
4810         --geometry and various directories passed.
4812 1998-04-29  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4814         * main.c (update_panels): Great API simplification.  update_panels
4815         only cares about the contents of the current panel, every other
4816         panel keeps the current selection (this was the behaviour
4817         anyways).
4819         update_panels can be provided in a per-port fashion as well.
4821 Wed Apr 29 03:06:09 1998  Paul Sheer  <psheer@obsidian.co.za>
4823         * syntax.c: some optimisations, as well as support for
4824         syntax highlighting of Makefiles and ChangeLog files.
4825         Fixed some syntax highlighting bugs. All C and C++
4826         keywords added.
4828 Tue Apr 28 06:11:08 1998  Norbert Warmuth  <k3190@fh-sw.de>
4830         * view.c (toggle_wrap_mode, toggle_hex_mode): Force recalculation
4831         of bottom_first (we mustn't use an already calculated and cached
4832         value because it is invalid for the new mode and the End key would
4833         not move to the end of the file).
4835         * configure.in: Renamed the option `--with-our-slang' to
4836         `--with-included-slang' (this one looks better because we also
4837         have an `--with-included-gettext').
4838         Make the option `--with-ext2undel' recognice a given path.
4840         * cmd.c (view_file_at_line): In plain view (F13) set the default
4841         magic flag to zero in order to view the file content unprocessed
4842         (esp. don't uncompress files if they are compressed). The
4843         view_simple_cmd got broken when the default magic flag in view.c
4844         was changed from 0 to 1.
4846         * view.c (do_view_init, goto_line): Set wrap mode temporary off
4847         to make goto line number work, i.e. `line number' now always means
4848         line number in file and not line number on screen (in wrap mode
4849         one long line wrapped once is displayed in two lines on the screen).
4850         That's important when the viewer is invoked from the find file
4851         dialog to display even in wrap mode approxiamtly the part of the
4852         file where we found the content we searched for.
4854         (move_forward2): In wrap mode lines were sometimes counted wrong
4855         causing cursor up to move more than one line.
4857         (move_backward2): Fixed the movement in wrap mode.
4859         (change_viewer): Always re-init viewer when we have a filename,
4860         i. e. if the viewer is invoked with simple_view_cmd then we can switch
4861         with the F8 key between unprocessed file content und uncompressed
4862         file content.
4863         (view_init): re-init view also when magic flag was altered
4865 1998-04-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4867         * screen.c (is_a_panel): Added a routine to determine if a widget
4868         is a panel.
4870 1998-04-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4872         * screen.c (file_entry_color): Check if fe->fname has something.
4874 Sun Apr 26 00:21:12 1998  Norbert Warmuth  <k3190@fh-sw.de>
4876         * slint.c: Applied the patch from Bill Nottingham <wen1@cec.wustl.edu>
4877         to make it link against SLang >=1.0.
4878         I reviewed the diffs to the part of SLang we use and there are no
4879         further changes to MC necessary (one function's return value
4880         changed it's meaning but we don't use this return value).
4882         * configure.in: Undone the change which prevented linkage against
4883         SLang >=1.0
4885 Sat Apr 25 13:41:43 1998  Paul Sheer  <psheer@obsidian.co.za>
4887         * edit.h, syntax.h: some optimisations to improve syntax
4888         highlighting speed.
4890 1998-04-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4892         * color.h: Move the CTYPE definition
4894 Fri Apr 24 16:43:25 1998  Paul Sheer  <psheer@obsidian.co.za>
4896         * main.h, setup.c: editor_syntax_highlighting option added
4897         for ini file.
4899 Fri Apr 24 14:54:06 1998  Paul Sheer  <psheer@obsidian.co.za>
4901         * syntax.c: added. this files reads ~/.cedit/mcsyntax and
4902         processes generic rules for syntax highlighting of different
4903         file types. Syntax highlighting does not store an attribute byte
4904         for each byte of the edit buffer. Rather, it calculates colours
4905         on the fly, with an optimised algorithm, as the text is being
4906         rendered.
4908         * edit.c, edit.h, editwidget.c, editdraw.c: changes to facilitate
4909         syntax highlighting.
4911         * editoptions.c: dialog box updated with a syntax highlighting
4912         checkbox.
4914         * slint.c: new function alloc_color_pair(). This allocates a new
4915         color index. init_pair() itself now records the last colour index
4916         so that colours can be added on to the end of the colour list
4917         with alloc_color_pair().
4919         * slint.c: new function try_alloc_color_pair() returns a new index
4920         for a color with named fg and bg. Checks if that named colour
4921         already exists before setting a new index.
4923 1998-04-23  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4925         * user.c (execute_menu_command): Create temporary file exclusively
4926         as well.
4928         * main.c (do_execute), utilunix.c (my_system), gutil.c, ext.c:
4929         Changed the way we execute programs.  Now a new set of flags exist
4930         that indicates how the execution is done.  In ports that execute
4931         by sending the process to background, when executing temporary
4932         files, we have to remove the files after the child process has
4933         finished executing the code not after the calling do_execute.
4935         * ext.c (exec_extension): Create temporary file exclusively.
4937 Mon Apr 20 01:32:20 1998  Norbert Warmuth  <k3190@fh-sw.de>
4939         * configure.in: Don't try to link MC against SLang >= 1.0. I will
4940         remove this restriction when I'm sure that it's save to use the new
4941         version (the documentation to SLang mentions some changes of
4942         return values).
4944 1998-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4946         * file.h: Added prototype for copy_dir_dir.
4948         * file.c (real_do_file_error): use the proper flags, this is not a
4949         D_INSERT dialog box, for what it is worth.  Important bug fix.
4951         * utilunix.c (get_owner): Declare.
4953         * widget.h: Added various missing prototypes for the X edition.
4954         * view.h: Added various missing prototypes for the X edition.
4955         * widget.c (x_radio_toggle): New per-port variable: PORT_HAS_RADIO_TOGGLE
4957 1998-04-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4959         * screen.c (GT): Assign two spaces for the minimum size of the
4960         "type" field for the GNOME edition.  This gives some extra space
4961         for the icon that gets displayed.
4963         * dlg.c (remove_widget): New function:  used to remove a widget
4964         from an existing Dlg_head;
4965         (destroy_widget): Destroy a specific Widget.
4966         (add_widgetl): Extended to deal with the fact that a running
4967         Dlg_head can become empty.
4969         * panelize.c (l_call): Update the input line every time the user
4970         selects the entry with the mouse (pretty common in the gnome
4971         edition).
4973         * hotlist.c (add_new_group_input): Removed an extra field that was
4974         causing problems.
4976         * find.c (find_parameters): Tree button is gone for gnome until we
4977         get the tree function working on gnome.
4979         * cmd.c (save_setup_cmd): Per Elliot's suggestion, do not pop up a
4980         dialog box to inform the user about the saved setup.
4982 1998-04-15  Pavel Machek  <pavel@elf.ucw.cz>
4984         * cmd.c: Report failed chdir attempts.
4986 Wed Apr 15 10:48:41 1998 Alex Tkachenko  <alex@bcs.zp.ua>
4988         * src/hotlist.c: changes to hotlist boxes i18n.
4990         * src/panelize.c: changes to panelize boxes i18n.
4992         * src/wtools.c (query_dialog): Take care about possible '&' in
4993         button names while calculating window sizes and button positions.
4995 1998-04-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4997         * screen.c (string_file_nlinks): The buffer was too small and we
4998         were overwriting parts of it.
5000         * subshell.c (do_subshell_chdir): Memory leak fix.
5002         * find.c (do_search): Do not use undefined order of evaluation.
5004         * user.c: Do not use undefined order of evaluation.
5006         * dlg.c (init_dlg): Do init the default return value.
5008 Sun Apr 12 03:09:17 1998  Norbert Warmuth  <k3190@fh-sw.de>
5010         * cmd.c (view_other_cmd): #ifdef'd application_keypad_mode and
5011         numeric_keypad_mode (don't include it in non text editions)
5013 Sun Apr 12 02:48:26 1998  Norbert Warmuth  <k3190@fh-sw.de>
5015         * xv/xvscreen.c: removed duplicate (conflicting) definition
5016         of do_enter()
5018 Sun Apr 12 02:24:57 1998  Norbert Warmuth  <k3190@fh-sw.de>
5020         * text.c (edition_post_exec), cmd.c (view_other_cmd): Don't change
5021         the keypad mode when we don't use the alternate plus minus. Pavel
5022         forgot an if-clause when he replaced the escape sequences (or
5023         another point of view: I forgot one if-clause at different place).
5025 Fri Apr 10 17:35:23 1998  Philippe De Muyter  <phdm@macqel.be>
5027         * configure.in (AC_NCURSES): When checking for library location,
5028         put -L option before -l option, not after.
5030 Fri Apr 10 10:35:06 1998  Norbert Warmuth  <k3190@fh-sw.de>
5032         * file.c (file_mask_dialog): When the shell patterns option was
5033         off source_mask was freed twice.
5035 1998-04-10  Marc Ewing  <marc@redhat.com>
5037         * panel.h: added up_b
5039 1998-04-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5041         * widget.c (update_input): Set the used flag early in update_input
5042         to allow X widget to catch the right value
5044         * screen.c (do_enter): Return the status for the operation.
5046         * main.c (main): Sigh.  This was hard. I added support for argp.
5047         Right now we support both argp for the GNOME edition and popt for
5048         the other editions.  I will remove popt support in the future and
5049         only keep argp.
5051         * dlg.c (add_widgetl): Adding widgets to an already running dialog
5052         had some flaws.  Fix this.
5054 Wed Apr  8 11:15:29 1998 Alex Tkachenko  <alex@bcs.zp.ua>
5056         * src/find.c: changes to find_parameters/find_file i18n.
5058         * src/widget.c: new function introduced, button_scan_hotkey();
5059         button_new() and button_set_text() fixed to use mentioned function.
5061         * src/key.[ch], src/dlg.c: changes to make recognition of ESC char as
5062         ALT(c) possible for 8-bit chars. (By replacing 'A'/'Z' comparisons with
5063         call to isalpha() in the way proposed by Norbert).
5065         * src/boxes.c: changes to display box i18n
5067         * src/learn.c: changes to learn key dialog i18n
5069 1998-04-07  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5071         * main.c (update_one_panel_widget): New routine: Updates a panel
5072         based on the widget, not the index.  Used by the GUI versions.
5074         * find.c (find_file): Cancel idle tasks before we destroy the find
5075         dialog.
5077         * dlg.c (destroy_dlg): Call x_destroy_dlg_start, a new hook that
5078         is invoked to allow the frontend code to prepare for dialog
5079         destruction.  Only the Gnome edition is using this: it uses this
5080         to hide the dialog and avoid flickering.
5082         * main.c: dtterm also has mouse support.
5084 1998-04-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5086         * wtools.c (quick_callback): Process DLG_KEY events on X.
5088         * utilunix.c (max_open_files): new routine;  Used to figure out
5089         the number of available file descriptors.
5091 Sat Apr  4 00:16:49 1998 Alex Tkachenko  <alex@bcs.zp.ua>
5093         * src/layout.c: changes to layout dialog box i18n
5095         * src/option.c: changes to configure box i18n
5097         * src/cmd.c: added N_() macro for machine_str
5099         * src/wtools.c (real_input_dialog_help): ok/cancel buttons are places
5100         symmetrically spaced relatively to center of the box. It produces
5101         nicer appearance with i18n (IMO :)
5103         * src/boxes.c (confirm_box): i18n stuff added.
5105 Mon Apr  6 07:48:22 1998  Pavel Roskin  <pavel_roskin@geocities.com>
5107         * Makefile.in: "make dist" works with bash 1.x again
5109 Fri Apr  3 05:23:20 1998 Alex Tkachenko  <alex@bcs.zp.ua>
5111         * configure.in: ALL_LINGUAS test added, to allow specify list
5112         of languages to be installed by setting env variable before
5113         configure. If it is empty, it defaults to full list.
5115         * src/menu.h menu_entry.{hot_pos, is_dupped} dropped
5117         * src/menu.c: consistency fixes: pull-down menu items are now
5118         accessible either with arrow keys or with hotkeys, denoted with &
5119         (and highlighted). (key combinations, placed to the right of items
5120         intended to be used from outside the menus). Freeing menu entries
5121         removed as it no longer needed
5123         * src/main.c, edit/editmenu.c: menubar init code is changed to conform
5124         above fixes.
5126         * edit/edit.h: use of "Cancel" in error_dialogs replaced with
5127         "Dismiss", to avoid collisions in translation of "Cancel" in other
5128         places with this case.
5130         * src/boxes.c: select_format() and it's support removed, as it is
5131         obsoleted by input line history feature. display_init()/display_callback
5132         fixed to suite i18n changes. sort_box() - alike.
5134         * src/option.c: pause_options added &'s and gettext calls to expand
5135         statically assigned values.
5137         * src/widget.c: (radio_callback) hotkey recognition is changed to
5138         &-notation, rather than simple uppercase.
5140         * src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
5141         call to isalpha(), this fixes errorneous exit from input line, when
5142         button hotkey is 8-bit NLS char.
5144 Fri Apr  3 12:23:28 1998  Norbert Warmuth  <k3190@fh-sw.de>
5146         * TODO: Removed obsolete entries: Similar entries in tree view
5147         are displayed correct; user specific files has been moved
5148         to ~/.mc/
5149         Added: Check what to do with menubar_arrange/destroy_menu stubs
5150         in tk/tkmenu.c; the interal editor (not portet yet) adds entries
5151         to the wrong menubar
5153 Wed Apr  1 00:15:30 1998  Norbert Warmuth  <k3190@fh-sw.de>
5155         * key.c, key.h (numeric_keypad_mode, application_keypad_mode): New
5156         functions which encapsulate two hardcoded escape sequences from main.c.
5158         * main.c (main): Use the two new functions from key.c
5160         * main.c, screen.c: Moved all file selection keys from the default
5161         keymap to the keymap for panels in listing mode.
5162         Changed *_selection_cmd to *_selection_cmd_panel in panel_keymap
5163         (functions in panel_keymap get a WPanel * as first parameter,
5164         i.e. the indirection with cpanel isn't necessary).
5166         * main.c (midnight_callback): Keys '*' and '-' were not treated
5167         when only_leading_plus_minus==0;
5168         Optimized the if-clauses a little bit (i.e. removed duplicate
5169         checks). More optimation is possible but it would make the whole
5170         stuff completly unreadable.
5172         * key.c (correct_key_code): KP_ADD, KP_SUBTRACT and KP_MULTIPLY
5173         will be translated to +, - and * only if the option
5174         alternate_plus_minus is turned off.
5176         * learn.c (learn_keys): Turn alternate_plus_minus temporarily on
5177         to avoid translation of KP_ADD, KP_SUBTRACT and KP_MULTIPLY in
5178         correct_key_code/make sure keypad is in application mode (makes it
5179         possible to learn this keys).
5181         * cmd.c (reverse_selection_cmd_panel): New function (renamed from
5182         reverse_selection_cmd, takes a WPanel * as parameter, references to
5183         cpanel changed to panel/the passed parameter).
5184         reverse_selection_cmd now simply calls this function with cpanel.
5185         This pair was missing among the *_selection_cmd* functions.
5187         * cmd.h: Added function prototypes.
5189 1998-03-31  Paul Sheer  <psheer@obsidian.co.za>
5191         * cmd.c (nice_cd): Forgot to invoke the history registration in
5192         one spot.
5194 1998-03-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5196         * menu.c (destroy_menu): Implement destroy_menu for all of the
5197         ports as a routine that frees the menu entries if
5198         internationalization has been enabled.
5200         * wtools.c (quick_dialog_skip): Do not i18n any string that is empty.
5202 Sun Mar 29 23:02:09 1998 Alex Tkachenko  <alex@bcs.zp.ua>
5204         * src/menu.[ch]: new member to menu_entry (hot_pos) introduced to make
5205         internationalized version of menu use externally defined hotkeys
5206         (denoted with preceding &). create_menu() fixed to load intl text of
5207         the entries. Some fixes around menu.c to enable usage of reloaded
5208         hotkeys.
5210         * main.c, editmenu.c: menu initialization code fixed to conform new
5211         menu structure. editmenu init code includes N_(..) now.
5213         * menu.c, layout.c, editwidget.c: bar menu items displacement is made
5214         dynamically upon initialization and window size changes. Mouse event
5215         processing is fixed accordingly.
5217 Sat Mar 28 13:18:36 1998 Alex Tkachenko  <alex@bcs.zp.ua>
5219         * src/screen.c: (repaint_file) last patches to format_file() in the
5220         same file broke appearance of panels in brief mode -- fixed.
5222 Mon Mar 30 20:02:49 1998  Paul Sheer  <psheer@obsidian.co.za>
5224         * main.c, screen.c, dirhist.c, dirhist.h, main.h, widget.c,
5225         main.h and others?: Directory history added. The previous
5226         directory history code was removed. The directory history now
5227         loads and saves using the same routines as the input widget. The
5228         keys meta-y, and meta-u are used to go backward and forward
5229         through the history. The buttons to the right and left of the
5230         current directory display on the panel can be used as well. The
5231         v button brings up a history, but no key is assigned to this.
5232         Discussion as to correct color and shape of these buttons is
5233         open. show_hist() in widget.c is made generic to be called for
5234         any widget. Help pages still needed to be added for the
5235         directory history.
5237 Wed Mar 25 19:05:31 1998  Norbert Warmuth  <k3190@fh-sw.de>
5239         * view.c (view_done): Set monitor off before deleting the view
5240         file dialog.
5242         * subshell.c (init_subshell): Added ':q' to $cwd in the precmd for
5243         tcsh. It preventes command and filename substitution (e.g. for
5244         a directory named "[word] words")
5246 Mon Mar 23 18:06:10 1998  Norbert Warmuth  <k3190@fh-sw.de>
5248         * main.c: Deleted some old and unused code
5250 1998-03-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5252         * All over the src/ directory: Internationalization changes.
5254         * background.c: Avoid buffer over-runs and reduce number of
5255         internationalization strings.
5257 Mon Mar 23 14:04:07 1998  Philippe De Muyter  <phdm@macqel.be>
5259         * configure.in (nlink_t): Check it using AC_CHECK_TYPE.
5260         * acconfig.h (nlink_t): New define slot.
5262 Mon Mar 23 08:17:55 1998  Pavel Roskin  <pavel_roskin@geocities.com>
5264         * src/main.c: mcedit can be named mce or mcedit.exe - only
5265         3 first letters are significant. The same for mcview.
5266         Console is always saved in do_execute() if it was saved there.
5268         * src/util.h: STRNOMP introduced (strncmp on unix and strnicmp
5269         on OS2_NT)
5271         * slang/slgetkey.c: SLang_getkey() and SLang_input_pending()
5272         enabled for OS2_NT
5274         * myslang.h: using fast one_vline() and one_hline() for OS2_NT
5276 Mon Mar 23 00:47:51 1998  Norbert Warmuth  <k3190@fh-sw.de>
5278         * autogen.sh: added support for builddir != srcdir
5280         * doc/Makefile.in: The manual pages are generated files and
5281         located in the builddir and not in the srcdir.
5283         * find.c (find_file): Use the same hotkey for the panelize button
5284         as we use with the external panelize command.
5286 Fri Mar 20 17:51:01 1998  Norbert Warmuth  <k3190@fh-sw.de>
5288         * myslang.h: --with-ncurses didn't compile: renamed
5289         KEY_BACKTAB to KEY_BTAB (the name ncurses uses)
5291         * dlg.c (dlg_key_event): likewise
5293 1998-03-19  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5295         * screen.c: Remove KEY_DC forever.  This should have never been
5296         here.
5298 Wed Mar 18 22:08:34 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5300         * achown.c (do_enter_key): call endgrent, endpwent.
5302         * chown.c (init_chown): call endgrent, endpwent.
5304 Tue Mar 17 23:58:40 1998  Pavel Machek  <pavel@elf.ucw.cz>
5306         * src/file.c: Fix for the case where the disk gets full.
5308 Tue Mar 16 18:35:53 1998 Stas Maximov  <stmax@u213.srcc.msu.su>
5310         * src/hotlist.c default values for dialogs which add entries to hotlist
5311         are now set to the current directory.
5313 Tue Mar 10 14:42:01 1998 Stas Maximov  <stmax@u213.srcc.msu.su>
5315         * vfs/extfs.c, lib/mc.ext, vfs/extfs/extfs.ini, vfs/extfs/cpio.in
5316         Added support for cpio extfs including compressed and gziped
5317         cpio archives. compress and gzip handled separately because I saw
5318         a lot of systems which have compress, but don't have gzip.
5320 Sat Feb 21 16:46:49 1998 Stas Maximov  <stmax@u213.srcc.msu.su>
5322         * src/subshell.c: failed to grantpt on SVR4 due to zero-initialized
5323         subshell_pid. sigaction handler for SIGCHLD does waitpid(subshell_pid,
5324         ...) and when subshell_pid == 0 it steals the zombie from grantpt(3)
5325         which does fork/exec/waitpid for suid program to set the permissions on
5326         pty. It's enough to initialize it to 1 or -2.
5328 1998-03-16  Federico Mena Quintero  <federico@nuclecu.unam.mx>
5330         * util.c (convert_pattern): Now the internal buffer is malloc()ed
5331         instead of being static.  This is required for long patterns.
5332         (regexp_match): Free the pattern after calling convert_pattern().
5334         * file.c (file_mask_dialog): Free the source_mask after calling
5335         convert_pattern().
5337 Mon Mar 16 13:03:45 1998  Pavel Roskin  <pavel_roskin@geocities.com>
5339         * cmd.c: Internal edit is used by default. vi may be
5340         confusing for some users.
5342         * tree.c: tree_rmdir_cmd() should not return any value,
5343         because it is not analyzed for errors.
5345         * main.c: NT code: use O_BINARY instead of _O_BINARY
5347         * util.c: DO not test for arguments that do not make sense under
5348         Windows NT.
5350         * file.c: utime.h always included for Windows NT port.
5352         * view.c: Events are flushed only if the ports supports it.
5354 Mon Mar 16 12:30:39 1998  Stas Maximov  <stmax@u213.srcc.msu.su>
5356         * hotlist.c: Defaults on the hotlist add-current and new-entry is
5357         the current directory.
5359 Sat Mar 14 17:30:21 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5361         * file.c (panel_operate): Why was the flags in query_dialog set to
5362         D_INSERT is a big mistery.  Should be fixed now.
5364 Fri Mar 13 18:10:58 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5366         * dlg.c (dlg_stop): New routine used to finish dialog boxes.
5368         * cmd.c (set_panel_filter_to): Implementation split.  To be used
5369         by GNOME.
5371         * widget.c (input_new): GNOME-entry widget is inspired in the
5372         WInput + the history patches from Paul.  Use the GNOME-entry
5373         history, as this makes it easier to deal with the filter button on
5374         the panel.
5376         * setup.c (save_panel_types): Do not use if running on the gnome
5377         edition.   This need a lot of fixing for making this work with
5378         gnome and session management.
5380         * main.c (do_nc): DO not call setup_panels_and_run_mc as
5381         create_panels in gnome edition does all this.
5383         (setup_mc):  Skip part of the setup.
5385         (do_execute): Do not Execute any of the pause code after
5386         run for gnome.
5388 Wed Mar 12 17:46:09 1998  Norbert Warmuth  <k3190@fh-sw.de>
5390         * screen.c (chdir_other_panel, chdir_to_readlink): Use passed
5391         panel instead of cpanel (removed mixed use of panel and cpanel).
5393         * main.c, screen.c: Deleted F13 from the default keymap, added F13
5394         and F14 to the panel's keymap (the keymap for panels in listing
5395         mode). These two keys are only useful for panels in listing mode.
5396         It seems there are even more candidates for such a move. Especially
5397         select_cmd and unselect_cmd which appeared recently for the GNOME
5398         edition in screen.c act unexpected for panels in tree-mode.
5400         * cmd.c (view_simple_cmd): Added WPanel* to the parameter list.
5402         (edit_cmd_new): No need to get a panel because it is not used.
5404         * panelize.c: Changed hotkey of the Panelize button (Alt-p is
5405         already used by the input line history). I wonder if I should
5406         change it in the find dialog, too (just to have a unique hotkey
5407         for the panelize button).
5409 Wed Mar 11 19:02:48 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5411         * view.c: Lots of changes:  Split the X11 code from the main view
5412         program.  This is needed to cleanly support the addition of the
5413         Gnome version of the file viewer;
5415         New names for old functions (just a view_ prefix):
5416         view_add_character, view_add_string, view_gotoyx, view_set_color,
5417         view_display_clean.  Now all of them take a WView argument (which
5418         is ignored in the macro for the text edition).  This is to support
5419         multiple open views at once.
5421         * boxes.c (symlink_dialog): Enable ok/cancel buttons for the Gnome edition.
5423         * cmd.c (link_cmd, symlink_cmd): Provide the filename to operate
5424         on.
5426 Tue Mar 10 20:41:45 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5428         * cmd.c (unselect_cmd_panel, select_cmd_panel): To avoid races on
5429         the X11 version, these routines now take a panel argument at
5430         invocation time.
5432         * widget.c (radio_callback): Call x_radio_focus for FOCUS/UNFOCUS
5433         events.
5434         (button_callback): Fallback to default_msg on WIDGET_FOCUS
5435         messages.
5437 1998-03-10  Federico Mena Quintero  <federico@nuclecu.unam.mx>
5439         * xslint.c (getch): Added missing "return".
5441         * utilunix.c (init_groups): Added parentheses around
5442         assignment/truth value.
5444         * boxes.c: #include <stdlib.h>
5446         * screen.c (string_inode): Cast fe->buf.st_ino to long to be
5447         consistent with sprintf format.
5449         * main.c (handle_args): Added parentheses around assignment/truth value.
5451 Sat Mar  7 14:33:38 1998  Pavel Roskin  <pavel_roskin@geocities.com>
5453         * src/complete.c: obsolete hack for OS/2 and NT removed.
5454         Completion works for NT now (not very good)
5456         * src/main.c: HOME variable is respected by NT and OS/2
5457         versions. If it is missing, we use LIBDIR on OS2_NT and "/"
5458         on Unix.
5460         * src/key.h: SHIFT_PRESSED is set to 0x0010 on NT. This value
5461         doesn't conflict with definitions for ALT and CTRL, but it is
5462         SDK-compatible.
5464         * vfs/vfs.h: Minor changes for OS/2. EMX defines mkdir with
5465         2 arguments
5467         * vfs/tcputil,c, vfs/utilvfs.c: signal.h was includes twice.
5469         * vfs/Makefile.in: undelfs.h is not used and should disapper
5471         * slang/slos2tty.c: new file, copied from SLang-0.99.38,
5472         needed for OS/2 port
5474         * slang/Makefile.in: added slos2tty.c
5476         * vfs/extfs/README: annoying spell errors corrected
5478         * src/main.c: --termcap disabled for OS2_NT because it doesn't
5479         (and cannot) work. ARCH_FLAGS is not needed anymore.
5481         * src/text.c: most includes removed. Added a warning is someone
5482         compiles this file with HAVE_X. Improved color scheme for
5483         consoles with 16 background colors (e.g. OS/2). Hack for OS/2
5484         removed.
5486         * src/util.c, src/util.h: STRCOMP and MC_ARCH_FLAGS are moved
5487         to util.h. It may be useful to use them for filenames' completion
5488         on OS2_NT
5490 Fri Mar  6 19:29:54 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5492         * find.c: Simplify header files: use the fs.h include file.
5494         (use x_flush_events).
5496         * screen.c (string_file_name): In GNOME, the CList widget does the
5497         filename truncation, so we do not do it here.
5499         (panel_new): Initialize all of the wpanel contents to zero.  This
5500         will is required by the GNOME X ports (to figure out if a field
5501         has been inited or not).
5503 Thu Mar  5 10:28:40 1998  Norbert Warmuth  <k3190@fh-sw.de>
5505         * popt.c (poptParseArgvString): make it compile with the native
5506         compiler on AIX 4.1.3
5508 1998-03-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
5510         * cmd.c: Added #include "x.h"
5512 Wed Mar  4 14:49:55 1998  Norbert Warmuth  <k3190@fh-sw.de>
5514         * doc/mc.1.in, mc.hlp: updated (these files haven't been updated
5515         at the last change to mc.sgml)
5517         * doc/mc.sgml: spelling error corrected
5519         * Makefile.in: renamed all references of mc.1 to mc.1.in
5521         * find.c (locate_egrep): Don't use an absolute path if egrep isn't
5522         found at the usual places. Then execvp will search the directories
5523         passed in the environment PATH variable (a little bit slower but
5524         better than a defunct find content).
5526         * tree.c: removed the include file I mistakenly added with my
5527         last patch.
5529 Tue Mar  3 20:00:36 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5531         * file.c (get_file): Take a panel argument.  I am pretty sure that
5532         this is broken for the case where we are copying from a WTree.
5534         (panel_operate): take a panel argument instead of defaulting to
5535         cpanel.
5537 Mon Mar  2 15:54:55 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5539         * dlg.c (create_dlg): Set running to 0 on creation;
5540         (add_widgetl): do widget initialization if the dialog is already
5541         running when this dialog box is created.
5543 Mon Mar  2 12:11:37 1998  Norbert Warmuth  <k3190@fh-sw.de>
5545         * vfs/ftpfs.c (changetype): Removed the hack which always forced
5546         sending the command "TYPE I" when changing to binary transfer mode
5547         was requested even when MC thought the connection was already in
5548         binary mode (bucket->isbinary == 1). The correct fix is now in
5549         login_server.
5551         * vfs/ftpfs.c (login_server): Set the transfer mode stored in
5552         the bucket to UNKNOWN (the bucket might be reused and the old
5553         transfer mode isn't valid any longer).
5555         * screen.c (panel_key): Cleanup: deleted if-clause with -1 (EV_NONE)
5556         which isn't delivered to widgets by the dialog manager; always
5557         return 1 when key was handled; removed the function keys from the
5558         panel's keymap (the function keys are always handled by the
5559         buttonbar); don't eat characters below ' ' (C-l and Shift-F3 now
5560         work even when quick search was started); characters between 32 and
5561         255 start quick search if there is no commandline (no C-s necessary
5562         to start search).
5564         * tree.c (tree_key): likewise
5566 Tue Feb 24 18:37:36 1998  Stas Maximov  <stmax@u213.srcc.msu.su>
5568         * subshell.c: Set subshell_pid to 1 on startup
5570 Fri Feb 13 19:59:39 1998  Alexander Savelyev  <fano@VCom.kiev.ua>
5572         * screen.c: KEY_DC is also handled by delete_cmd.
5574         * vfs/ftpfs.c (chdir): sending the CWD command is not necessary
5575         (imho).
5577         (ftpfs_connection_close): Do not use WAIT_REPLY, closes
5578         connections faster.
5580         (open_data_connection): implement the reget command.
5582         * boxes.c: bigger VFS dialog box.
5584         * file.c (init_replace): Add support for copying files only if the
5585         size differs, and support for regetting ftp files.
5587 Wed Feb 11 20:08:50 1998  Norbert Warmuth  <k3190@fh-sw.de>
5589         * user.c (execute_menu_command): Extented the syntax of %-macros
5590         used in the user menu in order to switch quoting on (default) and
5591         off, e.g. %0f means don't quote the expanded macro, %f and %1f mean
5592         quote the expanded macro.
5595 Fri Jan 30 16:43:47 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5597         * dlg.c (create_dlg): Now we pass the flags parameter to the
5598         create_dialog routine.
5600         * tkmain.c (xtoolkit_create_dialog): Check for the grided value
5602 Fri Jan 23 07:28:54 1998  Peter Daum  <gator@cs.tu-berlin.de>
5604         * extfs.c (open_extfs_archive): Pass the filename to the list
5605         command.
5607         * extfs/mailfs: New file system for browsing mail files (support
5608         for compressed mail fiels as well).
5610 Fri Jan 23 07:19:18 1998  Pavel Roskin  <pavel_roskin@geocities.com>
5612         * edit/edit.h: mc_mkdir requires 2 arguments for any operation
5613         system. Obsolete #ifdef's removed.
5615         * edit/editwidget.c: ansi standard violation removed
5617         * nt/Makefile.NT: default SLang directory is now ../slang. Most
5618         of SLang sources are no more compiled for MC.
5620         * nt/drive.h: new file. Copied from os2/drive.h with minor changes
5622         * nt/ket.nt.c: new way for handling conflicting SHIFT_PRESSED
5623         definitions. get_event can work without blocking. Copy, move
5624         and delete operations work normally.
5626         * nt/slint.nt.c: SLang_getkey2 and Slang_input_pending2 are
5627         copied from src/slint.c
5629         * nt/sys/param.h: annoying warnings temporaly suppressed.
5631         * slang/slvideo.c, slang/slw32tty.c: new files. They contain
5632         changes by Alexander Dong.
5634         * src/myslang.h: definitions for acsii symbols removed, since
5635         they are available in slang.h. Double lines are not used anymore.
5637         * src/panelize.c: sys/wait.h is included only if HAVE_SYS_WAIT_H
5638         is defined
5640         * nt/Makefile.NT: text.c is added
5642         * nt/Makefile.VC4: "-debug" switch for linker is not used for
5643         release version
5645         * src/screen.c (show_dir): double lines are no more used by NT and
5646         OS/2 ports.
5648         * src/wtools.c (real_input_dialog_help): layout of input dialog for
5649         XView port is corrected
5651         * edit/edit.h: mc_mkdir requires 2 arguments for any operation
5652         system. Obsolete #ifdef's removed.
5654         * edit/editwidget.c: ansi standard violation removed
5656 Wed Jan 21 14:01:29 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5658         * ext.c (regex_command): reverted the patch that changed tests for
5659         *p == ' ' || *p == '\t' to isspace().  isspace() is true for tabs,
5660         newlines, carriage-returns and vertical tabs as well.  Which is
5661         not what we want.
5663 Wed Jan 21 11:58:39 1998  Sung-Hyun Nam  <namsh@lgic.co.kr>
5665         * ftpfs.c (retrieve_dir): Avoid compiler warning by testing
5666         explicitly the value.
5668         screen.c (format_file): color not initialized when we met
5669         empty_line.
5671 Wed Jan 21 11:28:21 1998  Alex Tkachenko  <alex@bcs.zp.ua>
5673         * cmd.c, utilunix.c: cosmetic changes to reduce compiler warnings
5675         * utilunix.c (my_system): small fix for SCO zombies moved here;
5676         now it returns WEXITSTATUS(status) instead of status itself. While
5677         missing it may not hurt on i.e., linux, on SCO it gives incorrect
5678         value.
5680         * vfs/extfs.c system() calls replaced with my_system() call; this
5681         allows a greater degree of control - fixes SCO system() return value
5682         processing. Notice: plain replacement system() with WEXITSTATUS(system)
5683         does not produce correct behavior (don't ask me why).
5685         * panelize.c (do_external_panelize): similar fixes for pclose()
5686         return value on SCO.
5688         view.c (load_view_file): inverted value of viewer_magic_flag to
5689         put viewer decompression state in accordance with F8 label text.
5690         Also default_nroff_flag is initialized to be 1; thus enabling all
5691         filter processing by default easies mc usage for novice users.
5693 Sun Jan 18 13:47:37 1998  Sung-Hyun Nam  <namsh@lgic.co.kr>
5695         * main.c
5696         * panel.h, tkscreen.h : error when compile dlg.c
5697         * tkconf.h : paint_frame
5698         * screen.c : to include paint_frame
5699         * tkmain.c : I just copied clr_scr() from the text.c
5701 Fri Jan 16 16:19:59 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5703         * screen.c (format_file): Do not invoke the file_compute_color
5704         routine for empty lines.
5706         * gmain.c: Color scheme for Gnome
5708         * gscreen.c: Color setup now allocated the GdkColor *.
5710         * color.c: Moved the default color setting to a per-port
5711         location (text.c for the text mode edition);  new color
5712         configuration: core;  Fixed the case where the color spec was
5713         buggy and we kept on a infinite loop;
5715 Fri Jan 16 13:47:13 1998  Pavel Roskin  <pavel_roskin@geocities.com>
5717         * nt/drive.nt.c, nt/chmod.nt.c: Updated button_new and check_new
5718         calls
5720 Fri Jan 16 12:47:39 1998  Norbert Warmuth  <k3190@fh-sw.de>
5722         * vfs/ftpfs.c (command): Don't log passwords when the dialog between
5723         server and client is logged to a file (mc -l logfile).
5725         * vfs/ftpfs.c (resolve_symlink, retrieve_dir): When a directory
5726         contains spaces send two commands ("CWD path" and  "LIST .") instead of
5727         one command ("LIST path") in order to get directory listings.