Commit Graph

2519 Commits

Author SHA1 Message Date
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
Jing-Jong Shyue 19534b526f Triditional Chinese PO File 2000/09/11 2000-09-11 14:38:02 +00:00
hovinen 55a66f9cec 2000-09-10 Bradford Hovinen <hovinen@helixcode.com>
* po/fr.po: Updated French translations
        * all: Chnaged #include "config.h" to #ifdef HAVE_CONFIG_H ...
        * *.desktop, *.directory: Updated French translations
        * po/POTFILES.in: Added screensaver XML files

        Courtesy of Christophe Merlet <c.merlet@agglo-pau.fr>
2000-09-10 12:57:08 +00:00
Andras Timar d6ce19afe5 Updated 2000-09-09 03:08:37 +00:00
Kenneth Christiansen d93e880ff8 Translations from Keld
bonobo/po/da.po dia/po/da.po dr-genius/po/da.po eog/po/da.po
gconf/po/da.po gdict/po/da.po gdm2/po/da.po gfax/po/da.po
gimp/po/da.po gimp/po-libgimp/da.po gimp/po-plug-ins/da.po
gnome-applets/po/da.po gnome-chess/po/da.po gnome-db/po/da.po
gnome-iconedit/po/da.po gnome-lokkit/po/da.po
gnome-media/po/da.po gnome-pilot/po/da.po gnomeicu/po/da.po
gnop/po/da.po gphoto/po/da.po gtkhtml/po/da.po gxsnmp/po/da.po
libgtop/po/da.po
mc/po/da.po oaf/po/da.po rp3/po/da.po sodipodi/po/da.po
2000-09-09 00:06:13 +00:00
Andras Timar 71699987b3 Updated from sz@szasz.hu 2000-09-08 11:45:07 +00:00
Andrew V. Samoilov 5eb58afa28 2000-09-07 Andrew V. Samoilov <sav@bcs.zp.ua>
* syntax.c (syntax_text): Makefile replaced by [Mm]akefile to cover
	makefile and GNUmakefile
	(upgrade_syntax_file): infinitive loop fixed when rule file
	is outdated but it cannot be unlinked/overwritten
2000-09-07 17:45:28 +00:00
Andrew V. Samoilov 2420cfe9dd 2000-09-07 Andrew V. Samoilov <sav@bcs.zp.ua>
* edit.c (check_file_access) [MIDNIGHT,GTK]: error message localized;
	some cosmetics changes to avoid annoying warnings

	* editcmd.c (edit_save_file): pclose returns 0 on success,
	file fclose()d when fwrite fails

	(pipe_mail): malloc () + sprintf () replaced by g_strdup_printf ()

	* syntax.c (syntax_text): Makefile replaced by [Mm]akefile to cover
	makefile and GNUmakefile
	(upgrade_syntax_file): infinitive loop fixed when rule file
	is outdated but it cannot be unlinked/overwritten
2000-09-07 17:18:32 +00:00
Pavel Roskin 316d642896 * Make-mc.in: don't ignore errors in the distdir target 2000-09-05 18:26:40 +00:00
Jing-Jong Shyue 2ced2c7a17 Simplify Chinese PO File 2000/09/05 2000-09-05 15:05:49 +00:00
Sung-Hyun Nam 9570c3d161 more updated 2000-09-05 12:11:17 +00:00
Sung-Hyun Nam e4cb6e72e5 updated 2000-09-05 11:36:23 +00:00
Sung-Hyun Nam 6a3719c586 updated 2000-09-05 11:34:41 +00:00
Andraz Tori f12f136337 Updated Slovenian translation 2000-09-04 20:40:46 +00:00
Benedikt Roth 7987885967 Updated German translation 2000-09-04 20:28:33 +00:00
Christian Rose e12bb6b790 Updated Swedish translation. 2000-09-03 22:52:53 +00:00
Kjartan Maraas f815628b54 2000-09-02 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
2000-09-01 22:23:27 +00:00
Pavel Roskin 89e4039a91 Added Makefile and Makefile.in 2000-09-01 22:00:10 +00:00
Pavel Roskin 4a032150e9 * configure.in: output vfs/extfs/Makefile
* vfs/extfs/Makefile.am: new file
* vfs/Make-mc.in: remove stuff pertinent to the extfs directory
2000-09-01 21:34:26 +00:00