Pavel Roskin
83cb1dd047
* configure.in: Don't substitute mc.sh and mc.csh - it's now
...
done ...
* lib/Makefile.am: ... here. Add wrappers for mc to avoid
defining complex shell scripts in functions and aliases.
* lib/mc-wrapper.csh.in: New file - template for the script
that runs mc and changes directory in csh.
* lib/mc-wrapper.sh.in: New file - template for the script
that runs mc and changes directory in sh.
2002-11-01 18:10:20 +00:00
Andrew V. Samoilov
1d5f40892a
* doc/mc.1.in (Keys): Document S-<chr>.
...
* doc/ru/mc.1.in: Likewise.
2002-11-01 15:36:28 +00:00
Pavel Roskin
e88e193c5e
* syntax/diff.syntax: Revert highlighting for trailing spaces
...
on the added lines - it extends the context to the next line.
2002-10-31 21:58:55 +00:00
Pavel Roskin
d8c9fe58f1
* lib/mc.csh.in: Add quoting and check for missing file.
2002-10-31 16:55:57 +00:00
Pavel Roskin
cca4ac1b16
* lib/mc.csh.in: Update to use the new -P option. This script
...
has absolutely no protection against special symbols in
directory names and lacks TMPDIR support.
2002-10-31 06:30:53 +00:00
Pavel Roskin
f5bf601c7c
* lib/mc.sh.in: Update to use the new -P option.
2002-10-31 05:26:54 +00:00
Pavel Roskin
33a20a08a1
* configure.in: Displaying the install paths is too problematic
...
to implement properly. Remove this code.
2002-10-31 05:21:20 +00:00
Pavel Roskin
38e3189d0a
* lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
...
* configure.in: Likewise. Add "-c" (disable ANSI color) to
MAN_FLAGS if supported.
2002-10-30 02:37:48 +00:00
Pavel Roskin
6002728a7c
* acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
...
support, unless external S-Lang was explicitly requested.
2002-10-29 21:46:20 +00:00
Pavel Roskin
f5bc8ca14a
* lib/mc.ext.in: Don't use links to view html - the "-dump"
...
option has been removed in the recent versions.
From David Martin <dmartina@excite.com>
2002-10-24 04:57:51 +00:00
Pavel Roskin
ed23ead700
* acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
...
to the final configuration message.
2002-10-21 06:51:59 +00:00
Pavel Roskin
1cf3930be5
* doc/hu/Makefile.am: Generate Hungarian help file from the
...
manual, just like other languages.
* doc/hu/mc.1.in: New file, converted from the help file.
* doc/hu/xnc.hlp: Likewise.
* configure.in: Adjust for the above.
2002-10-18 00:06:58 +00:00
Pavel Roskin
e7d3c599a2
* doc/mc.1.in: Add node names. Remove redundant paragraph
...
breaks at the start and the end of the sections. Mention
"stalelink" as color keyword.
2002-10-17 20:26:40 +00:00
Pavel Roskin
bfec8a5fe7
* lib/mc.ext.in: Don't use "-dump" option with "links".
...
From David Martin <dmartina@excite.com>
2002-10-14 13:10:40 +00:00
Pavel Roskin
3e79378af6
* lib/mc.hint*: Remove all references to "-1" - hints file is no
...
substitute to unambigous GUI.
From Christian Laubscher <christian.laubscher@tiscalinet.ch>
2002-10-13 23:29:04 +00:00
Pavel Roskin
6f85fe6f90
* lib/mc.ext.in: Redirect stderr from "links" to suppress a
...
warning if it's not found.
2002-10-12 20:07:58 +00:00
Andrew V. Samoilov
b9331ba800
* doc/mc.1.in (SMB File System): Username is allowed in
...
URLs now (/#smb:[user@]machine).
* doc/ru/mc.1.in: Likewise.
2002-10-09 13:46:22 +00:00
Pavel Roskin
438e723a5a
* configure.in: Rename RH_VERSION to RPM_VERSION - not every
...
rpm-based system is Red Hat. Replace all dashes, not just one.
2002-10-08 20:44:58 +00:00
Pavel Roskin
d570124a7a
* acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
...
termcap if terminfo is missing in the known locations.
* configure.in: Remove --with-termcap processing, it is now in
acinclude.m4.
2002-10-08 04:42:10 +00:00
Pavel Roskin
bba809f2e9
* syntax/syntax.syntax: Fix highlighting for "gray".
2002-10-02 19:25:48 +00:00
Pavel Roskin
2cdb88ccbf
* configure.in: Expand $bindir and $datadir to show at the end.
...
Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
2002-09-30 22:10:29 +00:00
Pavel Roskin
29d948d3fa
* configure.in: Remove the argument from --with-gpm-mouse. The
...
directories for include files and libraries can be specified
using LDFLAGS and CPPFLAGS, as documented in the output of
"configure --help".
2002-09-30 01:25:58 +00:00
Pavel Roskin
89fb039e0f
* configure.in: Complete rewrite of the screen library support.
...
Add new option --with-screen instead on --with-slang,
--with-included-slang and --with-ncurses. Only allow
--with-termcap is using the included S-Lang library.
* aclocal.m4: Corresponding changes.
2002-09-30 01:02:02 +00:00
Pavel Roskin
31093df1bc
* syntax/mail.syntax: Replace "wholechars right" and "wholechars
...
left" with single "wholechars".
* syntax/nroff.syntax: Likewise.
* syntax/sh.syntax: Likewise.
* syntax/tcl.syntax: Likewise.
2002-09-29 20:28:41 +00:00
Pavel Roskin
0d82a635b3
* syntax/*.syntax: Remove numeric Cooledit colors. It's
...
unreasonable to require them to be correct. On the other hand,
Cooledit can easily be changed to accept named color names.
2002-09-29 20:22:23 +00:00
Pavel Roskin
e27a164ec9
* syntax/syntax.syntax: Don't require Cooledit colors for
...
highlighting color names. Remove Cooledit colors.
2002-09-29 20:09:12 +00:00
Pavel Roskin
4ad6e7a0cc
* syntax/m4.syntax: Don't use yellow color on parentheses, since
...
it interferes with parentheses highlighting. Remove list of
supported Autoconf macros.
2002-09-29 19:49:16 +00:00
Pavel Roskin
9cdc12b33d
* syntax/syntax.syntax: Remove highlighting for numbers - it's
...
for Cooledit only.
2002-09-27 04:16:00 +00:00
Pavel Roskin
30441024b8
* syntax/c.syntax: Require at least one space at the beginning
...
of indented cpp directives. Use brightmagenta for them.
2002-09-27 04:07:21 +00:00
Pavel Roskin
3e7f74c588
* syntax/syntax.syntax: Don't start keywords with "[" - it
...
doesn't work. Use "[]" at the end of keywords to suppress
their special meaning.
2002-09-27 03:33:39 +00:00
Pavel Roskin
c419491314
Typo fix.
2002-09-25 04:25:32 +00:00
Pavel Roskin
15d5cfdca3
* doc/Makefile.am: Remove width from the man2hlp command line.
...
The same for translations.
2002-09-22 17:08:05 +00:00
Pavel Roskin
e30ec8eff1
* configure.in: Remove support for HSC proxy - it's obsolete.
...
Remove all references to HSC proxy everywhere.
2002-09-22 06:23:56 +00:00
Pavel Roskin
aee2962a24
* configure.in: Bump version to 4.6.0-pre1b.
2002-09-22 01:19:34 +00:00
Pavel Roskin
d792494ee9
* doc/hu/mc.hlp.hu: Rename to ...
...
* doc/hu/mc.hlp.hu.in: ... this. Adjust paths.
* configure.in: Substitute doc/hu/mc.hlp.hu.
* doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
2002-09-22 00:58:55 +00:00
Pavel Roskin
748e028d05
* */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
...
directory for architecture-independent files.
2002-09-21 23:49:52 +00:00
Pavel Roskin
93d90d68a4
* syntax/m4.syntax: New file.
...
* syntax/Syntax: Add m4.syntax.
* syntax/Makefile.am: Likewise.
From Vlad Romanenko <VladRomanenko@ukr.net>
2002-09-19 15:47:49 +00:00
Pavel Roskin
4b15a62d38
* syntax/sql.syntax: Only recognize non-standard MySQL comments
...
at the beginning of line.
2002-09-19 13:28:44 +00:00
Andrew V. Samoilov
c4b3002022
* syntax/syntax.syntax: Add "linestart" for "context",
...
"context default" and "context exclusive" keywords.
* syntax/c.syntax: Fix "%s" highlighting for "%-19s"
and "%5.5s" formats.
2002-09-19 11:09:57 +00:00
Pavel Roskin
43b82434a3
* syntax/Syntax: Remove gobledy_gook at the beginning. Move
...
rules for syntax files ...
* syntax/syntax.syntax: ... here. Add "linestart" for "file"
and "include" keywords.
* syntax/Makefile.am: Add syntax.syntax.
2002-09-18 22:25:24 +00:00
Pavel Roskin
08c20906f7
s/highliting/highlighting/
2002-09-18 15:23:44 +00:00
Pavel Roskin
a670175b2b
* syntax/js.syntax: Advanced number highliting.
2002-09-17 22:43:32 +00:00
Pavel Roskin
8aee83616a
* syntax/c.syntax: Highlight "?" by the same color as ":".
...
* syntax/java.syntax: Likewise.
* syntax/swig.syntax: Likewise.
* syntax/python.syntax: Remove duplicate keyword ":".
2002-09-17 22:39:04 +00:00
Pavel Roskin
cfcf9a76df
* Makefile.am: Add m4 to SUBDIRS. Set ACLOCAL_AMFLAGS so that
...
m4 directory is used by aclocal.
* m4/Makefile.am: New file.
* configure.in: Substitute m4/Makefile.
* autogen.sh: Don't copy any macro files, use m4 directory.
2002-09-17 16:13:25 +00:00
Pavel Roskin
f5f367c5ed
* syntax/Makefile.am: Add js.syntax.
2002-09-17 13:50:30 +00:00
Pavel Roskin
7dee44f41a
* configure.in: Add support for glib 2.x. Right now, it has to
...
be explicitly enabled by `--with-glib2'.
From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
2002-09-17 13:47:19 +00:00
Pavel Roskin
60f735e4e3
* syntax/js.syntax: New file.
...
* syntax/Syntax: Add js.syntax.
From Vlad Romanenko <VladRomanenko@ukr.net>
2002-09-16 16:57:18 +00:00
Andrew V. Samoilov
808dc28bed
* doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
...
of local xnc.hlp
* doc/pl/xnc.hlp: Removed.
2002-09-16 14:45:07 +00:00
Pavel Roskin
965a9d6b16
* configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
...
Remove "potfiles" command.
* acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
compatibility with gettext 0.10.x.
2002-09-13 23:09:22 +00:00
Pavel Roskin
49fa4f649c
* autogen.sh: Use autopoint for gettext 0.11.5 and above. Don't
...
allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
2002-09-13 22:33:44 +00:00
Pavel Roskin
37d5e7abc7
* po/Makevars: New file for compatibility with gettext 0.11.x.
2002-09-13 21:54:16 +00:00
Pavel Roskin
5ae7ee9ae2
* configure.in: Remove "Debugger code" message.
2002-09-13 15:34:03 +00:00
Pavel Roskin
6d53415313
* acinclude.m4: Replace undelfs_o with use_undelfs.
...
* configure.in: Likewise. Don't substitute it.
2002-09-13 06:55:24 +00:00
Pavel Roskin
99a5d433f0
* configure.in: Simplify processing of without-edit. Replace
...
several variables with use_edit.
* acinclude.m4: Remove AC_WITH_EDIT.
2002-09-13 06:39:06 +00:00
Pavel Roskin
8578a75476
* acinclude.m4: Replace smbfs and SAMBAFILES variables with
...
use_smbfs.
* configure.in: Likewise.
* INSTALL: Document --with-samba.
2002-09-13 06:21:54 +00:00
Pavel Roskin
f17e11bc9f
* configure.in: Roll --enable-mcserv-install into ...
...
* acinclude.m4: ... --with-mcfs. Adjust makefiles.
* INSTALL: Document --with-mcfs.
2002-09-13 06:01:41 +00:00
Pavel Roskin
11861f090b
* configure.in: Don't check if crypt() prototype is needed to
...
avoid warnings - the whole code is not worth avoiding one
legitimate warning.
* acinclude.m4: Remove AC_TRY_WARNINGS.
2002-09-12 22:27:52 +00:00
Pavel Roskin
70b9c3783b
* configure.in: ALL_LINGUAS should be defined unconditionally.
2002-09-12 21:40:50 +00:00
Pavel Roskin
bc77fff113
* acinclude.m4: Clarify some help texts, add defaults in square
...
brackets, use more consistent spacing.
* configure.in: Likewise.
2002-09-12 21:03:04 +00:00
Pavel Roskin
0e0dc9d33a
* lib/mc.menu: Don't call tarballs "releases". Don't
...
dereference symlinks.
2002-09-12 19:21:13 +00:00
Pavel Roskin
ec1b1f9614
Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
2002-09-10 22:04:11 +00:00
Pavel Roskin
15098a5cd1
* configure.in: Eliminate --with-terminfo option, which was
...
essentially equivalent to --with-included-slang and didn't force
anything.
* acinclude.m4 (AC_USE_TERMINFO): Remove.
* INSTALL: Adjust to match.
* FAQ: Likewise.
2002-09-07 07:52:23 +00:00
Pavel Roskin
3b1339707a
* configure.in: Fix USE_VFS_NET conditional. Don't substitute
...
NETFILES - it's unused.
2002-09-06 01:19:02 +00:00
Pavel Roskin
35908dbd71
* configure.in: Check for arpa/inet.h.
2002-09-06 00:58:28 +00:00
Pavel Roskin
ed9d61551d
* mcfn_install: Remove. Also remove all references to it.
...
* INSTALL.FAST: Update information about ncurses.
From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
2002-09-05 06:14:07 +00:00
Pavel Roskin
529cba289f
* acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not LIBS.
...
* configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead. Add
"-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
test for ncurses in non-standard directories.
2002-09-05 05:43:10 +00:00
Pavel Roskin
110af08b0b
* lib/mc.ext.in: Remove edit rules for compressed files that
...
were compressing even unchanged files - the editor itself can
handle compression better.
2002-09-04 19:01:13 +00:00
Pavel Roskin
0d7af2cdba
* acinclude.m4: Remove Termnet support, it's too old and obscure
...
to be supported properly.
2002-09-03 17:58:26 +00:00
Pavel Roskin
3fd891256c
* lib/mc.ext.in: Add new OpenOffice.org formats. Always use
...
OpenOffice.org, not StarOffice. Add more video formats.
2002-08-27 06:33:47 +00:00
Pavel Roskin
27b3644329
* lib/mc.ext.in: Use gzip instead of gunzip and compress. Avoid
...
unnecessary pipeline. Redirect stderr from cpio, because it can
be non-empty even for successful operations.
2002-08-27 05:59:06 +00:00
Pavel Roskin
a78d8d408e
* syntax/spec.syntax: New file.
...
* syntax/Syntax: Add spec.syntax.
* syntax/Makefile.am: Likewise.
From PLD Linux Distribution with minor changes.
2002-08-26 04:38:43 +00:00
Pavel Roskin
b54612721c
* lib/mcserv.init: Update from Red Hat package.
...
* lib/mcserv.pamd: Likewise.
2002-08-26 03:46:17 +00:00
Pavel Roskin
4a08acf9d8
* configure.in: Fix interpretation of the iconv test result.
...
Reported by Pavel Shirshov <pavelsh@mail.ru>
2002-08-25 22:17:07 +00:00
Pavel Roskin
a5d26b33aa
* mc.sh.in: Only bash needs the mc() function to be exported.
2002-08-25 19:46:00 +00:00
Pavel Roskin
d912b40022
* doc/pl/mc.1.in: Add node names and options. Use @prefix@
...
instead of /usr where appropriate.
* doc/Makefile.am: Enable generation of the help file.
2002-08-25 19:10:12 +00:00
Pavel Roskin
86b707cc6d
* doc/pl/*: Add Polish translation.
...
* doc/Makefile.am: Adjust for the above.
* configure.in: Likewise.
2002-08-25 07:52:17 +00:00
Pavel Roskin
723739afc8
* lib/edit.indent.rc: Use tidy to format HTML.
...
From David Martin <dmartina@excite.com>
2002-08-24 18:09:45 +00:00
Pavel Roskin
d40f336c24
* lib/cedit.menu: Remove all references to the error file.
...
* lib/edit.indent.rc: Likewise.
* lib/edit.spell.rc: Likewise.
2002-08-24 17:39:07 +00:00
Pavel Roskin
214358fb02
* configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
...
use only for the programs that need it (mc and mcserv).
2002-08-23 21:02:42 +00:00
Pavel Roskin
b42a87f315
* configure.in: Fix help text for gpm and ncurses. Properly
...
handle --without-ncurses.
Reported by Moritz Barsnick <moritz@barsnick.net>
2002-08-23 20:03:30 +00:00
Pavel Roskin
fa57ac87d4
* configure.in: Work around a bug in Autoconf-2.53 that prevents
...
splitting of user-specified path in AC_PATH_PROGS.
2002-08-23 19:44:50 +00:00
Pavel Roskin
479d96a2ef
* configure.in: Move glib test earlier, as it tends to fail for
...
many users. Make GLIB_CONFIG a precious variable. Check for
glib12-config - that's how it's called on FreeBSD.
Reported by Pavel Shirshov <pavelsh@mail.ru>
2002-08-23 15:56:51 +00:00
Pavel Roskin
6a30513830
* configure.in: Remove old-style Linux-only support for shadow
...
passwords.
2002-08-22 18:45:27 +00:00
Pavel Roskin
e3319c5e37
* configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
...
now, otherwise Automake 1.5 breaks. Remove version number from
AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
Substiture RH_VERSION, which is VERSION without dashes, needed
for RedHat specfile.
2002-08-21 15:22:06 +00:00
Pavel Roskin
1ddb5ffe82
* configure.in: Bump version to 4.6.0-pre1a. Don't use
...
arguments in AM_INIT_AUTOMAKE to avoid defining the version in
two places.
2002-08-21 08:30:38 +00:00
Pavel Roskin
c6a6860c86
Release mc-4.6.0-pre1.
...
* configure.in: Bump version to 4.6.0-pre1.
* po/*.po: Regenerate.
2002-08-21 07:30:05 +00:00
Pavel Roskin
5611faaf76
* doc/es/mc.1.in: Minor changes.
...
* doc/es/xnc.hlp: Likewise.
2002-08-20 20:47:19 +00:00
Andrew V. Samoilov
d49ff66fd4
* mc.spec.in: Add _mandir}/*/man1/*.
2002-08-20 16:43:06 +00:00
Andrew V. Samoilov
e5a783c1f9
* mc.spec.in: Add /usr/lib/mc/mc.charsets.
2002-08-20 16:05:20 +00:00
Pavel Roskin
0f55a3f130
* doc/it/mc.1.in (Controlling Midnight Commander): Remove.
2002-08-20 14:54:05 +00:00
Pavel Roskin
685c693859
* configure.in: Add Italian documentation.
...
* doc/Makefile.am: Likewise.
2002-08-20 01:58:41 +00:00
Pavel Roskin
80bc69201d
* acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
2002-08-19 07:27:57 +00:00
Pavel Roskin
7c9b06dd4c
* configure.in: Enable subshell support on all operating systems
...
by default. Old issues are most likely solved by now.
2002-08-19 05:17:34 +00:00
Pavel Roskin
9ff6874d9e
* lib/mc.ext.in: Try links before lynx. Force full path when
...
invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
is already broken if the program starts in background. Add a
comment discouraging taking this code as example.
2002-08-19 02:27:19 +00:00
Pavel Roskin
2ec6e2893e
* doc/mc.1.in (Controlling Midnight Commander): Remove, it's obsolete.
...
* doc/es/mc.1.in: Likewise.
* doc/ru/mc.1.in: Likewise.
* doc/hu/mc.hlp.hu: Likewise.
2002-08-18 23:36:55 +00:00
Pavel Roskin
ab104ea1f5
* lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
...
was unsafe by design and is no longer supported. Use %t instead
of %u to preserve tags in case of failure.
2002-08-18 22:53:07 +00:00
Pavel Roskin
5d6b103e96
* vfs/extfs/ftplist.in: Remove support for running commands, it
...
makes no sence.
2002-08-18 22:40:36 +00:00
Pavel Roskin
785ff75d4f
* lib/mc.global: Remove, it duplicates the role of mc.lib.
...
* lib/mc.lib: Add contents of mc.global.
* lib/Makefile.am: Remove all references to mc.global.
2002-08-17 01:16:02 +00:00
Pavel Roskin
0ab6c80efd
* syntax/sh.syntax: Fix highlighting of "<<-EOF".
...
Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
2002-08-16 22:28:13 +00:00
Andrew V. Samoilov
64cb753187
* syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
...
set, umask and unset like other builtin commands.
2002-08-16 09:17:11 +00:00