NetBSD/gnu/dist/gettext/po/ChangeLog

497 lines
15 KiB
Plaintext

1998-04-28 18:07 Ulrich Drepper <drepper@cygnus.com>
* po/Makefile.in.in: Only try to put newly generated .pot in place
when the generation succeeded.
1997-09-10 00:30 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in.in (install-data-yes): Use mkinstalldirs with
$(SHELL).
1997-08-21 15:01 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in.in: Change copyright.
1997-08-16 00:13 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in.in (install-data-yes): Don't change directory to
install.
Reported by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>.
1997-08-15 22:45 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in.in (MKINSTALLDIRS): Use top_srcdir to find script.
Patch by Akim Demaille <demaille@inf.enst.fr>.
1997-05-01 03:43 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in.in (maintainer-clean): Remove GMOFILES. (POTFILES):
Don't redirect output directly to destination file.
Patch by Jim Meyering <meyering@asic.sc.ti.com>.
Tue Aug 27 02:04:45 1996 Ulrich Drepper <drepper@myware.rz.uni-karlsruhe.de>
* ko.po: New version of korean translation.
* es.po: Initial revision
Tue Aug 20 01:40:28 1996 Ulrich Drepper <drepper@myware.rz.uni-karlsruhe.de>
* fr.po: Update from Franc,ois of 960819.
Sun Aug 18 20:47:47 1996 Ulrich Drepper <drepper@myware.rz.uni-karlsruhe.de>
* pl.po: Update 960818.
Thu Jul 18 19:00:11 1996 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in.in (distdir): Again work around shells which cannot
handle empty `for' list. Reported by Jim Meyering.
Tue Jul 9 21:20:00 1996 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in.in (install-data): Add indirection so that nothing
is installed if no internationalization is wanted.
(install-data-no, install-data-yes): New goals. install-data-yes
does the real work. Reported by Kjetil Torgrim Homme.
Sat Jul 6 11:18:01 1996 Jim Meyering <meyering@na-net.ornl.gov>
* Makefile.in.in (install-data): Use $(top_srcdir) instead of
$(top-srcdir).
Wed Jun 26 11:28:36 1996 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in.in (install-data): Add another `else' clause for
those buggy systems. Patch by Fred Fish <fnf@ninemoons.com>.
Sat Jun 22 04:58:22 1996 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in.in (MKINSTALLDIRS): New variable. Path to
mkinstalldirs script.
(install): use MKINSTALLDIRS variable or if the script is not present
try to find it in the $top_scrdir).
Fri Jun 21 01:21:33 1996 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in.in (install-data): Use @ to prevent printing the
command, but use echo to inform user what is installed.
Mon Jun 3 02:39:24 1996 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in.in (installcheck): New goal to fulfill needs of
automake's distcheck.
(install): Combine with install-src goal. The additional installation
is done if $(PACKAGE) = gettext.
(install-src): Goal removed.
Sat Jun 1 11:50:11 1996 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in.in (dvi, info, tags): New goals added.
Reported by Jim Meyering.
Fri May 31 22:55:44 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
* Makefile.in.in ($(PACKAGE).pot): If xgettext is not found and
therefore $(XGETTEXT) is set to : nothing is created. In this
case nothing is done.
Fri May 31 22:33:52 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
* Makefile.in.in (stamp-cat-id, mostlyclean): Avoid filename with
more than 14 characters. Rename cat-id-tbl.tmp.c to
cat-id-tbl.tmp.
Mon May 27 23:42:16 1996 Arne H. Juul <arnej@pvv.unit.no>
* Makefile.in.in (install-data): Work around another Buglix
/bin/sh sillyness.
Thu Apr 4 13:02:56 1996 Ulrich Drepper <drepper@myware>
* Makefile.in.in (all-gettext): We must create the catalogs.
* Makefile.in.in (distclean): Remove *.cat.m files generated by
some gencat programs.
* Makefile.in.in: When using GNU gettext tools prefer just built
binaries in src/ subdirectory. For all packages but GNU gettext
itself this will not change anything.
Tue Apr 2 16:28:54 1996 Ulrich Drepper <drepper@myware>
* Makefile.in.in (all-gettext): New goal. Same as all-no.
* Makefile.in.in (install-data): Some systems using catgets()
install two files: XXX.cat and XXX.cat.m. Handle this case.
(uninstall): Remove .cat.m files, too.
Reported by Marcus Daniels.
* Makefile.in.in (MSGMERGE): Remove -f option. This is the
default now.
Mon Mar 25 00:05:18 1996 Ulrich Drepper <drepper@myware>
* Makefile.in.in (MSGMERGE): Always use -f option.
Sun Mar 24 23:25:01 1996 Ulrich Drepper <drepper@myware>
* Makefile.in.in: Don't use tupdate anymore. msgmerge seems to
work now.
Sat Mar 2 00:47:48 1996 Ulrich Drepper <drepper@myware>
* Makefile.in.in (all-no): Rename from all_no.
Thu Feb 15 04:38:29 1996 Ulrich Drepper <drepper@myware>
* Makefile.in.in (all): Define to `all-@USE_NLS@'.
(all-yes, all_no): New goals. `all-no' is noop, `all-yes'
is former all.
Sun Dec 24 14:21:20 1995 Jun Young <bangjy@nownuri.nowcom.co.kr>
* ko.po: Initial revision.
Tue Dec 19 22:11:33 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (Makefile): Explicitly use $(SHELL) for running
shell scripts.
Fri Dec 15 17:40:09 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (install-data): Simpler shell code by Andreas
Schwab.
Tue Dec 5 11:57:35 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (mostlyclean):
Remove *.o files. Reported by Larry Schwimmer.
Sun Dec 3 01:21:55 1995 Ulrich Drepper <drepper@myware>
* fr.po: Version for 0.10 by Franc,ois Pinard.
Sun Nov 26 02:26:56 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (mostlyclean): Remove cat-id-tbl.tmp.c.
Sun Nov 26 02:00:02 1995 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in.in (.po.cat): Add missing line continuation.
Sat Nov 25 16:53:44 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (CPPFLAGS): New variable. Initialize from @CPPFLAGS@.
Sat Nov 25 02:39:33 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (.po.cat): New rules substituting implicit rules.
AIX 3.x's make does not know implicit, transitive rules. Reported
by Nelson Beebe.
Fri Nov 24 19:57:32 1995 Ulrich Drepper <drepper@myware>
* de.po: New format after xgettext changes.
Tue Nov 21 16:32:10 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (DEFS): Add variable to get -DHAVE_CONFIG_H.
Sat Nov 11 17:49:33 1995 Ulrich Drepper <drepper@myware>
* de.po: Messages of new programs msgmerge and msgunfmt.
* Makefile.in.in (POTFILES): Correct bug after change to single quotes.
* POTFILES.in: Add new files after adding Peter Miller's files.
Thu Nov 9 01:48:59 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in:
($(PACKAGE).pot): Don't give list of input files on command line. Use
POTFILES.in file instead.
* de.po:
Corrections after splitting usage message in xgettext.c and gettextp.c.
* de.po: Adjust for new message due to --directory option in xgettext.
Wed Nov 8 23:46:41 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (.po.pox): Find .pot file in $(srcdir).
Mon Nov 6 21:32:22 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (.po.gmo): Finally make ultimate rule which
places .gmo always on $(srcdir). Patch by Franc,ois Pinard.
Mon Nov 6 17:08:05 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in: Some more cleanups by Franc,ois Pinard.
Mon Nov 6 16:46:24 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (dist): Force order for parallel build.
* Makefile.in.in:
($(PACKAGE).pot): Address $(PACKAGE).pot file in $(srcdir).
`rm -f' old file instead of using `mv -f'.
* fr.po: Translations for version 0.9.8 by Franc,ois Pinard.
Mon Nov 6 00:46:30 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in:
[implicit rules]: Use $< instead of $*. I hope this is portable but
it seems to be the only way to use the VPATH.
Sun Nov 5 20:19:00 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in:
($(PACKAGE).pot): We cannot use _N as the abbreviation. Sun uses this
in ctype.h. Use N_ instead.
* Makefile.in.in (dist-gettext): Make synonym for dist.
Sun Nov 5 16:35:52 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (.po.gmo): Remove .gmo file prior generation.
Sun Nov 5 12:42:11 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (po.msg): Remove $(srcdir) path.
(stamp-cat-id): Place stamp-cat-id and cat-id-tbl.c file in $(srcdir).
* Makefile.in.in (.po.pox, .po.mo, .po.gmo): Remove $(scrdir) path
because we now only have one version of each file so that we do
not rely on make's VPATH.
* Makefile.in.in (update-po):
Enter $(srcdir) before doing anything and don't remove
output file of tupdate if the exit code is not zero.
* Makefile.in.in (do-dist): Suppress error message when ln failed.
* Makefile.in.in (dist): Split goal. Call two new rules to get
correct sequence.
(update-po): Update .po files by calling tupdate.
(do-dist): Actually write files to $(distdir). The dependency
makes sure that especially the .gmo have a correct time stamp.
* Makefile.in.in: ($(PACKAGE).pot): Replace _C by _N.
Fri Nov 3 00:37:26 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in:
($(PACKAGE).pot): Keyword for marking string constants is now _C
instrad of _GTM. Suggested by Franc,ois Pinard.
Thu Nov 2 01:36:20 1995 Ulrich Drepper <drepper@myware>
* fr.po: Version for 0.9.5 by Franc,ois.
Wed Nov 1 10:58:59 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (dist): Protect touch $(GMOFILES) against empty
$(GMOFILES). Reported by Tom Troley.
(dist, POTFILES): Use single instead of double quotes wherever
possible.
* Makefile.in.in (install-data, uninstall, dist): Don't use if
test anymore. Using a variable should be all we need to prevent
errors.
* Makefile.in.in (install, uninstall, dist):
Correct handling for case where
$(CATALOGS) is empty. Reported by Tom Tromey.
Tue Oct 31 22:33:21 1995 Ulrich Drepper <drepper@myware>
* de.po: Update for 0.9.6.
Fri Oct 27 02:23:26 1995 Ulrich Drepper <drepper@myware>
* sv.po: Initial revision.
Mon Sep 25 22:32:23 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (.po.gmo):
Undo last change. .gmo is now legal suffix. Proposed by
Marcus Daniels.
Sun Sep 24 12:32:06 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (.po.gmo):
Add missing move after last change in msgfmt program.
Sat Sep 23 14:41:28 1995 Ulrich Drepper <drepper@myware>
* de.po: All translations for 0.9.4.
Thu Sep 21 01:08:01 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (dist):
Protect goal against empty CATALOGS and/or GMOFILES variables.
* Makefile.in.in (PACKAGE.pot): Add _GMT as an additional keyword.
Mon Sep 18 11:12:26 1995 Ulrich Drepper <drepper@myware>
* de.po: Adjust for msgcmp program messages.
* POTFILES.in: Add src/msgcmp.c, src/po-gram.gen.c, and src/po-lex.c.
Sat Aug 19 17:34:29 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in: Make install-src depend on install. This helps
gettext to install the sources and other packages can use the
install goal.
Sat Aug 19 11:29:37 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (install-src): Better indentation.
(uninstall): Remove po-Makefile.in.in.
Fri Aug 18 23:43:39 1995 Ulrich Drepper <drepper@myware>
* no@nynorsk.po: Initial revision
* no.po: Version for 0.9.2.
* Makefile.in.in:
($(PACKAGE).pot): Now runs from $(top_srcdir). This helps to keep the
generate #: lines clean.
* de.po: For version 0.9.3.
* Makefile.in.in (install-data):
Added missing ';' and fix wrong variable reference.
Reported by Franc,ois Pinard.
Tue Aug 15 12:54:09 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (gnulocaledir):
Always point to share/ subdirectory to install .gmo files.
Tue Aug 15 07:08:45 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (DEFS): Remove unneeded variable.
* Makefile.in.in (POTFILES): Correct case where $(srcdir) = ".".
Tue Aug 15 06:18:28 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (POTFILES):
Correct sed command after change of format. Done in aclocal.m4
on 950813.
Mon Aug 14 23:47:30 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (gettextsrcdir):
Directory in which Makefile.in.in is installed for use
in gettextize shell script.
Sun Aug 13 14:19:38 1995 Ulrich Drepper <drepper@myware>
* POTFILES.in: Paths to files are now relative to srcdir, not to po/.
Tue Aug 8 13:09:17 1995 Ulrich Drepper <drepper@myware>
* no.po: Changes for 0.9.1 by Karl O/ygard.
* no.po: Change for 0.9 by Karl O/ygard.
Fri Aug 4 15:46:32 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (dist): Remove `copying instead' message.
Wed Aug 2 23:38:23 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (.po.pox): Add $(srcdir) path to .po file.
* no.po, fr.po, de.po: Version for 0.9.
Tue Aug 1 23:48:49 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (all): Add cat-id-tbl.c as dependency.
Tue Aug 1 08:43:54 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (install-data, uninstall, dist):
Use sed instead of expr to get basename.
Sat Jul 29 22:57:04 1995 Ulrich Drepper <drepper@myware>
* no.po: Initial revision.
By norwegian Translation Team.
Tue Jul 25 23:45:00 1995 Ulrich Drepper <drepper@myware>
* POTFILES.in: Change header to include copyright.
Wed Jul 19 23:56:03 1995 Ulrich Drepper <drepper@myware>
* POTFILES.in: Don't mention libiberty.
Reported by Franc,ois Pinard.
* de.po:
Revert to 1.22, because messages are gone. Some scripts still
seem to have bugs...
Tue Jul 18 16:20:35 1995 Ulrich Drepper <drepper@myware>
* gettext.pot, de.po, fr.po: Version for 0.8.
Sun Jul 16 00:58:09 1995 Ulrich Drepper <drepper@myware>
* fr.po: Latest version (for 0.7.3) by Franc,ois.
Thu Jul 13 22:26:18 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (TUPDATE):
Don't address tupdate.perl in ../src. Now it is assumed that
tupdate is already installed in a directory in PATH.
Thu Jul 13 01:37:15 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (check): New goal.
(.po.msg): po-to-msg.sed is now called po2msg.sed.
(stamp-cat-id): po-to-tbl.sed is now called po2tbl.sed.
Wed Jul 12 15:14:23 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (.po.gmo):
Strange make: if both files are found through VPATH no explicit
path must be given.
Tue Jul 11 21:51:01 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in (TUPDATE): tupdate is now found in ../src
Tue Jul 4 00:45:26 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in: Remove unnecessary $(srcdir).
Correct path to po-to-msg.sed script for .po.msg goal.
Mon Jul 3 14:52:06 1995 Ulrich Drepper <drepper@myware>
* Makefile.in.in: Installation of .gmo files need if.
(POTFILES,Makefile): Correct path to original version.
(TRANSCSRCS): Renamed to POTFILES.
* fr.po: Update to new .po file format and version 0.7.
Sun Jul 2 23:59:23 1995 Ulrich Drepper <drepper@myware>
* de.po: Update to new .po file format and version 0.7.
Adopt for new multi-line format.
Sun Jul 2 02:19:20 1995 Ulrich Drepper <drepper@myware>
* First official release. This directory contains the sources
of the message catalog. These are given in the .po file format
specified in the Uniforum proposal. With the help of the system's
tools or the ones provided by this package every other format
needed can be constructed.