diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | po/de.po | 19 | ||||
-rw-r--r-- | po/fr.po | 19 |
5 files changed, 34 insertions, 16 deletions
@@ -1,5 +1,9 @@ 1999-04-08 Greg McGary <gkm@gnu.org> + * libidu/idread.c (maybe_read_id_file): Add `b' for binary + to fopen mode string. [From tbisp@uswest.net] + * src/lid.c (report_grep): Change name of gid_FILE to source_FILE. + * src/mkid.c (write_id_file): Complain if fclose fails. [From jbb6@acpub.duke.edu] @@ -1,5 +1,9 @@ id-utils NEWS - User visible changes. +Version 3.2e + +* FIXME + Version 3.2d - April 6, 1999, by Greg McGary * Modernize lisp/Makefile.am, replace gets with fgets. @@ -703,7 +703,7 @@ fi PACKAGE=id-utils -VERSION=3.2d +VERSION=3.2e if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -804,7 +804,7 @@ EOF ################ Maintainer Stuff ############################################ ############################################################################## -ALL_LINGUAS="de fr" +ALL_LINGUAS="de fr pl nl" case $VERSION in *[a-z]) README_ALPHA=README-alpha;; @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU mkid 3.0.8\n" -"POT-Creation-Date: 1999-04-06 01:20-0700\n" +"POT-Creation-Date: 1999-04-08 03:00-0700\n" "PO-Revision-Date: 1996-03-23 22:34 MET\n" "Last-Translator: Karl Eichwalder <ke@ke.Central.DE>\n" "Language-Team: German <de@li.org>\n" @@ -115,17 +115,17 @@ msgid "" "strings\n" msgstr "" -#: libidu/scanners.c:695 libidu/scanners.c:971 libidu/scanners.c:1174 +#: libidu/scanners.c:701 libidu/scanners.c:972 libidu/scanners.c:1175 #, c-format msgid "junk: `%c'" msgstr "\"junk\": '%c'" -#: libidu/scanners.c:697 libidu/scanners.c:973 libidu/scanners.c:1176 +#: libidu/scanners.c:703 libidu/scanners.c:974 libidu/scanners.c:1177 #, c-format msgid "junk: `\\%03o'" msgstr "\"junk\": '\\%03o'" -#: libidu/scanners.c:801 +#: libidu/scanners.c:807 msgid "" "Assembly language:\n" " -c,--comment=CHARS Any of CHARS starts a comment until end-of-line\n" @@ -135,7 +135,7 @@ msgid "" " -n,--no-cpp Don't handle C pre-processor directives\n" msgstr "" -#: libidu/scanners.c:1077 +#: libidu/scanners.c:1078 msgid "" "Text language:\n" " -i,--include=CHAR-CLASS Treat characters of CHAR-CLASS as token " @@ -396,7 +396,7 @@ msgstr "" msgid "can't exec `%s'" msgstr "" -#: src/lid.c:849 +#: src/lid.c:853 msgid "can't match regular-expression: memory exhausted" msgstr "" @@ -522,7 +522,12 @@ msgstr "Schreibe '%s'...\n" msgid "can't create `%s'" msgstr "" -#: src/mkid.c:713 +#: src/mkid.c:626 +#, c-format +msgid "error closing `%s'" +msgstr "" + +#: src/mkid.c:714 #, fuzzy msgid "level %d: %ld/%ld = %.0f%%\n" msgstr "level %d: %ld == %ld\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1999-04-06 01:20-0700\n" +"POT-Creation-Date: 1999-04-08 03:00-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -126,17 +126,17 @@ msgid "" "strings\n" msgstr "" -#: libidu/scanners.c:695 libidu/scanners.c:971 libidu/scanners.c:1174 +#: libidu/scanners.c:701 libidu/scanners.c:972 libidu/scanners.c:1175 #, c-format msgid "junk: `%c'" msgstr "déchet: `%c'" -#: libidu/scanners.c:697 libidu/scanners.c:973 libidu/scanners.c:1176 +#: libidu/scanners.c:703 libidu/scanners.c:974 libidu/scanners.c:1177 #, c-format msgid "junk: `\\%03o'" msgstr "déchet: `\\%03o'" -#: libidu/scanners.c:801 +#: libidu/scanners.c:807 msgid "" "Assembly language:\n" " -c,--comment=CHARS Any of CHARS starts a comment until end-of-line\n" @@ -146,7 +146,7 @@ msgid "" " -n,--no-cpp Don't handle C pre-processor directives\n" msgstr "" -#: libidu/scanners.c:1077 +#: libidu/scanners.c:1078 msgid "" "Text language:\n" " -i,--include=CHAR-CLASS Treat characters of CHAR-CLASS as token " @@ -405,7 +405,7 @@ msgstr "" msgid "can't exec `%s'" msgstr "" -#: src/lid.c:849 +#: src/lid.c:853 msgid "can't match regular-expression: memory exhausted" msgstr "" @@ -529,7 +529,12 @@ msgstr "Écriture `%s'...\n" msgid "can't create `%s'" msgstr "" -#: src/mkid.c:713 +#: src/mkid.c:626 +#, c-format +msgid "error closing `%s'" +msgstr "" + +#: src/mkid.c:714 #, fuzzy msgid "level %d: %ld/%ld = %.0f%%\n" msgstr "niveau %d: %ld == %ld\n" |