Commit Graph

2356 Commits

Author SHA1 Message Date
Marco Ciampa
35195ec65d Done some clean-up 2000-10-06 09:49:07 +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 Roskin
dd9705f8e9 * extfs/rpm: If rpm indicates an error create a virtual file
ERROR and put error messages there.
2000-10-06 01:43:46 +00:00
Pavel Machek
aafa830e57 Recognize .spm files 2000-10-05 13:03:00 +00:00
Pavel Roskin
759c5aee8f * user.c (expand_format): Fixed processing of "%s".
Closes http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=15486
2000-10-04 16:34:53 +00:00
Christophe Merlet
546436a9f2 Updated french translation. 2000-10-04 11:22:05 +00:00
Pavel Roskin
463a289722 DTD changed to "DocBook PNG Variant V1.1" - this time for real. 2000-10-04 04:19:08 +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
Andraz Tori
10addaad3d Updated Slovenian translation 2000-10-03 20:53:54 +00:00
Ismael Olea
b2768a8122 Updating es translations by David Martín <dmartina@excite.es> 2000-10-02 10:24:07 +00:00
Pavel Roskin
5c619500df * Makefile.in: Added an explicit rule for man2hlp. 2000-10-01 03:13:23 +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
6dae85923b * libgettext.h: Removed, shouldn't be here.
* Makefile.in: Adjusted to remove libgettext.h
2000-09-30 14:31:31 +00:00
Pavel Roskin
3263fee6d4 * listmode.c, listmode.h, main.c: Consistently using define
LISTMODE_EDITOR to enable the experimental listmode editor.
* main.c: Don't allow two adjacent separators in the Command
menu.
2000-09-26 22:38:13 +00:00
Pavel Machek
c3edb91d89 Better unarj.diff 2000-09-25 12:49:41 +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
Pavel Roskin
560462fb09 * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
directory for document processing. Comment changes. gmc.ps and
        gmc.pdf now generated from gmc.dvi.
2000-09-23 07:10:14 +00:00
Pavel Roskin
49a540ba42 * Makefile.in.in (distdir): Changed to ensure that *.gmo are
created after *.po are updated on "make dist".
        (distclean): Undone changes from 2000-08-15 - "make distclean"
        shouldn't touch $(srcdir) - it's not Automake's way.
2000-09-23 07:08:18 +00:00
Pavel Roskin
c69627ffdd * configure: Always include Make.common as file, otherwise
"make distclean" breaks.
        * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
        slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
        replaced with "rm -f" - the stangard says that "rm" is portable.
        Ditto $(MV). Adjusted *clean targets to match those in
        Automake. Removed "cross" target.
2000-09-23 05:14:31 +00:00
Pavel Roskin
84d04da46c * POTFILES.in: Removed src/fixhlp.c 2000-09-23 01:48:48 +00:00
Pavel Roskin
0c54ef40b9 Makefile.in.in: Only run update-po in the maintainer mode 2000-09-23 01:48:29 +00:00
Pavel Roskin
5168c6a990 * fixhlp.c: Removed.
* Makefile.in: Removed all references to fixhlp.c
2000-09-23 01:43:13 +00:00
Pavel Roskin
b36cb5f6c3 Added Makefile.in 2000-09-23 01:18:15 +00:00
Pavel Roskin
6ef0a417c8 * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
* doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
* doc/Makefile.in: Converted to ...
* doc/Makefile.am: ... this.
2000-09-23 01:16:46 +00:00
Pavel Roskin
ee345fa20d * Makefile.in: Don't use $< in explicit rules - this should fix
non-GNU makes. Removed GNOME_IDLDIR - it wasn't used.
2000-09-22 00:15:56 +00:00
Pavel Roskin
15535f33a2 * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
is not expanded in all shells.
* doc/mc.sgml: Updated the example script to reflect the above
changes.
* doc/mc.in.1: Likewise.
2000-09-21 21:17:28 +00:00
Pavel Roskin
ed3fbae2ed * extfs/uzoo.in: Suppress output from grep. Don't use '~',
use $HOME instead - it's more portable.
2000-09-21 20:58:10 +00:00
Pavel Roskin
a676bdfc2b * lib/Makefile.am (LIBFILES_CONST): Added mc.hint.it from
Marco Ciampa
2000-09-19 18:35:47 +00:00
Marco Ciampa
b9e800ed77 First italian version of hint file. 2000-09-19 06:59:17 +00:00
Pavel Roskin
68ffa5da8f * extfs/Makefile.am: all scripts should be executable 2000-09-18 15:52:16 +00:00
Andrew V. Samoilov
36ad34a8bf (gmc_check_exec_string): don't g_free() prog if it is NULL 2000-09-18 15:11:34 +00:00
Pavel Machek
ca504d4f91 Override locale for patchfs. 2000-09-18 14:25:47 +00:00
Marco Ciampa
8e8a893247 last messages updated.. 2000-09-18 09:10:46 +00:00
Pavel Roskin
769b082e1b * Make.common.in: Added installcheck to placate "make distcheck"
* configure.in, Make.common.in, doc/Makefile.in,
        edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
        slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
        variable MKINSTALLDIRS and builddir with Automake-compatible
        mkinstalldirs and top_builddir.
        * doc-gnome/C/Makefile.am: Only maintainers regenerate html
        files. Added uninstall-local target.
