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
Christian Rose
0c9321e2c1
2001-09-12 Christian Rose <menthos@menthos.com>
...
* sv.po: Updated Swedish translation.
2001-09-11 22:06:04 +00:00
Pavel Roskin
6d8020ff3d
* syntax.c (syntax_text): Remove, it's a separate file now.
...
(upgrade_syntax_file): Remove.
(edit_read_syntax_file): Use check_for_default().
2001-09-11 21:44:52 +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
a100142753
* cmd.c (check_for_default): Make accessible from other files.
...
* cmd.h: Declare check_for_default().
2001-09-11 21:38:59 +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
13e92aca94
* layout.c: Use HAVE_TERMIOS_H and HAVE_SYS_IOCTL_H more
...
consistently.
* mouse.c: Likewise.
* subshell.c: Likewise.
* win.c: Likewise.
* util.c: Remove unused includes.
2001-09-11 02:18:02 +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
0883a31c10
* Makefile.am (mc_LDADD): Don't use LSLANG and LGPM, since they
...
are now included into MCLIBS.
2001-09-10 22:00:25 +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
b55e0f0e18
* configure.in: Eliminate LIBSLANG and LSLANG.
...
* acinclude.m4: Likewise. Use MCLIBS for -lslang.
resizeterm() and keyok() only if configuring with ncurses.
2001-09-10 21:54:05 +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
92f05b1d2f
* Make-mc.in: Use USE_VFS conditional instead of relying on
...
LIBVFS.
2001-09-10 20:26:13 +00:00
Pavel Roskin
fea1e1867e
* configure.in: Remove unused variables LINTL and INTLDEPS.
2001-09-10 20:10:43 +00:00
Pavel Roskin
c69f80cc61
* Makefile.am (mc_LDADD): Use INTLLIBS provided by gettext
...
instead of LINTL.
2001-09-10 20:08:28 +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
192d6c1853
* hotlist.c (load_hotlist): If cannot open hotlist, don't assume
...
that it needs to be migrated and don't warn the user.
2001-09-09 05:46:44 +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
e136f3b7b3
* Makefile.am: Fix definitions of CONFDIR and LOCALEDIR.
2001-09-09 01:50:00 +00:00
Pavel Roskin
ed1d72c662
* edit.h: Remove some useless definitions.
2001-09-08 05:45:27 +00:00
Pavel Roskin
a16f742216
* subshell.c: Move definitions of WEXITSTATUS and WIFEXITED
...
below all includes so that they can be defined elsewhere.
2001-09-08 05:36:23 +00:00
Pavel Roskin
b52bd06f04
* myslang.h: Specify arguments to function-like macros or remove
...
them if they are unused.
2001-09-08 04:37:19 +00:00
Pavel Roskin
92565a30ba
* main.c: Remove old debugging code. Remove external function
...
declarations.
(menu_bar_event): Remove, it's unused.
* main.h: Declare get_mc_lib_dir() and force_ugly_line_drawing.
* layout.c: Remove all external declarations.
2001-09-08 04:06:03 +00:00
Pavel Roskin
bd5f3b08ae
* main.c (main): Call save_stop_handler() - it was ifdef'd out
...
by error.
2001-09-07 22:37:46 +00:00
Pavel Roskin
14c07c5677
* Makefile.am: Don't define "MIDNIGHT" - it's unused now.
2001-09-07 21:24:11 +00:00
Pavel Roskin
482e115e3b
* main.c: Remove all GNOME code.
2001-09-07 21:15:04 +00:00
Pavel Roskin
1e798d6953
Update.
2001-09-07 20:21:22 +00:00
Pavel Roskin
89dc0964cb
* cmd.c: No need to define "MIDNIGHT" before including vfs.h.
2001-09-07 20:15:14 +00:00
Pavel Roskin
afee09a276
* edit.c: Eliminate all code disabled for the text edition.
...
* editcmddef.h: Likewise.
* editmenu.c: Likewise.
* editwidget.c: Likewise.
* syntax.c: Likewise.
* wordproc.c: Likewise.
2001-09-07 20:10:45 +00:00
Pavel Roskin
4895273a57
* user.h: Remove all dirty tricks with "MIDNIGHT" - they are not
...
needed anymore.
2001-09-07 19:54:15 +00:00
Pavel Roskin
944cfcffe6
* edit-widget.h: Change ~/.cedit to ~/.mc/cedit to keep mcedit
...
files separate from cooledit.
2001-09-07 19:10:44 +00:00
Pavel Roskin
d1caf46603
* bookmark.c: Eliminate all code disabled for the text edition.
...
* edit-widget.h: Likewise.
* editcmd.c: Likewise.
* editdraw.c: Likewise.
* editoptions.c: Likewise.
2001-09-07 18:56:07 +00:00
Pavel Roskin
c11389facb
* global.h: Include io.h, pwd.h, grp.h and utime.h. Adjust all
...
sources not to include them and to include global.h at the right
place.
2001-09-07 17:52:19 +00:00
Pavel Roskin
b9d389a8fd
* configure.in: Check for pwd.h.
2001-09-07 17:23:49 +00:00
Pavel Roskin
89824f18f7
* edit.h: Eliminate all code disabled for the text edition.
...
Reorder and simplify includes.
* edit.c: Likewise.
2001-09-07 16:52:42 +00:00
Pavel Roskin
dbe20dc6c8
* global.h: Include all time-related system includes, since
...
it's non-trivial (order, conflicts) and is better handled in one
place.
2001-09-07 16:46:31 +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
e777d48dfb
* Make-mc.in: Include necessary parts of Make.common to
...
eliminate the later.
2001-09-07 15:22:47 +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
013466a02e
* fsusage.c: Include sys/param.h before sys/mount.h - it's
...
required on some systems.
* mountlist.c: Likewise.
From Timur Bakeyev <mc@bat.ru>
2001-09-07 02:40:45 +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
Pavel Roskin
b88dbed3a0
* syntax.c (syntax_text): Add PHP support from Cooledit.
2001-09-06 05:26:04 +00:00
Sung-Hyun Nam
b1a6d91a89
updated
2001-09-06 01:36:24 +00:00