Pavel Roskin
36b103997c
* lib/edit.spell.rc: New file. Invoke ispell on Ctrl-p in the editor.
...
* lib/Makefile.am: Add lib/edit.spell.rc.
2001-07-31 22:13:55 +00:00
Pavel Roskin
bb65545428
* autogen.sh: Use gettextize.
...
* ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
* po/Makefile.in.in: Likewise.
2001-07-31 18:25:23 +00:00
Pavel Roskin
61128e5858
* syntax/slang.syntax: New file.
...
From Walery Studennikov <despair@sama.ru>
* syntax/Makefile.am: Add slang.syntax.
2001-07-29 14:49:18 +00:00
Pavel Roskin
d1693c3d39
* extraconf.h: Move WITH_BACKGROUND here.
2001-07-27 20:34:04 +00:00
Pavel Roskin
3c511e8c08
* doc/mc.1.in: Quote all section headers. Minor formatting fix.
2001-07-24 15:18:29 +00:00
Pavel Roskin
9901b005a6
* doc/mc.1.in: Fix description of mc.lib. Fix broken links.
2001-07-23 21:42:45 +00:00
Pavel Roskin
b25f5be791
* Make.common.in: Move all defines ...
...
* gnome/Makefile.in: ... here ...
* src/Makefile.in: ... and here.
2001-07-20 15:22:50 +00:00
Pavel Roskin
afe79160ef
* configure.in: Don't check for getwd, it's completely
...
eliminated.
* INSTALL: Remove reference to HAVE_GETWD.
2001-07-20 03:41:50 +00:00
Pavel Roskin
48101333b5
* lib/mc.ext.in: Fix opening info pages on VFS. Modernize
...
entries for compressed cpio archives.
2001-07-19 22:15:35 +00:00
Pavel Roskin
24e01579a8
* lib/mc.ext.in: Comment changes. Remove rules for programs -
...
they were only used in obsolete frontends. Don't ever use %view
without commands - it's slower and loses user settings, e.g.
hex mode. Put shared libraries before man pages and read.me
before .me macros so that they match correctly. Use nm for
shared libraries. Add rules for StarOffice and AbiWord.
2001-07-19 21:55:24 +00:00
Pavel Roskin
fbdfb3285c
* configure.in: Bump version to 4.5.54a.
2001-07-14 21:16:32 +00:00
Pavel Roskin
4ca052e8c7
* lib/mcserv.init: Fix exit status.
...
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2001-07-14 00:32:44 +00:00
Pavel Roskin
9696da138d
* lib/mc.ext.in: Anchor all regexes in the type/ rules except
...
"executable", which should follow a space. Simplify rules for
images. Add shell/ rule for *.info files. Fix all incorrect
uses of the alternation operator.
Reported by Oskar Liljeblad and Michel Casabona.
2001-07-14 00:01:20 +00:00
Pavel Roskin
c67f0a6bc9
* configure.in: Don't check for iconv, it's already checked for
...
in AM_GNU_GETTEXT.
2001-07-12 15:28:58 +00:00
Pavel Roskin
238d3dd4c2
* doc/mc.1.in: Update documentation about hex search.
2001-07-10 19:54:39 +00:00
Pavel Roskin
3fa13073a6
* edit/edit_key_translator.c (cooledit_key_map): Bind
...
Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
From Steef Boerrigter <sxmboer@sci.kun.nl>
2001-07-10 19:22:10 +00:00
Pavel Roskin
0c08ee1fdd
* edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
...
* edit/edit_key_translator.c (cooledit_key_map): Add support
for bracket matching on Alt-B.
* gtkedit/gtkeditkey.c: Likewise.
From Steef Boerrigter <sxmboer@sci.kun.nl>
2001-07-10 15:05:55 +00:00
Pavel Roskin
f978d9eec4
Typo fix.
2001-07-09 23:01:06 +00:00
Pavel Roskin
eafd93ed76
* lib/mc.ext.in: Use nm to view object files.
2001-07-06 22:02:36 +00:00
Pavel Roskin
3f53dee86d
* Make.common.in: Remove GNOME-specific and unused definitions.
...
Partly moved to gnome/Makefile.in.
2001-07-06 21:16:30 +00:00
Pavel Roskin
e477609511
* configure.in: Remove all references to SEDCMD and SEDCMD2 -
...
they are usused.
* Make.common.in: Likewise.
2001-07-06 20:49:46 +00:00
Pavel Roskin
27bb8d65b8
* ABOUT-NLS: Update to the version from gettext-0.10.38.
2001-06-29 16:59:25 +00:00
Pavel Roskin
45d7dee152
* Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
...
now done in configure. Move -I.. to the beginning.
* Makefile.am (SUBDIRS): Move intl po to the beginning, since
libintl.a may be required to link mc.
(ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
* configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
Move all i18n code to one place. Don't substitute INTLSUB - it's
unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2001-06-29 08:09:37 +00:00
Pavel Roskin
11715780a8
* configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
...
It should be enabled explicitly by giving `--enable-largefile'
to configure.
* INSTALL: Document it.
2001-06-25 23:52:47 +00:00
Pavel Roskin
89ce46f063
* extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2001-06-23 03:24:34 +00:00
Pavel Roskin
18dac21c0d
* acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
...
in struct statfs.
Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2001-06-22 18:51:55 +00:00
Pavel Roskin
e193fccf96
* acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
...
mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
Define HAVE_INFOMOUNT_LIST if a any suitable function has been
found.
* extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2001-06-22 16:47:39 +00:00
Pavel Roskin
a714cef98e
* configure.in: Check for telldir and seekdir. Join adjacent
...
calls to AC_CHECK_FUNCS.
2001-06-19 19:26:29 +00:00
Pavel Roskin
92e696864e
* Makefile.am: Change the order of SUBDIRS to fully compile text
...
edition before compiling anything for GNOME.
* mc.spec.in: Don't use brace expansion to avoid implicit
build-time dependency on bash.
2001-06-17 03:10:23 +00:00
Pavel Roskin
b33943d789
* acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
...
the test code.
* configure.in: Fix compiler warnings in the arguments to
AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
around `=' in the `test' command.
2001-06-13 21:33:44 +00:00
Pavel Roskin
2c5388d1ac
* doc-gnome/C/gmc.sgml: Remove index - it's not used in the
...
GNOME documentation template.
* doc-gnome/C/mkhtml: Don't generate index.
* doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2001-06-08 01:14:26 +00:00
Pavel Roskin
74ea91f34d
* lib/Makefile.am: Make compatible with Automake 1.4 - remove
...
conditional variables from EXTRA_DIST.
2001-06-06 14:24:08 +00:00
Pavel Roskin
998bbab143
* edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
...
conversion support.
From Walery Studennikov <hqsoftware@mail.ru>.
2001-06-05 23:04:38 +00:00
Pavel Roskin
adb76aab8f
* extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2001-06-05 15:27:48 +00:00
Pavel Roskin
262a42afdb
* lib/mc.charsets: Synchronize with the latest patch - remove
...
a comment.
2001-06-01 22:46:07 +00:00
Pavel Roskin
9442074b84
* extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
...
work with GNOME.
2001-06-01 00:19:38 +00:00
Pavel Roskin
64b09e307a
* lib/mc.charsets: New file. From Walery Studennikov.
...
* lib/Makefile.am: Distribute mc.charsets. Install it if
the charset support is enabled.
2001-05-31 01:17:21 +00:00
Pavel Roskin
1ddcc8951c
* configure.in: Add check for iconv() and the necessary code
...
to support the charset selection patch.
2001-05-31 00:53:06 +00:00
Pavel Roskin
2990245111
* configure.in: Add check for ESCDELAY variable in ncurses.
2001-05-30 15:01:12 +00:00
Pavel Roskin
6b317d088e
* extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
...
USE_EXT2FSLIB.
2001-05-29 23:43:05 +00:00
Pavel Roskin
146730a630
* extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
...
* pc/config.h: Likewise.
2001-05-29 22:12:00 +00:00
Pavel Roskin
d9713d6233
* lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
...
and "strings". Recognize "write" files and MS Word templates.
For MS Excel documents try "xls2csv" and "strings".
Escape spaces in the "type" directives.
From Nerijus Baliunas.
2001-05-29 20:40:59 +00:00
Pavel Roskin
35e16ef9b0
* Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2001-05-29 06:14:50 +00:00
Pavel Roskin
b6b54a53b2
* Make.common.in: Remove hpath, it's unused.
2001-05-29 05:52:34 +00:00
Pavel Roskin
d888c7233e
* acconfig.h: Move constant parts ...
...
* extraconf.h: ... here.
[HAVE_X]: Disable subshell, s-lang and curses.
* Makefile.am: Add extraconf.h.
2001-05-29 05:04:58 +00:00
Pavel Roskin
8f851eea17
* acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
...
and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
* configure.in: ... here.
2001-05-29 03:00:02 +00:00
Pavel Roskin
bfa6fb6d12
* configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
...
* acconfig.h: Likewise.
* src/layout.c: Likewise.
2001-05-27 06:19:21 +00:00
Pavel Roskin
d2134469e8
* Make.common.in: Remove all percent rules.
...
* acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
* configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
AM_INIT_AUTOMAKE.
2001-05-27 05:53:50 +00:00
Pavel Roskin
b0593ec1e2
* Make.common.in: Remove obsolete dependency tracking system.
...
* configure.in: Likewise.
* edit/Makefile.in: Likewise.
* gnome/Makefile.in: Likewise.
* gtkedit/Makefile.in: Likewise.
* slang/Makefile.in: Likewise.
* src/Makefile.in: Likewise.
* vfs/Make-mc.in: Likewise.
* src/depend.awk: Remove.
2001-05-27 04:34:12 +00:00
Pavel Roskin
59d332e0d9
* gtkedit/syntax.c (syntax_text): Add support for Octave files.
...
* syntax/octave.syntax: New file. From Walery Studennikov.
* syntax/Makefile.am: Add octave.syntax.
2001-05-26 22:40:09 +00:00