* panelize,c: Remove unused variable panelize_title.
[midnight-commander.git] / src / ChangeLog
blobd337d932c085e5059b78cf3bdbb215a6d4046447
1 2002-09-21  Pavel Roskin  <proski@gnu.org>
3         * panelize,c: Remove unused variable panelize_title.
5         * view.c (view_event): Add mouse wheel support.
7 2002-09-20  Pavel Roskin  <proski@gnu.org>
9         * mouse.h: Define events for the mouse wheel.
10         * key.c (xmouse_get_event): Recognize mouse wheel events.
12         * command.c: (command_insert): New function - insert quoted
13         text into the command line.
14         * main.c: Use command_insert() instead of stuff().  This ensures
15         that the names in the command line are quoted.
16         Reported by Arpad Biro <biro_arpad@yahoo.com>
18         * command.c: Make `command' a standard WInput widget, just
19         change its callback.  Eliminate input_w().  Adjust all
20         dependencies.
21         * widget.c (input_callback): Remove static attribute.
23 2002-09-19  Pavel Roskin  <proski@gnu.org>
25         * main.c (argument_table): Improve help for "+number" - it has
26         to be re-translated anyway.
28         * main.c (argument_table): Add missing descriptions.
30         * main.c [NATIVE_WIN32]: Remove -S option, it's useless.
32         * main.c (print_mc_usage): Use poptPrintHelp() instead of
33         manually formatted help text.  Adjust callers to pass popt
34         context.
36         * poptint.h: Use i18n.h instead of most own replacement macros.
38 2002-09-18  Pavel Roskin  <proski@gnu.org>
40         * cmd.c (other_symlink_cmd): Remove, this function is
41         undocumented and poorly implemented.
42         * main.c: Remove call to other_symlink_cmd() on C-x C-l.
44 2002-09-16  Pavel Roskin  <proski@gnu.org>
46         * wtools.c (real_input_dialog_help): Trim spaces from the label
47         text.  Align label with the input field.
49         * cmd.c (do_link): Avoid using g_strconcat() on translatable
50         strings.
51         (other_symlink_cmd): Likewise.
53 2002-09-13  Pavel Roskin  <proski@gnu.org>
55         * main.c: Remove advanced_chfns variable.  Adjust all
56         dependencies.
58         * option.c: Make "Configure options" dialog more flexible,
59         readjust layout.  Remove "advanced chown" option - it's unused.
61 2002-09-13  Andrew V. Samoilov  <sav@bcs.zp.ua>
63         * main.c (process_args) [WITH_SMBFS]: Call smbfs_set_debugf()
64         for "-l" option.
66 2002-09-13  Pavel Roskin  <proski@gnu.org>
68         * main.c: Fully remove obsolete "-m" option.
70 2002-09-11  Andrew V. Samoilov  <sav@bcs.zp.ua>
72         * main.c [WITH_SMBFS]: Include ../vfs/smbfs.h.
73         (argument_table) [WITH_SMBFS]: Add -D, --debuglevel option for
74         smbfs debug level.
75         (process_args) [WITH_SMBFS]: Handle new -D option.
76         (print_mc_usage) [WITH_SMBFS]: Describe -D, --debuglevel option.
78 2002-09-11  Pavel Roskin  <proski@gnu.org>
80         * subshell.c: Move tcsh_fifo to the file scope.  Use mc_tmpdir()
81         to calculate tcsh_fifo.
83         * utilunix.c (mc_tmpdir): New function that returns temporary
84         directory for mc.
85         * util.c (mc_mkstemps): Use mc_tmpdir().
86         * main.c (main): Call mc_tmpdir().
88 2002-09-10  Pavel Roskin  <proski@gnu.org>
90         * util.c (trim): Handle short strings even better - don't use
91         dots unless necessary.
93         * main.c (load_prompt): Don't shorten the prompt if COLS is 8 or
94         less.
96         * screen.c (show_dir): Don't call trim() with negative length.
97         * util.c (trim): Better handle short length.  Make sure that the
98         destination is always 0-terminated.
100 2002-09-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
102         * screen.c (string_file_name): Fix possible off-by-one
103         buffer overflow.
104         (string_file_size): Avoid unsafe strcpy().
105         (string_file_size_brief): Likewise.  Eliminate buffer array.
107 2002-09-08  Pavel Roskin  <proski@gnu.org>
109         * color.c: Move hascolors variable into init_colors().  Adjust
110         all dependencies.
112         * myslang.h: Remove definition of initscr(), it's unused.
114         * tty.h [!HAVE_SLANG]: Remove all slang_* definitions.
115         * main.c (main) [!HAVE_SLANG]: Don't call slang_shutdown().
116         * myslang.h: Remove slang_done_screen(), it's unused.
118 2002-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
120         * key.c (get_event): Check gpm_fd only if gpm is actually used.
121         * layout.c (done_screen): Move disable_mouse() call ...
122         * main.c (done_mc): ... here.
124 2002-09-08  Pavel Roskin  <proski@gnu.org>
126         * view.c (init_growing_view): Avoid reporting the same error
127         twice.  Reported by Moritz Barsnick <moritz@barsnick.net>
129 2002-09-07  Pavel Roskin  <proski@gnu.org>
131         * textconf.c: Don't use SLANG_TERMINFO, which is unused anywhere
132         else.  Assume that terminfo is used if USE_TERMCAP is undefined.
134 2002-09-06  Pavel Roskin  <proski@gnu.org>
136         * subshell.c (subshell_name_quote): Return NULL if we are out of
137         memory.  Use "echo -e" with zsh (Debian bug #150996).
138         (do_subshell_chdir): Be prepared to get NULL from
139         subshell_name_quote().
141         * profile.c: Remove unused code.  Eliminate global variables.
142         (is_loaded): Rename to find_loaded().  return matching profile.
143         Adjust all dependencies.
145         * fs.h: Only redefine S_IS* macros if they are undefined, and
146         then define them to 0.  S_IF* constants should be avoided.
147         * util.c: Whenever possible, use standard POSIX macros to test
148         for the file type.
149         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
151 2002-09-05  Pavel Roskin  <proski@gnu.org>
153         * cmd.c (nice_cd): Fix conditions when this function is
154         compiled.
156         * fs.h: Replace S_IFFIFO with S_IFIFO, which is the right name.
158         * fs.h: Correct S_IS* definitions to use S_IFMT.  Add fallback
159         definitions for S_IFDOOR and S_ISDOOR.
160         * screen.c (string_file_type): Remove unnesessary ifdefs, fs.h
161         takes care of it.
162         (file_compute_color): Add support for Solaris doors.
163         * util.c (string_perm): Remove unnesessary ifdef.
165         * man2hlp.c (handle_command): Make clear that unsupported
166         command is a warning, not an error.  Avoid unsafe strcat().
168         * view.c (view_mode_callback): Eliminate, use the default
169         callback.
171         * main.c (load_hint): Don't hardcode copyright years.  Use a
172         translated message.
174         * main.c (midnight_callback): Avoid calling the default DLG_DRAW
175         handler.  From David Martin <dmartina@excite.com>
177         * help.c (help_handle_key): Sanity check for broken help files.
178         From David Martin <dmartina@excite.com>
180 2002-09-03  Pavel Roskin  <proski@gnu.org>
182         * global.h: Eliminate xgetch, update all dependencies.
184         * boxes.c: Fix remaining old-style calls to create_dlg().
185         * complete.c: Likewise.
186         * main.c: Likewise.
187         * view.c: Likewise.
189         * wtools.c: Remove Chooser, its unused.
191         * dlg.c: Fix the case when the dialog has no title.
193         * wtools.c (real_input_dialog_help): Use a more reliable way
194         to indicate password input.
196         * boxes.c (display_widgets) [!HAVE_CHARSET]: Fix initialization.
197         (vfs_smb_get_authinfo): Reuse another translated string.
199         * wtools.h (QuickDialog): Eliminate the "class" field - it's not
200         used and it can clash with C++ code.  Adjust all dependencies.
202         * dlg.c (x_set_dialog_title): Completely eliminate.  Adjust all
203         dependencies.
205         * help.c (interactive_display): Fallback to node "[main]" if the
206         requested node cannot be found.
208         * help.c (help_index_cmd): Eliminate unneeded search for
209         "[Help]", which always fails.  Fix crash if "[Contents]" cannot
210         be found.  Reuse more generic error message.
212         * filegui.c: Eliminate x_set_dialog_title().
213         * hotlist.c: Likewise.
214         * help.c: Likewise.
215         (interactive_display): Default to node "[main]" if the given
216         node is empty.
218 2002-09-02  Pavel Roskin  <proski@gnu.org>
220         * dlg.c (create_dlg): Take title instead of unused name as the
221         8-th argument.
222         (x_set_dialog_title): Free old title.  Mark this function
223         obsolete.
224         * achown.c: Use new create_dlg().
225         (do_enter_key): Provide titles for popups.
227         * dlg.c: Remove unused code, make functions static if possible.
229         * chmod.c: Use common_dialog_repaint().
230         * chown.c: Likewise.
231         * layout.c: Likewise.
232         * option.c: Likewise.
234         * wtools.c (common_dialog_callback): Fold into ...
235         * dlg.c (default_dlg_callback): ... this.  Don't redraw dialogs
236         that don't have colors.  Adjust all dependencies.
237         (std_callback): Elimitate.
239         * panelize.c (panelize_refresh): Eliminate in favor of
240         common_dialog_callback().
242         * widget.c (history_callback): Eliminate in favor of
243         common_dialog_callback().
244         (show_hist): Set dialog title and flag DLG_COMPACT.
246         * help.c (help_callback): Use common_dialog_callback().
247         (interactive_display): Set dialog title.
249         * wtools.c (listbox_callback): Eliminate in favor of
250         common_dialog_callback().
252         * wtools.c (dialog_repaint): Eliminate, nobody should be using
253         non-standard colors.  Adjust all dependencies.
254         (common_dialog_repaint): Fix return code.
255         (query_callback): Eliminate, use common_dialog_callback()
256         instead.
258         * listmode.c (listmode_refresh): Use common_dialog_repaint().
259         Eliminate all global variables.  Reformat the whole file.
261         * boxes.c (init_disp_bits_box): Use common_dialog_callback().
262         Return the new dialog.
264         * boxes.c (display_callback): Use common_dialog_repaint().
265         (display_init): Avoid using two different translations.
267 2002-09-01  Pavel Roskin  <proski@gnu.org>
269         * help.c (interactive_display): Don't reuse the old value of
270         help_lines - LINES could have changed.  Scale height better for
271         terminals with many lines - use 2/3 of the full screen.
273         * man2hlp.c: Move handling of .SH and NODE to a separate
274         function handle_node().  Don't output empty nodes except in the
275         table of contents.
277 2002-09-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
279         * man2hlp.c (print_error): Print input filename.
280         (handle_command): Handle .P, .LP, .IP and .br.
281         Ignore comments and .TH (Title header).
282         Report about unsupported commands.
283         Handle .SM and .SB.
285         * ext.c (regex_command): Use "%s" as text argument.
286         * user.c (debug_out): Likewise.
288         * win.c (key_name_conv_tab): Fix initialization.
290 2002-08-31  Pavel Roskin  <proski@gnu.org>
292         * help.c (show): Fix segfault on unterminated help files.
293         From David Martin <dmartina@excite.com>
295         * key.c (get_event): Reduce scope of select_set.  Don't check
296         mouse_enabled all the time, instead break out of the loop if it
297         becomes 0.
299         * main.c (do_nc): Make midnight_colors[] local to do_nc().
300         Initialize normal color - it's used by the tree.
301         * boxes.c (tree_box): Use standard dialog_colors.
302         * tree.c: Use NORMALC for normal entries.
304         * view.c (view): Avoid passing an uninitialized color array to
305         create_dlg() - pass NULL instead.
307 2002-08-30  Pavel Roskin  <proski@gnu.org>
309         * color.c: Define global array alarm_colors for the colors used
310         in the dialogs that should be most visible (error messages,
311         request to delete or overwrite).
312         (load_dialog_colors): Initialize alarm_colors.
313         * filegui.c: Use alarm_colors.
314         * wtools.c: Likewise.
315         * dlg.c (create_dlg): Make the color_set array constant.
317         * wtools.c (common_dialog_repaint): Use colors specific to the
318         current dialog, not fixed colors for "normal" dialogs.
319         * filegui.c (replace_callback): Eliminate, use
320         common_dialog_callback() instead.
322         * filegui.c (file_op_context_create_ui): Use
323         common_dialog_callback().  Set title to the operation name.
324         (op_win_callback): Remove, it's unused.
326 2002-08-27  Pavel Roskin  <proski@gnu.org>
328         * view.c: Make static whatever possible.
329         * view.h: Remove internal view routines.
331 2002-08-27  Andrew V. Samoilov  <sav@bcs.zp.ua>
333         * selcodepage.c (select_charset): Use snprintf instead of sprintf.
334         (do_select_codepage) [!HAVE_ICONV]: Remove.
336 2002-08-27  Pavel Roskin  <proski@gnu.org>
338         * charsets.c: Add disclaimer of warranty.
339         * filenot.c: Likewise.
340         * fileopctx.c: Likewise.
341         * mfmt.c: Likewise.
342         * selcodepage.c: Likewise.
343         * text.c: Likewise.
344         * textconf.c: Likewise.
346         * man2hlp.c (main): Factor error checks in fopen() and fclose(),
347         eliminate reuse of variables for different purposes, add more
348         comments.  Correctly process "\&" escape.
349         The last part is from David Martin <dmartina@excite.com>
351 2002-08-26  Pavel Roskin  <proski@gnu.org>
353         * main.c (init_xterm_support): Force xterm-style screen saving
354         and no mouse on "cygwin" terminal.
356 2002-08-25  Pavel Roskin  <proski@gnu.org>
358         * man2hlp.c: Change default from the English string for TOPICS,
359         to no heading.
361         * man2hlp.c (handle_command): Remove quotes from TOPIC.
363         * key.c (get_event): Check gpm_fd before using it in FD_SET.  If
364         gpm_fd is -1 (gpm has died), disable mouse support.
366         * key.c: Use the maximal file descriptor, not FD_SETSIZE in all
367         calls to select().
368         * subshell.c: Likewise.
369         From Pavel Tsekov <ptsekov@gmx.net>
371 2002-08-24  Pavel Roskin  <proski@gnu.org>
373         * user.c (expand_format): Remove support for error file in the
374         editor.
375         * utilunix.c (close_error_pipe): Fix the condition when nothing
376         needs to be dislayed.
378         * dlg.c (x_set_dialog_title): Force uniform spacing.
379         From Andrew Borodin <borodin@zarya-k.ru>
381         * utilunix.c (check_error_pipe): Check error_pipe[0], not
382         stdout.  From Pavel Tsekov <ptsekov@gmx.net>
384         * achown.c (chown_refresh): Use common_dialog_repaint().
386         * dlg.h (struct Dlg_head): Separate user flags and internal
387         flags.  Make "direction" a user flag.  Adjust all dependencies.
388         * dlg.c (run_dlg): Return ret_value.
390 2002-08-23  Pavel Roskin  <proski@gnu.org>
392         * text.c (default_edition_colors): Use more rxvt-friendly color
393         for dhotnormal.
395         * Makefile.am: Remove definition of CONFDIR, it's not used.
397 2002-08-22  Pavel Roskin  <proski@gnu.org>
399         * layout.c (print_vfs_message): Set normal color, don't use
400         random current attributes.
402         * dlg.h (struct Dlg_head): Eliminate "data" field, it duplicated
403         functionality of "title".
404         * wtools.c (query_callback): Use dialog_repaint().
405         (quick_callback): Use common_dialog_repaint().
407         * learn.c (learn_callback): Use common_dialog_repaint().
408         * achown.c (chl_callback): Likewise.
410         * dialog.h: Cleanup unused functions.
411         * dialog.c: Cleanup unused headers.
413         * dlg.h (struct Dlg_head): Fold fields "raw" and "has_menubar"
414         into one field "flags".  Adjust all dependencies.  Add new flag
415         DLG_COMPACT.
416         * wtools.c (dialog_repaint): Draw frame without spaces if
417         DLG_COMPACT flag is set.
418         * complete.c (complete_engine): Set DLG_COMPACT.
419         (query_callback): Use common_dialog_repaint().
421         * keys.h: Remove, include ...
422         * myslang.h: ... here.
423         * Makefile.am: Remove keys.h.
425         * dlg.h: Remove unused fields in struct Dlg_head.
426         * dlg.c: Adjust for the above.
428 2002-08-21  Pavel Roskin  <proski@gnu.org>
430         * dlg.h: Remove unused fields in struct Widget.
431         * dlg.c: Adjust for the above.
432         * layout.c: Likewise.
434         * cmd.c (info_cmd_no_menu): Toggle info screen.
435         (quick_cmd_no_menu): Toggle quick view.
437         * help.c (interactive_display): Always show button bar.
439         * widget.c (buttonbar_callback): Fix a bug that prevented the
440         last byte from being redrawn.
441         Reported by David Martin <dmartina@excite.com>
443         * layout.c (setup_panels): Make the button bar 0 lines high if
444         it's invisible, so that mouse click on the history button works
445         with invisible button bar.
447         * widget.c: Make more functions static.
449         * ext.c: (regex_check_type): Further split.  Restore caching
450         broken in the previous commit.
452         * ext.c (regex_command): Separate checking for "type/" into ...
453         (regex_check_type): ... this.
455         * global.h: Move include for rx.h and eregex.h here.
457         * learn.c (learn_button): Don't allow Tab to be learned.
459 2002-08-20  David Martin  <dmartina@excite.com>
461         * menu.c (create_menu): Get help node as an argument.
462         * main.c: Use new create_menu() interface.
464 2002-08-20  Pavel Roskin  <proski@gnu.org>
466         * man2hlp.c: Don't redirect stdout.  Check result of ftell.
467         Drop support for invocation with 2 arguments.
469 2002-08-19  Pavel Roskin  <proski@gnu.org>
471         * cons.handler.c (handle_console): Use _exit(), not exit() in
472         the child.
474         * main.c (handle_args): Set POPT_CONTEXT_NO_EXEC flag for
475         poptGetContext().
476         * popt.c: Call abort() in execCommand() - we should not execute
477         anything here.
479         * util.h: Remove unused and dangerous flags for my_system():
480         EXECUTE_TEMPFILE, EXECUTE_SETUID and EXECUTE_WAIT.
481         * utilunix.c: Corresponding adjustments.
482         * ext.c: Don't use EXECUTE_TEMPFILE, it has no effect.
484         * subshell.c (synchronize): Workaround for Cygwin (should not be
485         needed for the next version) - remove SIGCHLD blocking from
486         old_mask.
488         * dlg.h: Remove all unused flags for create_dlg().  Adjust all
489         dependencies.
491         * cmd.c (fishlink_cmd): Implement user interface for FiSH.
492         * main.c: Add it to the menu.
494         * help.c (help_follow_link): Made static.
496 2002-08-18  Pavel Roskin  <proski@gnu.org>
498         * subshell.c (synchronize): Discard all remaining data from
499         stdin to the subshell.
501         * subshell.c (exit_subshell) [AIX_TCSH_CODE_BELOW_IS_IT_FIXED]:
502         Remove.  Nobody has fixed this code for years.
504         * main.h [USE_INTERNAL_EDIT]: Don't include declarations from
505         edit.h.
506         * setup.c [USE_INTERNAL_EDIT]: Include edit.h.
508         * boxes.h: Remove user_format.
509         * boxes.c: Make more variables static, remove all extern
510         declarations.
511         * setup.c: Remove some extern declarations.
513         * mountlist.h: Move some internals ...
514         * mountlist.c: ... here.
516         * main.c: Remove extremely unsafe and poorly designed support
517         for /tmp/mc.$PID.control file.
518         * util.c (my_putenv): Remove, it's unused now.
520         * panel.h (struct format_e): Make string_fn return const char *.
521         Adjust all dependencies.
522         * screen.c (string_file_mtime): Return empty string for "..".
523         (string_file_atime): Likewise.
524         (string_file_ctime): Likewise.
526         * view.c (display): Use enum for boldflag values.  Fix cursor
527         highlighting for the ASCII part of the hex editor.
529         * layout.c (init_curses) [!HAVE_SLANG]: Add support for
530         stickchars - fill acs_map[] with ASCII approximations.
531         * main.c [!HAVE_SLANG]: Enable --stickchars (-a) for ncurses.
533 2002-08-16  Pavel Roskin  <proski@gnu.org>
535         * setup.c: New variable global_profile_name to hold full name of
536         mc.lib.
537         (load_setup): Calculate global_profile_name.
538         (done_setup): Free global_profile_name.
539         (load_key_defs): Use global_profile_name.
540         * treestore.c (should_skip_directory): Likewise.
542         * man2hlp.c: Implement persistent fread and fwrite to make sure
543         that all output is read and written.
545 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
547         * help.c (show): Cast *paint_start to unsigned char to display
548         Cyrillic with ncurses.
549         [HAS_ACS_AS_PCCHARS] (acs2pc_table): Make const.
551         * user.c (expand_format): Cast the argument to functions
552         for character classification to unsigned int.
553         (execute_menu_command): Likewise.
555 2002-08-15  Pavel Roskin  <proski@gnu.org>
557         * treestore.c (tree_store_remove_entry): Don't use ts.check_name
558         and don't check it.
560         * treestore.c: Remove unused code, reformat.
561         * treestore.h: Remove unused declarations.
563         * fs.h (compute_namelen): New inline function to take care of
564         the d_namlen field if and only if it's needed.
566         * screen.c (string_file_name): Replace non-printable characters
567         with question marks.
569         * subshell.c (read_subshell_prompt): Remove argument "how", it's
570         never set to VISIBLY.  Adjust all dependencies.  Eliminate hack
571         with "clear_now" - it causes invalid memory access and hides the
572         real problem.
573         * util.c (strip_ctrl_codes): Fix possible invalid memory access
574         if the escape sequence ends unexpectedly.
576 2002-08-14  Pavel Roskin  <proski@gnu.org>
578         * dir.c (do_load_dir): Fix leaking of file descriptors - always
579         call mc_closedir() before return.
581         * main.c (do_execute) [!HAVE_SUBSHELL_SUPPORT]: Compile fix.
583         * view.c (display): Use only declared color pairs to fix hex
584         editor appearance with ncurses.  Eliminate some useless defines.
586 2002-08-10  Pavel Roskin  <proski@gnu.org>
588         * key.c (delete_select_channel): Avoid using freed memory.
590 2002-08-09  Pavel Roskin  <proski@gnu.org>
592         * ext.c (exec_extension): Eliminate unused argument.
593         (regex_command): Remove support for user actions.  Return int.
594         Adjust all dependencies.
596         * ext.c (exec_extension): Make static.  Remove support for Drop,
597         Title and Icon actions.  Adjust all dependencies.
599         * main.c (sigchld_handler_no_subshell) [linux]: SIGTSTP is
600         always defined on Linux.
601         * subshell.c (sigchld_handler): No need to use SIGTSTP
602         explicitly when we really care about SIGCONT.
604         * ncurses.patch: Remove, it's obsolete.
605         * Makefile.am: Remove ncurses.patch.
607 2002-08-04  Pavel Roskin  <proski@gnu.org>
609         * subshell.c: Assume that SIGTSTP and SIGCONT are always
610         defined.  This is now checked in configure.  Otherwise
611         synchronize() would hang until subshell exits.
613 2002-08-01  Pavel Roskin  <proski@gnu.org>
615         * charsets.c: Unconditionally enable finalization code that was
616         only used with HAVE_MAD.
617         * color.c: Likewise.
618         * color.h: Likewise.
619         * key.c: Likewise.
620         * main.c: Likewise.
621         * slint.c: Likewise.
622         * subshell.c (exit_subshell): Free subshell_prompt.
624         * mad.c: Remove.
625         * mad.h: Likewise.
626         * Makefile.am (SRCS): Remove mad.c and mad.h.
627         * cmd.c: Remove references to MAD.
628         * main.c: Likewise.
629         * dlg.c: Use inline, not INLINE.
630         * hotlist.c: Likewise.
631         * menu.c: Likewise.
632         * global.h: Don't include mad.h.
634 2002-07-31  Andrew V. Samoilov  <kai@cmail.ru>
636         * man2hlp.c (main): Don't use freed structure member.
638         * ext.c (regex_command): Don't check same condition twice.
639         (exec_extension): Comment out useless loop.
640         * key.h (key_code_name_t): Typedef const.
642 2002-07-30  Pavel Roskin  <proski@gnu.org>
644         * man2hlp.c (main): Use only stream I/O.  Fix checks for error
645         conditions.  Reformat the whole file.
647         * man2hlp.c: Avoid the need to use gindex.pl.
648         From Andrew V. Samoilov <sav@bcs.zp.ua>
649         * Makefile.am: Use man2hlp directly.
650         (EXTRA_DIST): Remove gindex.pl.
651         * gindex.pl: Remove.
653         * ext.c (regex_command): Additional check to prevent reading
654         unallocated memory when matching "shell/".  Found by Valgrind.
656 2002-07-29  Pavel Roskin  <proski@gnu.org>
658         * setup.c: Eliminate all PORT* macros.
659         * screen.c: Likewise.
661         * subshell.c (feed_subshell): Reading 0 bytes in a channel with
662         FD_ISSET being set is a sign of something being wrong - exit
663         immediately.  Observed when mc is run under su in xterm and
664         xterm is closed while the subshell is running.
665         Reported by Vlad Harchev <hvv@hippo.ru>
667         * color.h: Replace PORT_COLOR macro with BEST_COLOR, which uses
668         MY_COLOR_PAIR.
670         * util.c: Remove unused functions.
671         * utilunix.c: Likewise.
672         * util.h: Update to match.
674         * cons.saver.c: Use SEEK_SET instead of 0 in lseek().
675         * view.c: Likewise.
677         * main.c (do_execute): Add newline after "Press any key to
678         continue".
680         * cons.saver.c: Eliminate some global variables.  Further
681         cleanup.  Make sure that console_fd is always closed.
683 2002-07-28  Pavel Roskin  <proski@gnu.org>
685         * cons.saver.c: Remove support for Linux kernels before 2.0.
686         Massive cleanup.
687         (send_contents): Remove incorrect optimization - restore even
688         empty lines because they may be touched by the viewer.
689         From Denis Vlasenko <vda_unique@iname.com>
691 2002-07-26  Pavel Roskin  <proski@gnu.org>
693         * utilunix.c (canonicalize_pathname): Don't extend empty path
694         to "." - it can corrupt memory.
696         * cmd.c (copymove_cmd_with_default): Remove, it's unused.
697         (copy_cmd_local): New function, copy within panel.
698         (ren_cmd_local): New function, rename within panel.
699         * cmd.h: Adjust to match.
700         * screen.c (panel_keymap): Associate F15 with copy_cmd_local and
701         F16 with ren_cmd_local.
703         * view.c (display): Don't highlight characters as bold if the
704         character before the backspace was different.
705         From Roland Illig <roland.illig@gmx.de>
707 2002-07-25  Andrew V. Samoilov  <kai@cmail.ru>
709         * wtools.c (message): Fix possible buffer overflow.
711         * slint.c [HAVE_MAD] (dealloc_color_pairs): Move ...
712         * color.c [HAVE_MAD]: ... here and make accessible from
713         other files to fix compilation.
714         * color.h [HAVE_MAD]: Declare dealloc_color_pairs.
716 2002-07-20  Pavel Roskin  <proski@gnu.org>
718         * screen.c (panel_callback): Revert last change, it has bad side
719         effects on the subshell.
721 2002-07-19  Pavel Roskin  <proski@gnu.org>
723         * dlg.c: Eliminate all useless x_* functions.
724         * dlg.h: Likewise.
725         * panel.h: Likewise.
726         * textconf.h: Likewise.
727         * view.c: Likewise.
728         * view.h: Likewise.
729         * widget.c: Likewise.
730         * main.c: Remove panel_update_marks(). Move try_to_select() ...
731         * screen.c: ... here.  Eliminate x_* functions.
732         * main.h: Remove panel_update_marks().
734         * screen.c (panel_callback): Only change directory on
735         WIDGET_FOCUS if current_panel changes.
737         * main.c (handle_args): Don't call mc_get_current_wd().
739         * main.c (directory_history_list): Report error if cannot change
740         directory.
742 2002-07-16  Pavel Roskin  <proski@gnu.org>
744         * main.c (do_execute): Don't ask to press any key when the shell
745         is running a command - the user has already pressed Ctrl-O.
747 2002-07-15  Pavel Roskin  <proski@gnu.org>
749         * slint.c: Eliminate hardcoded color terminals.  Most users no
750         longer need this hack, and those who do have color_terminals
751         option in the config file.
753 2002-07-14  Pavel Roskin  <proski@gnu.org>
755         * color.c [USE_NCURSES]: Eliminate division by COLOR, it's 0 in
756         black and white mode.
758         * slint.c: Move functions for allocating color pairs ...
759         * color.c: ... here.  Implement ncurses equivalents.  Rename
760         init_pair() to mc_init_pair() and keep tack of max_index with
761         ncurses.  Adjust all dependencies.
763         * mem.h: Clean up obsolete definitions, incorporate into ...
764         * global.h: ... this.
765         * Makefile.am: Remove mem.h.
767 2002-07-13  Pavel Roskin  <proski@gnu.org>
769         * Makefile.am (AM_CPPFLAGS): Remove REGEX_MALLOC, it's now in
770         configure.in.
772         * tty.h: Use standard autoconf defines to determine which
773         ncurses header to include.  Eliminate RENAMED_NCURSES.
775 2002-07-10  Pavel Roskin  <proski@gnu.org>
777         * utilunix.c: Cast argument for GUINT_TO_POINTER to int to fix
778         warnings on Cygwin.
780         * subshell.c: ioctl() doesn't set errno - don't use perror() to
781         report failures.  Use fprintf() instead, ignore errors from
782         TIOCSWINSZ.
783         (resize_tty): New function - code common for resize_subshell()
784         and init_subshell_child().
786         * global.h: Include vfs.h.
787         * boxes.c (configure_vfs): Ask whether .netrc should be used.
788         From Thomas Zajic <zlatko@gmx.at>
790 2002-07-03  Pavel Roskin  <proski@gnu.org>
792         * file.c (do_transform_source): Cast the argument to functions
793         for character classification to unsigned int.
794         * main.c (handle_args): Likewise.
795         * util.c (size_trunc_sep): Likewise.
796         (skip_numbers): Likewise.
798         * subshell.c (sigchld_handler): Remove subshell_pty from the
799         channel list if the subshell has died.
801 2002-07-03  Andrew V. Samoilov  <kai@cmail.ru>
803         * mad.[ch] [__GNUC__] (mad_strconcat): Use macro varargs.
804         (mad_strdup_printf): Likewise.
805         (mad_strdup_vprintf): Likewise.
806         * main.c [HAVE_MAD] (main): Release this_dir and other_dir.
808 2002-07-03  Pavel Roskin  <proski@gnu.org>
810         * main.c (stop_dialogs): New function to stop all dialogs.
811         (quit_cmd_internal): Use stop_dialogs() instead of stopping
812         midnight_dlg only.  This fixes exit from the shell invoked from
813         the internal viewer or editor.
815         * cmd.c (view_other_cmd): Shut down extra select channels before
816         switching to the shell.  Restore them afterwards, but not if
817         quit was requested.  Skip more code on quit.
819 2002-07-02  Pavel Roskin  <proski@gnu.org>
821         * util.c: Eliminate get_small_endian_long() and CHECK macro.
823         * util.h: Rename compression types, add a type for uncompressed
824         files.
825         * util.c (is_gunzipable): Rename to ...
826         (get_compression_type): this.  Don't check archive length, since
827         it's unreliable if there is padding at the end of the file.
828         Eliminate prehistoric Linux workaround.  All callers adjusted.
830 2002-07-01  Andrew V. Samoilov  <kai@cmail.ru>
832         * utilunix.c (close_error_pipe): Use "%s" in message () to
833         prevent possible crash.
834         (check_error_pipe): Likewise.
836 2002-06-27  Pavel Roskin  <proski@gnu.org>
838         * screen.c (do_enter_on_file_entry): Process associations before
839         trying to execute the file.
841 2002-06-20  Pavel Roskin  <proski@gnu.org>
843         * dir.c (handle_dirent): Don't process ".." entries.
844         (handle_path): Likewise.
845         From Andrew V. Samoilov <kai@cmail.ru>
847 2002-06-13  Oskar Liljeblad  <oskar@osk.mine.nu>
849         * slint.c (has_colors): Don't reset SLtt_Use_Ansi_Colors to 0 if
850         force_colors is not set.  This fixes color on unknown terminals.
852 2002-06-13  Andrew V. Samoilov  <kai@cmail.ru>
854         * user.c (expand_format): Fix '%b' proccessing.
855         Handle '%k' as documented.
857 2002-05-30  Andrew V. Samoilov  <kai@cmail.ru>
859         * view.c (regexp_search): Don't call save_edit_changes
860         if there are no changes.
861         (save_edit_changes): Use messages from ../po/mc.pot.
863         * mad.c (mad_tempnam): Commented out to make linker happy.
864         * main.c [HAVE_MAD && !_OS_NT] (main): G_free mc_home.
866 2002-05-27  Andrew V. Samoilov  <kai@cmail.ru>
868         * view.c (save_edit_changes): Handle errors.
869         (do_view_init): Don't open and check file type
870         if _command is not null or _file is empty string.
872 2002-05-22  Pavel Roskin  <proski@gnu.org>
874         * Makefile.am: doc/mc.1 is in top_builddir, not in top_srcdir.
876 2002-05-15  Andrew V. Samoilov  <kai@cmail.ru>
878         * view.c (do_view_init): Close fd if it is unused.
880 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
882         * Makefile.am (VFSLIB): Add ../vfs/samba/libsamba.a
883         if USE_SAMBA_FS is true.
885 2002-05-07  Pavel Roskin  <proski@gnu.org>
887         * hotlist.c (hotlist_button_callback): Don't process B_REMOVE
888         for VFS list - it would crash.
889         From Andrey Panov <pav@metib.ru>
891 2002-04-19  Andrew V. Samoilov  <kai@cmail.ru>
893         * main.c [!WITH_MCFS] (PanelMenu): Eliminate mcfs related entry.
894         (RightMenu): Likewise.
895         * textconf.c (features): Likewise.
896         * cmd.c (netlink_cmd) [!WITH_MCFS]: Eliminate.
898 2002-04-03  Pavel Roskin  <proski@gnu.org>
900         * Makefile: mc.hlp should be in MAINTAINERCLEANFILES, not in
901         CLEANFILES, because "make clean" should not make the source
902         directory useless on systems without Perl.
904 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
906         * eregex.h [!USE_INCLUDED_REGEX]: Include <regex.h>.
907         * regex.c: Compile only if USE_INCLUDED_REGEX is defined.
909 2002-03-25  Andrew V. Samoilov  <kai@cmail.ru>
911         * complete.c (insert_text): Fix buffer overflow.
913         * cmd.[ch] [USE_INTERNAL_EDIT] (edit_syntax_cmd:) New dialog
914         to edit Syntax Highlighting definitions file.
915         * main.c (CmdMenu) [USE_INTERNAL_EDIT]: Add 'Syntax file edit'
916         entry.
917         (process_args): Print mc's library directory to stdout.
919 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
921         * man2hlp.c (handle_command): Handle backslash quoting
922         for .I and .B
923         (handle_link): Strip .B and .I
924         * gindex.pl: Use fifth argument as man2hlp location.
926 2002-03-20  Andrew V. Samoilov  <kai@cmail.ru>
928         * man2hlp.c (handle_command): Handle '.\"TOPICS' comment.
929         Use it for translated 'Topics:' message.
930         * gindex.pl: Use first line of man2hlp output as
931         translated 'Topics:' message if fourth argument
932         is empty string.
933         * Makefile.am (mc.hlp.ru): Use empty string as gindex.pl's
934         fourth argument.
936         * textconf.c (version): Write to stdout.
937         * main.c (print_mc_usage): Add "stream" parameter to specify
938         file stream.
939         (process_args): Use print_mc_usage() with stdout as stream.
940         (handle_args): Use print_mc_usage() with stderr as stream.
941         (print_color_usage): Write to stdout.
943 2002-03-18  Pavel Roskin  <proski@gnu.org>
945         * eregex.h: Update from glibc-2.2.5.
946         * regex.c: Likewise.
947         * find.c: Use eregex.h, not regex.h.
948         * util.c: Likewise.
949         * view.c: Likewise.
950         From Alexander Varakin <avarakin00@hotmail.com>
952         * find.c (find_parameters): Invert condition when find is case
953         sensitive.
955 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
957         * Makefile.am (mc.hlp.ru): Use mc.1 instead of mc.1.in.
958         (mc.hlp): Likewise.
960         * file.c (copy_file_file): Chmod destination only if
961         ctx->preserve is on.  Eliminate gotos.
963 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
965         * Makefile.am (mc.hlp.ru): New rule to compile translated
966         help file.
967         (mclib_DATA): Add mc.hlp.ru.
968         (EXTRA_DIST): Likewise.
970         * gindex.pl: Add optional 4th argument for translated
971         Content section name.
973 2002-02-28  Andrew V. Samoilov  <kai@cmail.ru>
975         * mad.c: Make mem_areas dynamically growing.
976         (mad_init): Allocate memory for mem_areas.
977         (mad_alloc): Grow mem_areas if it is exhausted.
979         * filegui.c (file_mask_dialog): Enable 'follow Links'
980         and 'preserve Attributes' features in Move dialog.
981         (file_bps_show): Translate messages.
982         (file_eta_show): Likewise.
984         * man2hlp.c (main): Don't crash if called without argument(s).
985         Make buffer char pointer.
986         (handle_command): Handle '.\"NODE' comment.  Use it for
987         nodename in translated manual pages.
989         * gindex.pl: Use [nodename] as user visible section name
990         only if next line is empty.  Elsewhere use this nonempty line.
992         * find.c (find_parameters): Compile content_pattern here.
993         Inform user about malformed regular expression.
994         (search_content): Use compiled regular expression.
995         (do_find): Eliminate `done'.  Call regfree for compiled
996         content_pattern.
998 2002-02-24  Pavel Roskin  <proski@gnu.org>
1000         * chown.c (chown_cmd): Use size_trunc_len() to show the file
1001         size.  Eliminate c_fsize, which wasn't properly initialized.
1003 2002-02-22  Pavel Roskin  <proski@gnu.org>
1005         * man2hlp.c (string_len): Don't exclude characters with codes
1006         above 128 from the string length.
1008 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
1010         * ext.c (exec_extension): Use "#! /bin/sh".
1012 2002-02-20  Pavel Roskin  <proski@gnu.org>
1014         * background.c (background_attention): Cast pointer to long
1015         instead of int because it's unsafe of 64-bit systems.
1016         * main.c (init_xterm_support): Likewise.
1018 2002-02-18  Pavel Roskin  <proski@gnu.org>
1020         * utilunix.c (canonicalize_pathname) [__QNX__]: Fix detection
1021         of Qnet names.  Disable support of Qnet names under QNX Netrino.
1022         Reported by Maurizio Rossi <MRossi@system-group.it>
1024         * global.h: Include unix.h under "classical" QNX.
1025         * subshell.c: Don't include unix.h.
1026         * utilunix.c: Likewise.
1028 2002-02-07  Andrew V. Samoilov  <kai@cmail.ru>
1030         * main.c (update_one_panel_widget): Call ftpfs_flushdir().
1032 2002-02-05  Pavel Roskin  <proski@gnu.org>
1034         * key.c [USE_NCURSES] (get_key_code): Ignore KEY_RESIZE.
1035         * layout.c [USE_NCURSES] (flag_winch): Don't call
1036         low_level_change_screen_size() from signal handler.
1037         From Thomas Dickey <dickey@herndon4.his.com>
1039         * screen.c (format_file): Add a new parameter (size of the
1040         output buffer) to prevent buffer overflow on very wide
1041         terminals.
1042         From Thomas Dickey <dickey@herndon4.his.com>
1044 2002-02-04  Andrew V. Samoilov  <kai@cmail.ru>
1046         * util.c [!HAVE_TRUNCATE] (truncate): Close fd if my_ftruncate
1047         fails.
1049         * util.c [HAVE_CHARSET] (is_printable): Eliminate printable.
1050         * setup.c [HAVE_CHARSET] (load_setup): Don't use
1051         init_printable_table.
1053         * charsets.h: Don't declare init_printable_table ().
1054         * charset.c (printable): Removed.
1055         (init_printable_table): Removed.
1057 2002-01-30  Andrew V. Samoilov  <kai@cmail.ru>
1059         * file.c (recursive_erase): Use mc_closedir() if mc_lstat()
1060         fails.  Eliminate goto.
1061         (erase_dir): Eliminate goto.
1062         (erase_dir_iff_empty): Likewise.
1064 2002-01-29  Andrew V. Samoilov  <kai@cmail.ru>
1066         * dir.c (handle_dirent): Use MSG_ERROR.
1067         * charsets.c (translate_character): Use ICONV_CONST.
1069 2002-01-22  Pavel Roskin  <proski@gnu.org>
1071         * screen.c: Don't try to paint anything if width is 0 or less.
1072         Reported by Pawel Sakowski <pawel@sakowski.eu.org>
1074         * screen.c: Make functions static whenever possible.  Remove
1075         unused functions.
1076         * panel.h: Remove corresponding declarations.
1078 2002-01-21  Pavel Roskin  <proski@gnu.org>
1080         * util.c: Move replacements for permission bits ...
1081         * fs.h: ... here.  Add more replacements.
1082         * global.h: Include direct.h only with MSVC.
1084         * main.c: Include "drive.h", not <drive.h>, do it after panel.h.
1085         Use _OS_NT as the condition for including drive.h.
1086         * screen.c: Use _OS_NT as the condition for including drive.h.
1088         * global.h [_OS_NT]: Include io.h, direct.h and windows.h.
1089         Don't redefine struct timeval.
1091         * fs.h [_MSC_VER]: Use dirent provided by glib.
1093         * global.h [!HAVE_SYS_TIME_H]: Provide a replacement for struct
1094         timeval.
1096         * findme.c: Respect HAVE_UNISTD_H.
1097         * popt.c: Likewise.
1099         * global.h: Fallback to sys/utime.h if utime.h is missing.
1101         * global.h: Provide fallbacks for getuid(), getgid(), geteuid()
1102         and getegid().
1103         * fs.h: Fully trust HAVE_DIRENT_H.
1104         * complete.c: Don't include dirent.h directly, fs.h takes care
1105         of it.
1106         * file.c: Likewise.
1107         * filegui.c: Likewise.
1108         * main.c: Likewise.
1109         * treestore.c: Likewise.
1111         * global.h [!__GNUC__]: Define __attribute__ with one argument.
1113 2002-01-20  Pavel Roskin  <proski@gnu.org>
1115         * screen.c (string_file_size): Translate "UP--DIR".
1116         (string_file_size_brief): Translate "SUB-DIR" and "SYMLINK".
1118         * dir.c (add_dotdot_to_list): Don't use costly stat() - just put
1119         realistic (i.e. bogus) data to the list.
1121         * screen.c (string_file_size): Don't display size of ".." - it
1122         may take too much time to calculate it on VFS.  Show "UP--DIR"
1123         instead.
1124         (string_file_size_brief): Remove ".." handling - it's now done
1125         in string_file_size().  Show "SUB-DIR" for links to directories,
1126         "SYMLINK" for other links.
1128 2002-01-17  Pavel Roskin  <proski@gnu.org>
1130         * cmd.c: Remove OS/2 specific code.
1131         * file.c: Likewise.
1132         * main.c: Likewise.
1134         * main.h: Remove dead declarations.
1135         * setup.c: Remove defunct extension alignment support.
1136         * util.c: Likewise.
1137         * util.h: Likewise.
1139         * main.c: Remove unused toggle_* functions.
1141         * dir.c: Show backups by default.
1143 2002-01-15  Andrew V. Samoilov  <kai@cmail.ru>
1145         * file.c (copy_dir_dir): Check the destination is a directory
1146         if it exists. Reported by Thomas <metaf4@pseudonym.org>.
1148 2002-01-09  Andrew V. Samoilov  <kai@cmail.ru>
1150         * util.c (string_perm) [S_IFDOOR]: Support Solaris doors.
1151         * screen.c (string_file_type) [S_IFDOOR]: Likewise.
1153 2001-12-21  Pavel Roskin  <proski@gnu.org>
1155         * hotlist.c (hotlist_callback): Recognize "delete" key.
1157         * myslang.h [!HAVE_SYSTEM_SLANG]: Include slang/slang-mc.h to
1158         simplify includes.
1159         [HAVE_SYSTEM_SLANG]: Use angle brackets for slang.h.
1161         * myslang.h [!HAVE_SYSTEM_SLANG]: Include slang-mc.h directly
1162         to avoid relying on symlinks.
1164 2001-12-18  Pavel Roskin  <proski@gnu.org>
1166         * utilunix.c (init_groups): Don't return prematurely if the
1167         primary group cannot be found (it can happen on Cygwin).
1169 2001-12-10  Pavel Roskin  <proski@gnu.org>
1171         * dir.c (do_reload_dir): Hash-table added.
1172         From Björn Eriksson <mdeans@algonet.se>
1174 2001-12-03  Pavel Roskin  <proski@gnu.org>
1176         * dir.c (do_reload_dir): Optimize the logic - count the marks
1177         and only match new entries against old entries if at least one
1178         mark has not been transferred.
1179         From Björn Eriksson <mdeans@algonet.se>
1181 2001-11-29  Pavel Roskin  <proski@gnu.org>
1183         * main.c (midnight_callback): Implement "auto menus".
1185         * layout.c: Make more variables static.
1187         * cons.saver.c: Define LINUX_CONS_SAVER_C so that some parts
1188         of cons.saver.h can be omitted.
1189         * cons.saver.h: Declare nothing but constants if
1190         LINUX_CONS_SAVER_C is defined.
1192 2001-11-14  Pavel Roskin  <proski@gnu.org>
1194         Fully eliminate all references to HAVE_X and HAVE_GNOME.
1196         * dir.c (do_sort): Correctly handle the case when there is no
1197         ".." entry (i.e. panelized mode).
1199 2001-11-14  Andrew V. Samoilov  <kai@cmail.ru>
1201         * view.c (do_view_init): Make sure _file is not
1202         an empty string before mc_stat and mc_open.
1203         Memory leak fixed.
1205 2001-11-14  Pavel Roskin  <proski@gnu.org>
1207         * panelize.c (do_external_panelize): Re-sort the panel according
1208         to the current settings.
1210         * find.c (do_find): Re-sort the panel according to the current
1211         settings when doing panelizing.
1213         * dir.c (sort_type_to_name): Remove, it's unused in the text
1214         edition.
1215         (sort_name_to_type): Likewise.
1216         * dir.h: Adjust to match.
1218         * mouse.c: Add default cases to fix warnings with gcc-2.96.
1220 2001-11-12  Pavel Roskin  <proski@gnu.org>
1222         * main.c: Remove support for subshell debugging.  Firstly, it
1223         was broken.  Secondly, every developer should be able to add
1224         this code when needed.  Finally, there is no need to expose the
1225         option to the user and translate it into 30 languages.
1226         * subshell.h: Remove debug_subshell.
1227         * subshell.c: Likewise.
1229 2001-11-12  Andrew V. Samoilov  <kai@cmail.ru>
1231         * mad.h: Enable glib support.
1233         * mad.[ch] (mad_get_current_dir): New function to use instead
1234         of g_get_current_dir.
1235         (mad_tempnam): Add file and line parameters.
1236         (mad_alloc0): Make file parameter const.
1237         (mad_realloc): Likewise.
1238         (mad_strdup): Likewise.
1239         (mad_strndup): Likewise.
1240         (mad_free): Likewise.
1241         (mad_finalize): Likewise.
1243 2001-11-07  Andrew V. Samoilov  <kai@cmail.ru>
1245         * cmd.c (guess_message_value): Make val static const array.
1246         (smblink_cmd) [!WITH_SMBFS]: Eliminated.
1248         * dlg.c (add_widget): Check for what is not NULL
1249         before everything else.
1251         * slint.c (slang_reset_softkeys): Make display static const
1252         array.  Use sizeof (display) - 1 instead of strlen display.
1253         (color_terminals): Make static const array.
1254         (key_table): Make const.
1256         (dealloc_color_pairs) [HAVE_MAD]: New function.  Release
1257         memory allocated in try_alloc_color_pair.
1258         (slang_shutdown) [HAVE_MAD]: Call dealloc_color_pairs.
1259         (try_alloc_color_pair): Move struct c outside function.
1261 2001-10-29  Andrew V. Samoilov  <kai@cmail.ru>
1263         * charsets.c (load_codepages_list): Use glib memory allocation
1264         functions.
1265         (free_codepages_list) [HAVE_MAD]: New function to release
1266         memory allocated in load_codepages_list.
1267         * charsets.h: Declare free_codepages_list.
1269         * main.c [HAVE_CHARSET]: Include charsets.h.
1270         (main) [HAVE_MAD && HAVE_CHARSET]: Call free_codepages_list.
1271         (program_name): Commented out.
1273 2001-10-26  Andrew V. Samoilov  <kai@cmail.ru>
1275         * key.c (push_char): Fix buffer length calculation.
1276         By David Kaelbling <drk@sgi.com>.
1277         http://bugzilla.gnome.org/show_bug.cgi?id=60932
1279         (define_sequence): Likewise.
1280         (key_define_t): Add const declaration.
1282 2001-10-22  Pavel Roskin  <proski@gnu.org>
1284         * main.h: Declare view_one_file and edit_one_file.
1286 2001-10-22  Andrew V. Samoilov  <kai@cmail.ru>
1288         * dialog.h: Include global.h.
1289         (message): Specify __attribute__.
1291 2001-10-20  Pavel Roskin  <proski@gnu.org>
1293         * main.h (print_vfs_message): Specify __attribute__.
1295 2001-10-19  Pavel Roskin  <proski@gnu.org>
1297         * global.h: Define __attribute__ to an empty string for non-gcc
1298         compilers so that it's safe to use.
1300 2001-10-18  Pavel Roskin  <proski@gnu.org>
1302         * view.c (init_growing_view): Revert last change, it was wrong.
1303         (view_hook): Don't check that the file is regular - it's now
1304         done in do_view_init().  This fixes update problem in quick view
1305         when moving cursor from a regular file to a directory.
1307         * view.c (do_view_init): Only accept regular files.  Use stat(),
1308         not fstat() because open() would hang on pipes.  Avoid opening
1309         the file twice.
1310         (init_growing_view): Take file descriptor, not the filename.
1311         (load_view_file): Likewise.
1313 2001-10-01  Pavel Roskin  <proski@gnu.org>
1315         * boxes.c (tree): Rename to tree_box() to avoid confusion.
1316         Adjust all callers and headers.
1317         * main.c (tree_box): Rename to tree_box_cmd().
1319         * tree.c (set_navig_label): Get argument "tree".
1320         (set_navig_label): Likewise.  Adjust all callers.  Don't cast
1321         function tree() to (Widget *) - it's wrong and dangerous.
1323         * widget.h: Use type "buttonbarfn" more consistently.
1324         * widget.c: Likewise.
1326         * setup.c [!USE_VFS]: Warning fix.
1327         * hotlist.c [!USE_VFS]: Likewise.
1329         * tree.c (tree_navigation_flag): Should not be static.
1331         * screen.c (panel_format_modified): Use more portable cast.
1333         * fileopctx.h: Define new type mc_stat_fn.
1334         * filegui.c (file_mask_dialog): Cast mc_stat and mc_lstat to
1335         mc_stat_fn to prevent warnings without VFS support.
1336         * fileopctx.c (file_op_context_new): Likewise.
1338 2001-09-23  Andrew V. Samoilov  <kai@cmail.ru>
1340         * find.c: Include rx.h or regex.h
1341         (get_line_at): New function.  Returns malloc()ed null-terminated
1342         line from file file_fd.  Input is buffered in buf_size long
1343         buffer.
1344         (search_content): Don't use external egrep.
1345         Use get_line_at and regexp.
1347 2001-09-21  Pavel Roskin  <proski@gnu.org>
1349         * cmd.c: Change all "long" variables to "off_t" whenever they
1350         are used to store file sizes.
1351         * file.c: Likewise.
1352         * file.h: Likewise.
1353         * fileopctx.h: Likewise.
1354         * tree.c: Likewise.
1355         * filegui.c: Likewise.
1356         (show_bar): Take "double" arguments.  Normalize arguments of
1357         gauge_set_value() before converting them to "int".
1359 2001-09-17  Pavel Roskin  <proski@gnu.org>
1361         * mouse.h: Major cleanup and interface change.  init_mouse()
1362         should only be called once, disable_mouse() and enable_mouse()
1363         should be used later.  Distinguish between disabled and
1364         undetected mouse.  Remove debugging stuff.  Adjust all users.
1365         * mouse.c: Implementation of the above.
1366         * key.c: Don't use gpm_flag - check mouse_enabled instead.
1368 2001-09-15  Pavel Roskin  <proski@gnu.org>
1370         * view.c: Cleanup of preprocessor directives.
1371         * view.h: Likewise.
1372         * widget.c: Likewise.
1373         * widget.h: Likewise.
1375         * textconf.h: Get rid of all PORT_HAS_*.  Adjust all users.
1376         Continued eliminating GNOME code.
1378         * cmd.c: Clean up unused GNOME code and some ifdef's.
1379         * dlg.c: Likewise.
1380         * dlg.h: Likewise.
1381         * ext.c: Likewise.
1382         * setup.c: Likewise.
1384         * cmd.c (guess_message_value): Remove the argument.  Adjust all
1385         callers.
1387         * textconf.c (features): Remove "edition", minor fixes.
1388         (version): Don't report the current locale - it's meaningless,
1389         especially if ENABLE_NLS is not defined.
1391         * textconf.h: Remove status_using_ncurses - it's useless now.
1392         Adjust all users.  Call do_exit_ca_mode() and do_enter_ca_mode()
1393         even with ncurses.
1395         * main.c (init_xterm_support): Don't enable xterm_flag just
1396         because of "kmous" in terminfo.  Setiing this flag means much
1397         more than just mouse support.  Recognize terminals beginning
1398         with "rxvt" and set xterm_flag for them.
1400         * cmd.c (view_other_cmd): Don't check use_mouse_p before calling
1401         init_mouse() and shut_mouse(), since those functions decide
1402         themselves what to do.
1403         * layout.c (done_screen): Likewise.
1404         * main.c (setup_mc): Likewise.
1405         * text.c (edition_post_exec): Likewise.
1406         (edition_pre_exec): Likewise.
1408         * user.h: Fix location of the home editor menu.
1409         Reported by David Martin <dmartina@excite.es>
1411         * mouse.h: Export xmouse_seq.
1412         * mouse.c (init_mouse): Use xmouse_seq instead of hardcoded
1413         xterm mouse sequence.
1414         * main.c (setup_post): Join with setup_mc().
1415         (init_xterm_support): New function.  Check mouse capability.
1416         (OS_Setup): Remove parts that are now in init_xterm_support().
1418 2001-09-14  Pavel Roskin  <proski@gnu.org>
1420         * key.c (get_event): Recognize KEY_MOUSE, not just MCKEY_MOUSE.
1421         * mouse.c: Don't use or emulate keyok(), since MC understands
1422         KEY_MOUSE now.
1424 2001-09-11  Pavel Roskin  <proski@gnu.org>
1426         * cmd.c (check_for_default): Make accessible from other files.
1427         * cmd.h: Declare check_for_default().
1429 2001-09-10  Pavel Roskin  <proski@gnu.org>
1431         * layout.c: Use HAVE_TERMIOS_H and HAVE_SYS_IOCTL_H more
1432         consistently.
1433         * mouse.c: Likewise.
1434         * subshell.c: Likewise.
1435         * win.c: Likewise.
1436         * util.c: Remove unused includes.
1438         * Makefile.am (mc_LDADD): Don't use LSLANG and LGPM, since they
1439         are now included into MCLIBS.
1441         * Makefile.am (mc_LDADD): Use INTLLIBS provided by gettext
1442         instead of LINTL.
1444 2001-09-09  Pavel Roskin  <proski@gnu.org>
1446         * hotlist.c (load_hotlist): If cannot open hotlist, don't assume
1447         that it needs to be migrated and don't warn the user.
1449 2001-09-08  Pavel Roskin  <proski@gnu.org>
1451         * Makefile.am: Fix definitions of CONFDIR and LOCALEDIR.
1453         * subshell.c: Move definitions of WEXITSTATUS and WIFEXITED
1454         below all includes so that they can be defined elsewhere.
1456 2001-09-07  Pavel Roskin  <proski@gnu.org>
1458         * myslang.h: Specify arguments to function-like macros or remove
1459         them if they are unused.
1461         * main.c: Remove old debugging code.  Remove external function
1462         declarations.
1463         (menu_bar_event): Remove, it's unused.
1464         * main.h: Declare get_mc_lib_dir() and force_ugly_line_drawing.
1465         * layout.c: Remove all external declarations.
1467         * main.c (main): Call save_stop_handler() - it was ifdef'd out
1468         by error.
1470         * main.c: Remove all GNOME code.
1472         * cmd.c: No need to define "MIDNIGHT" before including vfs.h.
1474         * user.h: Remove all dirty tricks with "MIDNIGHT" - they are not
1475         needed anymore.
1477         * global.h: Include io.h, pwd.h, grp.h and utime.h.  Adjust all
1478         sources not to include them and to include global.h at the right
1479         place.
1481         * global.h: Include all time-related system includes, since
1482         it's non-trivial (order, conflicts) and is better handled in one
1483         place.
1485 2001-09-06  Pavel Roskin  <proski@gnu.org>
1487         * fsusage.c: Include sys/param.h before sys/mount.h - it's
1488         required on some systems.
1489         * mountlist.c: Likewise.
1490         From Timur Bakeyev <mc@bat.ru>
1492 2001-09-04  Pavel Roskin  <proski@gnu.org>
1494         * Makefile.am: Don't use substituted values directly.  Define
1495         CHARSET_SRC unconditionally.  Join SRCS and HDRS.
1497 2001-09-03  Pavel Roskin  <proski@gnu.org>
1499         * widget.c (label_new): Don't calculate dimensions of multiline
1500         labels, since they cannot be changed and msglen() is already
1501         used when the dialog is created.
1503         * Makefile.in: Converted to ...
1504         * Makefile.am: ... this.
1506         * slint.c: Make more data and function static.
1507         * key.h: Remove declarations that are now static.
1508         * myslang.h: Likewise.
1510         * x.h: Remove.  Adjust all users.  Make sure that global.h is
1511         included instead.  Don't include sys/param.h unconditionally -
1512         rely on global.h taking care of it.
1513         * Makefile.in: Remove x.h.
1515         * color.c: Remove unused code.
1516         * color.h: Likewise.
1518 2001-09-02  Pavel Roskin  <proski@gnu.org>
1520         * key.c: Remove support for BUGGY_CURSES.
1522         * tty.h: Remove support for old curses and GNOME.
1523         * global.h: Likewise.
1525         * widget.c (label_new): Set initial width of the widget based on
1526         the initial text.
1528         * view.c (hex_search): Don't use sscanf() to search for quoted
1529         strings - use strchr instead.
1531 2001-08-31 23:14:21  Timur Bakeyev  <mc@bat.ru>
1533         * utilunix.c: init_groups(), destroy_groups(), get_user_permissions()
1534         rewritten to use GTree structure and functions. Add new static helper
1535         functions mc_gid_compare() and mc_gid_destroy().
1537         * util.h: Removed deprecated structure user_in_groups.
1539         * screen.c: Fixed typo in format report error string.
1541 2001-08-31 23:14:21  Timur Bakeyev  <mc@bat.ru>
1543         * utilunix.c: get_user_rights() renamed into get_user_permissions().
1544         delete_groups() renamed into destroy_groups().
1545         * util.h: Likewise.
1546         * screen.c: Likewise.
1547         * main.c: Likewise.
1549 2001-08-27  Pavel Roskin  <proski@gnu.org>
1551         * cmd.c (dirsizes_cmd): Don't cast st_size to long - use off_t
1552         instead, since off_t can be longer.
1553         Reported by Radovan Bukoci <rado@autoparts.sk>
1555 2001-08-30  David Martin  <dmartina@excite.es>
1557         * info.c (info_show_info): Use size_trunc_len() instead of
1558         print_bytesize().  Don't assume English word ordering.  Add
1559         singular message when single block.
1560         * win.c (print_bytesize): Remove.
1561         (sprint_bytesize): Remove.
1562         * win.h: Remove print_bytesize() and sprint_bytesize().
1564         * util.c (size_trunc_len): Add units parameter.  Change all
1565         callers.
1567         * util.c (size_trunc_len): Print size values with some (little)
1568         sense for tiny and even wee lengths (i.e. squeezed X terminals).
1570         * info.c (info_show_info): Move comment line just before
1571         translatable message so it's shown in .po files to alert
1572         translators.  The message (translated) is used to set the start
1573         column (so the available width) for some "truncatable" strings.
1575 2001-08-27  Pavel Roskin  <proski@gnu.org>
1577         * key.c (learn_key): Turn off keypad to disable intepreting keys
1578         by ncurses.
1579         Reported by Frederic L. W. Meunier <fredlwm@pervalidus.net>
1581 2001-08-26  Pavel Roskin  <proski@gnu.org>
1583         * xcurses.c: Remove.
1584         * Makefile.in: Remove all references to xcurses.c.
1586 2001-08-24  Pavel Roskin  <proski@gnu.org>
1588         * user.h: Include "../edit/edit-widget.h", not
1589         "../gtkedit/edit-widget.h".
1591         * subshell.c: Use standard Autoconf symbols to determine whether
1592         to include <stropts.h> and <grp.h>.
1594 2001-08-23  Pavel Roskin  <proski@gnu.org>
1596         * subshell.c (feed_subshell): Don't wait forever after the first
1597         select() call if fail_on_error is true.  This alleviates hang
1598         with zsh on QNX Neutrino.
1600 2001-08-21  Pavel Roskin  <proski@gnu.org>
1602         * view.h: Declare view_dlg.
1603         * main.h: Declare edit_dlg.
1604         * layout.c (change_screen_size): Remove external declarations
1605         inside the function.
1607 2001-08-20  Pavel Roskin  <proski@gnu.org>
1609         * view.c (load_view_file) [!HAVE_MMAP]: Warning fix.
1611 2001-08-19  Pavel Roskin  <proski@gnu.org>
1613         * main.c (mc_maybe_editor_or_viewer) [!USE_INTERNAL_EDIT]:
1614         Reenable to make "mc -v" possible.
1615         (do_nc): Call mc_maybe_editor_or_viewer() even if the editor
1616         is not compiled in.
1617         (argument_table) [!USE_INTERNAL_EDIT]: Disable "-e".
1619 2001-08-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
1621         * view.c (view_handle_key) [HAVE_CHARSET]: Remove unneeded
1622         statements.
1624 2001-08-19  Pavel Roskin  <proski@gnu.org>
1626         * screen.c [HAVE_X]: Disable unused code.
1628         * fs.h: Correctly include <sys/param.h>.
1629         * x.h: Include "global.h".  Move all contents ...
1630         * global.h: Here.
1632         * regex.c (regex_compile): Warning fix for ambiguous else.
1634 2001-08-18  Pavel Roskin  <proski@gnu.org>
1636         * key.c (xmouse_get_event): Filter out GPM_UP events that don't
1637         follow a GPM_DOWN event.  Filter out events with unknown button
1638         numbers, such as mouse wheel events.
1639         (get_event): Return EV_NONE if xmouse_get_event() decided to
1640         ignore the event.
1642         * main.c (init_sigchld): Disable subshell if SIGCHLD handler
1643         cannot be installed.
1645         * x.h: Instead of undefining MIX and MAX after <gnome.h> make
1646         sure that <sys/param.h> is included before <gnome.h>.
1648 2001-08-17  Pavel Roskin  <proski@gnu.org>
1650         * key.c (mc_bindings) [linux]: Remove old hack - recognizing
1651         "\e[2~" on all terminals.
1653 2001-08-16  Pavel Roskin  <proski@gnu.org>
1655         * charsets.c (load_codepages_list): Print a warning if
1656         mc.charset cannot be opened.
1657         * setup.c (load_setup) [HAVE_CHARSET]: Remove all popup messages
1658         because it's to early to use them - ncurses would crash.
1660 2001-08-15  Pavel Roskin  <proski@gnu.org>
1662         * util.c (strip_ctrl_codes): Rewrite using pointers.  Fix
1663         stripping sequences beginning with "\e[".  Check is_printable().
1665         * man2hlp.c: Remove HTML support.  Remove old link support.
1666         Warning fixes.
1667         (print_string): Handle backslashes in verbatim mode too.
1669         * main.c (setup_pre) [HAVE_CHARSET]: Fix compilation with
1670         ncurses.
1672         * textconf.c (features): Fix interpretation of
1673         HAVE_SYSTEM_SLANG.
1674         From David Martin <dmartina@excite.es>
1676 2001-08-14  Pavel Roskin  <proski@gnu.org>
1678         * key.h (define_sequence): Change declaration to return int.
1679         * key.c (define_sequence): Return 1 on success, 0 on error.
1680         * learn.c (learn_button): Don't accept sequence if
1681         define_sequence() has failed.
1683 2001-08-12  Pavel Roskin  <proski@gnu.org>
1685         * learn.c (learn_save): Fix memory leak.
1687         * dir.c (string_sortcomp) [HAVE_STRCOLL]: Make static.
1689         * cmd.c (guess_message_value): Typo - replace "LC_MESSAGE" with
1690         "LC_MESSAGES".
1692         * dir.c (string_sortcomp) [HAVE_STRCOLL]: Always use strcmp()
1693         for case sensitive sort.  For case insensitive sort use
1694         strcoll() if it's case insensitive for ASCII and g_strcasecmp()
1695         otherwise.
1697 2001-08-11  Pavel Roskin  <proski@gnu.org>
1699         * achown.c (chown_advanced_cmd): Remove dead code.
1700         * chown.c (chown_cmd): Likewise.
1701         * chmod.c (chmod_cmd): Likewise.
1703         * charsets.c (load_codepages_list): Use concat_dir_and_file().
1705         * mad.h: Disable glib support - it doesn't work properly.
1707 2001-08-07  Pavel Roskin  <proski@gnu.org>
1709         * view.c: Warning fixes. Include "cmd.h". Rename help_cmd()
1710         to view_help_cmd().
1711         (view_handle_key) [HAVE_X]: Disable '!' and Ctrl-O.
1713         * main.c (do_execute): Don't show prompt if the command is empty
1714         and the subshell is not running.
1715         * view.c (view_handle_key): Add support for Ctrl-O in the viewer.
1716         Suggested by Walery Studennikov <despair@sama.ru>
1718 2001-08-06  Pavel Roskin  <proski@gnu.org>
1720         * boxes.c (display_init): Associate correct help topic.
1721         (sort_box): Likewise.
1722         (set_panel_filter): Likewise.
1723         * option.c (init_configure): Likewise.
1724         * menu.c (menubar_handle_key): Show help dependent on the active
1725         menu.
1727 2001-08-06  Andrew V. Samoilov  <kai@cmail.ru>
1729         * mad.c (mad_strdup): Return NULL if NULL is passed.
1731         * view.c (block_search): Return the position where the block was
1732         found as declared in comment.
1733         (hex_search): Don't increase pos, block_search returns now right
1734         position.
1736 2001-08-03  Andrew V. Samoilov  <kai@cmail.ru>
1738         * mad.[ch] (mad_check): Declare file parameter const.
1739         (mad_alloc): Likewise. Don't truncate it.
1740         (mad_abort): Declare message and file parameters const.
1742 2001-08-03  Pavel Roskin  <proski@gnu.org>
1744         * file.c: Warning fix.  Include global.h before other local
1745         includes.
1746         * filegui.c: Likewise.
1747         (fmd_init_i18n) [!ENABLE_NLS]: Completely disable.
1748         * i18n.h [!ENABLE_NLS]: Warning fix.
1749         * learn.c (init_learn): Move do_refresh() call immediately
1750         before cleate_dlg().  Warning fix.
1752 2001-07-31  Pavel Roskin  <proski@gnu.org>
1754         * Makefile.in: "install" now depends on "all".
1755         Reported by Walery Studennikov <despair@sama.ru>
1757 2001-07-31  Andrew V. Samoilov  <kai@cmail.ru>
1759         * util.c [!HAVE_X] (is_printable): Don't duplicate declarations from
1760         main.h.
1761         (load_file): Use fopen and fstat to prevent race conditions.
1762         (size_trunc): Make suffix const array.
1763         (strip_password): Make prefixes const array.
1764         (file_date): Make fmt auto variable.
1765         * color.c (color_table): Make constant array.
1766         * widget.[ch] (label_new): Make text parameter const.
1767         * menu.c (create_menu): Don't localize name, it is always done.
1768         * find.c (find_parameters): Fix hotkeys duplication.
1769         * complete.c (command_completion_function): Don't stop $PATH
1770         processing on empty entry. Interpret it as current directory.
1772 2001-07-31  Pavel Roskin  <proski@gnu.org>
1774         * charsets.c: Warning fixes.
1775         * charsets.h: Likewise.
1776         * selcodepage.c: Likewise.
1777         * selcodepage.h: Likewise.
1779         * Makefile.in: Move most logic around gindex.pl into gindex.pl.
1780         Don't use maintainer-only rules since mc.hlp won't be removed
1781         now if perl is missing or gindex.pl fails.
1782         * gindex.pl: Run man2hlp internally.  Use files given as
1783         arguments instead of stdin and stdout.
1785 2001-07-30  Pavel Roskin  <proski@gnu.org>
1787         * mad.c: Don't use g_calloc - it's missing in glib 1.2.x.
1788         * mad.h: Likewise.  Use mad_alloc0() to emulate calloc().
1790         * view.h: Simplify, respect WANT_WIDGETS setting.
1792 2001-07-28  Pavel Roskin  <proski@gnu.org>
1794         * view.c (view_ok_to_quit): Make global - it's needed for GMC.
1795         * view.h: Declare view_ok_to_quit().
1797 2001-07-27  Pavel Roskin  <proski@gnu.org>
1799         * util.c [!USE_VFS] (get_current_wd): Resurrect, this time using
1800         g_get_current_dir().
1802         * background.h: Remove WITH_BACKGROUND, it's now in extraconf.h.
1803         * background.c: Use WITH_BACKGROUND instead of USE_NETCODE.
1805         * util.c (mc_mkstemps): Don't prepend $TMPDIR if prefix contains
1806         path separator.
1808 2001-07-26  Pavel Roskin  <proski@gnu.org>
1810         * cmd.c (do_link): Append filename to the default symlink
1811         target.  Don't add path separator if there is no listing on
1812         the other panel.  Avoid using fixed size buffers.
1813         From Max Schedriviy <max@tavrida.net>
1815         * main.c [HAVE_X]: Disable eight_bit_clean and full_eight_bits.
1816         * util.c (is_printable) [HAVE_X]: Simplify.
1818 2001-07-25  Pavel Roskin  <proski@gnu.org>
1820         * cmd.c (do_link): Simplify.  Don't silently exit if the source
1821         file is not regular - let user see the error if any.
1823 2001-07-24  Pavel Roskin  <proski@gnu.org>
1825         * achown.c (ch_perm): Make constant array.
1826         (chown_info_update): Use set_perm_by_flags(), not set_perm().
1827         (set_perm): Remove.
1829         * achown.c: Make all global variables static.  Fix help.
1830         * complete.c: Likewise.
1831         * chmod.c: Make all global variables static.
1832         * chown.c: Likewise.
1833         * chmod.h: Remove all variables.
1835 2001-07-23  Pavel Roskin  <proski@gnu.org>
1837         * user.c: Eliminate static variable s_editwidget.  Pass
1838         edit_widget as argument.  All callers changed.
1839         (expand_format): Fix expansion of %n and %b for the editor.
1840         * util.c: Remove dead code.
1842         * setup.c (load_keys_from_section): Give terminal-specific
1843         settings preference over settings from [terminal:general].
1845 2001-07-22  Pavel Roskin  <proski@gnu.org>
1847         * setup.c (load_keys_from_section): Give ~/.mc/ini preference
1848         over mc.lib.
1850 2001-07-20  Pavel Roskin  <proski@gnu.org>
1852         * dlg.c: Remove dependency on definitions in gconf.h.
1854         * widget.c (input_callback) [HAVE_X]: Disable Ctrl-q - it
1855         doesn't work.
1857         * file.c (panel_get_file): Use g_assert_not_reached().
1858         * key.c (xgetch_second): Make static.
1860 2001-07-19  Pavel Roskin  <proski@gnu.org>
1862         * user.c (check_format_view): Match "unform" instead of
1863         "unformated" because some users may spell this word correctly.
1865 2001-07-17  Pavel Roskin  <proski@gnu.org>
1867         * util.c (get_current_wd): Remove.  It's obsoleted by
1868         g_get_current_dir() from glib.
1870         * ext.c (exec_extension): Add the `rm' command to the end of
1871         temporary scripts so that they erase themselves.
1873         * util.c (mc_mkstemps): Always use "unsigned long" for enthropy,
1874         since gcc-2.7.2.1 on SunOS doesn't understand __extension__ and
1875         checking for "long long" is not worth the trouble.
1876         Reported by David Martin <dmartina@excite.es>
1878 2001-07-16  Pavel Roskin  <proski@gnu.org>
1880         * utilunix.c (mc_doublepopen): Use _exit() instead of exit()
1881         and don't close any unrelated file descriptors.  Explicitly
1882         close inhandle.
1884 2001-07-15  Pavel Roskin  <proski@gnu.org>
1886         * mad.h: Include stdio.h to prevent redefining mad_tempnam().
1887         * main.c [HAVE_X && HAVE_MAD]: Don't call done_key().
1889         * dlg.h: Remove declarations of non-existent functions.
1890         [HAVE_X]: Disable color constants - they shouldn't be used.
1892         * boxes.c [WITH_SMBFS] (vfs_smb_get_authinfo): Copied from
1893         vfs/smbfs.c, function authinfo_get_authinfo_from_user().
1895         * cmd.c [HAVE_X]: Disable source routing dialog and panel
1896         comparison.
1897         * main.c (ctl_x_map): Simplify preprocessor directives.
1899 2001-07-14  Pavel Roskin  <proski@gnu.org>
1901         * screen.c (panel_keymap) [HAVE_X]: Disable Alt-H - it's not
1902         implemented properly for GNOME.
1903         * main.c (directory_history_list) [HAVE_X]: Disable.
1905         * panelize.c [HAVE_X]: Disable unused code.
1907         * main.c [HAVE_X]: Disable Ctrl-X sequences.
1909         * find.c: Remove code unused in the text edition.
1911         * main.c [HAVE_X]: Eliminate setup_post() and partly done_mc().
1913         * utilunix.c (uid_cache): Make static.
1914         (gid_cache): Likewise.
1915         (init_uid_gid_cache): Remove.
1916         * main.c (setup_post): Don't call init_uid_gid_cache().
1918         * main.c (default_map) [HAVE_X]: Disable Alt-T.
1919         * cmd.c [HAVE_X]: Eliminate set_basic_panel_listing_to() and
1920         toggle_listing_cmd().
1922 2001-07-13  Pavel Roskin  <proski@gnu.org>
1924         * utilunix.c (canonicalize_pathname): Don't handle PATH_SEP
1925         after backslash in a special way.
1927 2001-07-12  Pavel Roskin  <proski@gnu.org>
1929         * subshell.c (init_subshell): Run "set echo_style=both" at
1930         startup to ensure that echo in tcsh understands octal numbers.
1931         Reported by Francis Kwok <francis.kwok@alcatel.com>
1933         * Makefile.in (OURLIBS): Merge with ...
1934         (LIBS): ... this. Add @LIBICONV@.
1935         Reported by Libor Motyèka <l_motycka@ortex.cz>
1937         * subshell.c (subshell_name_quote): New function. Quote all
1938         characters as octals, use command substitution.
1939         (do_subshell_chdir): Use subshell_name_quote(). Don't change
1940         terminal settings when the quoted path is sent to the shell -
1941         it's now safe.
1943 2001-07-12  Andrew V. Samoilov  <kai@cmail.ru>
1945         * main.c: Eliminate iconify_on_exec.
1946         [!HAVE_GNOME]: Eliminate nowindows, nodesktop, twopanel,
1947         display_linksdir and cmdline_geometry.
1948         (sigchld_handler_no_subshell): Comment fixes.
1949         (midnight_callback): Likewise.
1950         (print_mc_usage): Use fputs, not fprintf.
1951         (print_color_usage): Likewise.
1952         (argument_table): Assign 'r' with force_subshell_execution and 'U'
1953         with use_subshell.
1954         (process_args): Don't deal with 'r', 'U' and 'X' options.
1955         (setup_mc) [HAVE_GNOME]: Eliminate more code.
1957         setup.c (options):  Eliminate iconify_on_exec.
1959 2001-07-10  Andrew V. Samoilov  <kai@cmail.ru>
1961         * view.c (hex_search): Release buffer after use.
1963 2001-07-09  Pavel Roskin  <proski@gnu.org>
1965         * view.c (hex_search): Reimplement parser using sscanf. Add
1966         support for decimal and octal numbers. Add error reporting.
1967         Allocate buffer dynamically.
1969         * hotlist.c: Add comments to avoid confusion between
1970         done_hotlist() and hotlist_done().
1971         (hotlist_done): Set l_hotlist to NULL.
1972         (add2hotlist): Load hotlist if it's neither loaded nor loading.
1973         This fixes Ctrl-x h. Fix compiler warning.
1975         * hotlist.c: Make more variables and functions static.
1977 2001-07-08  Pavel Roskin  <proski@gnu.org>
1979         * ext.c (exec_extension) [HAVE_X]: Free file_name. Add comment
1980         explaining why it cannot be unlinked there.
1982 2001-07-06  Pavel Roskin  <proski@gnu.org>
1984         * ext.c (exec_extension): Unlink temporary file earlier if it's
1985         not going to be used.
1986         [OLD_CODE]: Remove.
1988         * Makefile.in: Use additional quotes to preserve @prefix@ when
1989         Makefile is generated.
1991         * Makefile.in: Don't use SEDCMD2, use sed.
1993         * cons.saver.c: New variable console_minor. Eliminate variables
1994         len and vcs_name.
1995         (check_file): Set console_minor to the minor device number of
1996         the console. Disallow /dev/tty0.
1997         (detect_console): Don't parse tty_name, instead make sure that
1998         it corresponds to console_minor. Check console first. Fallback
1999         to /dev/vcc/a* if /dev/vcsa* cannot be opened.
2000         (save_console): Use console_minor.
2001         (restore_console): Likewise.
2003         * cons.saver.c (check_file): Eliminate using text messages to
2004         indicate errors. Improve debug messages.
2005         (detect_console): Likewise.
2006         (main): Adjust call to detect_console.
2008         * main.c (sigchld_handler_no_subshell): Don't restart cons.saver
2009         if it died.
2010         * subshell.c (sigchld_handler): Likewise.
2012 2001-07-05  Pavel Roskin  <proski@gnu.org>
2014         * main.c (midnight_callback): Don't handle any events except
2015         Ctrl-x combinations on DLG_KEY event if the menu is active.
2017         * main.c (load_prompt): Don't change prompt if midnight_dlg is
2018         not the current dialog.
2020 2001-06-28  Pavel Roskin  <proski@gnu.org>
2022         * util.c (size_trunc_len): New function - print file size to
2023         a buffer of limited length.
2024         * util.h: Declare size_trunc_len().
2025         * screen.c (string_file_size): Use size_trunc_len().
2027 2001-06-26  Pavel Roskin  <proski@gnu.org>
2029         * xslint.c: Remove.
2030         * Makefile.in (SRCS): Remove xslint.c.
2032 2001-06-25  Pavel Roskin  <proski@gnu.org>
2034         * key.c (ctrl_pressed): Don't limit functionality to Linux.
2035         * screen.c (prev_page_key): Don't require console_flag to be set
2036         to use ctrl_pressed(), only require that HAVE_X is undefined.
2037         (next_page_key): Likewise.
2038         * widget.c (key_left): Don't limit functionality to Linux.
2039         (key_right): Likewise.
2041         * main.h: Use "ifdef HAVE_GNOME", not "if HAVE_GNOME". Fix the
2042         order of conditionals and put comments on endifs.
2044 2001-06-25  Andrew V. Samoilov  <sav@bcs.zp.ua>
2046         * view.c [HAVE_CHARSET]: Include selcodepage.h.
2047         (view_new): Use g_new0.
2048         (ruler): Make static.
2050         * complete.c (filename_completion_function): Clean it up.
2051         (command_completion_function): Make words, bash_reserved and
2052         bash_builtins const, use concat_dir_and_file.
2053         (fetch_hosts): Fix typo, style fixes.
2055 2001-06-23  Pavel Roskin  <proski@gnu.org>
2057         * mem.h: Undefine bcopy(), bcmp() and bzero() before redefining
2058         them.
2060 2001-06-22  Pavel Roskin  <proski@gnu.org>
2062         * ext.c (exec_extension) [HAVE_X]: Disable console handling.
2064         * cons.handler.c: Reorganize includes. Fix warnings on BSD.
2065         * rxvt.c (rxvt_extensions): Make static.
2066         * main.c (sigchld_handler_no_subshell) [!__linux__]: Don't try
2067         to restart cons.saver.
2068         * subshell.c (sigchld_handler) [!__linux__]: Likewise.
2070         * fsusage.c: Use HAVE_INFOMOUNT.
2071         * mountlist.c: Likewise. Fix condition when mount_list is
2072         declared.
2073         (fstype_to_string): Rename mount_list to mlist to avoid
2074         confusion with the file-scoped static variable.
2076         * cmd.c [HAVE_X]: Disable more code. Reorder includes.
2078 2001-06-20  Pavel Roskin  <proski@gnu.org>
2080         * main.c: Remove MenuBarEmpty. From Andrew V. Samoilov.
2082         * wtools.c [HAVE_X]: Disable quick dialog routines.
2084         * setup.c (save_setup) [HAVE_X]: Don't save the [Dirs] section.
2085         (load_setup) [HAVE_X]: Don't load the [Dirs] section.
2086         * main.c [HAVE_X]: Disable other_dir and boot_current_is_left.
2087         Adjust all users.
2089 2001-06-19  Pavel Roskin  <proski@gnu.org>
2091         * background.h: Correct condition when WITH_BACKGROUND is
2092         defined.
2093         * fsusage.c: Rearrange the includes. Define HAVE_QNX_MOUNT
2094         for old QNX and use it instead of __QNX__.
2095         * mountlist.c: Likewise.
2096         * keyxdef.c: Define HAVE_QNX_KEYS for old QNX and use it instead
2097         of __QNX__.
2099 2001-06-18  Pavel Roskin  <proski@gnu.org>
2101         * main.c [HAVE_X]: Disable change_panel(),
2102         copy_current_readlink() and copy_other_readlink().
2103         Don't do anything with cmdline and command_prompt.
2104         * screen.c [HAVE_X]: Disable panel_event(), chdir_other_panel()
2105         and chdir_to_readlink(). Adjust all callers.
2106         (panel_key) [HAVE_X]: Don't use command_prompt - always
2107         start search on alphanumeric keys.
2108         * setup.c [HAVE_X]: Disable save_layout(), load_layout(), struct
2109         layout. Adjust all dependencies.
2111         * utilunix.c (init_my_statfs): Move this ...
2112         * util.c (my_statfs): ... and this ...
2113         * mountlist.c: ... here.
2114         * util.h: Move mountlist-related declarations ...
2115         * mountlist.h: ... here.
2116         * info.c: Include mountlist.h.
2118 2001-06-17  David Martin  <dmartina@excite.es>
2120         * hotlist.c (init_movelist): Don't assume English word ordering
2121         in the title.
2123 2001-06-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
2125         * wtools.c (message): Possible buffer overflow fixed.
2126         (query_callback) [HAVE_X]: Disable more code.
2127         (listbox_refresh) [!HAVE_X]: Became a macro.
2128         * hotlist.c (init_i18n_stuff): Mark cancel_but for translation.
2130         * tree.c (tree_copy, tree_move): Possible memory leaking fixed.
2131         (tree_keymap): Constified.
2133 2001-06-15  Pavel Roskin  <proski@gnu.org>
2135         * panelize.c: Define DIR_H_INCLUDE_HANDLE_DIRENT earlier, since
2136         the GNOME edition includes dir.h from other headers.
2138         * background.c: Include "x.h".
2139         * panelize.c: Likewise.
2140         * treestore.c: Likewise.
2141         * user.c: Likewise.
2142         * util.c: Likewise.
2143         * command.c: Reorder includes. Include "x.h".
2144         * complete.c: Likewise.
2145         * find.c: Likewise.
2146         * user.h: Declare user_menu_cmd() unconditionally.
2147         * i18n.h [GAVE_GNOME]: Remove code that is now in x.h.
2149         * tty.h [HAVE_X]: Define beep() to gdk_beep().
2151 2001-06-14  Pavel Roskin  <proski@gnu.org>
2153         * xtty.h: Remove, move contents ...
2154         * tty.h: ... here.
2155         [HAVE_X]: Define attrset(), mc_refresh(), enable_interrupt_key()
2156         and disable_interrupt_key(). Don't declare mc_refresh().
2157         * view.c: Use braces around widget_move() since it's empty in
2158         the GNOME edition.
2159         * xslint.c: Eliminate attrset() and mc_refresh().
2160         * Makefile.in: Remove xtty.h.
2162         * cons.handler.c (handle_console): Remove useless default.
2163         * ext.c (regex_command): Initialize include_target_len.
2164         * find.c [HAVE_GNOME]: Eliminate untyped declarations.
2165         * fsusage.c: Remove untyped declaration of statfs().
2166         [_AIX && _I386]: Rename statfs to aix_statfs and move
2167         it before get_fs_usage(). Define statfs to aix_statfs.
2169         * achown.c: Eliminate untyped declarations.
2170         * boxes.c: Likewise.
2171         * cons.saver.c: Likewise.
2172         * hotlist.c: Likewise.
2173         * panelize.c: Likewise.
2174         * rxvt.c: Likewise.
2175         * main.c: Likewise. Make undeclared functions static.
2176         * treestore.c: Make undeclared functions static.
2177         * view.c: Likewise.
2178         * widget.c: Likewise.
2180         * main.h: Fix prototype of exec_shell.
2181         * tree.c: Make all functions static when possible.
2182         * tree.h: Changes for the above.
2184         * text.c [HAVE_X]: Remove useless #error.
2185         * cons.saver.c: Indent #error to hide it from old compilers.
2187 2001-06-13  Pavel Roskin  <proski@gnu.org>
2189         * screen.c (display_mini_info): Avoid nested i18n calls.
2190         (parse_panel_size): Warning fix.
2191         * user.c [HAVE_X]: Warning fix.
2192         (check_format_var): Avoid nested i18n calls. Improve messages.
2194         * screen.c (user_file_menu_cmd) [HAVE_X]: Disable.
2195         (panel_callback) [HAVE_X]: Don't define labels, they are unused.
2196         * user.c [HAVE_X]: Disable all user menu code.
2198         * color.c (color_table): Make static. Only use in text edition.
2199         * xtty.h: Remove unused definitions.
2201         * slint.c (slang_init): Check screen dimensions and exit if they
2202         are abnormal. This may happen due to a S-Lang bug when the TERM
2203         is set to a value not listed in termcap or terminfo.
2205 2001-06-12  Pavel Roskin  <proski@gnu.org>
2207         * boxes.c [HAVE_CHARSET]: Localize more strings. Lay out the
2208         encoding dialog using the translated title length. Remove
2209         useless preprocessor directives.
2210         From David Martin <dmartina@excite.es>
2212 2001-06-11  Andrew V. Samoilov  <sav@bcs.zp.ua>
2214         * dlg.[ch] (x_set_dialog_title): title constified.
2215         (create_dlg): Use g_new0 instead of g_new.
2217         * selcodepage.c (do_select_codepage): Fix compilation.
2219 2001-06-09  Pavel Roskin  <proski@gnu.org>
2221         * util.c (load_mc_home_file): New function. Load file from
2222         mc_home, but try localized version of that file first.
2223         * util.h: Declare load_mc_home_file().
2224         * help.c (interactive_display): Use load_mc_home_file(). If the
2225         first argument is NULL assume mc.hlp.
2226         * dlg.c (dialog_handle_key): Use interactive_display() without
2227         specifying the help file.
2228         * tree.c (tree_copy): Likewise.
2229         * cmd.c (help_cmd): Likewise.
2230         (get_random_hint): Use load_mc_home_file().
2231         From Andrew V. Samoilov.
2233 2001-06-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
2235         * charsets.h: Define CHARSETS_INDEX without leading LIBDIR.
2237         * charsets.c (translate_character): Warning fix.
2238         (init_translation_table): Don't deal with printable.
2239         This one is initialized by init_printable_table ().
2240         (load_codepages_list): Use CHARSETS_INDEX.
2242         * selcodepage.c (do_select_codepage): Messages marked for i18n.
2243         * setup.c (load_setup): Eliminate errbuf. Fix error message.
2245 2001-06-07  Pavel Roskin  <proski@gnu.org>
2247         * setup.c (load_setup): Call init_printable_table() and
2248         init_translation_table() regardless of other failures.
2250         * charsets.c (get_codepage_index): Warning fix.
2251         (init_printable_table): New function.
2252         * charsets.h: Declare init_printable_table().
2253         * setup.c (load_setup): Uncomment init_printable_table().
2255         * cons.saver.c: Make all functions except main() static.
2256         * mfmt.c (omain): Remove, it's unused.
2258 2001-06-06  Pavel Roskin  <proski@gnu.org>
2260         * main.c (done_mc) [HAVE_X]: Don't use xterm_flag.
2261         (midnight_callback) [HAVE_X]: Don't handle any keys except
2262         Ctrl-x sequences.
2263         Remove useless preprocessor conditionals.
2264         * win.c [HAVE_X]: Disable unused functions.
2266         * file.c: Add comments after every endif.
2267         [HAVE_GNOME] [!WITH_BACKGROUND]: Fix compilation.
2269 2001-06-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
2271         * main.c [HAVE_CHARSET]: Remove source_codepage and display_codepage.
2272         They are declared in selcodepage.c.
2273         * setup.c [USE_VFS]: Remove declarations for variables which are
2274         declared in vfs/ftpfs.c.
2275         (load_setup) [HAVE_CHARSET]: init_printable_table commented
2276         out to enable compilation. Error strings tagged for translation.
2277         (init_setup): Optimized.
2278         * boxes.c (sel_charset_button): Eliminate C++ comment.
2279         (new_display_codepage): Made static.
2280         (display_bits_box): Use "%s" for plain string in message.
2282 2001-06-05  Pavel Roskin  <proski@gnu.org>
2284         * boxes.c [HAVE_CHARSET]: New charset selection dialog.
2285         * main.c [HAVE_CHARSET]: Don't use eight_bit_clean and
2286         full_eight_bits. Use source_codepage and display_codepage to
2287         deduce the terminal 8-bitness.
2288         * main.h [HAVE_CHARSET]: Change to match main.c.
2289         * setup.c [HAVE_CHARSET]: Implement saving and loading charset
2290         settings.
2291         * util.c (is_printable) [HAVE_CHARSET]: Use charset settings.
2292         * view.c [HAVE_CHARSET]: Implement charset support.
2293         From Walery Studennikov <hqsoftware@mail.ru>.
2295         * selcodepage.c (do_select_codepage): New function.
2296         * selcodepage.h: Declare it.
2297         From Walery Studennikov <hqsoftware@mail.ru>.
2299         * mfmt.c (omain): Warning fix.
2301         * key.c [HAVE_TEXTMODE_X11_SUPPORT]: Rename `display' to
2302         `x11_display' and `w' to `x11_window'. Make them static.
2303         (init_textmode_x11_support): Include into init_key().
2304         (done_textmode_x11_support): Include into done_key().
2305         (k_dispose): Make static.
2306         (s_dispose): Likewise.
2307         * key.h: Remove init_textmode_x11_support() and
2308         done_textmode_x11_support().
2309         * main.c: Don't call init_textmode_x11_support() and
2310         done_textmode_x11_support().
2312         * achown.c: Make global variables static if possible. Remove now
2313         useless preprocessor directives, since this file is now used in
2314         the text edition only.
2315         * boxes.c: Remove useless ifdefs.
2316         [USE_VFS]: Don't undef USE_NETCODE - it's done in extraconf.h.
2317         * cmd.c [USE_VFS]: Don't undef USE_NETCODE.
2318         * chmod.c: Remove useless ifdefs.
2319         * filegui.c: Likewise.
2320         * hotlist.c: Likewise.
2321         * info.c: Likewise.
2322         * layout.c: Likewise.
2323         * listmode.c: Likewise.
2324         * option.c: Likewise.
2325         * subshell.c: Likewise.
2326         * help.c: Remove useless ifdefs. Make global variables static if
2327         possible.
2328         * key.c: Likewise.
2329         * learn.c: Likewise.
2331 2001-06-04  Andrew V. Samoilov  <sav@bcs.zp.ua>
2333         * charsets.c (load_codepages_list): Lines in mc.charset beginning
2334         with a # are comments. Use "default character_set_name" in mc.charset
2335         to set default codepage for your system.
2336         (xstrncpy): Eliminate.
2338 2001-06-04  Pavel Roskin  <proski@gnu.org>
2340         * cmd.c (edit_symlink_cmd) [!HAVE_GNOME]: Warn if the current
2341         selection is not a symbolic link.
2343 2001-06-02  Pavel Roskin  <proski@gnu.org>
2345         * cmd.c (free_vfs_now) [HAVE_GNOME]: Eliminate.
2346         (reselect_vfs) [HAVE_GNOME]: Likewise.
2347         * main.c (ctl_x_map) [HAVE_GNOME]: Disable add2hotlist_cmd.
2348         (done_mc) [HAVE_X]: Don't call save_hotlist().
2349         * setup.c (save_setup) [HAVE_X]: Likewise.
2350         (done_setup) [HAVE_X]: Don't call done_hotlist().
2352 2001-06-01  Pavel Roskin  <proski@gnu.org>
2354         * hotlist.c [HAVE_X]: Don't use ctrl_pressed().
2355         * widget.c [HAVE_X]: Likewise.
2356         * main.c [HAVE_X]: Likewise. Don't call init_key() and
2357         init_key_input_fd().
2358         * setup.c [HAVE_X]: Remove some variables that make no sence
2359         for the GNOME edition. Eliminate save_panel_types().
2360         * view.c [!PORT_WANTS_VIEW]: Eliminate view_mode_callback().
2362         * view.c [HAVE_X]: Define is_idle() to 1. Warning fix.
2364         * file.c (copy_file_file): Initialize src_uid, src_gid, src_mode
2365         and file_size to avoid a warning.
2367 2001-05-31  Pavel Roskin  <proski@gnu.org>
2369         * charsets.c: Include config.h before everything else.
2370         * selcodepage.c: Likewise.
2372         * textconf.c (features): Use longer strings to avoid enforcing
2373         english word ordering on the translations. Capitalize sentences.
2374         From Walery Studennikov: Indicate charset support.
2375         (version): Use fputs, not fprintf.
2377         * Makefile.in: Add charsets.c, charsets.h, selcodepage.c and
2378         selcodepage.h. Compile them if the charset support is enabled.
2379         Distribute them always.
2381 2001-05-30  Pavel Roskin  <proski@gnu.org>
2383         * charsets.c: New file for charset conversion support.
2384         From Walery Studennikov.
2385         * charsets.h: Likewise.
2386         * selcodepage.c: Likewise.
2387         * selcodepage.h: Likewise.
2389         * layout.c (init_curses) [!HAVE_SLANG]: Set ESCDELAY to 0 if
2390         possible to prevent ncurses from waiting after escape.
2392 2001-05-29  Pavel Roskin  <proski@gnu.org>
2394         * cmd.c (quick_cd_cmd) [HAVE_GNOME]: Disable.
2395         * main.c (sort_cmd) [HAVE_GNOME]: Likewise.
2396         (ctl_x_map) [HAVE_GNOME]: Disable "Ctrl-x j" - background jobs.
2398         * color.c (init_colors) [HAVE_SLANG]: Use "default" instead of
2399         NULL as color names - this works even if COLORFGBG is unset.
2400         Don't check HAS_DIRECT_COLOR_ACCESS - it's now meaningless.
2402         * color.h: Define DEFAULT_COLOR_INDEX and DEFAULT_COLOR in the
2403         same way regardless of HAVE_SLANG.
2404         * color.c (init_colors) [USE_NCURSES]: Initialize the default
2405         color pair.
2407         * subshell.c (pty_open_master) [!HAVE_SCO && HAVE_GRANTPT]:
2408         Don't try to close a file that wasn't opened.
2410         * xslint.c: Remove slang_init() and FIXME in the comment.
2411         * main.c (main) [!HAVE_SLANG]: Don't call slang_init().
2413 2001-05-28  Pavel Roskin  <proski@gnu.org>
2415         * myslang.h: Use HAVE_SLANG_SLANG_H instead of non-standard
2416         SLANG_H_INSIDE_SLANG_DIR.
2418         * xslint.c: Remove unused functions.
2420         * color.c (init_colors) [HAVE_SLANG]: Use SLtt_set_color() to
2421         associate the default colors with DEFAULT_COLOR_INDEX. The old
2422         code would unset alternative charset without making S-Lang aware
2423         of it.
2424         Thanks to John E. Davis <davis@space.mit.edu>
2425         * widget.c (update_input) [HAVE_SLANG]: Revert last change - it
2426         is not needed now.
2428 2001-05-28  Andrew V. Samoilov  <sav@bcs.zp.ua>
2430         * main.c: Correct some comments after #endif
2431         (shell): Remove comment and #ifdef around shell variable.
2432         (process_args) [HAVE_SUBSHELL_SUPPORT]: All related args enclosed
2433         between one #ifdef ... #endif pair.
2434         (process_args): smbfs_set_debug () takes a debug level as argument,
2435         commented out.
2437 2001-05-27  Pavel Roskin  <proski@gnu.org>
2439         * main.c (OS_Setup) [!HAVE_X]: Exit immediately if TERM
2440         environment variable is unset or empty.
2442 2001-05-25  Pavel Roskin  <proski@gnu.org>
2444         * cmd.c: Clean up useless preprocessor directives.
2445         (symlink_cmd): Warning fix.
2446         * dlg.c (dialog_handle_key) [HAVE_X]: Disable suspend on Ctrl-z.
2447         * main.c (do_suspend_cmd) [HAVE_GNOME]: Remove.
2448         (suspend_cmd) [HAVE_GNOME]: Likewise.
2450 2001-05-24  Pavel Roskin  <proski@gnu.org>
2452         * widget.c (update_input) [HAVE_SLANG]: Work around a bug in
2453         SLang 1.x - set charset to alternative when printing spaces.
2455 2001-05-22  Pavel Roskin  <proski@gnu.org>
2457         * ext.c (exec_extension): Use g_free() on the result of
2458         mc_mkstemps(). Don't free it if mc_mkstemps() fails - it's not
2459         needed anymore.
2460         * user.c (execute_menu_command): Likewise.
2461         * util.c (mc_mkstemps): Return NULL in the filename in the case
2462         of failure. Remove support for NULL as the first argument.
2463         From Andrew V. Samoilov.
2465 2001-05-21  Pavel Roskin  <proski@gnu.org>
2467         * ext.c (exec_extension): Use mc_mkstemps().
2468         * user.c (execute_menu_command): Use mc_mkstemps().
2469         * util.c (mc_mkstemps): New function - safely create and
2470         open temporary file. Return the handle and the name.
2471         * util.h: Declarations for init_tmpdir() and mc_mkstemps().
2472         Define TMPDIR_DEFAULT and SCRIPT_SUFFIX.
2474 2001-05-18  Pavel Roskin  <proski@gnu.org>
2476         * TODO: Remove Tk-related entries.
2477         * boxes.c [HAVE_TK]: Remove. Don't need INPUT_INDEX anymore.
2478         * screen.c [HAVE_TK]: Remove.
2479         (panel_event): Made static.
2480         * chmod.c [HAVE_TK]: Remove.
2481         * cmd.c [HAVE_TK]: Likewise.
2482         * help.c [HAVE_TK]: Likewise.
2483         * hotlist.c [HAVE_TK]: Likewise.
2484         * info.c [HAVE_TK]: Likewise.
2485         * view.c [HAVE_TK]: Likewise.
2486         * view.h [HAVE_TK]: Likewise.
2487         * widget.c [HAVE_TK]: Likewise.
2488         * wtools.c [HAVE_TK]: Likewise.
2490         * TODO: Remove XView-related entries.
2491         * menu.h [HAVE_XVIEW]: Remove all XView-related code.
2493 2001-05-17  Pavel Roskin  <proski@gnu.org>
2495         * subshell.c (pty_open_master) [HAVE_SCO]: Fix ambigous `else'.
2496         [!HAVE_SCO && !HAVE_GRANTPT]: Likewise.
2498 2001-05-16  Pavel Roskin  <proski@gnu.org>
2500         * subshell.c: Define _GNU_SOURCE to enable prototypes for
2501         allocating pseudo-terminals on GNU systems.
2503         * subshell.c (init_subshell_child): New function to initialize
2504         child process and run subshell. Code moved from ...
2505         (init_subshell): ... here.
2507         * subshell.c (init_subshell): Don't close pty_slave if is wasn't
2508         open. Initialize it with -1.
2510 2001-05-14  Pavel Roskin  <proski@gnu.org>
2512         * main.c [HAVE_GNOME]: Disable more code.
2513         * cmd.c [HAVE_GNOME]: Likewise.
2515         * background.h: Omit definitions that require FileOpContext if
2516         fileopctx.h has not been included yet.
2518         * background.c (real_message_2s): Declare arguments "const" when
2519         possible.
2520         (real_message_3s): Likewise.
2521         * wtools.c (message): Likewise.
2522         * background.h: Change declarations to match.
2523         * dialog.h: Likewise.
2525         * boxes.c [HAVE_GNOME]: Disable unused code.
2526         * find.c [HAVE_GNOME]: Likewise.
2527         * complete.c [HAVE_GNOME]: Likewise.
2528         * main.c [HAVE_GNOME]: Likewise.
2530         * screen.c (adjust_top_file): Enable only if it's used, i.e.
2531         when PORT_HAS_PAINT_FRAME in undefined.
2532         * wtools.c (listbox_refresh): Disable for HAVE_X, define to
2533         an empty macro instead.
2534         (listbox_callback): Call listbox_refresh() regardless of HAVE_X.
2535         (create_listbox_window): Likewise.
2537         * fsusage.c: Include stdlib.h for abort().
2538         * tree.c (tree_mkdir_cmd): Disable tree_mkdir_cmd() since it's
2539         not used.
2540         * widget.c: Declare x_radio_toggle() with arguments.
2542         * util.h: Remove declarations of some functions defined in
2543         background.c.
2545 2001-05-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
2547         * background.c (real_message_1s, message_1s): third parameter is
2548           used by message () as printf pattern, so "%s" has to be added
2549           if plain string must be shown but printf conversion
2550           specification(s) may be there.
2551         * view.c (do_view_init): ditto
2552         * user.c (debug_out): ditto
2553         * utilunux.c (close_error_pipe, check_error_pipe): ditto
2555         * background.[ch], vfs/util-alone.c (message_1s): third parameter
2556           constified
2558 2001-04-27  Andrew V. Samoilov  <sav@bcs.zp.ua>
2560         * find.c (search_content): Redo recent change without infinite loop ;-),
2561         egrep_path hardcoded to "egrep" as it is done in locate_egrep ()
2563         (locate_egrep): commented out
2565         (rotating_dash) [!HAVE_X]: moved into do_search to prevent warning
2567 2001-04-26  Pavel Roskin  <proski@gnu.org>
2569         * find.c (search_content): Undo a recent change that caused an
2570         infinite loop.
2572 2001-04-24  Andrew V. Samoilov  <sav@bcs.zp.ua>
2574         * view.c (get_line_at): previous newline is right condition
2575         for regexp '^' pattern also, fixed
2577         (search) [HAVE_GNOME]: gnome_message_box_new doesn't expand printf
2578         pattern, so g_strdup_printf used
2580         * find.c (find_parameters): don't use stat structure if mc_stat failed
2582 2001-04-17  Pavel Roskin  <proski@gnu.org>
2584         * subshell.c (init_raw_mode): New function, separated from ...
2585         (invoke_subshell): ... this.
2586         (init_subshell): Initialize raw_mode here instead of delayng it
2587         until invoke_subshell(). Otherwise the current mode may have
2588         been changed by edition_pre_exec(), which caused Ctrl-O to be
2589         ignored on FreeBSD if a command has been run before switching
2590         to the subshell.
2592 2001-04-06  Pavel Roskin  <proski@gnu.org>
2594         * chmod.c (stat_file): Allow chmod and chown on special files.
2596         * cons.handler.c: Include "global.h" for exit().
2598         * Makefile.in: Add dependencies between mc and static libraries
2599         in the source tree.
2601 2001-04-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
2603         * find.c (find_parameters): Add a checkbox for case insensitive
2604         content search.
2605         (search_content): Pass `-i' to egrep for case insensitive
2606         search.
2608 2001-03-30  Andrew V. Samoilov  <sav@bcs.zp.ua>
2610         * panel.h, screen.c (panel_new): panel_name constified to do gcc
2611         some more happy when gmc is compiled
2613 2001-03-18  Miguel de Icaza  <miguel@ximian.com>
2615         * widget.c (forward_word, backward_word): Revert Timur's patch
2616         from last year which made the behaviour for advancing words not
2617         match the one in Emacs.
2619 2001-03-02  Pavel Roskin  <proski@gnu.org>
2621         * key.c (mi_getch): Discard non-events (EV_NONE), but not
2622         keycode 0 (Ctrl-@).
2624 2001-02-26  Pavel Roskin  <proski@gnu.org>
2626         * cmd.c (edit_cmd) [HAVE_GNOME]: Use gmc_edit(). Don't use
2627         regex_command().
2628         (ext_cmd) [HAVE_GNOME]: Don't compile for GNOME.
2629         * ext.c (regex_command) [HAVE_GNOME]: Likewise.
2630         * ext.h [HAVE_GNOME]: Don't define MC_USER_EXT and MC_LIB_EXT.
2632         * main.c (main): Don't call edit_init_file() - the editor should
2633         care about its files itself.
2635 2001-02-09  Pavel Roskin  <proski@gnu.org>
2637         * main.c (main): Fix compilation error when configured without
2638         subshell support.
2640 2001-02-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
2642         * main.c (main): Do not fork subshell for mcedit/mcview.
2644 2001-01-27  Pavel Roskin  <proski@gnu.org>
2646         * cons.handler.c (handle_console): Check the result of ttyname().
2648         * main.c (handle_args): Exit if no arguments are given to mcview.
2649         [HAVE_GNOME]: Don't examine argv[0] - it's done separately.
2651         * dir.c: Respect HAVE_STRCOLL. Added a comment about strcoll().
2653 2001-01-26  Pablo Saratxaga  <pablo@mandrakesoft.com>
2655         * file.c: moved a comment one line down so it becomes visible on the
2656         translators' po files. Also added gettext:no-c-format comments for
2657         a few strings with % in them that are not C format printf codes.
2659 2001-01-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
2661         * subshell.c (do_subshell_chdir): temporary patch to prevent command
2662         execution for directory names containing 0x03 (intr) 0x14.
2663         See http://www.securityfocus.com/vdb/?id=2016 for details.
2664         Subshell still can't chdir to such directories :(
2666         * subshell.[ch] (do_subshell_chdir): directory constified
2668 2001-01-17  Pavel Roskin  <proski@gnu.org>
2670         * Makefile.in: Respect LDFLAGS when linking cons.saver.
2672 2000-11-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2674         * view.c: Fixed long existed bugs in internal viewer. When search is
2675         doing in binary file it ignore skipped zero(es), so cursor is before
2676         searched expression and next search find the same string. Also regexp
2677         search could return wrong results for '^ ?' expressions.
2679         (get_line_at): skipped: new parameter for number of skipped zero(es)
2681         (search): new features of get_line_at used.
2683 2000-11-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
2685         * cons.saver.c (check_file): close fd on error. There was a bug, which
2686         allowed luser to write '\0' char to any symlinkable file in Linux
2687         system which don't ensure that fd's 0, 1, and 2 are open on startup
2688         of a SUID/SGID binary.
2689         Based on patch from bugtrack by Maurycy Prodeus <z33d@ETH-SECURITY.NET>.
2691 2000-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
2693         * layout.c (print_vfs_message): format string vulnerability fixed
2695 2000-11-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
2697         * main.c (CmdMenu): don't include edit_user_menu_cmd ()
2698         if USE_INTERNAL_EDIT is not defined
2699         (main): call edit_init_file () if USE_INTERNAL_EDIT is defined only
2700         (listmode_cmd): messages are localized
2702 2000-11-02  Pavel Roskin  <proski@gnu.org>
2704         * layout.c [PORT_NEEDS_CHANGE_SCREEN_SIZE]: Declare
2705         low_level_change_screen_size().
2706         (flag_winch) [PORT_NEEDS_CHANGE_SCREEN_SIZE]: Call
2707         low_level_change_screen_size(). From Andrew V. Samoilov.
2709 2000-10-04  Pavel Roskin  <proski@gnu.org>
2711         * user.c (expand_format): Fixed processing of "%s".
2713 2000-09-30  Pavel Roskin  <proski@gnu.org>
2715         * Makefile.in: Added an explicit rule for man2hlp.
2717 2000-09-26  Pavel Roskin  <proski@gnu.org>
2719         * listmode.c, listmode.h, main.c: Consistently using define
2720         LISTMODE_EDITOR to enable the experimental listmode editor.
2721         * main.c: Don't allow two adjacent separators in the Command
2722         menu.
2724 2000-09-22  Pavel Roskin  <proski@gnu.org>
2726         * fixhlp.c: Removed.
2727         * Makefile.in: Removed all references to fixhlp.c
2729 2000-09-14  Pavel Roskin  <proski@gnu.org>
2731         * features.h: Joined with textconf.h to avoid name clash with
2732         GNU Libc.
2733         * features.c: Renamed to ...
2734         * textconf.c: ... this
2735         * Makefile.in, cmd.c, main.c, text.c: necessary adjustments
2737         * Makefile.in: Don't make softlinks to the libraries
2739 2000-09-13  Pavel Roskin  <proski@gnu.org>
2741         * Makefile.in: Only rebuild mc.hlp in the maintainer mode.
2743 2000-09-01  Pavel Roskin  <proski@gnu.org>
2745         * fixhlp.c: fixed compile errors and warnings
2747 2000-08-30  Pavel Roskin  <proski@gnu.org>
2749         * dirhist.c, dirhist.h: removed
2751         * features.h, keys.h, textconf.h, x.h: added protection against
2752         multiple inclusion
2754 2000-08-23  Pavel Roskin  <proski@gnu.org>
2756         * features.c: include <sys/param.h> to avoid a warning
2758         * main.c [HAVE_X]: print_mc_usage() and print_color_usage()
2759         removed.
2760         version() moved to ...
2761         * features.inc: ... here, renamed to features.c
2762         * main.h: status_using_ncurses moved to ...
2763         * features.h: ... here
2764         * cmd.c, text.c: include "features.h"
2765         * cmd.h: include "panel.h"
2766         * Makefile.in: changed to use features.h and features.c
2768 2000-08-22  Pavel Roskin  <proski@gnu.org>
2770         * main.c [HAVE_GNOME]: disable chmod and chown - they were
2771         broken and obsoleted by the "Properties" dialog
2773         * cmd.c [HAVE_X]: Removed dependency on status_using_ncurses
2775         * man2hlp.c: Removed undocumented feature - when converting
2776         to HTML some output would go to index.html instead of stdout
2778 2000-08-16  Pavel Roskin  <proski@gnu.org>
2780         * gindex.pl: Enable warnings. Existing warnings fixed.
2782         * Makefile.in: mc.hlp now depends on man2hlp.c instead of
2783         man2hlp - this avoids some rebuilds of mc.hlp
2785 2000-08-15  Pavel Roskin  <proski@gnu.org>
2787         * mc.hlp: removed. It's a derived file
2788         * Makefile.in: Fixed dependencies for $(srcdir)/mc.hlp
2789         Build $(srcdir)/mc.hlp but allow a failure (e.g. no perl)
2791 2000-08-11  Frederic L. W. Meunier  <fredlwm@pervalidus.net>
2793         * Makefile.in: Don't compile mfmt, compile mcmfmt directly.
2795 2000-08-08  Andrew V. Samoilov  <sav@bcs.zp.ua>
2797         * hotlist.c (done_hotlist): static tkn_buf, tkn_buf_length and
2798         tkn_length nullified after tkn_buf is freed to prevent crashes.
2800         (new_hotlist): became a macro
2802         * background.c (real_message_[123]s): title is really prepended
2803         by "Background process:" string now if mode == Background
2805         (background_attention): resstr NULLified to prevent warning
2807 2000-06-26  Andrew V. Samoilov  <sav@bcs.zp.ua>
2809         * screen.c (display_mini_info): two different patterns are
2810         used now: for one file and for other cases
2812 2000-06-16  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2814         * cons_saver: support linux with devfs, patch by pavenis@lanet.lv
2816 2000-06-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
2818         * panel.h, util.[ch] (struct WPanel, size_trunc, size_trunc_sep): size
2819         parameters and WPanel.total field became double, thus, total size
2820         of selected files/directories is shown in the mini status correctly
2821         when it exceeds 2 GB.
2823 2000-05-25  Andrew V. Samoilov  <sav@bcs.zp.ua>
2825         * slint.c (init_pair): segfault fixed when mcedit -b called
2827         * user.c (check_format_var): error messages are localized
2829         (expand_format, user_menu_cmd): memory leaking for %e and %k macro
2830         fixed; segfault fixed when %m macro is used outside user_menu_cmd ()
2832         * ext.c (regex_command): memory leaking fixed when user extension
2833         file is absent
2835         (exec_extension): error message for changed mc.ext file format
2836         are localized -- does we really must be worry about mc 3.0 ?
2838         * widget.c (history_put): counter is initialized again
2840 2000-05-11  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2842         * src/user.c: fix segfault when Shift-F4, Shift-F1, so when menu
2843         content condition y, macro %y
2845 2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2847         * src/user.c: Add macro %k it is block file name
2848         Add macro %e it is error file name
2849         Add macro %i it is cursor column indent of spaces, only for edit
2850         Add macro %y, it is syntax of current file in editor, only for edit
2851         Add condition y, it is syntax pattern of current file in edit
2852         Add macro %x it is extension of current file
2853         Add macro %m it is current menu filename
2855 2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2857         * gtkedit/editcmd.c: Modify External Formatter (was C indent formatter) .
2858         Autocreate a scripts in home, from templates /usr/lib/mc/edit.indent.rc,
2859         edit.ispell.rc, etc. Remove leading and trailing spaces into _(""),
2860         (the message of David H. Martin <dmartina@usa.net>)
2862 2000-05-05  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2864         * src/user.c:   Add condition (x filename) into mc.menu .
2865                         for "Open next a free console" and like.
2867 2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2869         * src/user.c: fix segfault in chunk_alloc of glibc, when into condition
2870         of .mnu we have quoted space. (~.mc/menu: + f \.\ test$).
2872 2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2874         * gtkedit/edit.c:
2875         Add ability user edit menus: system: /usr/lib/mc/cedit.menu,
2876         * gtkedit/editmenu.c:        home: ~/.cedit.menu, local: .cedit.menu
2877         Marked block is access now from an user edit menu
2878         Access ~/.cedit/cooledit.block for insert to cursor place from
2879         user edit menu.
2880         Created system cedit.menu
2882 2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>
2884         * gtkedit/editdraw.c:
2885         Improved a status string of cool editor for best understand,
2886         and to add char,hex view.
2888 2000-04-17  Andrew V. Samoilov  <sav@bcs.zp.ua>
2890         * widget.c: (history_put): profile is free()d if chmod failed,
2891           (input_map): added const qualifier
2892         * utilunix.c, util.h: (tilde_expand): added const qualifier
2893         * cmd.c: (nice_cd): i18n update,
2894           (source_routing): typo fixed, source is free()d after use
2895         * screen.c: i18n changes, (panel_keymap): added const qualifier
2896         * view.[ch]: (view, view_init, do_view_init): added const qualifier
2898 2000-04-15  Timur Bakeyev  <mc@bat.ru>
2900         * dir.c (string_sortcomp): strcmp() replaced with strcoll() to make
2901         directory listing LOCALE sensitive. I assume, strcoll exists everywhere,
2902         as it is in POSIX.
2904 2000-04-15  Timur Bakeyev  <mc@bat.ru>
2906         * dlg.c: Commited at last patch, that fixes screwed up right panel in
2907         a long format. Occasionaly, all my colors problems also gone. All thanks
2908         to Norbert Warmuth <nwarmuth@privat.circular.de>, who tracked down the
2909         problem, blames to me and Federico :)
2911 2000-04-12  Timur Bakeyev  <mc@bat.ru>
2913         * widget.c ([forward|backward]_word): Changed one more time - now it
2914         skips alpnums and THEN spaces+punct. That gives almost the same re-
2915         sults, but twice quicker. Hope, this will be accepted.
2917 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2919         * widget.c ([forward|backward]_word): Changed logic of moving - now,
2920         it skips only spaces+punct OR alnum. Reason to do it so - deleting lines
2921         like "lynx http://www.gnome.org", where "lynx http:" part was erased
2922         in one operation. That's nasty, IMHO. Made this a separate commit, so,
2923         if it seriously breaks compatability it's easy to revert it. Still hope,
2924         nobody'll do that.
2926 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2928         * file.c, widget.[ch]: Fixed long existing problems with filenames
2929         and input widgets, then char is greater than 128. They were processed
2930         incorrectly. As usual, char != unsigned char problem.
2932 2000-03-03  Björn Eriksson  <mdeans@algonet.se>
2934         * Similar patches came from Andrew V. Samoilov <sav@bcs.zp.ua>.
2936         * mad.[ch]: Some functions wrongly by-passed mad_alloc*() (causing
2937         problems when later g_free()ed.
2939         * Added mad_strndup().
2941         * Repeated code collected in mad_fatal_error().
2943         * The gcc-extension/C99-standard variable argument macros (adding
2944         __FILE__, __LINE__ before ', ...') would be nice.
2946         * Alloc_idx_hint and code added, the mad code was way too slow for my
2947         poor computer. A hash-table would be nice.
2949         * (mad_strconcat, mad_strdup_vprintf): g_malloc and g_new are
2950         undefined at the top of mad.c, so mad_alloc must be used.
2952 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2954         * main.c (parse_control_file): add missing right parentheses
2956         * boxes.c: fix incorrect initialization of array of structure (gcc
2957         version 2.96 20000131 chokes on it).
2959 2000-02-18  Paul Sheer  <psheer@obsidian.co.za>
2961         * gtkedit/*.[ch], edit.c et al: updates to reflect
2962         cooledit-3.13.0. See CVS commits and cooledit ChangeLog
2963         for details.
2965 2000-02-10  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2967         * setup.c (load_setup): remove duplicate loading of anonymous
2968         passwd by do_load_string(), it is doing by
2969         ftpfs_init_passwd. (Patch by sav@bcs.zp.ua)
2971 2000-02-04 "David H.Martin" <dmartina@usa.net>
2973         * src/widget.c (input_new): Change NULL to empty strings and avoid
2974           crashing when string functions are called.
2975         * src/boxes.c (configure_vfs): Remove local change to empty string.
2976         * src/setup.c (load setup): Load anonymous password
2978 2000-02-03 Andrew V. Samoilov  <sav@bcs.zp.ua>
2980         * setup.c (load_setup): call ftpfs_init_passwd to avoid segfault
2982 2000-01-24  Andrew V. Samoilov  <sav@bcs.zp.ua>
2984         * main.c (parse_control_file): add extra secutity checks for
2985          control file. It cannot be group/world writable;
2986         (ctl_x_map, default_map, argument_table): added const qualifier.
2988         * fixed segfault in print_mc_usage
2990 2000-01-24  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2992         * cmd.c (nice_cd): disabled ability to go to home.
2994 2000-01-02  viro@math.psu.edu
2996         * src/subshell.c: Reason: in feed_subshell() we are trying to read
2997         from shell pty,check for retval==-1 && errno != EIO. In that case
2998         we flame and exit. Otherwise we are trying to write what we've
2999         read. Good luck doing it if we got errno==EIO, which is _normal_
3000         for situation when shell just died. Resulting write(1,foo,~0U) is
3001         somewhat excessively, erm, verbose.
3003 1999-12-21  Pavel Roskin  <pavel_roskin@geocities.com>
3005         * src/main.c, src/view.c: #warning's replaced with FIXME's.
3006         They were not for users, but for developers
3008 1999-11-11  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3010         * main.c, cmd.c: add possibility to free VFS now
3012 1999-11-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3014         * layout.c: always display status line. It contains vital
3015         information for ftpfs
3017 1999-03-19  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3019         * profile.c (str_translate_newline_dup): someone likes to pass
3020         NULL's around. Warn instead of segfault.
3022 1999-11-02  Miguel de Icaza  <miguel@gnu.org>
3024         * main.c (OS_Setup): Do not warn if TERM is not set for the GNOME edition.
3026 1999-09-21  Federico Mena Quintero  <federico@redhat.com>
3028         * dlg.c (dlg_broadcast_msg_to): Sigh.  Put in a GrossHack(tm) to
3029         unfocus what will be a WInput when a panel is initialized.
3031 1999-09-21  Federico Mena Quintero  <federico@redhat.com>
3033         * dlg.c (init_dlg): Walk the list of widgets only if it exists.
3034         (dlg_broadcast_msg_to): Use safer list-walking code for if someone
3035         inserts a widget inside the message broadcast.
3037 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
3039         The following is a patch from Volker Braun
3040         <volker.braun@physik.hu-berlin.de> to fix column resizing in the
3041         file panels.
3043         * setup.c (options): Declare the column width option values.
3044         (save_configure): Save the default user format.
3045         (load_setup): Load the default user format.
3047         * panel.h (WPanel): Added a field for the column widths.
3049 1999-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
3051         * user.c (check_patterns): char* is used instead of char [] in sizeof
3053         * util.c (string_perm): prefix named pipes by 'p' and not by `s'
3055 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3057         * mad.c, mad.h, util.c, util.h: Move mad-functions from util.[ch]
3058         to mad.[ch]
3060         * option.c: Include files reordered in order to make it compile with
3061         --with-debug
3063         * mad.c (mad_init): New function. Initialize debug FILE pointer to
3064         stderr (moved to a function because not on every system stderr is
3065         a constant).
3066         (mad_set_debug): added const qualifier
3068         * main.c (main): call mad_init
3070 1999-09-14  Norbert Warmuth  <nwarmuth@privat.circular.de>
3072         * widget.[ch] (input_new): added const qualifier
3074         * util.c (wipe_password): Check for NULL.
3076 1999-09-13  Federico Mena Quintero  <federico@redhat.com>
3078         * treestore.c: Removed tree_store_destroy(), renamed
3079         tree_store_init() to tree_store_get().
3081         * tree.c (tree_destroy): Do not destroy the tree store.
3082         (tree_new): Get the tree store, do not initialize it.
3084         * treestore.c (tree_store_init): Do not set the linked list
3085         pointers to NULL.
3087         * panel.h (WPanel): Added a new field that indicates whether the
3088         user is dragging something over the tree.
3090 1999-08-31  Federico Mena Quintero  <federico@redhat.com>
3092         * main.c: In the GNOME version, we want cd_symlinks to be FALSE.
3093         The VFS should never have to look at this variable, but alas, it
3094         does.  BUGFIX:  Red Hat Bugzilla #2344.
3096         * setup.c: Disable cd_symlinks in the GNOME version.
3098 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3100         * main.c (print_mc_usage): Print the bug reporting address.
3101         (main): Put prompt in a new line at termination.
3103 1999-08-27  Federico Mena Quintero  <federico@redhat.com>
3105         * ext.c (quote_block): How did this ever work?  People, if you
3106         realloc() things, don't keep pointers to stuff inside the original
3107         block.
3109         * screen.c (do_enter_on_file_entry): Pass in the full name to
3110         if_link_is_exe().
3112         * dir.[ch] (if_link_is_exe): Take in the full name, not the directory
3113         and the file entry.
3115 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3117         * cmd.c (guess_message_value): New function. Determine locale used
3118         for messages
3120         (get_random_hint): use guess_message_value
3122 1999-08-15  David Martin  <dmartina@usa.net>
3124         * boxes.c: (symlink_dialog): Move dialog misaligned elements
3126         * cmd.c (get_random_hint): Look for localized hint files
3128 1999-08-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3130         * ext.c: Added missing include file.
3132 1999-08-08  David Martin  <dmartina@usa.net>
3134         * menu.c: (create_menu): Adjust "#ifdef ENABLE_NLS" so that menus
3135         get the right size even when NLS is disabled.
3137 1999-08-06  Norbert Warmuth  <nwarmuth@privat.circular.de>
3139         * screen.c (string_file_[amc]time): These three functions use
3140         file_date which returns a pointer to a static buffer. In the
3141         Gnome edition this buffer has to be coppied to a static buffer
3142         which isn't used in the other two functions (Fix Bug #1766).
3144         * util.c, util.h: Moved some constants to util.h
3146 1999-08-04  Norbert Warmuth  <nwarmuth@privat.circular.de>
3148         * widget.c (push_history): Add SMB Link to the list of input dialogs
3149         where urls are input without vfs prefix.
3151         Translate the titles of these input dialogs only once.
3153         Removed Gnome specific code because the Gnome edition doesn't use
3154         the input history any more.
3156         * util.c (strip_password): Add /#smb: to the list of urls which might
3157         be input with password.
3159 1999-08-03  Norbert Warmuth  <nwarmuth@privat.circular.de>
3161         * poptalloca.h: New file with definitions for alloca. Note: alloca
3162         is defined as malloc on systems which fail to support alloca. Don't
3163         include this file if you frequently use alloca.
3165         * findme.c, popt*.c: include poptalloca.h
3167         * Makefile.in: added poptalloca.h
3169         * menu.c (create_menu): set minimum menu width to 20 characters as
3170         it used to be (this was part of davids patches but I haven't
3171         applied it, yet).
3173 1999-08-01  David Martin  <dmartina@usa.net>
3175         * menu.c (create_menu, menubar_drop_compute, menubar_paint_idx):
3176         Discount '&' for hotkeys when checking menu widths to avoid the
3177         extra blank space.
3178         Moved this accounting from the drawing to the creating function.
3180         * widget.c: Translate History box tittle.
3182 1999-07-21  Norbert Warmuth  <nwarmuth@privat.circular.de>
3184         * popt.c, popt.h, poptconfig.c, popthelp.c, poptparse.c: updated
3185         to the version found in the popt module
3187         * features.inc: added report information for smbfs
3189 1999-06-01  Robert Brady  <rwb197@ecs.soton.ac.uk>
3191         * file.c (move_dir_dir): Give an error when an attempt is made to
3192         move an empty directory into itself.
3194 1999-06-24  smil@linuxfan.com
3196         * view.c (view_update_bytes_per_line, display): show correctly the
3197         offset of the file (full 8 digit), display offset in bold colour
3199         (view_labels): use goto_addr instead of goto_line in hex mode
3201         (goto_addr): New function. Goto offset address in hex mode.
3203         * view.h: use unsigned long for hexedit cursor position in file
3205 1999-06-24  Norbert Warmuth  <nwarmuth@privat.circular.de>
3207         * menu.c (menubar_execute): Now needs an additional do_refresh in order
3208         to make layout changes visible.
3210 1999-06-01  Robert Brady  <rwb197@ecs.soton.ac.uk>
3212         * file.c (move_dir_dir): Give an error when an attempt is made to
3213         move an empty directory into itself.
3215 1999-06-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
3217         * cmd.c (quick_view_cmd): Change panel when the file we want to
3218         view isn't in the current panel (prevents a "file not found"
3219         error).
3221         * menu.c (menubar_execute): De-activate the menubar previous to
3222         invoking the callback. This is needed to make change_panel in
3223         quick_view_cmd work (the activated menubar doesn't allow unfocus,
3224         i.e. dlg_one_down|up don't change anything).
3226         * view.c (do_view_init): improved error handling w.r.t quick view
3227         (mc used to dump core when the file to view couldn't be opened).
3229 1999-06-22  David Martin  <dmartina@usa.net>
3231         * view.c (display): added view_gotoxy's in order to make the gnome
3232         edition operational in hex mode.
3234 Fri Jun 18 11:29:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3236         * user.c (user_menu_cmd): Allow national characters as hotkeys.
3237         Don't dump core when the menu file contains only empty lines
3239         * view.c (search, block_search): Use the correct column for the
3240         percent display while searching.
3242 1999-06-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3244         * complete.c (complete_engine): Put an #ifndef HAVE_GNOME around
3245         the completion/query engine.  Make the Gnome version just beep
3246         instead.  We do not have the completion/query engine for Gtk.
3248 1999-06-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3250         * cmd.c (configure_panel_listing): no more code duplication
3252         * screen.c (panel_new): no more code duplication
3253         (set_panel_formats): warn user when he gives bogus format, move
3254         checks into set_panel_formats
3256 1999-06-01  Akira Higuchi  <a-higuti@math.sci.hokudai.ac.jp>
3258         * util.c (is_printable): in GNOME all characters are printable.
3260 1999-05-31  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3262         * main.c (handle_args): Handle --desktop-linksdir without using X
3264 1999-05-29  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3266         * treestore.c (should_skip_directory): Add fix from Wayne Roberts
3267         to actually acknowledge the settings of mc.global.
3269 1999-05-24  Brandon S. Allbery  <allbery@ece.cmu.edu>
3271         * subshell.c (pty_open_master): Added missing comma.p
3273 Mon May 17 07:37:12 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3275         * subshell.c (pty_open_master): use getpt () if available to open
3276         the master side of the pty. getpt () is a glibc extension and is
3277         needed when glibc 2.1.x is used with a (linux) kernel without unix98
3278         style ptys (if there is no /dev/ptmx getpt falls back to bsd style
3279         ptys).
3281         * filegui.c (check_progress_buttons): Don't update the Gpm mouse
3282         cursor when we check for events. It causes a flickering cursor on a
3283         different virtual console.
3285 1999-05-12  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3287         * cons.saver.c (main): change cons.saver so it can be run without
3288         root privileges. It is well possible to run cons.saver with
3289         privileges only to /dev/vcsa: create new user and make vcsa's
3290         owned by that user instead of root.
3292         Distribution maintainers please take this text as idea of what you
3293         should do to make your system more secure.
3295 1999-05-05  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3297         * cmd.c (view_file_at_line): gmc_view never fails, so we handle
3298         that now.
3300 1999-04-29  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3302         * chmod.c (chmod_cmd): Missing _ in _().
3303         (chmod_cmd): Added braces around nested if/else.
3305         * widget.c (is_in_input_map): Added braces around nested if/else.
3306         (listbox_remove_current): Likewise.
3308         * subshell.c (read_subshell_prompt): Likewise.
3310         * view.c (view_status): Likewise.
3312 Tue Apr 27 20:31:13 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3314         * util.c (strip_home_and_password): Don't split the path in the
3315         middle of a directory, e.g. "/home/bofh" will not be translated to
3316         "~h" (fixes the bug reported by Alex Fortuna <alex@rdc.ru>)
3318 1999-04-25  Sergei Ivanov  <svivanov@pdmi.ras.ru>
3320         * find.c: The origin of the bug is in the function do_search (file
3321         find.c).  It limits the number of subdirectories to scan by the
3322         number stat.st_nlink-2, or infinite if st_nlink<2. On tar vfs,
3323         st_nlink is always 1, so it should be the second case.
3325         But before doing stat, do_search does opendir. And opendir on tar
3326         vfs (vfs_s_opendir in vfs/direntry.c) increases the st_nlink value
3327         in the stat data! So mc_stat called after mc_opendir on tar vfs
3328         returns st_nlink==2 instead of 1. This is interpreted as if the
3329         directory had no subdirs, thus subdirs are not searched in.
3331         Changing the order of calls to mc_stat and mc_opendir fixes the
3332         problem.
3334 1999-03-25  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3336         * setup.c (save_setup): Only save this if there is a current panel
3338 Wed Apr 21 21:47:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3340         * ext.c (exec_extension): Use tempnam instead of tmpnam (AIX doesn't
3341         like the latter when compiled with -mthreads).
3343         * user.c (execute_menu_command): ditto.
3345 Wed Apr 21 20:40:38 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3347         * Makefile.in: use MCCFLAGS and MCLIBS
3349 Wed Apr 21 20:19:45 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3351         * key.c (get_modifier): Query the state of the modifier keys when
3352         running inside a terminal emulation under X11.
3354         * key.c (init_textmode_x11_support, done_textmode_x11_support): new
3355         functions, only used in the text edition. Connect to and disconnect
3356         from the X Server when DISPLAY is set.
3358         * key.h: added prototypes for the new functions
3360         * main.c (main): call (init|done)_textmode_x11_support
3362 Sat Apr 17 13:04:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3364         * view.c (do_view_init): Enable viewing of files with negative
3365         st_size (This reverts parts of a patch I commited recently. Miguel
3366         provided a better fix for this issue).
3368 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3370         * view.c (regexp_search): Use unsigned longs for all of the
3371         offsets here.  Fixes crash reported on bugtraq.
3373 1999-04-16  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3375         * treestore.c (tree_store_save_to): Moved the functionality from
3376         tree_store_save() to here.
3377         (tree_store_save): Save the tree in the default location in an
3378         atomic fashion.
3379         (tree_store_load_from): Moved the functionality from
3380         tree_store_load() to here.
3381         (tree_store_load): Load the tree from the default location.
3383         * treestore.h (MC_TREE_TMP): Added a #define for the temporary
3384         name we'll use when saving the tree.  Moved the #defines from
3385         tree.h over to here.
3387         * main.c (main): Use tree_store_load() and tree_store_save().
3388         Removed the mc_tree_store_load/save() versions.
3390         * tree.c (load_tree): Use tree_store_load().
3391         (save_tree): Use tree_store_save().
3393 Fri Apr 16 07:51:42 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3395         * wtools.c (message): Use g_vsnprintf instead of vsprintf.
3397 Fri Apr 16 07:50:59 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3399         * view.c (do_view_init): Don't view files with negative file size.
3400         Added some error checking (I'm not sure whether this is needed).
3402 1999-04-15  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3404         * panel.h (WPanel): Added a drag_tree_row field to the WPanel
3405         structure.  This is used to keep track of the highlighted row in
3406         the tree for drag and drop.  Also, added drag_tree_timeout_id to
3407         hold the node expand timeout.  Also, added drag_tree_fe to hold
3408         the file_entry for the currently highlighted row in the tree.
3410 1999-04-13  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3412         * utilunix.c (my_system): Set up default signal handlers for childs.
3414 Tue Apr 13 07:14:10 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3416         * slint.c (getch): Quit MC when SLang_getkey returns an error. Looking
3417         at the code that's only the case when we read EOF from stdin.
3419         This fixes the problem where MC consumes a lot of cpu time while
3420         reading EOF from stdin in a tight loop. This situation arises when the
3421         terminal line/connection drops without MC being sent SIGHUP.
3423 Tue Apr 13 07:13:10 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3425         * slint.c (SLang_input_pending2): don't store SLANG_GETKEY_ERROR (int)
3426         in the input buffer (char).
3428 1999-04-12  Andrew T. Veliath  <andrewtv@usa.net>
3430         * main.c (_do_panel_cd): If we are using GNOME, and the panel is a
3431         desktop panel, open up a new panel for the contents.
3433 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3435         * tree.c (tree_start_search): Renamed from start_search() to avoid
3436         collisions with screen.c:start_search().
3438         * panel.h: Added prototype for start_search().
3440 1999-04-09  Rosanna Yuen  <rwsy@mit.edu>
3442         * screen.c (do_enter_on_file_entry): split GNOME version and
3443         non-gnome version.
3444         (parse_display_format): listen to the warning.
3446 1999-04-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3448         * treestore.c (tree_store_load): Do not load non-local file
3449         systems
3450         (tree_store_save): Do not save non-local file systems
3452 1999-04-07  Jonathan Blandford  <jrb@redhat.com>
3454         * screen.c (do_enter_on_file_entry): added a consistent behaviour
3455         for GNOME stuff.
3457 1999-04-06  David Martin  <dmartina@usa.net>
3459         * info.c (text out of box and locale layout).
3461         * util.c: If gmc uses strftime() why mc doesn't?
3463         * view.c: a) Tune status line so it does fit in a Quick View Panel
3464         b) Let Hex View resize cleanly. I think it's fixed for panel
3465         re-split and SIGWINCH signal in xterm. gmc still fails. There was
3466         a tiny risk of division by zero when pressing F4 in a very small
3467         box. True hard work... Must try and check it.
3469 1999-04-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3471         * main.c (main): Call mc_tree_store_save() when the program
3472         terminates.
3474 1999-04-05  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3476         * find.c (setup_gui): Do not scroll horizontally.  Why does the
3477         CList behave like this?
3479         * setup.c: Save desktop information.
3481 1999-04-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3483         * cons.saver.c (main): dup2() may be interrupted; take this into
3484         account.  Do we need to fcntl() stderr, or is it enough to close()
3485         it before recreating it?
3487 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3489         * dlg.c (dlg_run_done): Do not call the callback of a NULL current
3490         widget.
3492         * setup.h: Added missing prototype for setup_init().
3494         * filegui.c (check_progress_buttons): Added a missing return
3495         value.
3497         * dlg.c (remove_widget): Added a missing return value.
3499         * main.c: Removed the global directory_list variable.
3500         Removed the main_corba_register_server() function.
3502         * main.h: Removed the global run_desktop variable.
3504         * panel.h: Now the panel structure has a unique numerical ID used
3505         for session management.
3507         * screen.c (panel_new): Maintain a unique ID for each panel.
3509         * main.c (maybe_display_linksdir): Handle display of the desktop
3510         init dir here.
3511         (main): Call gnome_check_super_user().
3512         (init_corba_with_args): Call corba_init_server().
3514         * main.c (init_corba_with_args): Do CORBA initialization here.  Also
3515         removed the global force_activation option.
3517 1999-03-29  Jonathan Blandford  <jrb@redhat.com>
3519         * main.c (main): updated message.
3521 Sun Mar 28 23:52:08 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3523         * util.c (is_printable): Character 155 is non printable even when
3524         full eight bit output is enabled (on the linux console 155 is
3525         interpreted as "ESC [").
3527 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3529         Patch courtesy of John Bley (jbb6@acpub.duke.edu):
3531         * background.c (do_background): Use pid_t instead of int.
3533         * subshell.c (sigchld_handler): Likewise.
3535 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3537         * Makefile.in: Use mcsrclibdir where appropriate.
3539 1999-03-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3541         * treestore.c (process_special_dirs): Free memory here.
3543         Fix test: Skip only "." and "..", before it could skip "?.".
3545 1999-03-22  David Martin  <dmartina@mailexcite.com>
3547         * wtools.c (real_input_dialog_help): Do a strncmp with the lenght
3548         of th same translated "Password:" string.
3550 Mon Mar 22 02:05:28 1999  Timur Bakeyev  <mc@bat.ru>
3552         * screen.c (file_entry_color): Dropped. Code went to file_compute_color.
3554         * screen (format_file): Add check, that avoids reported error, when
3555         long file list -> quick view -> brief file list gives core dump.
3557 1999-03-19  Jonathan Blandford  <jrb@redhat.com>
3559         * main.c (main): We don't want to restart if we hit cancel.
3561         * file.c (panel_operate): Ugly hack for GNOME.  We only treat the
3562         copy as if it were many files, and skip the only_one branch.
3564 1999-03-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3566         * utilunix.c (close_error_pipe): Inform parent of the return value
3567         of any command here.  This allows the desktop to launch a terminal
3568         only if it succeeded in mounting the directory.
3570 Thu Mar 18 16:09:09 1999  Timur Bakeyev  <mc@bat.ru>
3572         * panel.h, screen.c: Add an ability to center justify fields in the
3573         panel, in addition to left and right justification. Just for fun.
3574         Try =name in user format.
3576         * util.c (name_quote): Quote "~@^|;:". Hope, that's all :)
3578 1999-03-17  Jonathan Blandford  <jrb@redhat.com>
3580         * main.c (main): Put in a warning when run as root.
3582 1999-03-15  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3584         * boxes.c (symlink_dialog): Put this inside an "#ifndef
3585         HAVE_GNOME" since we now provide a nicer version of the dialog.
3587         * wtools.c (real_input_dialog_help): Removed un-needed #ifdef.
3589         * cmd.c (edit_symlink_cmd): Generate the title of the dialog after
3590         we have computed the source filename.
3591         (edit_symlink_cmd): Use g_strdup_printf() instead of g_strconcat()
3592         for better internationalization.
3594         * wtools.c: Removed unused function input_dialog_help_2().
3595         (real_input_dialog_help): Put this inside an "#ifndef HAVE_GNOME",
3596         because now the Gnome version implements its own pretty dialog.
3598 1999-03-14  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3600         * dlg.c (dlg_select_nth_widget): Handle the case where h->current
3601         points to NULL.
3603 1999-03-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3605         * file.c (erase_file): Here we need to mc_lstat(), not mc_stat().
3606         Since we use the resulting buf.st_size to update the progress, we
3607         need the size of unresolved links.  This also makes it consistent
3608         with screen.c:do_file_mark().
3610         * screen.c (select_item): Return immediately if this is a desktop
3611         panel.
3613 1999-03-12  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3615         * subshell.c (pty_open_slave): Glibc-2.1-based Linux kernels have
3616         grantpt() but they do lack SysV streams.  Handle this.  Noticed by
3617         Jakub Jelinek
3619 1999-03-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3621         * util.h: Added prototype for g_readlink().  Miggie boy should add
3622         prototypes when he adds public functions.
3624 1999-03-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3626         * utilunix.c (g_readlink): Fixed two bugs spotted by Morten
3627         Wellinder.  Boy, Morten has such a good eye!
3629 1999-03-10  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3631         * file.c (erase_dir): Erase metadata for directories as well.
3632         (erase_dir_iff_empty): Likewise.
3633         (copy_file_file): Delete/copy the metadata even for
3634         char/block/sock/fifo files.  Same thing for when copying symlinks.
3635         (copy_dir_dir): Delete/copy the metadata.
3636         (move_dir_dir): Delete/move the metadata.
3637         (recursive_erase): Delete the metadata.
3639 1999-03-08  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3641         * file.c (real_query_recursive): Removed an unused variable.
3643 1999-03-10  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3645         * utilunix.c (g_readlink): New function.  Wraps all the nonsense
3646         of readlink into a nice routine.
3648         * filegui.c: Support ui->ctx to be NULL, as file.c will set this
3649         to NULL for background operations.
3651         * background.c (do_background): Handle EINTR in dup2.
3653 Wed Mar 10 22:21:19 1999  David Martin  <dmartina@usa.net>
3655         * util.c (my_putenv): char* was used to store the length of a string
3657         * info.c (info_show_info): cast st_dev and st_ino when passing
3658         to printw.
3660 1999-03-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3662         * file.c (panel_operate): Always create the ctx->ui.  Federico,
3663         can you see if this change is correct from your point of view?
3665         * cmd.c (edit_symlink_cmd): Small fix to improve the messages
3666         printed.
3668 Tue Mar  2 22:54:50 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3670         * util.c (name_quote): Quote '<' and '>'.
3672 Tue Mar  2 22:28:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3674         * main.c (panel_clean_dir): New function: reset all counters of a
3675         WPanel and clean directory list.
3677         * various places: Use panel_clean_dir instead of clean_dir whenever
3678         a WPanel is available. This solves the problem reported by Enrico
3679         Scholz (screen refresh while panel reload with an old/now invalid
3680         panel->count).
3682 Mon Mar  1 00:18:48 1999  Timur Bakeyev  <mc@bat.ru>
3684         * mad.c: Tempnam() returns malloced buffer, so, free() it, not g_free().
3686 1999-02-26  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3688         * view.c (view_percent, view_update): Take an extra argument:
3689         update_gui, which controls whether we want to update the displayed
3690         region in the GUI version.
3692 1999-02-25  Jonathan Blandford  <jrb@redhat.com>
3694         * cmd.c (symlink_cmd): little change to handle the case when a
3695         desktop panel is passed in.
3697 1999-02-25  Owen Taylor  <otaylor@redhat.com>
3699         * fileopctx.h file.c: Moved recursive delete query
3700         dialog into gdialogs.c for GNOME.
3702 1999-02-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3704         * file.c: Moved FileCopyMode here (thanks to Wolfgang Scherer for
3705         pointing this out) and made it a typedef.
3707         * treestore.c (process_special_dirs): New function.
3708         (should_skip_directory): Load the settings from the global
3709         special.dirs file and from the
3711         * util.c: Test for glibc/linux and if so, do not use getwd, but
3712         getcwd as on this system it is better than popen ("pwd").
3714 1999-02-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3716         * setup.c: Declare extern int tree_panel_visible for the GNOME
3717         version.
3719 1999-02-17  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3721         * dir.c (if_link_is_exe): Made this function take in a directory
3722         argument as well -- the sought file may not be in the cwd, and
3723         file entries do not carry the directory the file refers to.
3725         * screen.c (do_enter_on_file_entry): Pass in the cpanel->cwd to
3726         if_link_is_exe().
3728 1999-02-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3730         * treestore.c (tree_store_rescan): Add code to skip scanning
3731         specially slow directories (/afs, /coda, /...).  It is of course,
3732         configurable.
3734         * setup.c: Export the profile_name setup routine.
3736 Tue Feb 16 21:21:32 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3738         * popt.c: Compilation fix: on systems without setreuid use setuid.
3740 Tue Feb 16 21:18:08 1999  David Martin  <dmartina@usa.net>
3742         * achown.c: Make buttons fit in the (new) translated
3743         Advanced Chown dialog.
3745 1999-02-16  Alexaander Savelyev  <fano@ham.kiev.ua>
3747         * subshell.c (exit_subshell): Use the size of the buffer, not
3748         sizeof of the pointer to the buffer.
3750 Sun Feb 14 02:59:09 1999  Timur Bakeyev  <mc@bat.ru>
3752         * utilunix.c (my_system): Fix the order of preferenses, as setuid
3753         more desirable on BSD systems. Terminate execl[p]() with NULL, as
3754         this is formally correct.
3756 1999-02-12  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3758         * dir.c (do_load_dir): Added missing calls to tree_store_end_check.
3760         * find.c (add_to_list): Pass the data pointer as well.
3762 Fri Feb 12 06:36:58 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3764         * utilunix.c (my_system): Compilation fix: on systems without
3765         setreuid use setuid.
3767 1999-02-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3769         * panel.h (WPanel): Removed unused field "corbadat".
3771 1999-02-10  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3773         * screen.c: Make delete key delete files.
3775         * dir.c (do_reload_dir): Add a couple of missing calls to tree_store_end_check.
3777 1999-02-10  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3779         * main.h: Added prototype for main_corba_register_server().
3781 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3783         * view.c (search): Provide GNOME specific code for the search progress
3785         * treestore.c: Add a new hook system to hint a tree freeze/thaw.
3787         * setup.c: In the GNOME version, we do not show the dot files by default.
3789 1999-02-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3791         * file.c (copy_file_file): Add support for the GNOME metadata here.
3792         (move_file_file): Add support for the GNOME metadata here.
3794 1999-02-07  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3796         * treestore.c   (tree_store_add_entry): Use g_new0 to allocate the tree_entry.
3798         (tree_store_notify_add): Close, but no cigar.  The
3799         bug was deeper:  This list keeps names, not tree_entries.
3801 1999-02-07  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3803         * treestore.c (tree_store_notify_add): A tree_store_add_fn wants a
3804         string, not a tree_entry, so pass a string to it.
3806 1999-02-07  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3808         * treestore.c: Revert all of the stack changes.  Now the treestore
3809         is again non-re-entrant.  Being re-entrat was only covering up for
3810         bugs in other places.
3812         Now we postpone notifications for additions at
3813         tree_store_end_check, not before.
3815 1999-02-06  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3817         * treestore.c (tree_store_remove_entry): Removed unused code for
3818         base_sublevel computation.
3820 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
3822         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
3823         GNU-like :)
3825         * xmkdir removed - we have mkinstalldirs.
3827 1999-02-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3829         * cmd.c (view_other_cmd): Do not use \r in translatable strings.
3831 1999-02-04  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3833         * widget.c (push_history): Only do check the history headings if
3834         the widget has a history entry bound to it.
3836 1999-02-03  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3838         * treestore.c (tree_store_start_check, tree_store_mark_checked,
3839         tree_store_end_check): Use a stack for check_name.  There are far
3840         too many instances that might call the end_check.
3842 Wed Feb  3 23:55:54 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3844         * widget.c (history_put): set the access rights correctly when
3845         the history file is created initially. Don't save the history
3846         if we can't set the access rights.
3848 1999-02-01  Jonathan Blandford  <jrb@redhat.com>
3850         * setup.c: save we_can_afford_the_speed
3852 Wed Feb  3 22:27:04 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3854         * util.c (strip_password): Extented to find the url in the first
3855         parameter. The second parameter tells whether it should search the
3856         url (indicated by known prefixes) in the first parameter or whether
3857         the first parameter is a url without a prefix ("ftp://", "/#ftp:",
3858         "/#mc:").
3860         * main.c (directory_history_add): Strip the password (if any) from
3861         the freshly added value.
3863         * widget.c (push_history): ditto. There's a ugly special casing
3864         necessary for the network and ftp link dialogs (urls are entered
3865         with out prefix).
3867         * widget.c (history_put): Restrict read and write access to the
3868         history file to the owner (Just in case I forgot to strip passwords
3869         somewhere).
3871 Mon Feb  1 00:43:15 1999  Timur Bakeyev  <mc@bat.ru>
3873         * screen.c (to_buffer): Code of the function rewritten, as a side
3874         effect added J_CENTER (who needs this?). Also, justification flags
3875         got twins with _FIT suffix, which tries to fit name in the field with-
3876         out truncation (uses name_trunc()). This unifies behaviour of CList
3877         variants and text-bases widgets.
3879         * screen.c: Remove HAVE_GNOME wrappers around string_file_[name|owner|
3880         group]() - not necessary, to_buffer() doing this work.
3882 Sun Jan 31 19:49:00 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3884         * hotlist.c (add_new_entry_input, add_new_group_input): Make the
3885         quick_widget arrays static and various changes needed because they
3886         are now static. add_widgets_i18n recalculates button positions
3887         which get lost when the quick_widget arrays are non static.
3889         * screen.c (to_buffer): nul terminate string when using strncpy
3891         * setup.c: Save and restore new option ftpfs_first_cd_then_ls.
3893 1999-01-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3895         * file.c (panel_operate_generate_prompt): Removed the cmd_buf
3896         argument, since it is a global variable anyway (this function is
3897         only called once from file.c, and the global cmd_buf was being
3898         passed in).
3899         (panel_operate): Do not pass cmd_buf to
3900         panel_operate_generate_prompt().
3901         Thanks to Alexander Savelyev <fano@vcom.kiev.ua> for noticing this.
3903 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3905         * achown.c (XTRACT): Add missing call to _().
3907 1999-01-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3909         * panel.h: Fixup #includes.
3911 1999-01-26  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3913         * cons.saver.c: Removed glib from the suid app
3915 Wed Jan 27 03:17:44 1999  Timur Bakeyev  <mc@bat.ru>
3917         * Converted memory managment to Glib. Now we use g_new()/g_malloc()/
3918         g_strdup()/g_free() routings. Also, copy_strings() replaced by
3919         g_strconcat(), strcasecmp() -> g_strcasecmp(),and sprintf() by
3920         g_snprintf().
3922         * Some sequences of malloc()/sprintf() changed to g_strdup_printf().
3924         * mad.[ch]: Modified, to work with new GLib's memory managment. Fixed
3925         a missing #undef for tempnam, which caused dead loop. Add several new
3926         functions to emulate GLib memory managment.
3928         *main.c, mad.[ch]: Add a new switch  "-M", which allows to redirect MAD
3929         messages to the file.
3931         * util.[ch], utilunix.c: Modified, deleted our variants of strcasecmp()
3932         and strdup() - we have g_ equivalences. Remove get_full_name() - it is
3933         similar to concat_dir_and_file(). Some other tricks with g_* functions.
3935         * global.h: Modified, extended. Now it is main memory mangment include -
3936         i.e. all inclusions of <stdlib.h>, <malloc.h>, <glib.h>, "fs.h", "mem.h",
3937         "util.h" and "mad.h" done there. This elimanates problem with proper or-
3938         der of #include's.
3940         * All around the source - changed order of #include's, most of them gone
3941         to global.h (see above), minor changes, like "0" -> NULL in string func-
3942         tions.
3944 1999-01-25  Alexander Savelyev  <fano@vcom.kiev.ua>
3946         * ext.c (exec_extension): Always use /bin/sh.  Not the user
3947         shell.
3949 1999-01-23  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3951         * treestore.c (tree_store_remove_entry_remove_hook): Missing
3952         function.  To remove a notification hook.
3953         (tree_store_notify_add, tree_store_add_entry_add_hook,
3954         tree_store_remove_entry_add_hook): New functions to notify of
3955         additions to the treestore.
3957         * tree.c (tree_destroy): Remove the callback hook when we go
3958         away.
3960 1999-01-21  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3962         * option.c (init_configure): One line patch from Alexander
3963         Savelyev to transalate all strings.
3965 1999-01-18  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3967         * file.c: Killed operation_names: they seemed same to op_names to
3968         me, and compilation failed on them (initializer element is not a
3969         constant). Maybe miguel tagged too many strings for localization?
3970         :-).
3972         * ext.c: we use /tmp in "creative" way: creating there file and
3973         then executing it. I do not see how it is needed. Marked with FIXME.
3975 Thu Jan 21 01:11:24 1999  Timur Bakeyev  <mc@bat.ru>
3977         * mad.[ch], util.[ch]: commit changes, that allow coexist (temporary)
3978         GLib'ed VFS and not still converted MC itself.
3980 1999-01-20  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3982         * treestore.c (tree_store_start_check): Use mc_stat(), not stat().
3983         (tree_store_rescan): Use mc_lstat(), not lstat().
3985 Tue Jan 19 05:28:04 1999  Timur Bakeyev  <mc@bat.ru>
3987         * ext.c, filenot.c, main.c, screen.c, treestore.c: add missed #include's
3988         and moved glib.h so, it follows "fs.h", but preceed "util.h" and "mad.h".
3989         There were conflicts during compilation with MAD and GLibed vfs.
3991 Mon Jan 18 21:23:29 1999 Paul Sheer  <psheer@obsidian.co.za>
3993         * cmd.c: update_panels (UP_OPTIMIZE, UP_KEEPSEL); instead
3994         of reread after editing a file.
3996 1999-01-18  Arturo Espinosa  <arturo@nuclecu.unam.mx>
3998         * file.c: Use N_ instead of _ for some of miguel's last tags.
4000 1999-01-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4002         * file.c: Tag some more strings for localization.
4004 1999-01-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4006         * cmd.c (mkdir_cmd): Please, check your pointer usage.
4008 Thu Jan 14 13:18:58 1999  Timur Bakeyev  <mc@bat.ru>
4010         * screen.c (string_file_[owner|group]): Workaround the fact, that some
4011         systems have user and group names greater than 8 symbols. Now we trun-
4012         cate them.
4014 1999-01-13  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4016         * treestore.c (tree_store_load): Use g_return_val_if_fail(), not
4017         g_return_if_fail().
4018         (tree_store_rescan): Added parentheses to clarify || and &&.
4020         * tree.c (tree_add_entry): Removed unused variable.
4022         * treestore.h: Added prototype for tree_store_start_check_cwd().
4024 1999-01-13  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4026         * view.c (search): Missing condition.
4028         * treestore.c (tree_store_opendir): Simplistic fix.  This is not
4029         quite correct.
4031 1999-01-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4033         * panelize.h: Added prototype for do_external_panelize().
4035         * screen.c (move_selection): Unused variable fixes for HAVE_X.
4037         * boxes.c (configure_vfs): Removed an unused variable.
4039 1999-01-12  Jonathan Blandford  <jrb@redhat.com>
4041         * cmd.c (mkdir_cmd): now mkdir_cmd will accept relative, and
4042         absolute directories.
4044 Tue Jan 12 13:40:46 1999  Timur Bakeyev  <mc@bat.ru>
4046         * gtkedit(syntax.c): Fixed a typo in Pascal syntax.
4048 1999-01-12  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4050         * treestore.c (tree_store_save): Add signature for version 2.0 of
4051         the file format.
4053 1999-01-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4055         * file.c (do_file_error): Made static.
4056         (query_recursive): Have cases for background/foreground operation.
4057         (do_file_error): Likewise.
4059         * background.c: Removed the bg_ctx global, since now all the
4060         contexts are carried around by the functions that actually need
4061         them.
4063         * fileopctx.h (FileOpContext): Moved the op_preserve field to here.
4065         * filegui.c (file_mask_dialog): Removed the ui assertion, since
4066         now the op_preserve field is kept in the main context structure.
4068 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4070         * util.c: Provide workarounds for Linux kernel bug.
4072 Sun Jan 10 02:18:33 1999  Timur Bakeyev  <mc@bat.ru>
4074         * screen.c(string_file_size): Fixed (incorrect?) printing of device num-
4075         bers. Major should never be greater 255.
4077 1999-01-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4079         * dir.c (handle_dirent): Use the tree_store now.
4080         (handle_path): ditto.
4081         (do_load_dir): ditto.
4082         (do_load_dir): ditto.
4083         (do_reload_dir): ditto.
4084         (do_reload_dir): ditto.
4086         * treestore.c (tree_store_save): New file
4087         (encode): New routine used to encode pathnames in a safe way that
4088         are saved to the mc/.tree file.
4089         (decode): New routine, used to decode the pathnames we encoded in
4090         the step above.  Aint love grand?
4092         * tree.c (load_tree): Kill dead code.
4094         Moved all of the tree store information into a new file:
4095         treestore.  To be reused by the Gnome code.
4097 1999-01-08  Ilya Zakharevich  <ilya@math.ohio-state.edu>
4099         * popt.c: OS/2 and Windows NT portability fix.
4101 1999-01-07  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4103         * file.c (panel_operate_flags): Only show this dialog box if it is
4104         a copy or move operation
4106 1999-01-06  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4108         * background.c (do_background): Make it a bit saner.  Now we store
4109         a per-child-process FileOpContext structure.
4111         * fileopctx.h: New file with declarations for the file operation
4112         context structure.
4114         * fileopctx.c (file_op_context_new): New function to create a file
4115         operation context with the default file mask values.
4116         (file_op_context_destroy): New function to destroy a file
4117         operation context and its associated UI, if appropriate.
4119         * filegui.h: Use complete prototype for fmd_init_i18n().
4121         * filegui.c (FileOpContextUI): New structure that describes the UI
4122         and internal data for file operation contexts in the text mode
4123         version.
4124         (file_op_context_create_ui): Renamed from create_op_win() and
4125         made it use a context instead of global variables.
4126         (file_op_context_destroy_ui): Likewise, renamed from
4127         destroy_op_win().
4128         (fmd_widgets): Removed an #ifdef HAVE_XVIEW bit and moved the
4129         initialization of the result pointers to file_mask_dialog(), as we
4130         need to use the pointers to the fields inside the file op context now.
4131         Made all the functions use a file operation context.
4132         (file_mask_dialog): Always call fmd_init_i18n(); it will take care
4133         of idempotence by itself.
4134         (fmd_init_i18n): Now the code that makes sure this function is
4135         only called once is here.
4137         * cmd.c (check_for_default): Make it use a file operation context.
4138         * tree.c (tree_copy): Likewise.
4139         (tree_move): Likewise.
4140         (tree_rmdir_cmd): Likewise.
4142         * file.c: Removed file_progress_replace_progress and
4143         file_progress_replace_filename -- they are only used in filegui.c
4144         as part of the UI for the file operation context.
4145         (panel_operate_generate_prompt): Made static.
4146         (panel_operate_generate_prompt): Always call fmd_init_i18n(); it
4147         will take care of idempotence by itself.
4148         (panel_operate): Removed the panel_operate_def() function, and
4149         made panel_operate() take an extra "ask_user" argument.
4150         (query_recursive): Made static.
4152         * background.c (background_attention): Made static.
4153         (register_task_running): Made static.
4154         (do_background): Now takes a file operation context as an
4155         argument.  It stores the pid of the child there.
4157         * Makefile.in: Added fileopctx.[ch].
4159 1999-01-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4161         * widget.c (listbox_new): Assing l->height.
4163 1999-01-03  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4165         * main.c (update_one_panel_widget): GNOME version does the panel
4166         update here (this is an optimization, as we do not want do_refresh
4167         to do anything.
4169         * dialog.c (do_refresh): Remove this optimization as it was
4170         disabling the repainting of the screen contents.
4172         * hotlist.c (done_hotlist): The hotlist might not be loaded
4173         anymore.
4175 1999-01-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4177         * widget.c (listbox_new): Under GNOME, height of the listbox might
4178         be less than zero (due to LINES/COLS being set to zero there).  So
4179         for bow, set the height to 1.  This needs to be propery computed
4180         in x_create_listbox.
4182         * main.c (main): Do not load the hotlist here anymore.   We
4183         auto-load it on the setup(?).
4185 1998-12-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4187         * main.c (main): Removed old, unused code.
4188         (setup_panels_and_run_mc): Register the corba server here, not
4189         before, as the program is not ready to accept any commands yet.
4191         * screen.c (panel_set_sort_order): New routine to set the sorting
4192         mode.
4193         (panel_re_sort): New routine to force a resort on a panel.
4195         * main.c (sort_cmd): Use the new routines.
4197 1998-12-29  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4199         * cmd.c (check_for_default): Make this compile.
4201 Tue Dec 29 22:25:34 1998  Timur Bakeyev  <mc@bat.ru>
4203         * mountlist.c: Compress all xBSD systems to one line and add check
4204         for MOUNT_UFS - it seems, that 4.4BSD and 4.4BSD2 systems different-
4205         ly handles FS names. (currently affects BSDI and FreeBSD)
4207 Tue Dec 29 16:34:02 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4209         * file.c (progress_update_one): Ignore files in subdirectories
4210         when panel totals haven't been computed.
4212         (erase_dir, erase_file): update progress bar (i.e. make it work
4213         for OP_DELETE).
4215         (panel_operate_flags): Don't compute panel totals for OP_MOVE.
4216         When moving files on the same filesystem computing totals might
4217         last much longer than the actual move operation.
4219         (various places): adpations for the above changes.
4221 Mon Dec 28 22:15:43 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4223         * slint.c (try_alloc_color_pair): Changed hardcoded values into
4224         defines.
4226 Mon Dec 28 20:22:59 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4228         * color.c, text.c: Added color "stalledlink" which is used for
4229         stalled symbolic links. Formerly "viewunderline" was used for
4230         this (IMO bad because function and name didn't match).
4231         According to the man page the color keyword for executable files
4232         is `executable' and not `execute' -- changed.
4234         * color.c, color.h: When using SLang some color indexes are not
4235         freely choosable (DEFAULT_COLOR clashed with A_BOLD_REVERSE).
4236         Solved by adding holes in color_map.
4238         * find.c (do_search): fixed possible memory leak
4240 Sat Dec 26 09:53:39 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4242         * layout.c: include sys/ioctl.h to get definition of TIOCGWINSZ
4243         (fixes problem with screen resize).
4245 Fri Dec 25 20:19:57 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4247         * file.c (panel_operate_flags): Don't change file progress count and
4248         size twice for every file.
4250         (panel_compute_totals): Initialize return values to zero before
4251         calculating anything.
4253         (panel_operate_def, panel_operate): return a value
4255 Thu Dec 24 19:00:05 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4257         * screen.c (recalculate_panel_summary): new function which recalculates
4258         the summary information for the mini-status.
4260         * screen.c (panel_reload): use recalculate_panel_summary
4262         * screen.c (do_file_mark): Honour that dirsizes computed is now a
4263         per entry flag.
4265 Thu Dec 24 18:53:16 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4267         * option.c: Added Compute Totals to the configuration dialog.
4269         * file.c (compute_dir_size): made non static
4271         (panel_operate_flags): Don't compute directory sizes if verbose
4272         operation are off.
4274 Thu Dec 24 18:42:52 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4276         * cmd.c (dirsizes_cmd): Rewritten to use compute_dir_size as suggested
4277         by Miguel, i.e. get rid of du. Now the dirsizes_cmd honours a
4278         selection and computes sizes only for marked directories. Possible
4279         improvement: add a dialog (or C-C?) to abort computation.
4281         * dir.h (file_entry), panel.h (WPanel): Made the dirsizes computed
4282         flag a per file flag.
4284         * dir.c, find.c, panelize.c, screen.c: Adapted to new file_entry and
4285         WPanel structure.
4287         * features.inc: Deleted DUSUM information
4289         * mc.hlp: remade because of changes in doc/mc.1.in
4291 1998-12-22  Jonathan Blandford  <jrb@redhat.com>
4293         * file.c: add a HAVE_GNOME only function
4295 Mon Dec 21 22:39:35 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4297         * mountlist.c: Define xBSD on FreeBSD.
4299         * main.c (parse_an_arg): New function, popt callback. Option
4300         parsing in gmc was broken. The gnome*_init_with_popt_table free
4301         the option tables and gmc tried to use the option tables later.
4303         * main.c (handle_args): In the Gnome edition don't parse the
4304         options a second time.
4306         * boxes.c (configure_vfs), setup.c: Deleted obsolete options.
4307         tar.gz files are now always unzipped to a temporary file on disk.
4309 Mon Dec 21 14:28:55 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4311         * filenot.c (my_mkdir_rec): Someone broke this completely by deleting
4312         a line. Funny things happen if you use an already freed pointer.
4313         Improved error handling: try to make directories recursivly until
4314         mkdir succeeds or fails with errno != ENOENT. Now you will get the
4315         correct error message when you don't have permission to create a
4316         directory.
4318         * mountlist.c: Deleted function prototypes for strdup and strstr,
4319         they might conflict with definitions in the system header files.
4321 Wed Dec 16 14:41:15 1998  Paul Sheer  <psheer@obsidian.co.za>
4323         * gtkedit.c, editwidget.c: gnome selection now works with the
4324         editor.
4326 Wed Dec 16 06:27:00 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4328         * screen.c (Xtry_to_select): Don't select a similar file when
4329         "name" can't be found in the panel (when deleting files the
4330         selection jumpped from the deleted "file" to a directory which
4331         started with the same character as "file", annoying).
4332         Strip known vfs suffixes from "name" before trying to select
4333         (I think Timur made this suggestion a few months ago). Know the
4334         vfs is mature enough to do this.
4336 1998-12-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4338         * dir.c (link_isdir): Remove unused variable.
4340 Sun Dec 13 18:35:05 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4342         * screen.c (panel_reload): Don't set panel->selected to zero here,
4343         keep it's value if possible or set it to panel->count - 1 (I disliked
4344         the jumping cursor when deleting files).
4346 1998-12-11  Michael Fulbright  <msf@majestic.labs.redhat.com>
4348         * file.c (panel_operate_generate_prompt): Changes the text
4349         for GNOME dialogs.  --jrb
4351 1998-12-10  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4353         * main.c (try_to_select): We do not need to select the item
4354         manually in this case, as the X code will do this for us.
4356 Fri Dec 11 00:05:50 1998 Paul Sheer  <psheer@obsidian.co.za>
4358         * syntax.c, slint.c, color.c, color.h: editor now has its
4359         own color configuration so you can set editor background
4360         colors with MC_COLOR_TABLE.
4362 1998-12-10 Paul Sheer  <psheer@obsidian.co.za>
4364         * syntax.c: perl syntax highlighting. syntax highlighting
4365         bug fizes for python and sh.
4367         * edit.c: new method of finding line offsets from line
4368         number (for cooledit for python stuff).
4370 Mon Nov 30 21:10:30 1998  Pavel Machek  <pavel@bug.ucw.cz>
4372         * file.c (copy_file_file): minor code beatifulling: replace goto's
4373         with while loops (it is both shorter and nicer :-)
4374         (panel_operate): hopefully done WANT_STALE_DATA right. We really
4375         should kill ftpfs_hint_reread hack soon.
4377         * cmd.c (dirsizes_cmd): report error if you are on non-local
4378         filesystem. (As oposed to silently failing.)
4380 1998-12-07  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4382         * screen.c (panel_reload): Set panel->selected to zero here, this
4383         will at least guarantee that we do not try to fetch anything
4384         outside of bounds.
4386         * main.c: The bar2 is gone as well.
4388 Tue Dec  8 19:19:39 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4390         * cmd.c (dirsizes_cmd): Fixed possible buffer overflow
4392 1998-12-07  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4394         * screen.c (do_enter): Return the value from this.
4396 1998-12-06  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4398         * dir.c (link_isdir): Fetch the information from
4399         file->f.link_to_dir, since we already have it.
4401         * dir.h (file_entry): Removed the `cache' field in this structure,
4402         as it was only used for the deprecated Xview version.
4403         Also, removed the `exists' field, as it was not being used anywhere.
4405         * dir.c: Removed all occurrences of file_entry->cache.
4407         * find.c: Removed all occurrences of file_entry->cache.
4409         * panelize.c: Removed all occurrences of file_entry->cache.
4411         * screen.c (do_enter_on_file_entry): New public function that
4412         implements the functionality in do_enter(), but based on a file
4413         entry rather than on a panel.
4414         (do_enter): Use do_enter_on_file_entry() with the selection of the
4415         panel as an argument.
4417 1998-12-04  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4419         * cmd.c, tree.c: Updated to the new file.c api.
4421         * file.c: (copy_file_file, copy_dir_dir, move_file_file,
4422         move_dir_dir): Updated to work with the new updating stuff.
4424         * setup.c: New configuration option to compute the totals to be
4425         transfered.
4427         * file.c (compute_dir_size, panel_compute_totals): New routines to
4428         compute the total ammount of information that is going to be
4429         transfered.
4431 1998-12-03  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4433         * ext.h: GNOME edition uses a different set of .ext files.
4435         * lib/mc-gnome.ext.in: New file with GNOME-specific bindings.
4437 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4439         * GNORBA integration.  We now produce two binaries: gmc and
4440         corba-gmc (that way, I dont interfere with other's work).
4442         * Added prototypes, made private functions static, clean up
4443         various silly warnings.
4445         * main.c (main): Removed crufty init_sigfatal code.
4447         * cmd.c (do_link): More slang dependecies are fixed for the X
4448         ports.
4450         * keys.h (enum): Moved key definitions here.
4452         * tty.h: MOve towards slang freedom for the GNOME port.
4454 1998-12-01  Jonathan Blandford  <jrb@redhat.com>
4456         * file.c (panel_operate_generate_prompt): moved from filegui.c
4458 1998-11-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4460         * panel.h (WPanel): Added the missing tree/pane/view_table fields
4461         to the Gnome part of the structure.
4463 1998-11-26  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4465         * cons.saver.c (main): Make sure stderr is always valid.
4466         (main): Also check that stderr_fd is not -1.
4468 Wed Nov 25 22:16:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4470         * cmd.c (dirsizes_cmd): Quote characters with a special meaning
4471         when passing it to du.
4473 1998-11-23  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4475         * dlg.c (dlg_try_hotkey): Removed unused declaration of input_event.
4476         (dlg_key_event): Return 1 if handled the tab key.
4478         * filegui.h: Added prototypes for file_progress_show_{source,target,deleting}().
4480 Sun Nov 22 22:30:50 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4482         * autogen.sh: replaced "cat *.m4" with a call to aclocal. Concatenate
4483         mc-aclocal.m4 and gettext.m4 to acinclude.m4. The other way round
4484         would have been to add three more m4 files to the replaced cat line
4485         (including cond.m4 from automake-1.3b).
4487         Fixed OBJ_DIR handling.
4489 Sun Nov 15 00:37:58 1998  Pavel Machek  <pavel@bug.ucw.cz>
4491         * mad.c (mad_tempnam): needed wrapper for tempnam added
4493 1998-11-17  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4495         * dlg.c (destroy_dlg): Do not refresh.
4497         * filegui.c: New file.  We keep all of the user interface code for
4498         the text edition in this file now.  This should be a per-GUI port
4499         file.
4501 1998-11-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4503         * panel.h (WPanel): Instead of the "#ifdef GNOME" mess in the
4504         WPanel structure, we now have a single opaque pointer to UI data,
4505         called port_ui.  GUI stuff specific to each port should be here.
4506         This is a work in progress.
4508 1998-11-10  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4510         * setup.c: Removed the icons_snap_to_grid and
4511         want_transparent_{icons,text} options.
4513 Thu Nov  5 12:10:10 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4515         * file.c (panel_operate): check for null pointer before passing it
4516         to mc_setctl
4518 Wed Nov  4 17:51:43 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4520         * src/findme.h: added from popt-1.2 by RedHat
4522         * src/Makefile.in: appropriate changes to use new popt
4524 Sun Nov  1 20:59:05 1998  Pavel Machek  <pavel@bug.ucw.cz>
4526         * file.c (erase_file): translated goto into while loop (it is both
4527         shorter AND cleaner)
4529         * subshell.c (feed_subshell): do NOT print anything if we get
4530         errors/eofs from read(subshell) - this fixes (or at least hides)
4531         nasty bug where typing "exit" on mc prompt prints lots of garbage
4532         and falls into infinite loop. Someone with better knowledge should
4533         read feed_subshell(), and make it handle errors properly. (Why do
4534         we ignore EIO for example?)
4536 Sun Oct 18 22:56:17 1998  Pavel Machek  <pavel@bug.ucw.cz>
4538         * view.c: we now rely on sfs to do file decompressing for us. That
4539         has advantage of displaying #ugz at first line, so user knows what
4540         we are doing behind his back
4542         * view.c: fix indentation, fallback to read whole file if mmap fails.
4544 1998-11-01  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4546         * setup.c: #ifdef'ed out stuff in the menus that will get changed
4547         as I rewrite the desktop part.
4549 1998-10-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4551         * layout.c (print_vfs_message): Use g_snprintf instead of
4552         vnsprintf.
4555 1998-10-30  Sung-Hyun Nam  <namsh@lgic.co.kr>
4557         * color.c, slint.c: support transparent background if user use
4558         'default' keyword for background color.
4560 Mon Oct 26 00:31:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4562         * configure.in, Make.common.in: Split CPPFLAGS into CPPFLAGS and
4563         MCCPPFLAGS. The last one contains references to variables which are
4564         not available in every Makefile.in (namely intl/Makefile.in). Without
4565         the split `-I ' was passed to the compiler (the compiler on DU 4.0
4566         interprets -I as "don't search include files in /usr/include").
4568 Thu Oct 22 20:41:50 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4570         *  configure.in (subshell): Don't define inline to be empty
4571         when compiling with non-gcc compiler. AC_C_INLINE (invoked in
4572         AM_GETTEXT_GNU) already defines inline if necessary.
4574 Thu Oct 22 20:41:16 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4576         * panelize.c (do_external_panelize): Not zeroing some fields
4577         in cpanel led sometimes to segfaults.
4579 Thu Oct 22 20:31:17 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4581         * lib/mc.ext.in: *.jar and *.JAR treated like *.zip and *.ZIP
4583 Fri Oct 16 12:10:56 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4585         * cmd.c (quick_chdir_cmd): you must check for return code of
4586         do_cd(). (Fixed error for here, but more such bugs are present in
4587         src/ tree. Or maybe move error checking into do_cd?)
4589         * command.c: warn user if he is pressing enter while on non-local
4590         filesystem. (Prev. behaviour was fail silently to do anything,
4591         which is _bad_.)
4593 Mon Oct 12 22:47:53 1998  Pavel Machek  <pavel@bug.ucw.cz>
4595         * file.c (copy_file_file): MCCTL_SETREMOTECOPY is no longer used
4597         * file.c (copy_file_file): do_reget is now correctly done using
4598         open()/lseek() pair
4600 Wed Oct  7 22:20:37 1998  Pavel Machek  <pavel@bug.ucw.cz>
4602         * file.c: Ask user if (s)he wants to delete incomplete file
4604 Sun Oct 11 20:21:20 1998  Peter Kleiweg  <kleiweg@let.rug.nl>
4606         * mfmt.c (main): When there are an even number of empty lines
4607         between messages, all goes well, but when the number of empty
4608         lines between messages is odd, the program fails.
4610 Sun Oct 11 20:11:16 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4612         * setup.c: Option ftpfs_use_unix_list_options was saved from
4613         and restored to the wrong variable (ftpfs_use_passive_connections).
4615 Mon Oct  5 21:33:14 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4617         * screen.c (parse_display_format): Don't dereference NULL pointer
4618         when format string is an empty string.
4620 Mon Oct  5 19:59:56 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4622         * main.c (translate_url_to_new_syntax): Translate ftp:// to an
4623         absolute path instead of a relative path (fix to "hotlist" bug
4624         reported by Andrej). This means we drop the "return to last dir"
4625         feature for ftpfs (when leaving ftpfs with ".." returns to the
4626         directory visited before entering the ftpfs).
4628 Sat Oct  3 00:54:23 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4630         * gtkedit/Makefile.in (EDITOBJS): removed one wrong \\ (line
4631         continuation)
4633 Thu Oct  1 18:43:34 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4635         * file.c: Commented out search for egrep because execvp() does
4636         it itself
4638         * utilunix.c: vfs_uid should not be used if VFS is disabled
4640 Tue Sep 29 17:53:56 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4642         * main.c: removed stupid reference to {sfs,extfs}_which
4644         * screen.c: fixed higlighting to go for longest match if it does
4645         not find exact match. This is so that it works well with vfs (and
4646         needs _NO_ knowledge about vfs layer).
4648 Tue Sep 29 14:02:56 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4650         * layout.c (print_vfs_message): fixed buffer overrun by
4651         vsnprintf. Unfortunately I have no clue how to do this portably.
4653 Tue Sep 29 11:42:32 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4655         * setup.c: Corrected code which prevents using icon view by
4656         ports which don't support it
4658 Mon Sep 28 21:55:13 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4660         * find.c: Changed hotkey of the continue-button (both Chdir and
4661         Continue used `C').
4663         * Makefile.in: search config.status in builddir and not in rootdir,
4664         i.e. make it compile for builddir != srcdir
4666 Wed Sep 23 14:06:44 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4668         * src/file.c: Made file.c use new O_LINEAR mode (so copying from
4669         ftp works nicely, again)
4671 Fri Sep 18 14:15:43 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4673         * src/mad.c: All messages are sent to stderr and terminate with \r\n
4675         * src/hotlist.c: Harmless memory leak fixed
4677         * xv/Makefile.in, xv/xvmain.c, xv/xvscreen.c: Minor fixes to
4678         make compilation of the XV port possible (currently without
4679         viewer).
4681 Thu Sep 17 07:32:23 1998  Norbert Warmuth  <k3190@fh-sw.de>
4683         * Makefile.in: After creating symlinks invoke another instance of
4684         make to build libvfs.a. Otherwise make will not know how to build
4685         the object files if symlinks have been created.
4686         Added target cleansourcelinks (invoked with make distclean).
4688 Tue Sep 15 22:41:24 1998  Paul Sheer  <psheer@obsidian.co.za>
4690         * edit.c, editwidget.c, gtkedit.c: fixed segfault when trying to
4691         edit a non-file under gmc.
4693 Tue Sep 15 21:52:00 1998  Norbert Warmuth  <k3190@fh-sw.de>
4695         * mc.hlp, doc/mc.1.in, doc/mc.sgml: updated my EMail address
4697 Tue Sep 15 20:51:42 1998  Norbert Warmuth  <k3190@fh-sw.de>
4699         * setup.c: save and restore new global variable/option
4700         ftp_use_unix_list_options
4702 Tue Sep 15 01:02:34 1998   Paul Sheer  <psheer@obsidian.co.za>
4704         * gtkedit: Directory added. This directory contains all the editor
4705         code modified to work with gnome. Mcedit now works properly under
4706         gnome with a slightly reduced set of features.
4708         * gscreen.c gscreen.h screen.c: Modified to respond to F4 on a file
4709         and start the new gtkedit internal editor.
4711 1998-09-14  Norbert Warmuth  <k3190@fh-sw.de>
4713         * file.c (move_dir_dir): Fixed severe bug reported by Andrew Pechenov
4714         <zx80@demo.ru> (losing files when moving directories cross filesystem
4715         boundaries): make sure erase_list is emptied always not only when we
4716         deleted files.
4718 Sat Sep 12 02:59:43 1998  Timur Bakeyev  <mc@bat.ru>
4720         * screen.c: Xtry_to_select() Remove extfs hack to the main.c. Change
4721         for() cycle to the x_basename() call (Thanks to Pavel Roskin).
4722         Add (key_callback) do_enter() to prevent warnings.
4724         * main.c: Rename cd_try_to_select() to the get_parent_dir_name(). Now
4725         it process VFS postfixes too. Reduced number of loops against prev hack.
4727 Fri Sep 11 15:27:59 1998  Pavel Machek  <pavel@ucw.cz>
4729         * screen.c: make cd .. from extfs file highlight it
4731 Tue Sep  8 13:10:32 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4733         * autogen.sh: Don't destroy aclocal.m4 if "macros" directory
4734         is missing
4736         * layout.c: Use stdout instead of stderr in set_hintbar()
4738 Mon Aug 31 12:40:29 1998  Pavel Machek  <pavel@ucw.cz>
4740         * cmd.c: added view_file_cmd which asks user which file to view -
4741         _very_ usefull with vfs (now you can browse web with mc: try
4742         /#url:http:||atrey.karlin.mff.cuni.cz|~pavel#uhtml)
4744 Thu Aug 27 19:52:45 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4746         * Make.common.in: Don't define VERSION anymore
4748         * configure.in: this is the right place for VERSION definition
4750         * acconfig.h: does not include file "VERSION" anymore
4752         * config.h.in: rebuilt by autoheader
4754         * VERSION: removed from CVS and added to .cvsignore since it
4755         is rebuilt every time as configure is run
4757 1998-08-20  Raja R Harinath  <harinath@cs.umn.edu>
4759         * mad.h: Include stdlib.h/malloc.h first, to prevent prototypes
4760         from being clobbered by the subsequent macro defines.
4762 Wed Aug 12 15:56:46 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4764         * edit.h: added "../" before some includes to avoid unnecessary
4765         "-I" options for the PC port makefiles.
4767 Sun Aug  9 22:39:12 1998  Janne Kukonlehto  <jtklehto@paju.oulu.fi>
4769         * mad.h (calloc): Added parentheses around the arguments as
4770         suggested by Steef Boerrigter <sxmboer@sci.kun.nl>.
4772 Fri Jul 31 09:04:35 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4774         * syntax.c: makefile* will be highlighted as Makefile*
4776 1998-07-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4778         * main.c (translated_mc_chdir): Quick hack to make the old
4779         url-like pathnames to be used on the command line.
4781 1998-06-22  T.E.Dickey  <dickey@clark.net>
4783         * keyxdef.c: Fix for compiling with ncurses.
4785 Fri Jul 24 00:44:37 1998  Tom Tromey  <tromey@cygnus.com>
4787         * mc-local.m4 (AC_STRUCT_LINGER): Moved into macros/linger.m4.
4788         * autogen.sh: Include linger.m4 in aclocal.m4.
4789         * Makefile.in (GNOME_M4_FILES): Include linger.m4.
4791 Thu Jul 23 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
4793         * Makefile.in (aclocal.m4): Depend on all source files.  Include
4794         gnome-vfs.m4 and gnome-undelfs.m4.
4795         (GNOME_M4_FILES): New macro.
4796         * autogen.sh: Include gnome-vfs.m4 and gnome-undelfs.m4 in
4797         aclocal.m4.
4798         * configure.in: Use GNOME_VFS_CHECKS and GNOME_UNDELFS_CHECKS
4799         macros instead of in-line checks.  Create vfs/Makefile from
4800         vfs/Make-mc.in.
4802 Thu Jul 23 19:49:12 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4804         * hotlist.c: corrected layout of the warning which appears
4805         if ~/.mc doesn't exist. Appropriate changes in translations.
4807 Wed Jul 15 00:41:01 1998    Paul Sheer  <psheer@obsidian.co.za>
4809         * edit.c, editwidget.c,            * syntax.c: Syntax
4810         editdraw.c, editmenu, editcmd.c:   highlighting for Pascal
4811         Added column text highlighting     added.
4812         and block movements.
4814 1998-07-04  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>
4816         * main.c (main): 'session_management_setup' will be called after
4817         'gnome_init'.
4819 Wed Jun 18   Pavel Machek  <pavel@ucw.cz>
4821         * i18n.h: we do not want i18n in case of compiling standalone
4822         libvfs.so.
4824 Fri Jun  5 23:34:20 1998  Timur I. Bakeyev  <timur@comtat.kazan.ru>
4826         * screen.c (file_entry_color): take care about BSD core dumps
4827         which have names program.core instead of core
4829 Mon Jun  1 15:41:20 1998  Norbert Warmuth  <k3190@fh-sw.de>
4831         * main.c (translate_url_to_new_syntax): translate the common
4832         ftp url syntax to the syntax used by the new vfs code.
4834         (_do_panel_cd): First translate the path if necessary. This makes
4835         it possible to enter ftp://host on the commandline and in the
4836         directory hotlist. We might need to move the translation code
4837         to the vfs layer if there are other places where we want to enter
4838         ftp://host.
4840 Mon Jun  1 12:33:08 1998  Alexander V. Lukyanov  <lav@yars.free.net>
4842         * configure.in: allowed to use `configure --with-included-gettext'
4843         on systems (like solaris) that have their own libintl
4845 1998-05-31  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4847         * complete.c (filename_completion_function): Use the vfs routines
4848         for name completion.
4850 1998-05-31  Jakub Jelinek  <jj@ultra.linux.cz>
4852         * complete.c (complete_engine): Fix completions.
4854 Sun May 31 10:23:01 1998  Norbert Warmuth  <k3190@fh-sw.de>
4856         * key.c (define_sequence): If a sequence clashes the last
4857         definition made will be used. This makes it possible to override
4858         wrong definitions in terminfo/termcap database with learn keys (or
4859         the appropriate entries in mc.lib and ~/.mc/ini).
4861         * widget.c (show_hist): Don't display the listbox partly
4862         off screen (the left panel's history started in column - 2).
4864         * keyxdef.c: include tty.h instead of myslang.h as suggested by
4865         Tamasi Gyorgy <gt_cosy@usa.net>
4867 Fri May 29 15:41:19 1998  Alexander V. Lukyanov  <lav@yars.free.net>
4869         * widget.c (update_input): this patch allows entering 8-bit
4870         characters in input fields without screwing attributes. (the
4871         same old sign extension...)
4873 Wed May 27 22:23:48 1998  Ed Cogburn  <ecogburn@greene.xtn.net>
4875         * lib/xterm.ti: The 'xterm-color' definition needs 'sgr0'. The tic
4876         program from ncurses 4.2 doesn't like the xterm.ti file that comes
4877         with mc.
4879 Wed May 27 15:29:01 1998  Alexander V. Lukyanov  <lav@yars.free.net>
4881         * key.c (get_key_code): characters with high bit set were input
4882         as 0x80 char when use_8th_bit_as_meta was set
4884 1998-05-25  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4886         * ext.h (MC_USER_EXT): New name for the per-user extension file
4887         (this needs redoing to concatenate this + the system stuff instead
4888         of the overwrite stuff we have now).  Now it is called the ~/.mc/ext-n
4890 Mon May 25 23:32:35 1998  Norbert Warmuth  <k3190@fh-sw.de>
4892         * editdraw.c (print_to_widget): Ifdef'd SLang specific code in order
4893         to make it compile with ncurses. Syntax highlighting in the
4894         internal editor is already disabled when SLang isn't used.
4896 1998-05-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4898         * widget.c (port_region_marked_for_delete): New per-port
4899         piece of code:  Provides a way for good selection killing.
4901 Sun May 24 02:45:03 1998  Norbert Warmuth  <k3190@fh-sw.de>
4903         * utilunix.c, util.h (errno_dir_not_empty): deleted
4905 Sat May 23 22:29:57 1998  Norbert Warmuth  <k3190@fh-sw.de>
4907         * file.c (check_dir_is_empty): New function which takes a path and
4908         returns -1 on error, 1 if there are no entries besides "." and
4909         ".."  in the directory path points to, 0 else. This function
4910         actually opens and reads the directory and doesn't do tricks we
4911         used to do with rmdir.
4913         * file.c (erase_dir, erase_dir_iff_empty): Use check_dir_is_empty
4914         to detect non empty directories. The old code tried to remove the
4915         directory and decided on errno whether the failure of rmdir was
4916         caused by a non empty directory or whether there was a different
4917         error.
4918         Unfortunatly not every filesystem sets errno to EDIRNOTEMPTY if
4919         you try to delete a non empty directory. Namely the linux user
4920         space nfs server sets errno to EIO, Suns nfs server sets it to
4921         EEXIST and the AIX nfs server sets it to ??? (Steve reported
4922         problems on AIX so I guess AIX sets errno to a value we currently
4923         don't check).
4925 1998-maj-18  Tamasi Gyorgy (gt_cosy@usa.net)
4927         * lib/mc.menu: 'Z' on 'tar.Z' and 'tar.z' files: '%f' -> '$1'.
4929         * lib/mc.ext.in.qnx.diff, lib/mc.menu.qnx.diff (QNX): modified
4930         'mc.ext.in' (tar -t: output to stderr); modified 'mc.menu' (tar is
4931         not GNU tar: doesn't know '-z'); support for '*.tar.F':
4932         'freeze'-compressed tar files [No automatic configure/install
4933         implemented: patches must be applied before running 'configure'
4934         (mc.ext.in.qnx.diff: this patch can be not only QNX-specific...)]
4936         * lib/Makefile.in: 'mc.ext.in.qnx.diff' and 'mc.menu.qnx.diff' added
4937         to DISTLIB.
4939         * slang/sldisply.c:
4941           SLTT_TRANSP_ACS_PATCH dependant code:
4943           The problem: some terminals (QNX/qansi*, SCO OS5/ansi [?]) map the
4944           whole upper half of the ASCII table to the lower half, when
4945           alt-char-set is activated with the smacs/as string-sequence. This
4946           means, that if 0 <= ch < 128 written to the terminal, it will be
4947           translated to (ch+128) automatically by the terminal: so not only
4948           the line-drawing characters can be written, when the alt-char-set
4949           is activated. It implicitly means, that space, NL, CR, etc.
4950           characters (exactly: anything besides the "standard" line drawing
4951           characters) can not be written directly to the terminal, when the
4952           alt-char-set is activated, because writing these characters
4953           doesn't cause an implicit/temporary switching-back to the standard
4954           char-set!
4956           The original code in SLang assumes that space, NL, CR, etc. can be
4957           printed when alt-char-set is activated. If SLTT_TRANSP_ACS_PATCH
4958           is defined, the modified code will not use this assumption.
4959           [Remark: the patch-code is not the most exact solution, but
4960           works...]
4962           QNX_QANSI_SLANG_COMPAT_ACS_PATCH dependant code:
4964           A more OS/terminal-specific solution for the problem mentioned
4965           above (->SLTT_TRANSP_ACS_PATCH).
4967           If QNX_QANSI_SLANG_COMPAT_ACS is defined, the default smacs/sa,
4968           rmacs/ae, acsc/ac [and sgr/sa, if it would be used!] command
4969           sequences will be replaced internally with the "old style"
4970           (pre-QNX 4.23) sequences in case of QNX/qansi terminals. Using
4971           these optional command sequences the terminal remains compatible
4972           with the original SLang code (without using the workaround-code
4973           enabled by defining SLTT_TRANSP_ACS_PATCH).
4975           Remark:
4977           Currently SLTT_TRANSP_ACS_PATCH is not auto-configured by
4978           'configure'. (Must be manually defined...)
4980           There is some (QNX-specific) auto-configuration hand-coded in the
4981           source:
4983             #ifdef SLTT_TRANSP_ACS_PATCH
4984             # if defined(__QNX__) && defined(QNX_QANSI_SLANG_COMPAT_ACS)
4985             #  undef SLTT_TRANSP_ACS_PATCH
4986             # endif
4987             #else
4988             # if defined(__QNX__) && !defined(QNX_QANSI_SLANG_COMPAT_ACS)
4989             #  define QNX_QANSI_SLANG_COMPAT_ACS 1
4990             # endif
4991             #endif
4993         * slang/slutty.c: "newtty.c_iflag &= ~(ECHO | INLCR | ICRNL);"
4994         ECHO(0x08) is a c_lflag bit, it means PARMRK(0x08) in c_iflag. (!?!)
4996         * src/file.c: 'do_reget' can be extern if (USE_VFS && USE_NETCODE),
4997         not if (USE_VFS).
4999         * src/find.c (search_content()): Variable 'i' "must be" 'int', not
5000         'char'. ["i == -1": (buggy?) WCC 10.6 doesn't convert automatically
5001         (int)(-1) to (char)(-1) (GCC does), so "comparison result always 0"
5002         warning produced. It is cleaner to define 'i' as 'int', than cast
5003         '-1' to 'char', because 'read()' returns 'int'.]
5005         * src/key.c (init_key()): Call load_xtra_key_defines() and clear
5006         'use_8th_bit_as_meta' by default under QNX, if a 'qnx*' terminal
5007         detected. (A saved config file (mc.ini) can override it later...)
5009         * src/key.h: Declare load_xtra_key_defines().
5011         * src/keyxdef.c: Provides a method to define some platform-specific
5012         additional key mappings. (e.g. QNX terminals can handle most of
5013         META-? combinations as ALT-?...) ('keyxdef.c' currently not listed
5014         in doc/FILES...)
5016         * src/layout.c: TIOCGWINSZ must be available (so <sys/ioctl.h> (?)
5017         included), because window-resizing code doesn't work, if not defined.
5019         * src/main.c: 'print_usage()' is reserved name in the QNX run-time
5020         library, so 'print_usage()' renamed to 'print_mc_usage()'
5022         * src/mouse.c (QNX): ncurses 1.9.8a ported to QNX doesn't provide the
5023         'SP' pointer as a global symbol in the library, so the keyok()
5024         emulation currently can not be used under QNX (4.24 & Watcom C 10.6
5025         release version).
5027         * src/slint.c (QNX): 'qansi*' terminals added to the color_terminals[]
5028         list.
5030         * src/subshell.c, src/utilunix.c (QNX): include <unix.h> to get
5031         prototype for exec*()!!! [See README.QNX/Section 1.4 about the
5032         dangerous "No prototype for <function>" warnings emitted by Watcom C,
5033         if <function> is a 'printf()'-style function having variable number
5034         of arguments and you compile your source with the default register
5035         calling convention!!!]
5037         * Makefile.in: 'keyxdef' module added to SRCS and OBJS.
5039         * <mc-root>/README.QNX: QNX-specific notes.
5041         * <mc-root>/configure (line 3369), <mc-root>/configure.in (line 88):
5042         'test x$CCOPTS = x;' modified to 'test "x$CCOPTS" = x;'
5044         * <mc-root>/Makefile.in: README.QNX added to DISTMAIN.
5046 Thu May 21 00:09:45 1998  Norbert Warmuth  <k3190@fh-sw.de>
5048         * menu.c (menubar_event): Don't set menubar->selected to the
5049         invalid value -1. Fix for the bug reported by root@liepa.soften.ktu.lt
5051         * menu.c (menubar_drop_compute): removed the check for inrange
5052         items which isn't necessary any longer.
5054 Wed May 20 16:27:56 1998  Norbert Warmuth  <k3190@fh-sw.de>
5056         * widget.c (history_put): input line history was defunct because
5057         there was an #ifndef where an #ifdef should be.
5058         Btw. PORT_WIDGET_WANTS_HISTORY seems incomplete because a lot of
5059         history code is included even when this define is undefined.
5061 1998-05-19  Tamasi Gyorgy  <gt_cosy@usa.net>
5063         * src/*: Until I get a better ChangeLog:  Tamasi's port of the
5064         code to QNX.
5066 1998-05-19  Alexander Lukyanov  <lav@yars.free.net>
5068         * Makefile.in: Distirbution fix so that people are not forced to
5069         install gettext.
5071 1998-05-19  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5073         * ext.c: Memory leak fixed.
5075 Mon May 18 22:24:09 1998  Norbert Warmuth  <k3190@fh-sw.de>
5076         * lib/mc.ini.in: s/reges/regex/
5078         * main.c (process_args): return void, the return value was only
5079         used once but wrong (-h displayed help twice).
5080         (handle_args): -h: don't display help twice
5081         (print_usage): Don't print program name and version, that's
5082         already done by version(0).
5084         * menu.c (menubar_paint_idx): Highlight Hotkeys also on slow
5085         terminals (hotkeys were not displayed at all).
5087 1998-05-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5089         * menu.c (menubar_drop_compute): Check for inrange items.
5091 1998-05-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5093         * color.c (init_colors): Provide X-only version of color
5094         initialization.
5096 Thu May 14 01:56:11 1998  Norbert Warmuth  <k3190@fh-sw.de>
5098         * configure.in: Don't add -lintl to LIBS when included gettext is
5099         used (further checks for libraries would fail because libintl.a
5100         isn't build, yet). Instead use and substitute LINTL.
5102         * Makefile.in (OURLIBS): add @LINTL@
5104 Tue May 12 17:45:49 1998  <psheer@obsidian.co.za>
5106         * syntax.c: yet more minor modifications.
5108 1998-05-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5110         * main.c: New default: auto-save setup.
5112         * screen.c (move_right, move_left): Add support for icon-view movement.
5114 1998-05-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5116         * setup.c (panel_load_setup): On non-icon editions, fall back to
5117         list_full
5119 Sun May 10 13:27:50 1998  Norbert Warmuth  <k3190@fh-sw.de>
5121         * widget.c (handle_char): Don't try to to delete default text in
5122         input widget more than once. Right after MC's start copy_filename
5123         (ESC Enter) failed because a flag wasn't cleared while characters
5124         were stuffed into the commandline (Andrej reported this bug).
5126         * main.c (copy_readlink): usr mc_readlink instead of readlink
5128         * file.c: Changed default for the copy/move option "dive into
5129         subdir if exists" to off (note: this was only possible after the
5130         change in setup.c).
5132         (copy_dir_dir): Activated the previously uncommented code which
5133         implements "Dive into subdirs". Even when there's no case where we
5134         actually would like that behaviour it is a documented feature.
5135         Though I don't wanted to change the default behavour. Hence the
5136         option change.
5138         (file_mask_defaults): set dive_into_subdirs
5140         (file_mask_dialog): Fix for debian Bug #20727: Move operation with
5141         "[ ] Dive into subdir if exists" and destination filename not
5142         wildcarded. If destination is an existing directory then files
5143         will be moved into this directory. If destination is not an
5144         existing directory then src file will be renamed (one file
5145         selected) or an error will be displayed (more than one file
5146         selected).
5148         (file_mask_dialog): made the option "Using shell patterns" local
5149         to the current copy/move operation, i.e. this option is always
5150         initialized with the global options's value. Previously it affected
5151         the global Options/Configuration/shell Patterns.
5152         Another possiblilty would be to make the global option a default
5153         option on startup and keep changes in the copy/move dialog
5154         (without saving these changes with save setup).
5156         * setup.c: Don't save and load options which can be changed
5157         outside the options menu. For example I don't like that
5158         preserve_uid_gid and dive_into_subdirs from the copy/move dialog
5159         are saved and restored (strange, what about the other options from
5160         this dialog?).
5161         It would be much cleaner to make these option read-only. This way
5162         one could edit ~/.mc/ini to provide default option setting on
5163         startup and "Save setup" wouldn't have side effects outside the
5164         option's menu.
5166 Sun May 10 13:24:20 1998  Norbert Warmuth  <k3190@fh-sw.de>
5168         * doc/mc.1.in, doc/mc.sgml, mc.hlp: Updated to reflect new default
5169         for dive into subdirs.
5171 Sun May 10 13:21:45 1998  Norbert Warmuth  <k3190@fh-sw.de>
5173         * edit/syntax.c: Disable debug messages on stderr.
5175         * edit/edit.h: Added missing _()
5177 1998-05-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5179         * layout.c (flag_winch): Propagate the window change to the slave
5180         pty even when not running our event loop.  The resize_subshell
5181         routine is thread safe.
5183         * dlg.c (update_cursor, dlg_broadcast_msg_to): Do not send
5184         messages if no widgets are on the Dlg_head, this happens now with
5185         the gmc code, as we can have all of the windows shut down.
5187 Wed May  6 13:46:37 1998 Paul Sheer  <psheer@obsidian.co.za>
5189         * syntax.c: more bug fixes.
5191 1998-05-04  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5193         * view.c (view_quit_cmd): Use dlg_stop.
5195         * main.c (ctl_x_cmd): Implement ctl-x handling as a state of the
5196         key press events.  Drop the usage of mi_getch to acomplish this
5197         task.
5198         (midnight_callback): Deal with the current map depending on the
5199         c-x state.
5201 Mon May  4 10:21:31 1998  Norbert Warmuth  <k3190@fh-sw.de>
5203         * background.c (message_1s1d): the unprocessed string with %d was
5204         passed to message_1s; fixed small memory leak
5206         * widget.c (button_callback): WIDGET_CURSOR: make cursor position
5207         dependend from button type (fixes the off by one bug in advanced
5208         changeown).
5210         * file.c (copy_file_file): Schedule deletion of short target file
5211         only when we created or truncated the target file and not already
5212         when we decided to overwrite an existing file.
5214 1998-05-03  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5216         * boxes.c (task_cb): Use kill, not INT, as we are catching INT in
5217         the program.
5219 Sat May  2 14:07:05 1998 Paul Sheer  <psheer@obsidian.co.za>
5221         * setup.c: ALT('H') now shows a directory history - that
5222         ESC SHIFT-h   or   ALT-SHIFT-h
5224 Fri May  1 17:45:58 1998 Paul Sheer  <psheer@obsidian.co.za>
5226         * syntax.c: initial support for LaTeX 2.09 files added,
5228         * syntax.c: some minor bug fixes. and reorganisation
5229         of context and keyword priorities.
5231 Fri May  1 11:24:21 1998  Paul Sheer  <psheer@obsidian.co.za>
5233         * syntax.c: syntax highlighting segfaults when editing a binary
5234         file - now fixed.
5236 Thu Apr 30 12:23:50 1998 Alex Tkachenko  <alex@bcs.zp.ua>
5238         * src/file.c: lot of i18n of file Copy/Move/Delete operations. Maintainers
5239         of message catalogs please notice introduced op_names1 and formats for
5240         file operations.
5242         * src/boxes.c: i18n of background jobs control and quick cd
5243         dialog boxes.
5245         * src/menu.c (menubar_arrange): resizing of menubar upon changes of
5246         window size is now controlled by preprocessor symbol RESIZABLE_MENUBAR
5247         (now it's off by default, as requested in mailing list). If it is off,
5248         menubar items are separated with fixed number of spaces (3).
5250         * src/layout.c, edit/editwidget.c: calls to menubar_arrange ifdef'ed
5253 1998-04-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5255         * main.c (parse_an_arg): GNOME edition keeps track of various
5256         --geometry and various directories passed.
5258 1998-04-29  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5260         * main.c (update_panels): Great API simplification.  update_panels
5261         only cares about the contents of the current panel, every other
5262         panel keeps the current selection (this was the behaviour
5263         anyways).
5265         update_panels can be provided in a per-port fashion as well.
5267 Wed Apr 29 03:06:09 1998  Paul Sheer  <psheer@obsidian.co.za>
5269         * syntax.c: some optimisations, as well as support for
5270         syntax highlighting of Makefiles and ChangeLog files.
5271         Fixed some syntax highlighting bugs. All C and C++
5272         keywords added.
5274 Tue Apr 28 06:11:08 1998  Norbert Warmuth  <k3190@fh-sw.de>
5276         * view.c (toggle_wrap_mode, toggle_hex_mode): Force recalculation
5277         of bottom_first (we mustn't use an already calculated and cached
5278         value because it is invalid for the new mode and the End key would
5279         not move to the end of the file).
5281         * configure.in: Renamed the option `--with-our-slang' to
5282         `--with-included-slang' (this one looks better because we also
5283         have an `--with-included-gettext').
5284         Make the option `--with-ext2undel' recognice a given path.
5286         * cmd.c (view_file_at_line): In plain view (F13) set the default
5287         magic flag to zero in order to view the file content unprocessed
5288         (esp. don't uncompress files if they are compressed). The
5289         view_simple_cmd got broken when the default magic flag in view.c
5290         was changed from 0 to 1.
5292         * view.c (do_view_init, goto_line): Set wrap mode temporary off
5293         to make goto line number work, i.e. `line number' now always means
5294         line number in file and not line number on screen (in wrap mode
5295         one long line wrapped once is displayed in two lines on the screen).
5296         That's important when the viewer is invoked from the find file
5297         dialog to display even in wrap mode approxiamtly the part of the
5298         file where we found the content we searched for.
5300         (move_forward2): In wrap mode lines were sometimes counted wrong
5301         causing cursor up to move more than one line.
5303         (move_backward2): Fixed the movement in wrap mode.
5305         (change_viewer): Always re-init viewer when we have a filename,
5306         i. e. if the viewer is invoked with simple_view_cmd then we can switch
5307         with the F8 key between unprocessed file content und uncompressed
5308         file content.
5309         (view_init): re-init view also when magic flag was altered
5311 1998-04-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5313         * screen.c (is_a_panel): Added a routine to determine if a widget
5314         is a panel.
5316 1998-04-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5318         * screen.c (file_entry_color): Check if fe->fname has something.
5320 Sun Apr 26 00:21:12 1998  Norbert Warmuth  <k3190@fh-sw.de>
5322         * slint.c: Applied the patch from Bill Nottingham <wen1@cec.wustl.edu>
5323         to make it link against SLang >=1.0.
5324         I reviewed the diffs to the part of SLang we use and there are no
5325         further changes to MC necessary (one function's return value
5326         changed it's meaning but we don't use this return value).
5328         * configure.in: Undone the change which prevented linkage against
5329         SLang >=1.0
5331 Sat Apr 25 13:41:43 1998  Paul Sheer  <psheer@obsidian.co.za>
5333         * edit.h, syntax.h: some optimisations to improve syntax
5334         highlighting speed.
5336 1998-04-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5338         * color.h: Move the CTYPE definition
5340 Fri Apr 24 16:43:25 1998  Paul Sheer  <psheer@obsidian.co.za>
5342         * main.h, setup.c: editor_syntax_highlighting option added
5343         for ini file.
5345 Fri Apr 24 14:54:06 1998  Paul Sheer  <psheer@obsidian.co.za>
5347         * syntax.c: added. this files reads ~/.cedit/mcsyntax and
5348         processes generic rules for syntax highlighting of different
5349         file types. Syntax highlighting does not store an attribute byte
5350         for each byte of the edit buffer. Rather, it calculates colours
5351         on the fly, with an optimised algorithm, as the text is being
5352         rendered.
5354         * edit.c, edit.h, editwidget.c, editdraw.c: changes to facilitate
5355         syntax highlighting.
5357         * editoptions.c: dialog box updated with a syntax highlighting
5358         checkbox.
5360         * slint.c: new function alloc_color_pair(). This allocates a new
5361         color index. init_pair() itself now records the last colour index
5362         so that colours can be added on to the end of the colour list
5363         with alloc_color_pair().
5365         * slint.c: new function try_alloc_color_pair() returns a new index
5366         for a color with named fg and bg. Checks if that named colour
5367         already exists before setting a new index.
5369 1998-04-23  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5371         * user.c (execute_menu_command): Create temporary file exclusively
5372         as well.
5374         * main.c (do_execute), utilunix.c (my_system), gutil.c, ext.c:
5375         Changed the way we execute programs.  Now a new set of flags exist
5376         that indicates how the execution is done.  In ports that execute
5377         by sending the process to background, when executing temporary
5378         files, we have to remove the files after the child process has
5379         finished executing the code not after the calling do_execute.
5381         * ext.c (exec_extension): Create temporary file exclusively.
5383 Mon Apr 20 01:32:20 1998  Norbert Warmuth  <k3190@fh-sw.de>
5385         * configure.in: Don't try to link MC against SLang >= 1.0. I will
5386         remove this restriction when I'm sure that it's save to use the new
5387         version (the documentation to SLang mentions some changes of
5388         return values).
5390 1998-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5392         * file.h: Added prototype for copy_dir_dir.
5394         * file.c (real_do_file_error): use the proper flags, this is not a
5395         D_INSERT dialog box, for what it is worth.  Important bug fix.
5397         * utilunix.c (get_owner): Declare.
5399         * widget.h: Added various missing prototypes for the X edition.
5400         * view.h: Added various missing prototypes for the X edition.
5401         * widget.c (x_radio_toggle): New per-port variable: PORT_HAS_RADIO_TOGGLE
5403 1998-04-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5405         * screen.c (GT): Assign two spaces for the minimum size of the
5406         "type" field for the GNOME edition.  This gives some extra space
5407         for the icon that gets displayed.
5409         * dlg.c (remove_widget): New function:  used to remove a widget
5410         from an existing Dlg_head;
5411         (destroy_widget): Destroy a specific Widget.
5412         (add_widgetl): Extended to deal with the fact that a running
5413         Dlg_head can become empty.
5415         * panelize.c (l_call): Update the input line every time the user
5416         selects the entry with the mouse (pretty common in the gnome
5417         edition).
5419         * hotlist.c (add_new_group_input): Removed an extra field that was
5420         causing problems.
5422         * find.c (find_parameters): Tree button is gone for gnome until we
5423         get the tree function working on gnome.
5425         * cmd.c (save_setup_cmd): Per Elliot's suggestion, do not pop up a
5426         dialog box to inform the user about the saved setup.
5428 1998-04-15  Pavel Machek  <pavel@elf.ucw.cz>
5430         * cmd.c: Report failed chdir attempts.
5432 Wed Apr 15 10:48:41 1998 Alex Tkachenko  <alex@bcs.zp.ua>
5434         * src/hotlist.c: changes to hotlist boxes i18n.
5436         * src/panelize.c: changes to panelize boxes i18n.
5438         * src/wtools.c (query_dialog): Take care about possible '&' in
5439         button names while calculating window sizes and button positions.
5441 1998-04-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5443         * screen.c (string_file_nlinks): The buffer was too small and we
5444         were overwriting parts of it.
5446         * subshell.c (do_subshell_chdir): Memory leak fix.
5448         * find.c (do_search): Do not use undefined order of evaluation.
5450         * user.c: Do not use undefined order of evaluation.
5452         * dlg.c (init_dlg): Do init the default return value.
5454 Sun Apr 12 03:09:17 1998  Norbert Warmuth  <k3190@fh-sw.de>
5456         * cmd.c (view_other_cmd): #ifdef'd application_keypad_mode and
5457         numeric_keypad_mode (don't include it in non text editions)
5459 Sun Apr 12 02:48:26 1998  Norbert Warmuth  <k3190@fh-sw.de>
5461         * xv/xvscreen.c: removed duplicate (conflicting) definition
5462         of do_enter()
5464 Sun Apr 12 02:24:57 1998  Norbert Warmuth  <k3190@fh-sw.de>
5466         * text.c (edition_post_exec), cmd.c (view_other_cmd): Don't change
5467         the keypad mode when we don't use the alternate plus minus. Pavel
5468         forgot an if-clause when he replaced the escape sequences (or
5469         another point of view: I forgot one if-clause at different place).
5471 Fri Apr 10 17:35:23 1998  Philippe De Muyter  <phdm@macqel.be>
5473         * configure.in (AC_NCURSES): When checking for library location,
5474         put -L option before -l option, not after.
5476 Fri Apr 10 10:35:06 1998  Norbert Warmuth  <k3190@fh-sw.de>
5478         * file.c (file_mask_dialog): When the shell patterns option was
5479         off source_mask was freed twice.
5481 1998-04-10  Marc Ewing  <marc@redhat.com>
5483         * panel.h: added up_b
5485 1998-04-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5487         * widget.c (update_input): Set the used flag early in update_input
5488         to allow X widget to catch the right value
5490         * screen.c (do_enter): Return the status for the operation.
5492         * main.c (main): Sigh.  This was hard. I added support for argp.
5493         Right now we support both argp for the GNOME edition and popt for
5494         the other editions.  I will remove popt support in the future and
5495         only keep argp.
5497         * dlg.c (add_widgetl): Adding widgets to an already running dialog
5498         had some flaws.  Fix this.
5500 Wed Apr  8 11:15:29 1998 Alex Tkachenko  <alex@bcs.zp.ua>
5502         * src/find.c: changes to find_parameters/find_file i18n.
5504         * src/widget.c: new function introduced, button_scan_hotkey();
5505         button_new() and button_set_text() fixed to use mentioned function.
5507         * src/key.[ch], src/dlg.c: changes to make recognition of ESC char as
5508         ALT(c) possible for 8-bit chars. (By replacing 'A'/'Z' comparisons with
5509         call to isalpha() in the way proposed by Norbert).
5511         * src/boxes.c: changes to display box i18n
5513         * src/learn.c: changes to learn key dialog i18n
5515 1998-04-07  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5517         * main.c (update_one_panel_widget): New routine: Updates a panel
5518         based on the widget, not the index.  Used by the GUI versions.
5520         * find.c (find_file): Cancel idle tasks before we destroy the find
5521         dialog.
5523         * dlg.c (destroy_dlg): Call x_destroy_dlg_start, a new hook that
5524         is invoked to allow the frontend code to prepare for dialog
5525         destruction.  Only the Gnome edition is using this: it uses this
5526         to hide the dialog and avoid flickering.
5528         * main.c: dtterm also has mouse support.
5530 1998-04-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5532         * wtools.c (quick_callback): Process DLG_KEY events on X.
5534         * utilunix.c (max_open_files): new routine;  Used to figure out
5535         the number of available file descriptors.
5537 Sat Apr  4 00:16:49 1998 Alex Tkachenko  <alex@bcs.zp.ua>
5539         * src/layout.c: changes to layout dialog box i18n
5541         * src/option.c: changes to configure box i18n
5543         * src/cmd.c: added N_() macro for machine_str
5545         * src/wtools.c (real_input_dialog_help): ok/cancel buttons are places
5546         symmetrically spaced relatively to center of the box. It produces
5547         nicer appearance with i18n (IMO :)
5549         * src/boxes.c (confirm_box): i18n stuff added.
5551 Mon Apr  6 07:48:22 1998  Pavel Roskin  <pavel_roskin@geocities.com>
5553         * Makefile.in: "make dist" works with bash 1.x again
5555 Fri Apr  3 05:23:20 1998 Alex Tkachenko  <alex@bcs.zp.ua>
5557         * configure.in: ALL_LINGUAS test added, to allow specify list
5558         of languages to be installed by setting env variable before
5559         configure. If it is empty, it defaults to full list.
5561         * src/menu.h menu_entry.{hot_pos, is_dupped} dropped
5563         * src/menu.c: consistency fixes: pull-down menu items are now
5564         accessible either with arrow keys or with hotkeys, denoted with &
5565         (and highlighted). (key combinations, placed to the right of items
5566         intended to be used from outside the menus). Freeing menu entries
5567         removed as it no longer needed
5569         * src/main.c, edit/editmenu.c: menubar init code is changed to conform
5570         above fixes.
5572         * edit/edit.h: use of "Cancel" in error_dialogs replaced with
5573         "Dismiss", to avoid collisions in translation of "Cancel" in other
5574         places with this case.
5576         * src/boxes.c: select_format() and it's support removed, as it is
5577         obsoleted by input line history feature. display_init()/display_callback
5578         fixed to suite i18n changes. sort_box() - alike.
5580         * src/option.c: pause_options added &'s and gettext calls to expand
5581         statically assigned values.
5583         * src/widget.c: (radio_callback) hotkey recognition is changed to
5584         &-notation, rather than simple uppercase.
5586         * src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
5587         call to isalpha(), this fixes errorneous exit from input line, when
5588         button hotkey is 8-bit NLS char.
5590 Fri Apr  3 12:23:28 1998  Norbert Warmuth  <k3190@fh-sw.de>
5592         * TODO: Removed obsolete entries: Similar entries in tree view
5593         are displayed correct; user specific files has been moved
5594         to ~/.mc/
5595         Added: Check what to do with menubar_arrange/destroy_menu stubs
5596         in tk/tkmenu.c; the interal editor (not portet yet) adds entries
5597         to the wrong menubar
5599 Wed Apr  1 00:15:30 1998  Norbert Warmuth  <k3190@fh-sw.de>
5601         * key.c, key.h (numeric_keypad_mode, application_keypad_mode): New
5602         functions which encapsulate two hardcoded escape sequences from main.c.
5604         * main.c (main): Use the two new functions from key.c
5606         * main.c, screen.c: Moved all file selection keys from the default
5607         keymap to the keymap for panels in listing mode.
5608         Changed *_selection_cmd to *_selection_cmd_panel in panel_keymap
5609         (functions in panel_keymap get a WPanel * as first parameter,
5610         i.e. the indirection with cpanel isn't necessary).
5612         * main.c (midnight_callback): Keys '*' and '-' were not treated
5613         when only_leading_plus_minus==0;
5614         Optimized the if-clauses a little bit (i.e. removed duplicate
5615         checks). More optimation is possible but it would make the whole
5616         stuff completly unreadable.
5618         * key.c (correct_key_code): KP_ADD, KP_SUBTRACT and KP_MULTIPLY
5619         will be translated to +, - and * only if the option
5620         alternate_plus_minus is turned off.
5622         * learn.c (learn_keys): Turn alternate_plus_minus temporarily on
5623         to avoid translation of KP_ADD, KP_SUBTRACT and KP_MULTIPLY in
5624         correct_key_code/make sure keypad is in application mode (makes it
5625         possible to learn this keys).
5627         * cmd.c (reverse_selection_cmd_panel): New function (renamed from
5628         reverse_selection_cmd, takes a WPanel * as parameter, references to
5629         cpanel changed to panel/the passed parameter).
5630         reverse_selection_cmd now simply calls this function with cpanel.
5631         This pair was missing among the *_selection_cmd* functions.
5633         * cmd.h: Added function prototypes.
5635 1998-03-31  Paul Sheer  <psheer@obsidian.co.za>
5637         * cmd.c (nice_cd): Forgot to invoke the history registration in
5638         one spot.
5640 1998-03-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5642         * menu.c (destroy_menu): Implement destroy_menu for all of the
5643         ports as a routine that frees the menu entries if
5644         internationalization has been enabled.
5646         * wtools.c (quick_dialog_skip): Do not i18n any string that is empty.
5648 Sun Mar 29 23:02:09 1998 Alex Tkachenko  <alex@bcs.zp.ua>
5650         * src/menu.[ch]: new member to menu_entry (hot_pos) introduced to make
5651         internationalized version of menu use externally defined hotkeys
5652         (denoted with preceding &). create_menu() fixed to load intl text of
5653         the entries. Some fixes around menu.c to enable usage of reloaded
5654         hotkeys.
5656         * main.c, editmenu.c: menu initialization code fixed to conform new
5657         menu structure. editmenu init code includes N_(..) now.
5659         * menu.c, layout.c, editwidget.c: bar menu items displacement is made
5660         dynamically upon initialization and window size changes. Mouse event
5661         processing is fixed accordingly.
5663 Sat Mar 28 13:18:36 1998 Alex Tkachenko  <alex@bcs.zp.ua>
5665         * src/screen.c: (repaint_file) last patches to format_file() in the
5666         same file broke appearance of panels in brief mode -- fixed.
5668 Mon Mar 30 20:02:49 1998  Paul Sheer  <psheer@obsidian.co.za>
5670         * main.c, screen.c, dirhist.c, dirhist.h, main.h, widget.c,
5671         main.h and others?: Directory history added. The previous
5672         directory history code was removed. The directory history now
5673         loads and saves using the same routines as the input widget. The
5674         keys meta-y, and meta-u are used to go backward and forward
5675         through the history. The buttons to the right and left of the
5676         current directory display on the panel can be used as well. The
5677         v button brings up a history, but no key is assigned to this.
5678         Discussion as to correct color and shape of these buttons is
5679         open. show_hist() in widget.c is made generic to be called for
5680         any widget. Help pages still needed to be added for the
5681         directory history.
5683 Wed Mar 25 19:05:31 1998  Norbert Warmuth  <k3190@fh-sw.de>
5685         * view.c (view_done): Set monitor off before deleting the view
5686         file dialog.
5688         * subshell.c (init_subshell): Added ':q' to $cwd in the precmd for
5689         tcsh. It preventes command and filename substitution (e.g. for
5690         a directory named "[word] words")
5692 Mon Mar 23 18:06:10 1998  Norbert Warmuth  <k3190@fh-sw.de>
5694         * main.c: Deleted some old and unused code
5696 1998-03-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5698         * All over the src/ directory: Internationalization changes.
5700         * background.c: Avoid buffer over-runs and reduce number of
5701         internationalization strings.
5703 Mon Mar 23 14:04:07 1998  Philippe De Muyter  <phdm@macqel.be>
5705         * configure.in (nlink_t): Check it using AC_CHECK_TYPE.
5706         * acconfig.h (nlink_t): New define slot.
5708 Mon Mar 23 08:17:55 1998  Pavel Roskin  <pavel_roskin@geocities.com>
5710         * src/main.c: mcedit can be named mce or mcedit.exe - only
5711         3 first letters are significant. The same for mcview.
5712         Console is always saved in do_execute() if it was saved there.
5714         * src/util.h: STRNOMP introduced (strncmp on unix and strnicmp
5715         on OS2_NT)
5717         * slang/slgetkey.c: SLang_getkey() and SLang_input_pending()
5718         enabled for OS2_NT
5720         * myslang.h: using fast one_vline() and one_hline() for OS2_NT
5722 Mon Mar 23 00:47:51 1998  Norbert Warmuth  <k3190@fh-sw.de>
5724         * autogen.sh: added support for builddir != srcdir
5726         * doc/Makefile.in: The manual pages are generated files and
5727         located in the builddir and not in the srcdir.
5729         * find.c (find_file): Use the same hotkey for the panelize button
5730         as we use with the external panelize command.
5732 Fri Mar 20 17:51:01 1998  Norbert Warmuth  <k3190@fh-sw.de>
5734         * myslang.h: --with-ncurses didn't compile: renamed
5735         KEY_BACKTAB to KEY_BTAB (the name ncurses uses)
5737         * dlg.c (dlg_key_event): likewise
5739 1998-03-19  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5741         * screen.c: Remove KEY_DC forever.  This should have never been
5742         here.
5744 Wed Mar 18 22:08:34 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5746         * achown.c (do_enter_key): call endgrent, endpwent.
5748         * chown.c (init_chown): call endgrent, endpwent.
5750 Tue Mar 17 23:58:40 1998  Pavel Machek  <pavel@elf.ucw.cz>
5752         * src/file.c: Fix for the case where the disk gets full.
5754 Tue Mar 16 18:35:53 1998 Stas Maximov  <stmax@u213.srcc.msu.su>
5756         * src/hotlist.c default values for dialogs which add entries to hotlist
5757         are now set to the current directory.
5759 Tue Mar 10 14:42:01 1998 Stas Maximov  <stmax@u213.srcc.msu.su>
5761         * vfs/extfs.c, lib/mc.ext, vfs/extfs/extfs.ini, vfs/extfs/cpio.in
5762         Added support for cpio extfs including compressed and gziped
5763         cpio archives. compress and gzip handled separately because I saw
5764         a lot of systems which have compress, but don't have gzip.
5766 Sat Feb 21 16:46:49 1998 Stas Maximov  <stmax@u213.srcc.msu.su>
5768         * src/subshell.c: failed to grantpt on SVR4 due to zero-initialized
5769         subshell_pid. sigaction handler for SIGCHLD does waitpid(subshell_pid,
5770         ...) and when subshell_pid == 0 it steals the zombie from grantpt(3)
5771         which does fork/exec/waitpid for suid program to set the permissions on
5772         pty. It's enough to initialize it to 1 or -2.
5774 1998-03-16  Federico Mena Quintero  <federico@nuclecu.unam.mx>
5776         * util.c (convert_pattern): Now the internal buffer is malloc()ed
5777         instead of being static.  This is required for long patterns.
5778         (regexp_match): Free the pattern after calling convert_pattern().
5780         * file.c (file_mask_dialog): Free the source_mask after calling
5781         convert_pattern().
5783 Mon Mar 16 13:03:45 1998  Pavel Roskin  <pavel_roskin@geocities.com>
5785         * cmd.c: Internal edit is used by default. vi may be
5786         confusing for some users.
5788         * tree.c: tree_rmdir_cmd() should not return any value,
5789         because it is not analyzed for errors.
5791         * main.c: NT code: use O_BINARY instead of _O_BINARY
5793         * util.c: DO not test for arguments that do not make sense under
5794         Windows NT.
5796         * file.c: utime.h always included for Windows NT port.
5798         * view.c: Events are flushed only if the ports supports it.
5800 Mon Mar 16 12:30:39 1998  Stas Maximov  <stmax@u213.srcc.msu.su>
5802         * hotlist.c: Defaults on the hotlist add-current and new-entry is
5803         the current directory.
5805 Sat Mar 14 17:30:21 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5807         * file.c (panel_operate): Why was the flags in query_dialog set to
5808         D_INSERT is a big mistery.  Should be fixed now.
5810 Fri Mar 13 18:10:58 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5812         * dlg.c (dlg_stop): New routine used to finish dialog boxes.
5814         * cmd.c (set_panel_filter_to): Implementation split.  To be used
5815         by GNOME.
5817         * widget.c (input_new): GNOME-entry widget is inspired in the
5818         WInput + the history patches from Paul.  Use the GNOME-entry
5819         history, as this makes it easier to deal with the filter button on
5820         the panel.
5822         * setup.c (save_panel_types): Do not use if running on the gnome
5823         edition.   This need a lot of fixing for making this work with
5824         gnome and session management.
5826         * main.c (do_nc): DO not call setup_panels_and_run_mc as
5827         create_panels in gnome edition does all this.
5829         (setup_mc):  Skip part of the setup.
5831         (do_execute): Do not Execute any of the pause code after
5832         run for gnome.
5834 Wed Mar 12 17:46:09 1998  Norbert Warmuth  <k3190@fh-sw.de>
5836         * screen.c (chdir_other_panel, chdir_to_readlink): Use passed
5837         panel instead of cpanel (removed mixed use of panel and cpanel).
5839         * main.c, screen.c: Deleted F13 from the default keymap, added F13
5840         and F14 to the panel's keymap (the keymap for panels in listing
5841         mode). These two keys are only useful for panels in listing mode.
5842         It seems there are even more candidates for such a move. Especially
5843         select_cmd and unselect_cmd which appeared recently for the GNOME
5844         edition in screen.c act unexpected for panels in tree-mode.
5846         * cmd.c (view_simple_cmd): Added WPanel* to the parameter list.
5848         (edit_cmd_new): No need to get a panel because it is not used.
5850         * panelize.c: Changed hotkey of the Panelize button (Alt-p is
5851         already used by the input line history). I wonder if I should
5852         change it in the find dialog, too (just to have a unique hotkey
5853         for the panelize button).
5855 Wed Mar 11 19:02:48 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5857         * view.c: Lots of changes:  Split the X11 code from the main view
5858         program.  This is needed to cleanly support the addition of the
5859         Gnome version of the file viewer;
5861         New names for old functions (just a view_ prefix):
5862         view_add_character, view_add_string, view_gotoyx, view_set_color,
5863         view_display_clean.  Now all of them take a WView argument (which
5864         is ignored in the macro for the text edition).  This is to support
5865         multiple open views at once.
5867         * boxes.c (symlink_dialog): Enable ok/cancel buttons for the Gnome edition.
5869         * cmd.c (link_cmd, symlink_cmd): Provide the filename to operate
5870         on.
5872 Tue Mar 10 20:41:45 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5874         * cmd.c (unselect_cmd_panel, select_cmd_panel): To avoid races on
5875         the X11 version, these routines now take a panel argument at
5876         invocation time.
5878         * widget.c (radio_callback): Call x_radio_focus for FOCUS/UNFOCUS
5879         events.
5880         (button_callback): Fallback to default_msg on WIDGET_FOCUS
5881         messages.
5883 1998-03-10  Federico Mena Quintero  <federico@nuclecu.unam.mx>
5885         * xslint.c (getch): Added missing "return".
5887         * utilunix.c (init_groups): Added parentheses around
5888         assignment/truth value.
5890         * boxes.c: #include <stdlib.h>
5892         * screen.c (string_inode): Cast fe->buf.st_ino to long to be
5893         consistent with sprintf format.
5895         * main.c (handle_args): Added parentheses around assignment/truth value.
5897 Sat Mar  7 14:33:38 1998  Pavel Roskin  <pavel_roskin@geocities.com>
5899         * src/complete.c: obsolete hack for OS/2 and NT removed.
5900         Completion works for NT now (not very good)
5902         * src/main.c: HOME variable is respected by NT and OS/2
5903         versions. If it is missing, we use LIBDIR on OS2_NT and "/"
5904         on Unix.
5906         * src/key.h: SHIFT_PRESSED is set to 0x0010 on NT. This value
5907         doesn't conflict with definitions for ALT and CTRL, but it is
5908         SDK-compatible.
5910         * vfs/vfs.h: Minor changes for OS/2. EMX defines mkdir with
5911         2 arguments
5913         * vfs/tcputil,c, vfs/utilvfs.c: signal.h was includes twice.
5915         * vfs/Makefile.in: undelfs.h is not used and should disapper
5917         * slang/slos2tty.c: new file, copied from SLang-0.99.38,
5918         needed for OS/2 port
5920         * slang/Makefile.in: added slos2tty.c
5922         * vfs/extfs/README: annoying spell errors corrected
5924         * src/main.c: --termcap disabled for OS2_NT because it doesn't
5925         (and cannot) work. ARCH_FLAGS is not needed anymore.
5927         * src/text.c: most includes removed. Added a warning is someone
5928         compiles this file with HAVE_X. Improved color scheme for
5929         consoles with 16 background colors (e.g. OS/2). Hack for OS/2
5930         removed.
5932         * src/util.c, src/util.h: STRCOMP and MC_ARCH_FLAGS are moved
5933         to util.h. It may be useful to use them for filenames' completion
5934         on OS2_NT
5936 Fri Mar  6 19:29:54 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5938         * find.c: Simplify header files: use the fs.h include file.
5940         (use x_flush_events).
5942         * screen.c (string_file_name): In GNOME, the CList widget does the
5943         filename truncation, so we do not do it here.
5945         (panel_new): Initialize all of the wpanel contents to zero.  This
5946         will is required by the GNOME X ports (to figure out if a field
5947         has been inited or not).
5949 Thu Mar  5 10:28:40 1998  Norbert Warmuth  <k3190@fh-sw.de>
5951         * popt.c (poptParseArgvString): make it compile with the native
5952         compiler on AIX 4.1.3
5954 1998-03-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
5956         * cmd.c: Added #include "x.h"
5958 Wed Mar  4 14:49:55 1998  Norbert Warmuth  <k3190@fh-sw.de>
5960         * doc/mc.1.in, mc.hlp: updated (these files haven't been updated
5961         at the last change to mc.sgml)
5963         * doc/mc.sgml: spelling error corrected
5965         * Makefile.in: renamed all references of mc.1 to mc.1.in
5967         * find.c (locate_egrep): Don't use an absolute path if egrep isn't
5968         found at the usual places. Then execvp will search the directories
5969         passed in the environment PATH variable (a little bit slower but
5970         better than a defunct find content).
5972         * tree.c: removed the include file I mistakenly added with my
5973         last patch.
5975 Tue Mar  3 20:00:36 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5977         * file.c (get_file): Take a panel argument.  I am pretty sure that
5978         this is broken for the case where we are copying from a WTree.
5980         (panel_operate): take a panel argument instead of defaulting to
5981         cpanel.
5983 Mon Mar  2 15:54:55 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
5985         * dlg.c (create_dlg): Set running to 0 on creation;
5986         (add_widgetl): do widget initialization if the dialog is already
5987         running when this dialog box is created.
5989 Mon Mar  2 12:11:37 1998  Norbert Warmuth  <k3190@fh-sw.de>
5991         * vfs/ftpfs.c (changetype): Removed the hack which always forced
5992         sending the command "TYPE I" when changing to binary transfer mode
5993         was requested even when MC thought the connection was already in
5994         binary mode (bucket->isbinary == 1). The correct fix is now in
5995         login_server.
5997         * vfs/ftpfs.c (login_server): Set the transfer mode stored in
5998         the bucket to UNKNOWN (the bucket might be reused and the old
5999         transfer mode isn't valid any longer).
6001         * screen.c (panel_key): Cleanup: deleted if-clause with -1 (EV_NONE)
6002         which isn't delivered to widgets by the dialog manager; always
6003         return 1 when key was handled; removed the function keys from the
6004         panel's keymap (the function keys are always handled by the
6005         buttonbar); don't eat characters below ' ' (C-l and Shift-F3 now
6006         work even when quick search was started); characters between 32 and
6007         255 start quick search if there is no commandline (no C-s necessary
6008         to start search).
6010         * tree.c (tree_key): likewise
6012 Tue Feb 24 18:37:36 1998  Stas Maximov  <stmax@u213.srcc.msu.su>
6014         * subshell.c: Set subshell_pid to 1 on startup
6016 Fri Feb 13 19:59:39 1998  Alexander Savelyev  <fano@VCom.kiev.ua>
6018         * screen.c: KEY_DC is also handled by delete_cmd.
6020         * vfs/ftpfs.c (chdir): sending the CWD command is not necessary
6021         (imho).
6023         (ftpfs_connection_close): Do not use WAIT_REPLY, closes
6024         connections faster.
6026         (open_data_connection): implement the reget command.
6028         * boxes.c: bigger VFS dialog box.
6030         * file.c (init_replace): Add support for copying files only if the
6031         size differs, and support for regetting ftp files.
6033 Wed Feb 11 20:08:50 1998  Norbert Warmuth  <k3190@fh-sw.de>
6035         * user.c (execute_menu_command): Extented the syntax of %-macros
6036         used in the user menu in order to switch quoting on (default) and
6037         off, e.g. %0f means don't quote the expanded macro, %f and %1f mean
6038         quote the expanded macro.
6041 Fri Jan 30 16:43:47 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
6043         * dlg.c (create_dlg): Now we pass the flags parameter to the
6044         create_dialog routine.
6046         * tkmain.c (xtoolkit_create_dialog): Check for the grided value
6048 Fri Jan 23 07:28:54 1998  Peter Daum  <gator@cs.tu-berlin.de>
6050         * extfs.c (open_extfs_archive): Pass the filename to the list
6051         command.
6053         * extfs/mailfs: New file system for browsing mail files (support
6054         for compressed mail fiels as well).
6056 Fri Jan 23 07:19:18 1998  Pavel Roskin  <pavel_roskin@geocities.com>
6058         * edit/edit.h: mc_mkdir requires 2 arguments for any operation
6059         system. Obsolete #ifdef's removed.
6061         * edit/editwidget.c: ansi standard violation removed
6063         * nt/Makefile.NT: default SLang directory is now ../slang. Most
6064         of SLang sources are no more compiled for MC.
6066         * nt/drive.h: new file. Copied from os2/drive.h with minor changes
6068         * nt/ket.nt.c: new way for handling conflicting SHIFT_PRESSED
6069         definitions. get_event can work without blocking. Copy, move
6070         and delete operations work normally.
6072         * nt/slint.nt.c: SLang_getkey2 and Slang_input_pending2 are
6073         copied from src/slint.c
6075         * nt/sys/param.h: annoying warnings temporaly suppressed.
6077         * slang/slvideo.c, slang/slw32tty.c: new files. They contain
6078         changes by Alexander Dong.
6080         * src/myslang.h: definitions for acsii symbols removed, since
6081         they are available in slang.h. Double lines are not used anymore.
6083         * src/panelize.c: sys/wait.h is included only if HAVE_SYS_WAIT_H
6084         is defined
6086         * nt/Makefile.NT: text.c is added
6088         * nt/Makefile.VC4: "-debug" switch for linker is not used for
6089         release version
6091         * src/screen.c (show_dir): double lines are no more used by NT and
6092         OS/2 ports.
6094         * src/wtools.c (real_input_dialog_help): layout of input dialog for
6095         XView port is corrected
6097         * edit/edit.h: mc_mkdir requires 2 arguments for any operation
6098         system. Obsolete #ifdef's removed.
6100         * edit/editwidget.c: ansi standard violation removed
6102 Wed Jan 21 14:01:29 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
6104         * ext.c (regex_command): reverted the patch that changed tests for
6105         *p == ' ' || *p == '\t' to isspace().  isspace() is true for tabs,
6106         newlines, carriage-returns and vertical tabs as well.  Which is
6107         not what we want.
6109 Wed Jan 21 11:58:39 1998  Sung-Hyun Nam  <namsh@lgic.co.kr>
6111         * ftpfs.c (retrieve_dir): Avoid compiler warning by testing
6112         explicitly the value.
6114         screen.c (format_file): color not initialized when we met
6115         empty_line.
6117 Wed Jan 21 11:28:21 1998  Alex Tkachenko  <alex@bcs.zp.ua>
6119         * cmd.c, utilunix.c: cosmetic changes to reduce compiler warnings
6121         * utilunix.c (my_system): small fix for SCO zombies moved here;
6122         now it returns WEXITSTATUS(status) instead of status itself. While
6123         missing it may not hurt on i.e., linux, on SCO it gives incorrect
6124         value.
6126         * vfs/extfs.c system() calls replaced with my_system() call; this
6127         allows a greater degree of control - fixes SCO system() return value
6128         processing. Notice: plain replacement system() with WEXITSTATUS(system)
6129         does not produce correct behavior (don't ask me why).
6131         * panelize.c (do_external_panelize): similar fixes for pclose()
6132         return value on SCO.
6134         view.c (load_view_file): inverted value of viewer_magic_flag to
6135         put viewer decompression state in accordance with F8 label text.
6136         Also default_nroff_flag is initialized to be 1; thus enabling all
6137         filter processing by default easies mc usage for novice users.
6139 Sun Jan 18 13:47:37 1998  Sung-Hyun Nam  <namsh@lgic.co.kr>
6141         * main.c
6142         * panel.h, tkscreen.h : error when compile dlg.c
6143         * tkconf.h : paint_frame
6144         * screen.c : to include paint_frame
6145         * tkmain.c : I just copied clr_scr() from the text.c
6147 Fri Jan 16 16:19:59 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>
6149         * screen.c (format_file): Do not invoke the file_compute_color
6150         routine for empty lines.
6152         * gmain.c: Color scheme for Gnome
6154         * gscreen.c: Color setup now allocated the GdkColor *.
6156         * color.c: Moved the default color setting to a per-port
6157         location (text.c for the text mode edition);  new color
6158         configuration: core;  Fixed the case where the color spec was
6159         buggy and we kept on a infinite loop;
6161 Fri Jan 16 13:47:13 1998  Pavel Roskin  <pavel_roskin@geocities.com>
6163         * nt/drive.nt.c, nt/chmod.nt.c: Updated button_new and check_new
6164         calls
6166 Fri Jan 16 12:47:39 1998  Norbert Warmuth  <k3190@fh-sw.de>
6168         * vfs/ftpfs.c (command): Don't log passwords when the dialog between
6169         server and client is logged to a file (mc -l logfile).
6171         * vfs/ftpfs.c (resolve_symlink, retrieve_dir): When a directory
6172         contains spaces send two commands ("CWD path" and  "LIST .") instead of
6173         one command ("LIST path") in order to get directory listings.