blob: aed7dc78dc2b95e75763970123d8894896b1e85f (
plain)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
2003-03-17 Bruno Haible <bruno@clisp.org>
Native Woe32/MSVC support.
* Makefile.msvc: New file.
* Makefile.am (EXTRA_DIST): Add it.
2003-02-28 Bruno Haible <bruno@clisp.org>
Support for relocatable installation.
* tstgettext.c: Include progname.h, relocatable.h.
(program_name): Remove variable.
(main): Use set_program_name. Relocate LOCALEDIR value. Update
copyright year.
* tstngettext.c: Include progname.h, relocatable.h.
(program_name): Remove variable.
(main): Use set_program_name. Relocate LOCALEDIR value. Update
copyright year.
* Makefile.am (tstgettext_CFLAGS, tstngettext_CFLAGS): New variables.
2003-02-28 Bruno Haible <bruno@clisp.org>
* Makefile.am (localedir): New variable.
2003-02-28 Bruno Haible <bruno@clisp.org>
* xgettext-19: Add Report-Msgid-Bugs-To line to expected result.
* xgettext-20: Likewise.
2003-02-23 Bruno Haible <bruno@clisp.org>
* format-lisp-1: Correct the syntax of a test string.
2003-02-22 Bruno Haible <bruno@clisp.org>
* lang-python-1: Renamed from lang-python. Make it work with Python
2.3.
* lang-python-2: New file.
* Makefile.am (TESTS): Remove lang-python, add lang-python-[12].
2003-02-20 Bruno Haible <bruno@clisp.org>
* msgfilter-1: Remove SKIP: messages, now emitted by the Makefile.
* msgfilter-2: Likewise.
* msgunfmt-2: Likewise.
* msgunfmt-3: Likewise.
* xgettext-19: Likewise.
* xgettext-20: Likewise.
* lang-c: Likewise.
* lang-c++: Likewise.
* lang-clisp: Likewise.
* lang-gawk: Likewise.
* lang-java: Likewise.
* lang-librep: Likewise.
* lang-objc: Likewise.
* lang-pascal: Likewise.
* lang-php: Likewise.
* lang-python: Likewise.
* lang-smalltalk: Likewise.
* lang-tcl: Likewise.
2003-02-20 Bruno Haible <bruno@clisp.org>
* lang-gawk: Skip the test if gawk was built with --disable-nls.
Reported by Paul Jarc <prj@po.cwru.edu>.
2003-02-18 Bruno Haible <bruno@clisp.org>
* Makefile.am (clean-am): New rule. For Solaris cc.
2003-02-18 Bruno Haible <bruno@clisp.org>
* xgettext-13: Add Report-Msgid-Bugs-To line to expected result.
* xgettext-14: Likewise.
* xgettext-18: Likewise.
* xgettext-21: Likewise.
* xgettext-23: Likewise.
2003-02-12 Bruno Haible <bruno@clisp.org>
Big restructuring.
* rpath*: Moved to autoconf-lib-link package.
* Makefile.am (TESTS, EXTRA_DIST): Remove rpath*.
(EXTRA_DIST): Add ChangeLog.0.
(xg-test1.ok.po): Drop gettext.c from input files.
(INCLUDES): Refer to intl in gettext-runtime directory.
* lang-c++: Update for changed directory structure.
* lang-java: Likewise.
* xgettext-1: Drop gettext.c from input files.
* xgettext-3: Update for changed domain name.
See ChangeLog.0 for earlier changes.
|