Marco Ciampa
0c94e1531b
Last fuzzy trim
2002-08-02 12:35:57 +00:00
Andrew V. Samoilov
03631a70f1
* (process_exists): Removed.
...
* (became_daemon): Removed.
* (yesno): Removed.
2002-08-02 08:32:14 +00:00
Pavel Roskin
d6a8671055
* syntax.c: Remove all references to MAD.
2002-08-01 20:44:24 +00:00
Pavel Roskin
e2a37d3809
* charsets.c: Unconditionally enable finalization code that was
...
only used with HAVE_MAD.
* color.c: Likewise.
* color.h: Likewise.
* key.c: Likewise.
* main.c: Likewise.
* slint.c: Likewise.
* subshell.c (exit_subshell): Free subshell_prompt.
2002-08-01 20:31:52 +00:00
Pavel Roskin
d5efb60c84
Remove all references to MAD.
2002-08-01 20:03:21 +00:00
Pavel Roskin
599e14a9eb
* (chmod.c): Don't include mad.h.
...
* (drive.c): Likewise.
* (slint_pc.c): Likewise.
2002-08-01 20:00:59 +00:00
Pavel Roskin
c0d6dec814
* mcserv.c: Remove all references to MAD.
...
* vfs.c: Likewise.
2002-08-01 19:48:21 +00:00
Pavel Roskin
e692d7865c
* edit.h: Don't include mad.h.
2002-08-01 19:42:45 +00:00
Pavel Roskin
105cb58726
* mad.c: Remove.
...
* mad.h: Likewise.
* Makefile.am (SRCS): Remove mad.c and mad.h.
* cmd.c: Remove references to MAD.
* main.c: Likewise.
* dlg.c: Use inline, not INLINE.
* hotlist.c: Likewise.
* menu.c: Likewise.
* global.h: Don't include mad.h.
2002-08-01 19:40:43 +00:00
Pavel Roskin
5a7d67be72
* configure.in: Remove support for MAD and Electric Fence.
...
Developers should use modern memory debuggers (e.g. Valgrind).
* INSTALL: Remove references to MAD.
2002-08-01 19:19:51 +00:00
Pavel Roskin
d7f170821b
* syntax/html.syntax: Remove recognition for any individual
...
words - there are too many of them, we cannot keep up.
2002-07-31 16:37:14 +00:00
Andrew V. Samoilov
8f8add60bb
* samba/lib/util.c (reg_split_key): Ditto.
...
(reg_get_subkey): Ditto.
2002-07-31 13:52:04 +00:00
Andrew V. Samoilov
134fd952bf
Add nmfns.txt and nmused.txt
2002-07-31 12:04:32 +00:00
Andrew V. Samoilov
7e6893ed6c
(cli_printjob_del): Commented out.
...
(cli_print_queue): Ditto.
* samba/lib/system.c (sys_waitpid): Ditto.
2002-07-31 12:03:02 +00:00
Andrew V. Samoilov
423e57ef8d
* samba/libsmb/clientgen.c (cli_send_tconX): Add missed
...
unix_to_dos() call.
2002-07-31 11:41:16 +00:00
Andrew V. Samoilov
a583a32a73
* key.h (key_code_name_t): Typedef const.
2002-07-31 00:35:06 +00:00
Andrew V. Samoilov
8025b4bce4
* ext.c (regex_command): Don't check same condition twice.
...
(exec_extension): Comment out useless loop.
2002-07-31 00:28:07 +00:00
Andrew V. Samoilov
10044de5b9
* man2hlp.c (main): Don't use freed structure member.
2002-07-31 00:08:51 +00:00
Pavel Roskin
80561f39a7
* man2hlp.c (main): Use only stream I/O. Fix checks for error
...
conditions. Reformat the whole file.
2002-07-30 22:57:01 +00:00
Pavel Roskin
56a685c3e6
* doc/ru/Makefile.am: Use man2hlp directly.
2002-07-30 22:22:35 +00:00
Pavel Roskin
7e2fd7960e
* man2hlp.c: Avoid the need to use gindex.pl.
...
From Andrew V. Samoilov <sav@bcs.zp.ua>
* Makefile.am: Use man2hlp directly.
(EXTRA_DIST): Remove gindex.pl.
* gindex.pl: Remove.
2002-07-30 22:20:26 +00:00
Andrew V. Samoilov
bfe29a4ac2
* edit.h: Really remove open, close, write, read and mkdir definitions.
2002-07-30 18:39:04 +00:00
Pavel Roskin
b698076e0e
* ext.c (regex_command): Additional check to prevent reading
...
unallocated memory when matching "shell/". Found by Valgrind.
2002-07-30 05:39:48 +00:00
Pavel Roskin
bda707e46b
* setup.c: Eliminate all PORT* macros.
...
* screen.c: Likewise.
2002-07-30 00:12:53 +00:00
Pavel Roskin
2935c85c85
* subshell.c (feed_subshell): Reading 0 bytes in a channel with
...
FD_ISSET being set is a sign of something being wrong - exit
immediately. Observed when mc is run under su in xterm and
xterm is closed while the subshell is running.
Reported by Vlad Harchev <hvv@hippo.ru>
2002-07-30 00:03:26 +00:00
Pavel Roskin
777c46ee2a
* color.h: Replace PORT_COLOR macro with BEST_COLOR, which uses
...
MY_COLOR_PAIR.
2002-07-29 23:37:22 +00:00
Pavel Roskin
6c7e1a46c8
* util.c: Remove unused functions.
...
* utilunix.c: Likewise.
* util.h: Update to match.
2002-07-29 23:12:31 +00:00
Pavel Roskin
0d360dca23
Remove irrelevant comment.
2002-07-29 22:14:16 +00:00
Pavel Roskin
b8f676ec41
* cons.saver.c: Use SEEK_SET instead of 0 in lseek().
...
* view.c: Likewise.
2002-07-29 21:18:51 +00:00
Pavel Roskin
17ceeead44
* main.c (do_execute): Add newline after "Press any key to
...
continue".
2002-07-29 19:30:41 +00:00
Andrew V. Samoilov
69e3d9a837
Restore missed "Enter file name: " entry and update.pl'ed
2002-07-29 18:00:32 +00:00
Andrew V. Samoilov
93335efe1e
Restore missed "Enter file name: " entry
2002-07-29 17:47:52 +00:00
Andrew V. Samoilov
f7de38f345
* edit.h (edit_get_load_file): Mark message for translation.
...
(edit_get_save_file): Ditto.
2002-07-29 17:09:02 +00:00
Andrew V. Samoilov
3e982cf3fc
* samba/configure.in: Don't check for union semun.
...
* samba/include/includes.h [!HAVE_UNION_SEMUN]: Don't
declare union semun.
2002-07-29 15:19:36 +00:00
Pavel Roskin
7bab33656b
* cons.saver.c: Eliminate some global variables. Further
...
cleanup. Make sure that console_fd is always closed.
2002-07-29 05:59:07 +00:00
Pavel Roskin
2a2ff3f76e
* syntax/changelog.syntax: Highlight "*" only after tab. This
...
requires fixed syntax highlighting.
2002-07-28 21:09:45 +00:00
Pavel Roskin
c819e0de4d
* lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
...
default. Open *.xls with gnumeric. Use mplayer for most video
formats.
2002-07-28 21:04:36 +00:00
Pavel Roskin
551ecd06c1
Mention that Automake 1.6.3 will be used.
2002-07-28 20:39:26 +00:00
Pavel Roskin
edebd94750
* cons.saver.c: Remove support for Linux kernels before 2.0.
...
Massive cleanup.
(send_contents): Remove incorrect optimization - restore even
empty lines because they may be touched by the viewer.
From Denis Vlasenko <vda_unique@iname.com>
2002-07-28 08:52:27 +00:00
Pavel Roskin
fa689098a9
Update from David Martin <dmartina@excite.com>
2002-07-28 06:43:08 +00:00
Pavel Roskin
ae97181c29
Remove tmpout regardless of whether it's used.
2002-07-28 06:39:48 +00:00
Pavel Roskin
a39e3254cf
* syntax/nroff.syntax: Require most keywords to be whole.
2002-07-28 06:21:51 +00:00
Pavel Roskin
e66ab47cf1
* direntry.c (vfs_s_find_entry_linear): Canonicalize path before searching
2002-07-26 21:58:43 +00:00
Pavel Roskin
18c160fefa
* utilunix.c (canonicalize_pathname): Don't extend empty path
...
to "." - it can corrupt memory.
2002-07-26 21:51:16 +00:00
Pavel Roskin
cb06231d26
Mention Shift-F5 and Shift-F6.
2002-07-26 20:12:34 +00:00
Pavel Roskin
1c1493cbe5
* cmd.c (copymove_cmd_with_default): Remove, it's unused.
...
(copy_cmd_local): New function, copy within panel.
(ren_cmd_local): New function, rename within panel.
* cmd.h: Adjust to match.
* screen.c (panel_keymap): Associate F15 with copy_cmd_local and
F16 with ren_cmd_local.
2002-07-26 19:30:13 +00:00
Pavel Roskin
0389cbf16c
* view.c (display): Don't highlight characters as bold if the
...
character before the backspace was different.
From Roland Illig <roland.illig@gmx.de>
2002-07-26 17:17:41 +00:00
Andrew V. Samoilov
8fec26f3d5
mc.1.in: Fix mc.no_proxy location
2002-07-26 14:11:18 +00:00
Andrew V. Samoilov
6bd685bd7c
* xdirentry.h (vfs_s_fh.u.fish): Add append field.
...
* fish.c (fish_fh_open): Care about append.
(linear_open): Likewise.
(fish_store): Append data to target file if append is true.
2002-07-26 01:33:40 +00:00
Andrew V. Samoilov
3dc53f9d41
* mcserv.c [HAVE_MAD]: Include "../src/mad.c" at the end of
...
file to fix compilation.
(main): Add mad_init() and mad_finalize().
2002-07-25 20:33:31 +00:00