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
Pavel Roskin
0152dda957
* configure.in: Fix incorrect test for stdin support in grep -
...
it would always fail when configuring in an empty directory.
Portability fixes - unset, backslashed space in here-documents.
Eliminate all instances of "changeqoute".
2001-05-26 21:30:08 +00:00
Pavel Roskin
f71979d546
* configure.in: Define SCO_FLAVOR based on $host_os, not on the
...
user choice.
* acconfig.h: Changes for the above.
* INSTALL: Don't document --with-sco - it's now defunct.
* INSTALL.FAST: Likewise.
2001-05-26 20:36:24 +00:00
Pavel Roskin
cb5848496d
* lib/mc.ext.in: Match both "mail" and "Mail", but only if they
...
are in the beginning of the "file" output.
2001-05-26 00:00:49 +00:00
Pavel Roskin
b50136248a
* lib/mc.ext.in: Add associations for viewing RPM files.
2001-05-23 18:57:25 +00:00
Pavel Roskin
2a2ea71db3
* doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
...
By default exit after the first error in jade.
2001-05-22 15:29:42 +00:00
Pavel Roskin
3bc8677b96
* doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
...
JADEFLAGS environment variables. Report progress. Clean up on
failure.
2001-05-22 07:56:04 +00:00
Pavel Roskin
5598eefcd7
* doc-gnome/C/Makefile.am: Allow "make install" without *.html
2001-05-21 16:39:14 +00:00
Pavel Roskin
6aaa644446
* doc-gnome/C/mkhtml: Print a big warning if the script fails.
...
* doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
2001-05-21 15:53:43 +00:00
Pavel Roskin
9a39356390
* doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
...
Create figs/*.eps if needed. Simplify rules for gmc.dvi and
gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
* doc-gnome/C/figs/Makefile.am: Add support for converting from
PNG to EPS.
2001-05-20 06:43:07 +00:00
Pavel Roskin
5f284d60a2
* Makefile.am (EXTRA_DIST): Remove create_vcs.
...
* doc/FILES: Likewise. Typo fix.
2001-05-20 06:11:10 +00:00
Pavel Roskin
d00dc1fdf8
* doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
...
* doc-gnome/C/Makefile.am: Don't handle *.css - there are none
with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
2001-05-20 05:05:07 +00:00
Pavel Roskin
f29a6f8253
* doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
...
index entry "Moving files".
2001-05-20 03:51:27 +00:00
Pavel Roskin
133919b119
* configure.in: Use src/main.c in AC_INIT.
2001-05-19 04:20:33 +00:00
Pavel Roskin
ba950320db
* create_vcs: Remove.
2001-05-19 00:26:46 +00:00
Pavel Roskin
38a1e6499c
* INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
...
Add download location for glib.
* mc.spec.in: Likewise.
* doc/LSM: Likewise.
* doc/mc.1.in: Likewise.
* doc/mcedit.1.in: Likewise.
* src/ext.c: Don't mention download location for MC.
2001-05-18 18:44:51 +00:00
Pavel Roskin
6749447c8e
* FAQ: Update status of Tk, XView. and GNOME editions. Update
...
homepage of gpm.
2001-05-18 16:52:26 +00:00
Pavel Roskin
327797ea96
* INSTALL: Remove information about Tk and XView. Change the
...
mailing list addresses again.
* FAQ: Change the mailing list addresses again.
* MAINTAINERS: Likewise.
* README: Likewise.
* doc/mc.1.in: Likewise.
* gnome/gmc-window.c: Likewise.
* lib/README.xterm: Likewise.
* lib/mc.ext.in: Likewise.
* lib/mc.hint*: Likewise.
* lib/mc.hlp.hu: Likewise.
* po/*.po: Likewise.
* src/main.c: Likewise.
2001-05-18 16:28:22 +00:00
Pavel Roskin
5dbac5708e
* FAQ: Change the mailing list addresses and the download
...
locations.
* INSTALL: Likewise.
* MAINTAINERS: Likewise.
* README: Likewise.
* doc/mc.1.in: Likewise.
* gnome/gmc-window.c: Likewise.
* lib/README.xterm: Likewise.
* lib/mc.ext.in: Likewise.
* lib/mc.hint*: Likewise.
* lib/mc.hlp.hu: Likewise.
* po/*.po: Likewise.
* src/main.c: Likewise.
2001-04-20 19:58:55 +00:00
Pavel Roskin
30dc7621d4
* configure.in: Don't install mcserv unless
...
"--enable-mcserv-install" has heen specified.
Don't quote the first argument in all calls to AM_CONDITIONAL
to work around a bug in Automake 1.4.
* doc/Makefile.am: Use MCSERV_INSTALL conditional.
* vfs/Make-mc.in: Likewise.
2001-04-19 23:20:06 +00:00
Pavel Roskin
edfaa23c77
* configure.in: Bump version to 4.5.53a.
2001-04-13 21:53:46 +00:00
Pavel Roskin
bb912def1a
* gtkedit/editcmd.c: Remove support for XView layout attributes.
...
* gtkedit/editoptions.c: Likewise.
* pc/chmod.c: Likewise.
* pc/drive.c: Likewise.
* src/boxes.c: Likewise.
* src/chmod.c: Likewise.
* src/dlg.c: Likewise.
* src/dlg.h: Likewise.
* src/filegui.c: Likewise.
* src/find.c: Likewise.
* src/hotlist.c: Likewise.
* src/layout.c: Likewise.
* src/listmode.c: Likewise.
* src/main.c: Likewise.
* src/option.c: Likewise.
* src/panelize.c: Likewise.
* src/wtools.c: Likewise.
* src/wtools.h: Likewise.
* vfs/smbfs.c: Likewise.
2001-04-06 21:48:11 +00:00
Pavel Roskin
0165d678df
* autogen.sh: Check out "intl" and "macros" directories if they
...
are missing. Simply "cvs up -d" won't restore them.
2001-04-06 18:01:31 +00:00
Pavel Roskin
84ae247979
* configure.in: Bump version to 4.5.52a.
2001-04-06 05:28:51 +00:00
Pavel Roskin
0ff4756f11
* configure.in: Use AC_CHECK_TOOL for finding AR. Define
...
Automake conditional USE_SAMBA_FS if Samba is to be supported
in VFS.
2001-03-15 01:18:14 +00:00
Pavel Roskin
102d0fde0e
* configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
...
defined.
Reported by Norbert Warmuth.
2001-03-08 02:07:06 +00:00
Pavel Roskin
efbe340d5e
* configure.in: Don't process vfs/extfs/uzip - it's now
...
constant.
2001-03-08 00:30:47 +00:00
Pavel Roskin
2977f95a1f
* syntax/changelog.syntax: Require space after asterisk to have
...
it highlighted.
2001-03-07 21:10:29 +00:00
Pavel Roskin
59666a33ef
* aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
...
* configure.in: Use AC_PROG_CC_STDC instead.
2001-03-02 17:09:08 +00:00
Pavel Roskin
782012e481
* lib/mc.ext.in: Recognize files ending by .lslR' and
.ls-lR'.
...
Suggested by Christian Gennerat.
2001-03-02 16:57:36 +00:00
Pavel Roskin
8c4c142ac8
* lib/Makefile.am: Adjusted.
2001-03-02 16:51:36 +00:00
Pavel Roskin
aa76abdadc
* lib/mc.ext.in: Add support for "freeze" - old compression
...
program used mostly on QNX.
* lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
2001-03-02 16:32:23 +00:00
Pavel Roskin
3845f3053c
* lib/mc-gnome.ext.in: Remove, it's not used.
...
* configure.in: Remove lib/mc-gnome.ext.
* lib/Makefile.am: Likewise.
2001-02-26 21:28:59 +00:00
Pavel Roskin
1f6ffaab0a
* gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
...
defined to prevent warnings on OpenBSD 2.7.
* slang/jdmacros.h: Likewise.
* src/mad.h: Likewise.
* src/poptalloca.h: Likewise.
2001-02-20 17:57:23 +00:00
Pavel Roskin
4681719095
* configure.in: Check for sys/time.h and sys/timeb.h. Use
...
AC_HEADER_TIME.
2001-02-20 16:29:23 +00:00
Pavel Roskin
62559ce828
* autogen.sh: Create vfs/samba/include/stamp-h.in.
...
* vfs/samba/include/stamp-h.in: Remove.
2001-02-08 00:01:21 +00:00
Pavel Roskin
acee184399
* macros/curses.m4: Quote first argument to AC_DEFUN.
...
* macros/gnome-cxx-check.m4: Likewise.
* macros/gnome-gettext.m4: Likewise.
* macros/gnome-libgtop-check.m4: Likewise.
* macros/gnome-print-check.m4: Likewise.
* macros/linger.m4: Likewise.
* macros/need-declaration.m4: Likewise.
2001-02-07 21:33:01 +00:00
Pavel Roskin
20e31fd858
* configure.in: Only configure in vfs/samba if smbfs support is
...
enabled even with Autoconf 2.13.
2001-02-07 16:41:16 +00:00
Pavel Roskin
dff05ea5ad
* macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
...
--without-samba due to a typo.
2001-01-30 17:39:56 +00:00
Pavel Roskin
ecfec37e3f
* configure.in: Only configure in vfs/samba if smbfs support is
...
enabled.
2001-01-30 16:55:09 +00:00
Pavel Roskin
7bee992ba2
* configure.in: Don't create a faked malloc.h.
...
* gtkedit/edit.h: Don't assume that malloc.h always exists.
* src/mad.h: Likewise.
2001-01-13 08:09:14 +00:00
Pavel Roskin
c5404ae9cb
* configure.in: Simplified handling of cons.saver.
...
* src/Makefile.in: Likewise. Don't install cons.saver setuid.
* mc.spec.in: Remove a workaround for the above.
2001-01-13 07:24:13 +00:00
Pavel Roskin
150920afc6
* configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
...
for MC. Don't rely on the output of uname - use $host_os.
2001-01-13 06:55:24 +00:00
Pavel Roskin
3d37d84984
* configure.in: Check for ext2 libraries only if VFS is enabled.
2001-01-11 20:54:50 +00:00
Pavel Roskin
98f942fd46
* src/Makefile.in: Create directories before installing files.
...
Removed all occurences of libprefix - it's never defined.
2001-01-11 20:41:40 +00:00
Pavel Roskin
0d690ce961
* configure.in: All macros from configure.in moved to
...
acinclude.m4. Added missing quotes in several places.
* acinclude.m4: Likewise.
2001-01-11 18:57:44 +00:00
Pavel Roskin
d1fcdbf64a
* edit/Makefile.in: Don't install or uninstall mcedit -
...
it cannot be installed before mc on systems without symlinks.
* gtkedit/Makefile.in: Likewise.
* src/Makefile.in: Install mcedit (if enabled) and mcview.
Uninstall them.
2001-01-11 16:48:13 +00:00
Pavel Roskin
9675636394
* macros/gnome-gettext.m4: Propagateg change by Owen Taylor
...
from acinclude.m4 in gtk+:
Don't define ENABLE_NLS unless we have a working NLS.
(This should keep libintl.h from being included when it doesn't
exist).
2001-01-11 16:04:12 +00:00
Pavel Roskin
7808a01322
* doc-gnome/C/figs/Makefile.am: New file.
...
* doc-gnome/C/Makefile.am: Don't handle figs, let the new
makefile do it.
* configure: Substitute doc-gnome/C/figs/Makefile.
2001-01-09 20:54:19 +00:00
Pavel Roskin
8a5680bc94
* lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2001-01-09 18:42:52 +00:00
Andras Timar
92bf5e249d
2001-01-08 Szabolcs Ban <shooby@gnome.hu>
...
* lib/mc.hlp.hu: Added Hungarian help file from
tothb1@freemail.hu , Janos.Zana@elfiz2.kee.hu ,
maci@integrity.hu , mfh47@freemail.hu
* lib/Makefile.am: Added LOCALIZED_HELP for further
mc.hlp l10ns
* src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
gtkedit/editcmd.c: I18n of mc.hlp
2001-01-08 18:21:33 +00:00
Andras Timar
26199481ad
2000-12-29 Szabolcs Ban <shooby@gnome.hu>
...
* doc/mc.1.in: Corrected badly formatted link...
2000-12-29 13:11:01 +00:00
Robert Brady
f670350508
Add Tamil translation.
2000-11-10 19:35:49 +00:00
Pavel Roskin
eb5386cabf
* mc.spec.in: Allow mcserv.8 to be gzipped.
2000-10-23 20:24:58 +00:00
Pavel Roskin
e562710560
* doc-gnome/C/Makefile.am: Workaround for buggy db2html
...
that cannot deal with "./gmc.sgml".
2000-10-23 20:00:19 +00:00
Pavel Roskin
b49ab71bd1
* Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
...
that CVS Automake will drop dependencied to the macros that
we don't distribute.
2000-10-10 01:28:03 +00:00
Pavel Roskin
1b9938984b
* lib/mc.ext.in: Removed references to icons. Source RPMs
...
grouped to one regex. Removed "Update" for source RPMs, added
"Rebuild" instead. Added "Check signature" for all RPMs.
Added a comment about pop-up menus in the text edition.
2000-10-09 15:00:29 +00:00
Pavel Roskin
2558168fb9
* gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
...
flags moved out of CFLAGS as recommended by GNU coding
standards.
* configure.in: Don't add GLIB_CFLAGS to CFLAGS.
* Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
XCPPFLAGS.
* INSTALL (Random notes on porting to other architectures):
Completely rewritten. Recommended using CFLAGS instead of XINC.
2000-10-06 06:49:45 +00:00
Pavel Machek
aafa830e57
Recognize .spm files
2000-10-05 13:03:00 +00:00
Christophe Merlet
546436a9f2
Updated french translation.
2000-10-04 11:22:05 +00:00
Pavel Roskin
51a3753ad4
* doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
...
to allow <legalnotice>. Unclosed tags fixed.
2000-10-04 02:07:05 +00:00
Pavel Roskin
15a02eccdb
* mc.spec.in: New package mc-common. Use DESTDIR instead of
...
misusing prefix. Don't install old icons - they don't exist.
2000-09-30 18:52:12 +00:00
Pavel Roskin
3e4bac0140
* lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
...
"export -f" to have mc() exported.
* doc/mc.1.in: Changed description of the "-P" option to
avoid inclusion of mc.sh and mc.csh into the manual.
Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
2000-09-30 16:54:01 +00:00
Pavel Roskin
c49a891c8d
* doc/mc.1.in: Minor formatting fixes.
2000-09-24 17:32:35 +00:00
Pavel Roskin
5693a5b3c4
* lib/mc.sh.in: remove temporary file non-interactively
...
* doc/mc.1.in: updated example for mc.sh
2000-09-24 16:11:22 +00:00
Pavel Roskin
be82bd6a23
* Makefile.am: mc.spec included to noinst_DATA so that "make all"
...
updates it when needed.
* mc.spec.in: Include translations with mc, not gmc. Run
chkconfig --del in %preun, not %postun. --without-debug not
needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
be executable. New files in %{prefix}/lib/mc/ - translated hints,
editor files.
2000-09-23 17:24:08 +00:00