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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
2003-12-06 Bruno Haible <bruno@clisp.org>
* hello-objc-gnustep/autoclean.sh: Also remove the *.lproj directories.
* hello-objc-gnustep/po/GNUmakefile: Include the general rules at the
beginning, not at the end, so that our .SUFFIXES tag has an effect.
($(ENSTRINGSFILES)): Create the target directory.
2003-12-06 Bruno Haible <bruno@clisp.org>
* hello-*/INSTALL: Update the installation instructions.
* hello-c++-qt/BUGS: New file.
* hello-c++-kde/BUGS: New file.
* hello-objc-gnustep/BUGS: New file.
* hello-smalltalk/BUGS: New file.
* hello-java-awt/BUGS: New file.
* hello-java-swing/BUGS: New file.
* Makefile.am (EXAMPLESFILES): Add them.
2003-12-02 Bruno Haible <bruno@clisp.org>
* examples/Makefile.am (EXTRA_DIST): Don't add the EXAMPLESFILES.
(distdir1): New rule. Install the EXAMPLESFILES after 'update-po'.
2003-11-30 Bruno Haible <bruno@clisp.org>
* gettext-0.13 released.
2003-11-30 Bruno Haible <bruno@clisp.org>
* po/mmsmallpo.sh: Remove the POT-Creation-Date line from the generated
PO file.
* Makefile.am (EXAMPLESFILES): Add hello-pascal/hello.rst.
2003-11-30 Bruno Haible <bruno@clisp.org>
* hello-*/po/LINGUAS: Update.
* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
2003-11-30 Bruno Haible <bruno@clisp.org>
* po/es.po: New file, from Max de Mendizábal <max@upn.mx>.
* po/LINGUAS: Add es.
2003-11-24 Bruno Haible <bruno@clisp.org>
* po/ca.po: New file, from Ivan Vilata i Balaguer <ivan@selidor.net>.
* po/ro.po: New file, from Eugen Hoanca <eugenh@urban-grafx.ro>.
* po/LINGUAS: Add ca, ro.
2003-11-22 Bruno Haible <bruno@clisp.org>
* po/ja.po: New file, from Masahito Yamaga <ma@yama-ga.com>.
* po/LINGUAS: Add ja.
2003-11-20 Bruno Haible <bruno@clisp.org>
* hello-*/configure.ac: Remove AM_NLS invocation.
* po/xsmallpot.sh: Don't keep AM_NLS lines.
2003-11-19 Bruno Haible <bruno@clisp.org>
* po/de.po: Update from Karl Eichwalder <ke@suse.de>.
* po/fr.po: New file, from Michel Robitaille <robitail@iro.umontreal.ca>.
* po/pl.po: New file, from Rafał Maszkowski <rzm@icm.edu.pl>.
* po/sr.po: New file, from Danilo Segan <dsegan@gmx.net>.
* po/zh_CN.po: New file, from Funda Wang <fundawang@linux.net.cn>.
* po/LINGUAS: Add fr, pl, sr, zh_CN.
2003-11-15 Bruno Haible <bruno@clisp.org>
* hello-c/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
* hello-c-gnome/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
* hello-c++/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
* hello-c++-kde/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
* hello-c++-gnome/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
* hello-objc/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
* hello-objc-gnome/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
2003-11-15 Bruno Haible <bruno@clisp.org>
* Makefile.am: New file.
* README: New file.
* installpaths.in: New file.
* hello-c: New subdirectory.
* hello-c-gnome: New subdirectory.
* hello-c++: New subdirectory.
* hello-c++-qt: New subdirectory.
* hello-c++-kde: New subdirectory.
* hello-c++-gnome: New subdirectory.
* hello-objc: New subdirectory.
* hello-objc-gnustep: New subdirectory.
* hello-objc-gnome: New subdirectory.
* hello-sh: New subdirectory.
* hello-python: New subdirectory.
* hello-clisp: New subdirectory.
* hello-librep: New subdirectory.
* hello-smalltalk: New subdirectory.
* hello-java: New subdirectory.
* hello-java-awt: New subdirectory.
* hello-java-swing: New subdirectory.
* hello-gawk: New subdirectory.
* hello-pascal: New subdirectory.
* hello-ycp: New subdirectory.
* hello-tcl: New subdirectory.
* hello-tcl-tk: New subdirectory.
* hello-perl: New subdirectory.
* hello-php: New subdirectory.
|