Pavel Roskin
369316e6f0
Purge comments that make no sence now (Drop, Title, user-defined commands).
2002-08-10 00:18:07 +00:00
Pavel Roskin
bb4451f170
* ext.c (exec_extension): Make static. Remove support for Drop,
...
Title and Icon actions. Adjust all dependencies.
2002-08-10 00:14:01 +00:00
Pavel Roskin
b7cdfa9c93
* main.c (sigchld_handler_no_subshell) [linux]: SIGTSTP is
...
always defined on Linux.
* subshell.c (sigchld_handler): No need to use SIGTSTP
explicitly when we really care about SIGCONT.
2002-08-09 23:36:06 +00:00
Pavel Roskin
5a6b3d6b61
* lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
...
and entries that are obsolete or make no sence.
2002-08-09 23:19:53 +00:00
Pavel Roskin
ceeb8c3c97
* doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
...
"How to use help".
2002-08-09 22:38:38 +00:00
Pavel Roskin
5c498191e6
* doc/Makefile.am: Don't distribute help file. Generate it in
...
the build directory.
* doc/es/Makefile.am: Likewise.
* doc/ru/Makefile.am: Likewise.
2002-08-09 22:25:37 +00:00
Pavel Roskin
a1aabfff50
* ncurses.patch: Remove, it's obsolete.
...
* Makefile.am: Remove ncurses.patch.
2002-08-09 22:00:27 +00:00
Pavel Roskin
56368fe9f2
* lib/xnc.hlp: Move ...
...
* doc/xnc.hlp: ... here.
* doc/Makefile.am: Necessary adjustments.
* lib/Makefile.am: Likewise.
* src/Makefile.am: Likewise.
2002-08-09 21:55:20 +00:00
Pavel Roskin
4322376300
Add normally generated files.
2002-08-09 21:30:11 +00:00
Pavel Roskin
a44252f864
* configure.in: Add Spanish documentation.
...
* doc/Makefile.am: Likewise.
* doc/es: Spanish documentation.
From David Martin <dmartina@excite.com>
2002-08-09 21:09:51 +00:00
Pavel Roskin
f68aab696c
* lib/mc.lib: Add f11-f20 keys for Konsole.
2002-08-07 23:43:58 +00:00
Stanislav Brabec
b92d02c3c1
czech translation update
2002-08-07 21:37:07 +00:00
Pavel Roskin
02474a4788
Fix extension for lisp files.
2002-08-06 12:59:00 +00:00
Pavel Roskin
5669ebe342
* syntax/list.syntax: New file.
...
* syntax/Syntax: Add lisp.syntax.
* syntax/Makefile.am: Likewise.
From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor changes.
2002-08-06 12:57:39 +00:00
Andrew V. Samoilov
c29498db11
* smbfs.c (myumask): Removed. It is only written and never read.
...
(smbfs_init): Use PATH_SEP_STR and reformat.
2002-08-06 06:02:52 +00:00
Pavel Roskin
e26cef8825
* subshell.c: Assume that SIGTSTP and SIGCONT are always
...
defined. This is now checked in configure. Otherwise
synchronize() would hang until subshell exits.
2002-08-04 06:59:34 +00:00
Pavel Roskin
23e56a01e1
* configure.in: Check for SIGTSTP and SIGCONT signals. Disable
...
subshell if this test fails.
2002-08-04 06:49:03 +00:00
Pavel Roskin
bd07726f90
Update from David Martn.
2002-08-03 22:15:22 +00:00
Pavel Roskin
925cc59229
* syntax/mail.syntax: Colors changed to be more readable.
...
* syntax/html.syntax: Don't require character entities to be
whole, but check their validity.
2002-08-03 21:00:22 +00:00
Pavel Roskin
4bf0ac48eb
* syntax/html.syntax: Don't require character entities to be
...
whole, but check their validity.
2002-08-03 20:29:00 +00:00
Pavel Roskin
ab3336c68f
MAD (Memory Allocation Debugger) has been removed.
2002-08-02 17:04:12 +00:00
Pavel Roskin
d9ab116149
* configure.in: No longer need to define REGEX_MALLOC.
2002-08-02 17:00:12 +00:00
Pavel Roskin
21cc1c5e28
* edit.c (edit_push_action): Fix access to uninitialized memory.
...
Found by Valgrind.
2002-08-02 16:44:04 +00:00
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