Commit Graph

380 Commits

Author SHA1 Message Date
Pavel Roskin
ddcec565ec * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
Makefile.  Don't allow any suffixes after "Makefile".
2001-10-16 07:30:33 +00:00
Pavel Roskin
fcebeec60c * lib/mc.ext.in: Add support for *.xcf files (native GIMP
format).
2001-10-12 06:32:58 +00:00
Pavel Roskin
f30f16c588 * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
Fix compress<->bzip2 conversion and conversion of tagged
archives.
2001-10-06 08:54:05 +00:00
Pavel Roskin
23bdfba2a6 * lib/mc.ext.in: Use ogginfo to view *.ogg files.
Suggested by Marcel Pol <mpol@gmx.net>
2001-10-05 22:41:33 +00:00
Pavel Roskin
b3cd72c2df * lib/mc.ext.in: Use xmms to play *.mp3 under X. When viewing
*.mp3, use "verbose" option to mpg123.  Add support for *.ogg
and *.mid files.
2001-10-05 05:51:26 +00:00
Pavel Roskin
add68bf853 * configure.in: Don't check whether grep supports stdin - it's
not used anymore.
* NEWS: Mention this change.
2001-09-30 19:17:48 +00:00
Pavel Roskin
0f1954d2ff * doc/mcedit.1.in: Fix a very long line - use double
backslashes since they are interpreted even in the .nf blocks.
2001-09-20 01:42:57 +00:00
Pavel Roskin
6f248850ea * lib/edit.spell.rc: Try aspell before resorting to ispell. 2001-09-20 01:13:29 +00:00
Pavel Roskin
419a1aa3dc * syntax/php.syntax: Replace with a better implementation by
Max Schedriviy <max@tavrida.net>
2001-09-19 04:52:47 +00:00
Pavel Roskin
dad13bfb19 * doc/mc.1.in: Fix location of mcedit files.
* doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
2001-09-15 23:16:20 +00:00
Pavel Roskin
db1f552c5c * configure.in: Don't check for ncurses version and for keyok()
because the mouse support code doesn't need this hack anymore.
2001-09-15 01:23:49 +00:00
Pavel Roskin
462e063ce4 * configure.in: Fix some cases of overquoting and underquoting.
* acinclude.m4: Likewise.
2001-09-13 19:40:40 +00:00
Pavel Roskin
33b09eee48 * configure.in: Update list of browsers. Don't fallback to
lynx since it cannot be run in background.
* lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
If no browser for X11 was found, use lynx.
2001-09-12 22:10:37 +00:00
Pavel Roskin
94ad49d237 * autogen.sh: Add a workaround to ensure that "depcomp" is
distributed.
* configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
where appropriate.
* acinclude.m4: Likewise.  Fix check whether S-Lang uses
terminfo.
2001-09-12 20:45:46 +00:00
Pavel Roskin
692f52ce8d * configure.in: Use three-argument form of AC_INIT. Use
AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
* Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
is not needed if AC_CONFIG_AUX_DIR is used.
* vfs/Make-mc.in: Adjust mkinstalldirs location.
* autogen.sh: Create "config" and remove "autom4te.cache".
2001-09-12 19:18:38 +00:00
Pavel Roskin
fad8bcf073 * syntax/Syntax: New file, extracted from edit/syntax.c.
* syntax/Makefile.am: Add Syntax.
2001-09-11 21:42:13 +00:00
Pavel Roskin
4451b088b1 * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
to LIBS.  Don't use unportable "grep -q", use "case" instead.
2001-09-11 20:04:33 +00:00
Pavel Roskin
34a95b4942 * configure.in: Only check for X if --with-tm-x-support has been
specified.
2001-09-11 02:35:45 +00:00
Pavel Roskin
28cd178099 * configure.in: Add check for sys/ioctl.h. 2001-09-11 02:03:19 +00:00
Pavel Roskin
61b18a0643 * configure.in: Use AC_FUNC_STRCOLL instead of generic test. 2001-09-11 01:42:08 +00:00
Pavel Roskin
eb67c01aef * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
* configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
testing for functions in ncurses.
2001-09-11 01:29:29 +00:00
Pavel Roskin
5452cf366a * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
* configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
* acconfig.h: Remove.
2001-09-11 00:27:03 +00:00
Pavel Roskin
cc46c2eb12 * configure.in: Eliminate LIBSLANG and LSLANG.
* acinclude.m4: Likewise.  Use MCLIBS for -lslang.
2001-09-10 21:55:26 +00:00
Pavel Roskin
c0ddf2c09a * configure.in: Use MCLIBS for -lgpm. Remove LGPM. Check for
resizeterm() and keyok() only if configuring with ncurses.
2001-09-10 21:16:40 +00:00
Pavel Roskin
36ec0ba15b * configure.in: Remove now unused variables LIBVFS and LVFS. 2001-09-10 20:31:35 +00:00
Pavel Roskin
fea1e1867e * configure.in: Remove unused variables LINTL and INTLDEPS. 2001-09-10 20:10:43 +00:00
Pavel Roskin
35ef57ca76 * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
building with included gettext, because libintl.h is copied
there.
2001-09-10 19:31:14 +00:00
Pavel Roskin
27a58d6bb4 * NEWS: Update. 2001-09-09 04:24:34 +00:00
Pavel Roskin
4e09ec3e27 * configure.in: Remove a hack for Unixware. AC_FUNC_GETMNTENT
checks -lgen for getmntent as of Autoconf 2.52.
2001-09-09 04:05:14 +00:00
Pavel Roskin
b9d389a8fd * configure.in: Check for pwd.h. 2001-09-07 17:23:49 +00:00
Pavel Roskin
22543072c8 * Make.common.in: Remove.
* configure.in: Remove all references to Make.common.in and
MCCPPFLAGS.
* aclocal.m4: Likewise.
2001-09-07 15:29:46 +00:00
Pavel Roskin
d5e1314c5d * configure.in: Require Autoconf 2.52. Remove hacks for
Autoconf 2.13.
* Makefile.am: Require Automake 1.5.
2001-09-07 04:25:02 +00:00
Pavel Roskin
7a9716e6a9 * syntax/php.syntax: New file - PHP file highlighting. Copied
from Cooledit 3.17.4.
* syntax/Makefile.am: Add php.syntax.
2001-09-06 05:29:07 +00:00
Timur Bakeyev
75fadcff69 2001-09-06 Timur Bakeyev <mc@bat.ru>
* acconfig.h: Brought back couple of symbols, that are still necessary
	due reference to them from configure.in.
