Commit Graph

2587 Commits

Author SHA1 Message Date
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
Pavel Roskin 536a5ce8d5 * Makefile.in: Compile our own mad.o. Don't link object files.
Put links to the build directory. Don't link headers, change
includes accordingly. gdialogs.o removed from OOBJS. Link
only sources we need. Obsolete comments removed or updated.
2000-09-14 19:20:50 +00:00
Pavel Roskin 5b44416ffa * POTFILES.in: src/features.c renamed to src/textconf.c 2000-09-14 18:21:43 +00:00
Pavel Roskin 0c3398dcd6 * features.h: Joined with textconf.h to avoid name clash with
GNU Libc.
* features.c: Renamed to ...
* textconf.c: ... this
* Makefile.in, cmd.c, main.c, text.c: necessary adjustments
2000-09-14 18:18:24 +00:00
Pavel Roskin 3e320e6748 * Makefile.in: Don't make softlinks to the libraries 2000-09-14 17:17:46 +00:00
Pavel Roskin 35003a05c3 * edit/Makefile.in: Don't link headers, add extra includes
to CPPFLAGS instead. Put links to the build directory.
Remove the hack with "mx" - it is not needed anymore.
2000-09-14 16:50:54 +00:00
Pavel Roskin d572f3a51f * Make-mc.in: removed commands to build standalone libvfs -
they are now in Makefile.am. Create links in the build
directory - source directory may be read-only. Removed hack
with mcservx - it's no longer needed.
2000-09-14 16:13:36 +00:00
Pavel Roskin 969d11e456 * configure.in: remove any manupulations with top_srcdir.
Don't change CPPGLAGS when the internal editor is enabled,
instead do it ...
* edit/Makefile.in, gtkedit/Makefile.in: ... here
2000-09-14 15:31:25 +00:00
Pavel Roskin 91e7526108 * 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: rootdir
changed to top_srcdir for Automake compatability
2000-09-14 15:12:00 +00:00
Pavel Roskin 06a39fbd2d * ftpfs.h: include "xdirentry.h" instead of "vfs/xdirentry.h" 2000-09-14 15:06:14 +00:00
Pavel Roskin a406b17b96 * configure.in: REGEX_O variable removed - always use our regex 2000-09-14 14:28:35 +00:00
Pavel Roskin 3cce6a7720 * configure.in: MCFGR variable removed 2000-09-14 14:03:52 +00:00
Yuri Syrota c9ac96aa29 Updated Ukrainian translation 2000-09-14 09:47:18 +00:00
Yuri Syrota aa75d1d6d2 Updated Ukrainian translation 2000-09-14 09:27:24 +00:00
Yuri Syrota 47f04947d8 Updated Ukrainian translation 2000-09-14 08:47:06 +00:00
Pavel Roskin 6c249f473a * Makefile.in: Only rebuild mc.hlp in the maintainer mode. 2000-09-13 17:15:01 +00:00
Jorge Godoy 6075fa9bdd Added pt_BR translations. 2000-09-13 16:04:28 +00:00
Pavel Roskin 5b5c0dd4c2 * configure.in: enable AM_MAINTAINER_MODE to be consistent with
other GNOME modules
* autogen.sh: remove "-I ." from the "aclocal" command line
2000-09-12 19:31:56 +00:00
Andrew V. Samoilov e3ad216756 2000-09-12 Andrew V. Samoilov <sav@bcs.zp.ua>
* glayout.c (run_cmd): Memory leak fix: cmd released after use
2000-09-12 09:02:31 +00:00
Miguel de Icaza 4ed04204d7 New mc.keys.in.in 2000-09-11 22:36:13 +00:00