Typo fixes.

This commit is contained in:
Pavel Roskin 2003-06-02 18:38:42 +00:00
parent 84d9703786
commit 881964e5a9

View File

@ -90,7 +90,7 @@
2003-02-23 Marco Ciampa <ciampix@libero.it>
* 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 <dmi_a@qnx.org.ru>
@ -1208,9 +1208,9 @@
* configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
from vfs/Make-mc.in.
2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
* configure.in: Added portuguese to ALL_LINGUAS
* configure.in: Added Portuguese to ALL_LINGUAS
2001-12-21 Pavel Roskin <proski@gnu.org>
@ -1538,7 +1538,7 @@
2001-08-23 Pavel Roskin <proski@gnu.org>
* 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 <proski@gnu.org>
* 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 <proski@gnu.org>
* 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 <christophe@merlet.net>
* gnome/*.desktop: Updated french strings.
* gnome/*.desktop: Updated French strings.
2000-10-03 Pavel Roskin <proski@gnu.org>
@ -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 &lcub; and &rcub;
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 <mc@bat.ru>
* 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 <godoy@conectiva.com.br>
1999-09-23 Jorge Godoy <godoy@conectiva.com.br>
* 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 <otaylor@redhat.com>
@ -2756,10 +2756,11 @@
1999-08-20 Norbert Warmuth <nwarmuth@privat.circular.de>
* 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 <sopwith@redhat.com>
* */Makefile.in: Have 'make dist' work with builddir != srcdir.
1999-08-19 Federico Mena Quintero <federico@redhat.com>
@ -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 <dmartina@usa.net>
@ -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 <sopwith@redhat.com>
* Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
infinitely recursing make.
1999-07-05 Miguel de Icaza <miguel@gnu.org>
@ -2864,7 +2867,7 @@ July 19, 1999 Elliot Lee
1999-06-07 Shooby Ban <bansz@szif.hu>
* 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 <tigert@gimp.org>
* 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 <tigert@gimp.org>
@ -2910,7 +2913,7 @@ Wed Apr 21 20:44:41 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
Sun Apr 18 17:51:54 EDT 1999 Gregory McLean <gregm@comstar.net>
* 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 <miguel@nuclecu.unam.mx>
@ -2931,7 +2934,7 @@ Thu Apr 15 21:59:52 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
Tue Apr 13 06:07:05 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* 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 <federico@nuclecu.unam.mx>
@ -2953,7 +2956,7 @@ Sun Mar 28 23:46:01 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
Fri Mar 26 19:16:38 1999 Timur Bakeyev <mc@bat.ru>
* */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 <federico@nuclecu.unam.mx>
@ -3001,7 +3004,7 @@ Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
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 <dmartina@usa.net>
@ -3069,7 +3072,7 @@ Wed Feb 10 02:48:51 1999 Timur Bakeyev <mc@bat.ru>
Tue Feb 9 20:52:19 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* 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 <nwarmuth@privat.circular.de>
@ -3079,7 +3082,7 @@ Tue Feb 9 20:32:39 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* 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 <nwarmuth@privat.circular.de>
@ -3116,18 +3119,18 @@ Fri Jan 29 22:55:56 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
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 <slang/slang.h>.
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 <mc@bat.ru>
* gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
* gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
#include "global.h".
1999-01-13 Jonathan Blandford <jrb@redhat.com>
@ -3198,7 +3201,7 @@ Sun Dec 13 15:26:19 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
Tue Dec 1 11:58:55 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
* 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 <miguel@nuclecu.unam.mx>
@ -3212,7 +3215,7 @@ Tue Dec 1 11:58:55 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
1998-11-26 Herbert Valerio Riedel <hvr@hvrlab.ml.org>
* 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 <pavel_roskin@geocities.com>