xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ChangeLog (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
12006-11-27  Bruno Haible  <bruno@clisp.org>
2
3	* gettext-0.16.1 released.
4
52006-10-29  Bruno Haible  <bruno@clisp.org>
6
7	* gettext-po.h.in (po_message_prev_msgctxt, po_message_set_prev_msgctxt,
8	po_message_prev_msgid, po_message_set_prev_msgid,
9	po_message_prev_msgid_plural, po_message_set_prev_msgid_plural): New
10	declarations.
11
122006-10-28  Bruno Haible  <bruno@clisp.org>
13
14	Fix for parallel makes.
15	* Makefile.am (BUILT_SOURCES): Don't add config.h.
16	(all, check, install): Depend on config.h.
17	(config.h): Depend on the BUILT_SOURCES. Don't invoke make recursively.
18	Reported by Ralf Wildenhues.
19
202006-10-26  Bruno Haible  <bruno@clisp.org>
21
22	* gettext-0.16 released.
23
242006-10-25  Bruno Haible  <bruno@clisp.org>
25
26	* Makefile.am (config.h): If one of the three steps fails, remove
27	config.h and fail.
28
292006-10-24  Bruno Haible  <bruno@clisp.org>
30
31	* Makefile.am (AM_CPPFLAGS): Add also $(top_srcdir). Needed so that
32	woe32dll/export.h is found while compiling gettextpo-exports.c in a
33	VPATH build.
34	Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
35
362006-10-24  Bruno Haible  <bruno@clisp.org>
37
38	* gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number.
39
402006-10-24  Bruno Haible  <bruno@clisp.org>
41
42	* Makefile.am (AM_CPPFLAGS): Remove useless -I options.
43
442006-10-23  Bruno Haible  <bruno@clisp.org>
45
46	* Makefile.am (config.h): Update obstack_free hack.
47
482006-10-23  Bruno Haible  <bruno@clisp.org>
49
50	Fix "make dist".
51	* Makefile.am (nodist_noinst_HEADERS): Renamed from noinst_HEADERS.
52	(libgettextpo_la_SOURCES): Remove gettext-po.h.
53
542006-10-21  Bruno Haible  <bruno@clisp.org>
55
56	* gettext-po.h.in (struct po_error_handler): Add format attribute to
57	error, error_at_line fields.
58	* gettext-po.c (po_error_logger): Declare with format attribute.
59
602006-10-20  Bruno Haible  <bruno@clisp.org>
61
62	* Makefile.am (config.h): Treat .lo files like .o files. Define
63	DLL_VARIABLE to empty. Avoid warning when config.h is included twice.
64	Add special hack for obstack_free.
65
662006-10-16  Bruno Haible  <bruno@clisp.org>
67
68	* gettext-po.h.in: New file, moved here from ../src/.
69	* gettext-po.c: New file, moved here from ../src/.
70	* Makefile.am: New file, includings parts of ../src/Makefile.am.
71	* exported.sh.in: New file.
72
73