2001-09-05 13:50:57 +00:00
Pavel Roskin
4d3dbca660 * syntax/changelog.syntax: Fix highlighting of functions. Relax
strictness for dates.
2001-09-05 01:50:02 +00:00
Pavel Roskin
dbe915be3c * doc/mc.1.in: Fix troff warnings.
* doc/mcedit.1.in: Likewise.
2001-09-04 22:06:30 +00:00
Pavel Roskin
eae55940fc * doc/mc.1.in: Spellcheck.
* doc/mcedit.1.in: Likewise.
* doc/mcserv.8.in: Likewise.
2001-09-03 18:01:45 +00:00
Pavel Roskin
655ec833b4 * doc/mc.1.in (Learn Keys): Complete rewrite. 2001-09-03 09:08:43 +00:00
Pavel Roskin
f150c6b74a * acconfig.h: Remove all unused symbols. 2001-09-03 03:28:35 +00:00
Pavel Roskin
9b0385f063 * lib/ncurses.h: Remove.
* lib/Makefile.am: Remove ncurses.h.
2001-09-03 02:47:38 +00:00
Pavel Roskin
6f8323907f Trimmed using last chtrim. Ensure exactly 2 spaces before e-mail. 2001-09-01 20:12:16 +00:00
Abel Cheung
aee005a154 Rename zh_TW.Big5 -> zh_TW, to prevent future encoding naming problem. 2001-09-01 19:56:19 +00:00
Pavel Roskin
3fe54a54a0 * syntax/sh.syntax: Require two '<' before EOF. Recognize END
like EOF.
2001-08-28 08:11:05 +00:00
Pavel Roskin
b1fa0ba49d * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
CONS_SAVER.  Put all conditionals together.
2001-08-26 17:15:02 +00:00
Pavel Roskin
773065de72 * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
Automake 1.5.
2001-08-26 15:38:30 +00:00
Pavel Roskin
ea271edd88 * configure.in: Remove XCURSES variable - it's unused. 2001-08-26 08:58:02 +00:00
Pavel Roskin
6feb479c7d * configure.in: New conditional USE_EDIT. 2001-08-26 08:40:11 +00:00
Pavel Roskin
b8e5a09b30 * syntax/changelog.syntax: Don't require '@' to be in the
address.  This also works around a bug in the syntax engine
that prevented highlighting of addresses.
2001-08-26 08:14:27 +00:00
Pavel Roskin
8ae0cebc22 * configure.in: New conditionals USE_VFS and INCLUDED_SLANG. 2001-08-25 05:05:51 +00:00
Pavel Roskin
09d9b11859 * extraconf.h: Remove all references to HAVE_X.
* acinclude.m4: s/GNOME_/MC_/
* configure.in: Likewise.  Remove or clarify all references to
the "text edition".  Minor fixes.
2001-08-25 03:14:20 +00:00