File: ChangeLog

package info (click to toggle)
gettext 0.16.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 46,228 kB
  • ctags: 13,819
  • sloc: ansic: 102,927; sh: 46,663; makefile: 8,086; perl: 4,181; lisp: 2,913; yacc: 663; cs: 548; java: 511; sed: 369; objc: 337; cpp: 308; awk: 80; tcl: 63; pascal: 12; php: 8
file content (72 lines) | stat: -rw-r--r-- 2,233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2006-11-27  Bruno Haible  <bruno@clisp.org>

	* gettext-0.16.1 released.

2006-10-29  Bruno Haible  <bruno@clisp.org>

	* gettext-po.h.in (po_message_prev_msgctxt, po_message_set_prev_msgctxt,
	po_message_prev_msgid, po_message_set_prev_msgid,
	po_message_prev_msgid_plural, po_message_set_prev_msgid_plural): New
	declarations.

2006-10-28  Bruno Haible  <bruno@clisp.org>

	Fix for parallel makes.
	* Makefile.am (BUILT_SOURCES): Don't add config.h.
	(all, check, install): Depend on config.h.
	(config.h): Depend on the BUILT_SOURCES. Don't invoke make recursively.
	Reported by Ralf Wildenhues.

2006-10-26  Bruno Haible  <bruno@clisp.org>

	* gettext-0.16 released.

2006-10-25  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (config.h): If one of the three steps fails, remove
	config.h and fail.

2006-10-24  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (AM_CPPFLAGS): Add also $(top_srcdir). Needed so that
	woe32dll/export.h is found while compiling gettextpo-exports.c in a
	VPATH build.
	Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.

2006-10-24  Bruno Haible  <bruno@clisp.org>

	* gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number.

2006-10-24  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (AM_CPPFLAGS): Remove useless -I options.

2006-10-23  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (config.h): Update obstack_free hack.

2006-10-23  Bruno Haible  <bruno@clisp.org>

	Fix "make dist".
	* Makefile.am (nodist_noinst_HEADERS): Renamed from noinst_HEADERS.
	(libgettextpo_la_SOURCES): Remove gettext-po.h.

2006-10-21  Bruno Haible  <bruno@clisp.org>

	* gettext-po.h.in (struct po_error_handler): Add format attribute to
	error, error_at_line fields.
	* gettext-po.c (po_error_logger): Declare with format attribute.

2006-10-20  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (config.h): Treat .lo files like .o files. Define
	DLL_VARIABLE to empty. Avoid warning when config.h is included twice.
	Add special hack for obstack_free.

2006-10-16  Bruno Haible  <bruno@clisp.org>

	* gettext-po.h.in: New file, moved here from ../src/.
	* gettext-po.c: New file, moved here from ../src/.
	* Makefile.am: New file, includings parts of ../src/Makefile.am.
	* exported.sh.in: New file.