]> git.lyx.org Git - lyx.git/blobdiff - po/ChangeLog
2004-06-08 Lars Gullik Bjonnes <larsbj@lyx.org>
[lyx.git] / po / ChangeLog
index fdbc377680c03b2cd4435deeb87f8a98a57dd5c1..be39dafd820b377b8ab8fb6755072aeafdf74b89 100644 (file)
@@ -1,3 +1,61 @@
+2004-06-08  Lars Gullik Bjonnes  <larsbj@lyx.org>
+
+       * Makefile.in.in (xforms_l10n.pot, qt_l10n.pot, layouts_l10n.pot)
+       (languages_l10n.pot, ui_l10n.pot): Set awk variable top_srcdir to
+       Makefile variable $(top_srcdir), add a awk function fixupfilename
+       use it in printint out the filename to the pot file.
+
+       * *.po: remerge
+
+2004-06-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.in.in (layouts_l10n.pot): add the ListName entries (bug
+       #1312)
+
+       * *.po: remerge
+
+2004-06-03  Angus Leeming  <leeming@lyx.org>
+
+       * .cvsignore: ignore .pot files with version suffix.
+       E.g., lyx-1.4.0cvs.pot.
+
+2004-06-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * po files: remerge and remove obsoletes
+
+2004-06-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * Makefile.in.in (*_l10n.pot): \. -> \\. in regex to remove dir
+       part from filenames.
+
+2004-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * Makefile.in.in (Makefile): fix typo
+
+2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Makefile.in.in ($(DOMAIN).pot-update): don't depend on
+       l10n_pots, run always when updating instead.
+       (l10n_pots): files in builddir, remove files after domain.po is
+       created.
+       (xforms_l10n.pot): create in builddir, correct filename
+       (qt_l10n.pot): ditto
+       (layouts_l10n.pot): ditto
+       (languages_l10n.pot): ditto
+       (ui_l10n.pot): ditto
+       (${srcdir}/POTFILES.in): make src/support/path_defines.C never be
+       in this file
+
+       * .cvsignore: add remove-potcdate.sed
+
+2004-05-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Makevars (XGETTEXT_OPTIONS): set the language explictly.
+
+2004-05-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Makefile.in.in: change how we generate POTFILES.in a bit
+
 2004-05-26  gettextize  <bug-gnu-gettext@gnu.org>
 
        * Makefile.in.in: Upgrade to gettext-0.14.1.
        * Makefile.in.in: fix escaping of " for qt UI files
 
 2003-03-10  Michael Schmitt  <Michael.Schmitt@teststep.org>
-       
+
        * pocheck.pl: new perl script that checks the consistency of a
        given po file
 
 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * POTFILES.in: 
-       * Makefile.in.in: use a plain sort instead of "sort -f -n" to 
+       * POTFILES.in:
+       * Makefile.in.in: use a plain sort instead of "sort -f -n" to
        generate POTFILES.in. Hopefully everybody will get the
        same ordering now.