diff --git a/ChangeLog b/ChangeLog index 446567c7b..5cdc65a53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -90,7 +90,7 @@ 2003-02-23 Marco Ciampa - * doc/it/mc.1.in: updated manual with some stilistic changes. + * doc/it/mc.1.in: updated manual with some stylistic changes. 2003-02-23 Dmitry Alexeyev @@ -1208,9 +1208,9 @@ * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not from vfs/Make-mc.in. -2001-12-27 Duarte Loreto +2001-12-27 Duarte Loreto - * configure.in: Added portuguese to ALL_LINGUAS + * configure.in: Added Portuguese to ALL_LINGUAS 2001-12-21 Pavel Roskin @@ -1538,7 +1538,7 @@ 2001-08-23 Pavel Roskin * lib/edit.indent.rc: Create cooledit.error right away to - override its old contents. Don't use ksh extentions. Treat *.C + override its old contents. Don't use ksh extensions. Treat *.C files as C++. Recognize more C++ extensions. Support java. Update URL for "astyle". Quote all arguments to protect spaces. * lib/edit.spell.rc: Don't save terminal settings - mc does it @@ -2028,7 +2028,7 @@ 2001-04-19 Pavel Roskin * configure.in: Don't install mcserv unless - "--enable-mcserv-install" has heen specified. + "--enable-mcserv-install" has been 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. @@ -2156,7 +2156,7 @@ * configure.in: Check for ext2 libraries only if VFS is enabled. * src/Makefile.in: Create directories before installing files. - Removed all occurences of libprefix - it's never defined. + Removed all occurrences of libprefix - it's never defined. * configure.in: All macros from configure.in moved to acinclude.m4. Added missing quotes in several places. @@ -2211,7 +2211,7 @@ 2000-10-09 Pavel Roskin * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so - that CVS Automake will drop dependencied to the macros that + that CVS Automake will drop dependencies to the macros that we don't distribute. * lib/mc.ext.in: Removed references to icons. Source RPMs @@ -2236,7 +2236,7 @@ 2000-10-04 Christophe Merlet - * gnome/*.desktop: Updated french strings. + * gnome/*.desktop: Updated French strings. 2000-10-03 Pavel Roskin @@ -2279,7 +2279,7 @@ "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. + replaced with "rm -f" - the standard says that "rm" is portable. Ditto $(MV). Adjusted *clean targets to match those in Automake. Removed "cross" target. @@ -2348,7 +2348,7 @@ to CPPFLAGS instead. Put links to the build directory. Remove the hack with "mx" - it is not needed anymore. - * configure.in: remove any manupulations with top_srcdir. + * configure.in: remove any manipulations with top_srcdir. Don't change CPPGLAGS when the internal editor is enabled, instead do it ... * edit/Makefile.in, gtkedit/Makefile.in: ... here @@ -2356,7 +2356,7 @@ * 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 + changed to top_srcdir for Automake compatibility * configure.in: REGEX_O variable removed - always use our regex @@ -2428,7 +2428,7 @@ * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted to ... * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this - * Make.common.in: support for "distdir" for compatability + * Make.common.in: support for "distdir" for compatibility with Automake-generated makefiles * autogen.sh: run automake. Force cache - it is off by default in autoconf 2.49a, but it's still handy for maintainers @@ -2468,7 +2468,7 @@ * doc/mc.sgml: Curly braces replaced with { and } Fixed all misuses of single and double quotes. Typo fixes. - Ensured compatability with sgml2html, sgml2txt and sgml2latex + Ensured compatibility with sgml2html, sgml2txt and sgml2latex * doc/mc.1.in: Typo fix * doc/mc.sgml: made compatible with sgml-tools 1.0.9 @@ -2564,7 +2564,7 @@ 2000-04-06 Timur Bakeyev - * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses + * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses based systems. Hope, this will make FreeBSD midc maintainer to enable build-in editor by default. Still, syntax highlighting is disabled. Need to port... @@ -2670,7 +2670,7 @@ * configure.in (VERSION): Set version number to 4.5.39. -1999-09-23 Jorge Godoy +1999-09-23 Jorge Godoy * configure.in: Added pt_BR to ALL_LINGUAS @@ -2715,7 +2715,7 @@ --with-debug * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width - dependent on lenght of translated strings to display. + dependent on length of translated strings to display. 1999-09-16 Owen Taylor @@ -2756,10 +2756,11 @@ 1999-08-20 Norbert Warmuth - * configure.in (AC_WITH_SLANG): rm -f destination before makeing + * configure.in (AC_WITH_SLANG): rm -f destination before making a symbolic link (ln -sf doesn't work as expected on Solaris) 1999-08-19 Elliot Lee + * */Makefile.in: Have 'make dist' work with builddir != srcdir. 1999-08-19 Federico Mena Quintero @@ -2783,7 +2784,7 @@ * gtkedit/edit.c: Print localized date with strftime() - * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour. + * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor. 1999-08-08 David Martin @@ -2812,8 +2813,10 @@ both the text and gnome versions. Bookmark stuff also needs some keys bound to it, I suppose: any takers? -July 19, 1999 Elliot Lee - * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make. +1999-07-19 Elliot Lee + + * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes + infinitely recursing make. 1999-07-05 Miguel de Icaza @@ -2864,7 +2867,7 @@ July 19, 1999 Elliot Lee 1999-06-07 Shooby Ban - * po/hu.po, configure.in: added hungarian translations... + * po/hu.po, configure.in: added Hungarian translations... I'm not sure it's OK, but it seems usable. Translators: Tamas Fejos and Andras Kadar @@ -2878,7 +2881,7 @@ July 19, 1999 Elliot Lee 1999-05-19 Tuomas Kuosmanen - * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to + * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to be installed in the system :) (added it to the Makefile.in) 1999-05-19 Tuomas Kuosmanen @@ -2910,7 +2913,7 @@ Wed Apr 21 20:44:41 1999 Norbert Warmuth Sun Apr 18 17:51:54 EDT 1999 Gregory McLean - * mc.spec.in : Folded in some changes from the 'offical' rpm + * mc.spec.in : Folded in some changes from the 'official' rpm spec file. 1999-04-16 Miguel de Icaza @@ -2931,7 +2934,7 @@ Thu Apr 15 21:59:52 1999 Norbert Warmuth Tue Apr 13 06:07:05 1999 Norbert Warmuth - * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e. + * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e. --with-PACKAGE and --without-PACKAGE gave the same results. 1999-04-09 Federico Mena Quintero @@ -2953,7 +2956,7 @@ Sun Mar 28 23:46:01 1999 Norbert Warmuth Fri Mar 26 19:16:38 1999 Timur Bakeyev - * */Makefie.*: fixed several missed conversions from libdir to + * */Makefile.*: fixed several missed conversions from libdir to mclibdir. (Should be automake'd, really) 1999-03-24 Federico Mena Quintero @@ -3001,7 +3004,7 @@ Sun Mar 21 03:55:24 1999 Paul Sheer Use -f when calling rm, the file does not exist on first compile. No need to copy VERSION from $srcdir, it's already generated in - $buildir. + $builddir. Fri Mar 19 06:32:36 1999 David Martin @@ -3069,7 +3072,7 @@ Wed Feb 10 02:48:51 1999 Timur Bakeyev Tue Feb 9 20:52:19 1999 Norbert Warmuth - * README.QNX: Deleted documention about mc.menu.qnx.diff. + * README.QNX: Deleted documentation about mc.menu.qnx.diff. Tue Feb 9 20:46:07 1999 Norbert Warmuth @@ -3079,7 +3082,7 @@ Tue Feb 9 20:32:39 1999 Norbert Warmuth * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o from tar calls when extracting (according to my man page this option - is only useful when creating archieves). + is only useful when creating archives). Tue Feb 9 20:28:15 1999 Norbert Warmuth @@ -3116,18 +3119,18 @@ Fri Jan 29 22:55:56 1999 Norbert Warmuth included slang is used. Problem was that MC's slang.h was used when we compiled with an already installed SLang and the systems header file were included with . - Unfortunatly I can't use AC_LINK_FILES to make the links because + Unfortunately I can't use AC_LINK_FILES to make the links because if we needn't make any links AC_LINK_FILES makes a link from srcdir to top_builddir (builddir != srcdir). Temporary add $LGPM to $LIBS when checking for the resizeterm and keyok functions (ncurses might be linked against GPM). - Substitude PACKAGE (intl/Makefile makes use of it) + Substitute PACKAGE (intl/Makefile makes use of it) Wed Jan 27 03:34:44 1999 Timur Bakeyev - * gtkedit/edit.h: including of and swaped by + * gtkedit/edit.h: including of and swapped by #include "global.h". 1999-01-13 Jonathan Blandford @@ -3198,7 +3201,7 @@ Sun Dec 13 15:26:19 1998 Norbert Warmuth Tue Dec 1 11:58:55 1998 Pavel Machek - * doc/mc.1.in, mc.sgml: added my name to list ov authors + * doc/mc.1.in, mc.sgml: added my name to list of authors 1998-12-02 Miguel de Icaza @@ -3212,7 +3215,7 @@ Tue Dec 1 11:58:55 1998 Pavel Machek 1998-11-26 Herbert Valerio Riedel - * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap' + * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap' Thu Nov 26 12:20:06 1998 Pavel Roskin