+2006-10-15 Bruno Haible <bruno@clisp.org>
+
+ * read-catalog-abstract.h: Renamed from read-po-abstract.h.
+ * read-catalog-abstract.c: Renamed from read-po-abstract.c.
+ * read-catalog.h: Renamed from read-po.h.
+ * read-catalog.c: Renamed from read-po.c.
+ * open-catalog.h: Renamed from open-po.h.
+ * open-catalog.c: Renamed from open-po.c.
+ * Makefile.am (noinst_HEADERS, COMMON_SOURCE, libgettextsrc_la_SOURCES):
+ Update.
+
2006-10-15 Bruno Haible <bruno@clisp.org>
* write-catalog.h: New file.
nodist_include_HEADERS = gettext-po.h
noinst_HEADERS = pos.h message.h po-error.h po-xerror.h po-gram.h po-charset.h \
-po-lex.h open-po.h \
-read-po-abstract.h read-po.h read-properties.h read-stringtable.h \
+po-lex.h open-catalog.h \
+read-catalog-abstract.h read-catalog.h read-properties.h read-stringtable.h \
str-list.h \
write-catalog.h write-po.h write-properties.h write-stringtable.h \
dir-list.h file-list.h po-gram-gen.h po-gram-gen2.h \
# All programs must read PO files. (msgunfmt also, for read-java.c,
# read-csharp.c and read-resources.c.)
# message.c -> str-list.c.
-# (read-po-abstract.c <--> po-gram-gen.y <--> po-lex.c) -> str-list.c.
-# (read-po-abstract.c <--> po-gram-gen.y <--> po-lex.c) -> open-po.c -> dir-list.c -> str-list.c.
-# (read-po-abstract.c <--> po-gram-gen.y <--> po-lex.c) -> po-charset.c.
-# (read-po-abstract.c <--> po-gram-gen.y <--> po-lex.c) -> message.c -> str-list.c.
+# (read-catalog-abstract.c <--> po-gram-gen.y <--> po-lex.c) -> str-list.c.
+# (read-catalog-abstract.c <--> po-gram-gen.y <--> po-lex.c) -> open-catalog.c -> dir-list.c -> str-list.c.
+# (read-catalog-abstract.c <--> po-gram-gen.y <--> po-lex.c) -> po-charset.c.
+# (read-catalog-abstract.c <--> po-gram-gen.y <--> po-lex.c) -> message.c -> str-list.c.
COMMON_SOURCE = message.c po-error.c po-xerror.c \
-read-po-abstract.c po-lex.c po-gram-gen.y po-charset.c \
-read-properties.c read-stringtable.c open-po.c dir-list.c str-list.c
+read-catalog-abstract.c po-lex.c po-gram-gen.y po-charset.c \
+read-properties.c read-stringtable.c open-catalog.c dir-list.c str-list.c
# xgettext and msgfmt deal with format strings.
if !WOE32DLL
# libgettextsrc contains all code that is needed by at least two programs.
libgettextsrc_la_SOURCES = \
-$(COMMON_SOURCE) read-po.c \
+$(COMMON_SOURCE) read-catalog.c \
write-catalog.c write-properties.c write-stringtable.c write-po.c \
msgl-ascii.c msgl-iconv.c msgl-equal.c msgl-cat.c msgl-english.c msgl-check.c \
file-list.c msgl-charset.c po-time.c plural-exp.c plural-eval.c plural-table.c \