2000-09-18 04:57:29 +00:00
Pavel Roskin
ddacf004f7 Updated to include more stuff that may be generated 2000-09-18 02:08:55 +00:00
Pavel Roskin
b0ec76f78a * configure.in: fixed wrong use of AC_MSG_RESULT inside
AC_CACHE_VAL
2000-09-18 01:55:31 +00:00
Pavel Roskin
93de802680 * Make.common.in: Added the "dvi" target for "make distcheck"
to go further
        * doc-gnome/C/Makefile.in: converted to ...
        * doc-gnome/C/Makefile.am: ... this
2000-09-17 16:29:01 +00:00
Pavel Roskin
73f0762f70 figs/gmcprops6.png should be referenced without extention,
otherwise it doesn't appear in gmc.ps
2000-09-16 12:23:42 +00:00
Pavel Roskin
a59746356c * acconfig.h, configure.in: Require autoconf 2.13 or above.
Removed workarounds for older versions. Removed MCDEBUG
        variable - it's not used. --with-debug renamed to --with-mad and
        cleaned up. Always use -Wall with gcc, other manipulations with
        CFLAGS removed.
2000-09-15 23:57:10 +00:00
Andrew V. Samoilov
61a5a5f4fb 2000-09-15 Andrew V. Samoilov <sav@bcs.zp.ua>
* ru.po: updated russian translation. Please ignore msgfmt warning.
2000-09-15 11:51:19 +00:00
Andrew V. Samoilov
503485b453 2000-09-15 Andrew V. Samoilov <sav@bcs.zp.ua>
* editcmd.c (edit_delete_macro, edit_(load|save)_macro_cmd): don't
	translate keywords written to macro file or macro don't work, at least
	for Cyrillic. Made this as separate commit, so, if it seriously breaks
	compatibility it's easy to revert it.
2000-09-15 10:43:22 +00:00
Andrew V. Samoilov
bd90155537 2000-09-15 Andrew V. Samoilov <sav@bcs.zp.ua>
* editcmd.c (edit_save_file): fopen()+fwrite()+fclose() replaced
	by open()+write()+close() to restore possibility to edit files
	over Midnight Commander's VFSes

	(edit_replace_cmd) [MIDNIGHT]: some more right algorithm to calculate
	menu coordinates used. I don't like if menu hides replaced text.

	(edit_goto_cmd): Memory leaking fixed when f is empty string
2000-09-15 10:10:18 +00:00
Pavel Roskin
7b7cb9878d * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
mc.pot becomes out of date in the tarball.
2000-09-15 06:05:22 +00:00
Pavel Machek
eabe77c776 Better /#a filesystem 2000-09-14 20:53:57 +00:00
Pavel Roskin
e053e5effe * Make-mc.in: direntry.c was listed twice in VFSSRCS 2000-09-14 20:34:52 +00:00
Pavel Roskin
467de101fc CP is now "cp", not "mv" 2000-09-14 20:29:02 +00:00
Pavel Roskin
8d204881e7 * configure.in: Removed some abuses of CPPFLAGS. Removed useless
tests for cp, mv and rm.
* Make.common.in: Removed variables xv_bindir and STRIP.
Variables CP, MV and RMF are assigned trivial values.
2000-09-14 20:10:45 +00:00