• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12015-10-08  Daiki Ueno  <ueno@gnu.org>
2
3	* hello-c-gnome3/Makefile.am (hello.desktop.in): Don't use a
4	temporary file.
5	(hello.desktop): Likewise.
6
72015-09-11  Daiki Ueno  <ueno@gnu.org>
8
9	* gettext 0.19.6 released.
10
112015-09-11  Daiki Ueno  <ueno@gnu.org>
12
13	* po/fi.po: Update from Jorma Karvonen <karvonen.jorma@gmail.com>.
14	* po/it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.
15	* po/zh_CN.po: Update from Ji ZhengYu <zhengyuji@gmail.com>.
16
172015-07-10  Daiki Ueno  <ueno@gnu.org>
18
19	* gettext 0.19.5 released.
20
212015-07-10  Daiki Ueno  <ueno@gnu.org>
22
23	* po/bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>.
24	* po/ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
25	* po/cs.po: Update from Marek Černocký <marek@manet.cz>.
26	* po/da.po: Update from Joe Hansen <joedalton2@yahoo.dk>.
27	* po/de.po: Update from Philipp Thomas <pth@suse.de>.
28	* po/es.po: Update from Antonio Ceballos <aceballos@gmail.com>.
29	* po/fi.po: Update from Jorma Karvonen <karvonen.jorma@gmail.com>.
30	* po/fr.po: Update from Stéphane Aulery <lkppo@free.fr>.
31	* po/hu.po: Update from Balázs Úr <urbalazs@gmail.com>.
32	* po/ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
33	* po/ms.po: Update from Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>.
34	* po/nl.po: Update from Benno Schulenberg <benno@vertaalt.nl>.
35	* po/pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
36	* po/ro.po: Update from Mihai Cristescu <mihai.cristescu@archlinux.info>.
37	* po/ru.po: Update from Yuri Kozlov <yuray@komyakino.ru>.
38	* po/sk.po: Update from Marcel Telka <marcel@telka.sk>.
39	* po/sl.po: Update from Primož Peterlin <primozz.peterlin@gmail.com>.
40	* po/sr.po: Update from Мирослав Николић <miroslavnikolic@rocketmail.com>.
41	* po/uk.po: Update from Yuri Chornoivan <yurchor@ukr.net>.
42	* po/vi.po: Update from Trần Ngọc Quân <vnwildman@gmail.com>.
43
442015-03-07  Daiki Ueno  <ueno@gnu.org>
45
46	* hello-c-gnome3/Makefile.am (hello.desktop): Remove unnecessary
47	$srcdir check.
48
492015-03-06  Daiki Ueno  <ueno@gnu.org>
50
51	* hello-c-gnome3/Makefile.am: Suggest hello.desktop.in should be
52	included in EXTRA_DIST.
53
542015-02-02  Matthias Clasen  <mclasen@redhat.com>
55
56	* hello-c-gnome3/configure.ac: Require gettext 0.19, for GSettings
57	and Desktop files.
58
592015-01-07  Daiki Ueno  <ueno@gnu.org>
60
61	examples: Make hello-c-gnome3 translator friendly
62	Suggested by Benno Schulenberg in:
63	<https://lists.gnu.org/archive/html/bug-gettext/2015-01/msg00003.html>.
64	* hello-c-gnome3/hello.gschema.xml: Use "use-markup" property
65	instead of "sensitive", to clarify the meaning of the extracted
66	strings.
67	* hello-c-gnome3/hello.c (HelloApplicationWindow): Rename the
68	"label2" member to "label".
69	(update_content): New function.
70	(clicked_callback): Rename from quit_callback and call
71	update_content instead of quitting.  All callers changed.
72	* hello-c-gnome3/hello.ui: Abolish the first label and put a
73	translatable text inside the button.
74
752014-12-24  Daiki Ueno  <ueno@gnu.org>
76
77	* gettext 0.19.4 released.
78
792014-12-24  Daiki Ueno  <ueno@gnu.org>
80
81	* po/bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>.
82	* po/ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
83	* po/es.po: Update from Antonio Ceballos <aceballos@gmail.com>.
84	* po/ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
85	* po/pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
86	* po/pt_BR.po: Update from Rafael Ferreira <rafael.f.f1@gmail.com>.
87	* po/ru.po: Update from Yuri Kozlov <yuray@komyakino.ru>.
88	* po/sk.po: Update from Marcel Telka <marcel@telka.sk>.
89	* po/sl.po: Update from Primož Peterlin <primozz.peterlin@gmail.com>.
90	* po/sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
91	* po/uk.po: Update from Yuri Chornoivan <yurchor@ukr.net>.
92	* po/vi.po: Update from Trần Ngọc Quân <vnwildman@gmail.com>.
93
942014-12-05  Daiki Ueno  <ueno@gnu.org>
95
96	examples: Regenerate stamp-po after POT has changed
97	* Makefile.am (distdir1): Invoke 'all' target in po/Makefile,
98	after 'update-po'.
99
1002014-12-05  Daiki Ueno  <ueno@gnu.org>
101
102	examples: Include hello-*.pot in the distribution
103	Partially revert 2c3d71ce, as it broke "make dist".  Instead,
104	include all the generated POT files in the distribution to prevent
105	re-generation of those files.
106	* Makefile.am (distdir1): Call update-po in po/Makefile.
107	* po/Makefile.am ($(DOMAIN).pot-update): Specify --directory for
108	xgettext invocation.
109	(DISTCLEANFILES): Move $(SMALLPOTS)...
110	(MAINTAINERCLEANFILES): ...here.
111	(distdir1): Include $(SMALLPOTS) in the distribution.
112
1132014-12-04  Daiki Ueno  <ueno@gnu.org>
114
115	examples: Don't forcibly regenerate POT files on 'make dist'
116	Previously we generated POT files on 'make dist'.  However, it
117	take some time to complete and require autotools bootstrap for
118	each project.
119	* Makefile.am (distdir1): Don't invoke update-po rule in po/Makefile.
120	* po/Makefile.am (distdir1): Don't invoke update-po rule.
121
1222014-10-15  Daiki Ueno  <ueno@gnu.org>
123
124	* gettext 0.19.3 released.
125
1262014-10-15  Daiki Ueno  <ueno@gnu.org>
127
128	* po/eo.po, po/es.po, po/nb.po: Update.
129
1302014-07-14  Daiki Ueno  <ueno@gnu.org>
131
132	* gettext 0.19.2 released.
133
1342014-06-10  Daiki Ueno  <ueno@gnu.org>
135
136	* gettext 0.19.1 released.
137
1382014-06-03  Daiki Ueno  <ueno@gnu.org>
139
140	examples: Don't require msgfmt when compiling hello-c-gnome3
141	* hello-c-gnome3/Makefile.am (CLEANFILES): Clean hello.desktop.
142	(EXTRA_DIST): Add hello.desktop.in.
143	(MAINTAINERCLEANFILES): Add hello.desktop.in.
144	(hello.desktop): Move msgfmt invocation to...
145	(hello.desktop.in): ...here.
146
1472014-06-02  Daiki Ueno  <ueno@gnu.org>
148
149	* gettext 0.19 released.
150
1512014-05-14  Daiki Ueno  <ueno@gnu.org>
152
153	* configure.ac: Adjust $docdir assuming that AC_PACKAGE_TARNAME is
154	set.
155
1562014-05-06  Daiki Ueno  <ueno@gnu.org>
157
158	* Makefile.am (install-data-local): Don't fail if a PO file does
159	not exist, but warn user to do "make dist".
160
1612014-04-22  Daiki Ueno  <ueno@gnu.org>
162
163	build: Use git-version-gen intead of version.sh
164	* configure.ac: Use git-version-gen in AC_INIT.
165
1662014-04-21  Daiki Ueno  <ueno@gnu.org>
167
168	examples: Quote shell variables in hello-java*/configure
169	When running from xsmallpot.sh, embedded shell-script snippets are
170	stripped off from configure.ac and some variables are not set.
171	Make sure to quote them to avoid error.
172	* hello-java/configure.ac: Quote $BUILDJAVA.
173	* hello-java-awt/configure.ac: Quote $BUILDJAVAEXE and $BUILDJAVA.
174	* hello-java-qtjambi/configure.ac: Likewise.
175	* hello-java-swing/configure.ac: Likewise.
176
1772014-04-15  Daiki Ueno  <ueno@gnu.org>
178
179	examples: Add a new example 'hello-c-gnome3'
180	* hello-c-gnome3: New subdirectory.
181	* README: Mention it.
182	* Makefile.am (EXAMPLESFILES): Add the files in hello-c-gnome3.
183	(EXAMPLESDIRS): Add hello-c-gnome3.
184	* po/Makefile.am (POTFILES): Add hello-c-gnome3 source.
185	(SMALLPOTS): Add hello-c-gnome3.pot.
186	(hello-c-gnome3.pot): New rule.
187	(SMALLPOFILES_FOR_lang): Add hello-c-gnome3 elements.
188	(../hello-c-gnome3/po/$(LL).po): New rule.
189
1902013-06-10  Daiki Ueno  <ueno@gnu.org>
191
192	* Makefile.am: Use $(MKDIR_P) instead of $(mkdir_p).
193	* hello-c++-qt/po/Makefile.am: Likewise.
194	* hello-c++-wxwidgets/po/Makefile.am: Likewise.
195	* hello-clisp/po/Makefile.am: Likewise.
196	* hello-csharp-forms/Makefile.am: Likewise.
197	* hello-csharp-forms/po/Makefile.am: Likewise.
198	* hello-csharp/Makefile.am: Likewise.
199	* hello-csharp/po/Makefile.am: Likewise.
200	* hello-gawk/po/Makefile.am: Likewise.
201	* hello-guile/po/Makefile.am: Likewise.
202	* hello-java-awt/Makefile.am: Likewise.
203	* hello-java-qtjambi/Makefile.am: Likewise.
204	* hello-java-swing/Makefile.am: Likewise.
205	* hello-java/Makefile.am: Likewise.
206	* hello-librep/po/Makefile.am: Likewise.
207	* hello-pascal/Makefile.am: Likewise.
208	* hello-pascal/po/Makefile.am: Likewise.
209	* hello-perl/po/Makefile.am: Likewise.
210	* hello-php/po/Makefile.am: Likewise.
211	* hello-python/po/Makefile.am: Likewise.
212	* hello-sh/po/Makefile.am: Likewise.
213	* hello-smalltalk/po/Makefile.am: Likewise.
214	* hello-tcl-tk/po/Makefile.am: Likewise.
215	* hello-tcl/po/Makefile.am: Likewise.
216	* hello-ycp/po/Makefile.am: Likewise.
217	Suggested by Stefano Lattarini in
218	<https://lists.gnu.org/archive/html/bug-gettext/2013-04/msg00044.html>.
219
2202013-04-23  Daiki Ueno  <ueno@gnu.org>
221
222	* po/xsmallpot.sh: Don't assume that aclocal accepts configure.in.
223
2242013-04-02  Daiki Ueno  <ueno@gnu.org>
225
226	* Makefile.am (clean-local): New rule to remove tmp-hello-*.
227
2282012-12-25  Daiki Ueno  <ueno@gnu.org>
229
230	* gettext-0.18.2 released.
231
2322012-12-19  Daiki Ueno  <ueno@gnu.org>
233
234	Fix build error in hello-c++-kde due to autom4te cache.
235	* po/xsmallpot.sh: Pass -f to autoconf to ignore cache.
236
2372012-12-07  Bruno Haible  <bruno@clisp.org>
238
239	* po/cs.po: New file, from Marek Černocký <marek@manet.cz>.
240	* po/nb.po: New file, from Johnny A. Solbu <johnny@solbu.net>.
241	* po/vi.po: Update from Trần Ngọc Quân <vnwildman@gmail.com>.
242	* po/LINGUAS: Add cs, hr, nb.
243	* hello-*/po/LINGUAS: Update.
244	* Makefile.am (EXAMPLESPOFILES): Add the new message catalogs.
245
2462012-07-08  Bruno Haible  <bruno@clisp.org>
247
248	* po/hr.po: New file, from Tomislav Krznar <tomislav.krznar@gmail.com>.
249
2502011-01-18  Bruno Haible  <bruno@clisp.org>
251
252	* po/da.po: New file, from Keld Simonsen <keld@keldix.com>.
253	* po/gl.po: New file, from
254	Leandro Regueiro <leandro.regueiro@gmail.com>.
255	* po/LINGUAS: Add da, gl.
256	* hello-*/po/LINGUAS: Update.
257	* Makefile.am (EXAMPLESPOFILES): Add the new message catalogs.
258
2592010-10-10  Bruno Haible  <bruno@clisp.org>
260
261	* po/bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>.
262
2632010-08-13  Nicola Pero  <nicola.pero@meta-innovation.com>  (tiny change)
264
265	Fix build error in hello-objc-gnustep due to 'ast' and 'ky' catalogs.
266	* hello-objc-gnustep/po/LocaleAliases: Regenerated from newest
267	gnustep-base/Languages/Locale.aliases.
268
2692010-06-04  Bruno Haible  <bruno@clisp.org>
270
271	* gettext-0.18.1 released.
272
2732010-05-09  Bruno Haible  <bruno@clisp.org>
274
275	* gettext-0.18 released.
276
2772010-04-25  Bruno Haible  <bruno@clisp.org>
278
279	Update hello-pascal example.
280	* hello-pascal/INSTALL: Require fpc 2.0 or newer.
281	* hello-pascal/hello.pas: Use GetProcessID from the system unit,
282	instead of getpid from the oldlinux unit or fpgetpid from the baseunix
283	unit.
284	Reported by Marco van de Voort <marcov@stack.nl>.
285
2862010-04-02  Bruno Haible  <bruno@clisp.org>
287
288	* hello-c++-wxwidgets/autogen.sh: Update origin of lib-*.m4 and
289	config.rpath files.
290
2912010-03-09  Bruno Haible  <bruno@clisp.org>
292
293	* po/ast.po: Update.
294
2952010-01-31  Bruno Haible  <bruno@clisp.org>
296
297	* po/bg.po: New file, from Roumen Petrov <transl@roumenpetrov.info>.
298	* po/LINGUAS: Add bg.
299	* hello-*/po/LINGUAS: Update.
300	* Makefile.am (EXAMPLESPOFILES): Add the new message catalogs.
301
3022009-12-19  Bruno Haible  <bruno@clisp.org>
303
304	* po/ast.po: New file, from
305	Marcos Alvarez Costales <marcos.alvarez.costales@gmail.com>.
306	* po/LINGUAS: Add ast.
307	* hello-*/po/LINGUAS: Update.
308	* Makefile.am (EXAMPLESPOFILES): Add the new message catalogs.
309
3102009-08-16  Bruno Haible  <bruno@clisp.org>
311
312	Silence the msgmerge invocations.
313	* hello-c/po/Makevars (MSGMERGE_OPTIONS): New variable.
314	* hello-c-gnome/po/Makevars (MSGMERGE_OPTIONS): Likewise.
315	* hello-c++/po/Makevars (MSGMERGE_OPTIONS): Likewise.
316	* hello-c++-kde/po/Makevars (MSGMERGE_OPTIONS): Likewise.
317	* hello-c++-gnome/po/Makevars (MSGMERGE_OPTIONS): Likewise.
318	* hello-objc/po/Makevars (MSGMERGE_OPTIONS): Likewise.
319	* hello-objc-gnome/po/Makevars (MSGMERGE_OPTIONS): Likewise.
320	* po/Makefile.am (MSGMERGE_OPTIONS): New variable.
321	($(POFILES), .nop.po-update): Use it.
322	* hello-c++-qt/po/Makefile.am: Likewise.
323	* hello-c++-wxwidgets/po/Makefile.am: Likewise.
324	* hello-sh/po/Makefile.am: Likewise.
325	* hello-python/po/Makefile.am: Likewise.
326	* hello-clisp/po/Makefile.am: Likewise.
327	* hello-librep/po/Makefile.am: Likewise.
328	* hello-guile/po/Makefile.am: Likewise.
329	* hello-smalltalk/po/Makefile.am: Likewise.
330	* hello-java/po/Makefile.am: Likewise.
331	* hello-java-awt/po/Makefile.am: Likewise.
332	* hello-java-swing/po/Makefile.am: Likewise.
333	* hello-java-qtjambi/po/Makefile.am: Likewise.
334	* hello-csharp/po/Makefile.am: Likewise.
335	* hello-csharp-forms/po/Makefile.am: Likewise.
336	* hello-gawk/po/Makefile.am: Likewise.
337	* hello-pascal/po/Makefile.am: Likewise.
338	* hello-ycp/po/Makefile.am: Likewise.
339	* hello-tcl/po/Makefile.am: Likewise.
340	* hello-tcl-tk/po/Makefile.am: Likewise.
341	* hello-perl/po/Makefile.am: Likewise.
342	* hello-php/po/Makefile.am: Likewise.
343	* hello-objc-gnustep/po/GNUmakefile: Likewise.
344	* po/mmsmallpo.sh: Pass option --quiet to msgmerge.
345
3462009-08-16  Bruno Haible  <bruno@clisp.org>
347
348	* hello-objc-gnustep/po/GNUmakefile: Apply 2007-10-18 changes to
349	hello-*/po/Makefile.am.
350
3512009-08-16  Bruno Haible  <bruno@clisp.org>
352
353	* hello-objc-gnustep/po/GNUmakefile: Apply 2007-10-17 changes to
354	hello-*/po/Makefile.am.
355	(PACKAGE_NAME, PACKAGE_VERSION): New variables.
356
3572009-08-16  Bruno Haible  <bruno@clisp.org>
358
359	* hello-objc-gnustep/po/GNUmakefile: Apply part of 2005-02-07 changes
360	to hello-*/po/Makefile.am..
361
3622009-08-16  Bruno Haible  <bruno@clisp.org>
363
364	* hello-objc-gnustep/po/GNUmakefile: Apply 2004-01-17 changes to
365	hello-*/po/Makefile.am.
366
3672009-07-29  Bruno Haible  <bruno@clisp.org>
368
369	* po/lv.po: New file, from Rihards Priedītis <rprieditis@gmail.com>.
370	* po/LINGUAS: Add lv.
371	* hello-*/po/LINGUAS: Update.
372	* Makefile.am (EXAMPLESPOFILES): Add the new message catalogs.
373
3742009-05-23  Bruno Haible  <bruno@clisp.org>
375
376	* configure.ac (AM_INIT_AUTOMAKE): Add 'silent-rules' option.
377
3782009-05-23  Bruno Haible  <bruno@clisp.org>
379
380	* configure.ac: Invoke gl_INIT_PACKAGE. Use the preferred form of
381	AM_INIT_AUTOMAKE.
382
3832009-01-27  Bruno Haible  <bruno@clisp.org>
384
385	* hello-c++-qt/po/Makefile.am (XGETTEXT_OPTIONS): Add more options for
386	the tr function, for compatibility with Qt 4.
387
3882009-01-18  Bruno Haible  <bruno@clisp.org>
389
390	* hello-c++-qt/po/Makefile.am (.po.gmo): Pass --verbose to msgfmt when
391	producing statistics.
392	* hello-c++-wxwidgets/po/Makefile.am (.po.gmo): Likewise.
393	* hello-clisp/po/Makefile.am (.po.gmo): Likewise.
394	* hello-gawk/po/Makefile.am (.po.gmo): Likewise.
395	* hello-guile/po/Makefile.am (.po.gmo): Likewise.
396	* hello-librep/po/Makefile.am (.po.gmo): Likewise.
397	* hello-pascal/po/Makefile.am (.po.gmo): Likewise.
398	* hello-perl/po/Makefile.am (.po.gmo): Likewise.
399	* hello-php/po/Makefile.am (.po.gmo): Likewise.
400	* hello-python/po/Makefile.am (.po.gmo): Likewise.
401	* hello-sh/po/Makefile.am (.po.gmo): Likewise.
402	* hello-smalltalk/po/Makefile.am (.po.gmo): Likewise.
403	* hello-ycp/po/Makefile.am (.po.gmo): Likewise.
404	* hello-java/po/Makefile.am (update-properties, update-classes):
405	Likewise.
406	* hello-java-awt/po/Makefile.am (update-properties, update-classes):
407	Likewise.
408	* hello-java-swing/po/Makefile.am (update-properties, update-classes):
409	Likewise.
410	* hello-java-qtjambi/po/Makefile.am (update-properties,
411	update-classes): Likewise.
412	Suggested by Vincent Lefevre <vincent@vinc17.org>.
413
4142009-01-18  Bruno Haible  <bruno@clisp.org>
415
416	* po/mt.po: New file, from Clyde Meli <cmeli@cis.um.edu.mt>.
417	* po/LINGUAS: Add mt.
418	* hello-*/po/LINGUAS: Update.
419	* Makefile.am (EXAMPLESPOFILES): Add the new message catalogs.
420
4212009-01-14  Bruno Haible  <bruno@clisp.org>
422
423	* configure.ac: More consistent m4 quoting.
424
4252007-12-24  Bruno Haible  <bruno@clisp.org>
426
427	* hello-*/po/Makefile.am ($(POFILES), .nop.po-update): When using
428	msgmerge 0.18 or newer, pass a --lang option.
429	* hello-objc-gnustep/po/GNUmakefile ($(POFILES), .nop.po-update):
430	Likewise.
431
4322007-12-24  Bruno Haible  <bruno@clisp.org>
433
434	* hello-*/po/Makefile.am (.nop.po-update): Put all non-option arguments
435	after all option arguments, so that the commands work 1. when
436	POSIXLY_CORRECT is set, 2. on platforms whose getopt facility is POSIX
437	compliant but not GNU libc compatible, such as Cygwin.
438	* hello-objc-gnustep/po/GNUmakefile (.nop.po-update): Likewise.
439
4402007-11-13  Bruno Haible  <bruno@clisp.org>
441
442	* po/ky.po: New file, from Ilyas Bakirov <just_ilyas@yahoo.com>.
443	* po/LINGUAS: Add ky.
444	* hello-*/po/LINGUAS: Update.
445	* Makefile.am (EXAMPLESPOFILES): Add the new message catalogs.
446
4472007-11-07  Bruno Haible  <bruno@clisp.org>
448
449	* gettext-0.17 released.
450
4512007-10-31  Bruno Haible  <bruno@clisp.org>
452
453	* hello-*/m4/Makefile.am (EXTRA_DIST): Remove ulonglong.m4.
454	* hello-*/autoclean.sh: Don't remove ulonglong.m4 any more.
455
4562007-10-28  Bruno Haible  <bruno@clisp.org>
457
458	* hello-*/po/Makefile.am ($(DOMAIN).pot-update): Consider the
459	XGETTEXT_EXTRA_OPTIONS variable.
460
4612007-10-26  Bruno Haible  <bruno@clisp.org>
462
463	* po/fi.po: New file, from Lauri Nurmi <lanurmi@iki.fi>.
464	* po/LINGUAS: Add fi.
465	* hello-*/po/LINGUAS: Update.
466	* Makefile.am (EXAMPLESPOFILES): Add the new message catalogs.
467
4682007-10-20  Bruno Haible  <bruno@clisp.org>
469
470	New example for Qt/Jambi.
471	* hello-java-qtjambi: New subdirectory.
472	* README: Mention it.
473	* Makefile.am (EXAMPLESFILES): Add the files in hello-java-qtjambi.
474	(EXAMPLESDIRS): Add hello-java-qtjambi.
475	* po/Makefile.am (POTFILES): Add hello-java-qtjambi source.
476	(SMALLPOTS): Add hello-java-qtjambi.pot.
477	(hello-java-qtjambi.pot): New rule.
478	(SMALLPOFILES_FOR_lang): Add hello-java-qtjambi elements.
479	(../hello-java-qtjambi/po/$(LL).po): New rule.
480
4812007-10-18  Bruno Haible  <bruno@clisp.org>
482
483	* hello-*/po/Makefile.am ($(DOMAIN).pot-update): Don't pass the package
484	name and version to xgettext if the xgettext version is < 0.16.2.
485
4862007-10-17  Bruno Haible  <bruno@clisp.org>
487
488	* hello-*/po/Makefile.am ($(DOMAIN).pot-update): Pass the package name
489	and version to xgettext.
490
4912007-10-17  Bruno Haible  <bruno@clisp.org>
492
493	* hello-java/po/Makefile.am (stamp-po): Test $(PROPERTIESFILES), not
494	$(GMOFILES).
495
4962007-10-13  Bruno Haible  <bruno@clisp.org>
497
498	* po/nl.po: Update from Benno Schulenberg <benno@vertaalt.nl>.
499
5002007-09-15  Bruno Haible  <bruno@clisp.org>
501
502	* po/vi.po: Update from Clytie Siddall <clytie@riverland.net.au>.
503
5042007-06-07  Bruno Haible  <bruno@clisp.org>
505
506	* hello-*/autoclean.sh: Remove also intlmacosx.m4.
507
5082007-04-06  Bruno Haible  <bruno@clisp.org>
509
510	* hello-*/autoclean.sh: Don't remove longdouble.m4 any more.
511
5122007-03-20  Bruno Haible  <bruno@clisp.org>
513
514	Remove all "Copyright (C) ..." notices from files that are in the
515	public domain.
516
5172007-01-30  Bruno Haible  <bruno@clisp.org>
518
519	* po/ms.po: New file, from
520	Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>.
521	* po/LINGUAS: Add ms.
522	* hello-*/po/LINGUAS: Update.
523	* Makefile.am (EXAMPLESPOFILES): Add the new message catalogs.
524
5252006-12-04  Bruno Haible  <bruno@clisp.org>
526
527	Work around small sh argument length limit on IRIX.
528	* Makefile.am (EXAMPLESFILES): Remove the common files in po
529	directories.
530	(EXAMPLESDIRS, EXAMPLESPOFILES): New variables.
531	(install-data-local, installdirs-local, uninstall-local, distdir1): Use
532	doubly-nested loop for the common files in po directories.
533	Reported by Paul Martinolich <martinol@nrlssc.navy.mil>.
534
5352006-10-27  Bruno Haible  <bruno@clisp.org>
536
537	Work around automake-1.10 annoyance.
538	* Makefile.am (ACLOCAL): New macro.
539
5402006-11-27  Bruno Haible  <bruno@clisp.org>
541
542	* gettext-0.16.1 released.
543
5442006-10-26  Bruno Haible  <bruno@clisp.org>
545
546	* gettext-0.16 released.
547
5482006-10-23  Bruno Haible  <bruno@clisp.org>
549
550	* hello-c++-kde/admin/cvs.sh: Accept automake versions > 1.9.x.
551
5522006-10-01  Bruno Haible  <bruno@clisp.org>
553
554	* hello-*/autoclean.sh: Remove also intldir.m4.
555
5562006-10-02  Bruno Haible  <bruno@clisp.org>
557
558	* po/fr.po: Update from Christophe Combelles <ccomb@free.fr>.
559	* po/id.po: New file, from Tedi Heriyanto <tedi_heriyanto@yahoo.com>.
560	* po/LINGUAS: Add id.
561	* hello-*/po/LINGUAS: Update.
562	* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
563
5642006-09-18  Bruno Haible  <bruno@clisp.org>
565
566	* hello-{c,c++,objc}*/{autoclean.sh,m4/Makefile.am}: Remove
567	inttypes-h.m4.
568
5692006-09-11  Bruno Haible  <bruno@clisp.org>
570
571	* hello-{c,c++,objc}*/autoclean.sh: Remove also intl.m4.
572
5732006-08-28  Bruno Haible  <bruno@clisp.org>
574
575	* hello-*/autoclean.sh: Remove mention of signed.m4.
576
5772006-07-31  Bruno Haible  <bruno@clisp.org>
578
579	* hello-c/autogen.sh: Replace gettext-tools/lib with
580	gettext-tools/gnulib-lib.
581	* hello-c++/autogen.sh: Likewise.
582	* hello-objc/autogen.sh: Likewise.
583	* hello-csharp/autogen.sh: Update for changed locations of *.m4 files.
584	* hello-csharp-forms/autogen.sh: Likewise.
585	* hello-java/autogen.sh: Likewise.
586	* hello-java-awt/autogen.sh: Likewise.
587	* hello-java-swing/autogen.sh: Likewise.
588
5892006-07-30  Bruno Haible  <bruno@clisp.org>
590
591	* hello-csharp*/autogen.sh: Update for changed location of
592	csharpcomp.sh.in and csharpexec.sh.in.
593	* hello-java*/autogen.sh: Update for changed location of
594	javacomp.sh.in and javaexec.sh.in.
595
5962006-07-25  Bruno Haible  <bruno@clisp.org>
597
598	* Makefile.msvc: Remove file.
599	* Makefile.am (EXTRA_DIST): Remove Makefile.msvc.
600
6012006-07-25  Bruno Haible  <bruno@clisp.org>
602
603	* Makefile.vms: Remove file.
604	* Makefile.am (EXTRA_DIST): Remove Makefile.vms.
605
6062006-07-23  Bruno Haible  <bruno@clisp.org>
607
608	* hello-c++-kde/autoclean.sh: Fix syntax error.
609
6102006-07-21  Bruno Haible  <bruno@clisp.org>
611
612	* gettext-0.15 released.
613
6142006-07-21  Bruno Haible  <bruno@clisp.org>
615
616	* hello-*/autogen.sh (GETTEXT_TOPSRCDIR): In the build directory case,
617	append one more "/..".
618
6192006-07-20  Bruno Haible  <bruno@clisp.org>
620
621	* po/sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
622	* po/vi.po: Update from Clytie Siddall <clytie@riverland.net.au>.
623	* po/zh_HK.po: New file, from Abel Cheung <abelcheung@gmail.com>.
624	* po/LINGUAS: Add zh_HK.
625	* hello-*/po/LINGUAS: Update.
626	* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
627
6282006-07-14  Bruno Haible  <bruno@clisp.org>
629
630	* po/Makefile.am (MOSTLYCLEANFILES): Add *.stackdump.
631	* hello-*/po/Makefile.am (MOSTLYCLEANFILES): Likewise.
632
6332006-07-13  Bruno Haible  <bruno@clisp.org>
634
635	* configure.ac (Makefile): Invoke FIX_MAKEFILE_TOPDIR_DISTRIB instead
636	of FIX_MAKEFILE_DISTRIB.
637
6382006-07-13  Bruno Haible  <bruno@clisp.org>
639
640	* hello-c++-kde/admin/cvs.sh: Disable the search for specific
641	versions of autoconf, autoheader, autom4te, automake, aclocal.
642	Accept autoconf, autoheader versions > 2.59. Accept automake
643	versions > 1.8.x.
644
6452006-07-13  Bruno Haible  <bruno@clisp.org>
646
647	* Makefile.am (ACLOCAL_AMFLAGS): New variable.
648
6492006-07-03  Bruno Haible  <bruno@clisp.org>
650
651	* po/eo.po: New file, from Edmund Grimley Evans <edmundo@rano.org>.
652	* po/it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.
653	* po/LINGUAS: Add eo.
654	* hello-*/po/LINGUAS: Update.
655	* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
656
6572006-06-29  Bruno Haible  <bruno@clisp.org>
658
659	* configure.ac: New file.
660	* Makefile.am (AUTOMAKE_OPTIONS): Drop gnits, use foreign instead.
661	* po/Makefile.am (POTFILES): Remove examples/ prefix.
662
6632006-06-27  Bruno Haible  <bruno@clisp.org>
664
665	* hello-c/{autoclean.sh,m4/Makefile.am}: Remove isc-posix.m4.
666	* hello-c-gnome/{autoclean.sh,m4/Makefile.am}: Likewise.
667	* hello-c++/{autoclean.sh,m4/Makefile.am}: Likewise.
668	* hello-c++-gnome/{autoclean.sh,m4/Makefile.am}: Likewise.
669	* hello-c++-kde/{autoclean.sh,m4/Makefile.am}: Likewise.
670	* hello-objc/{autoclean.sh,m4/Makefile.am}: Likewise.
671	* hello-objc-gnome/{autoclean.sh,m4/Makefile.am}: Likewise.
672
6732006-04-14  Bruno Haible  <bruno@clisp.org>
674
675	Assume autoconf >= 2.60.
676	* Makefile.am (docdir): Remove variable.
677	* po/Makefile.am (localedir): Remove variable.
678
6792006-06-04  Bruno Haible  <bruno@clisp.org>
680
681	* hello-c/{autoclean.sh,m4/Makefile.am}: Replace inttypes.m4 with
682	inttypes-h.m4.
683	* hello-c-gnome/{autoclean.sh,m4/Makefile.am}: Likewise.
684	* hello-c++/{autoclean.sh,m4/Makefile.am}: Likewise.
685	* hello-c++-gnome/{autoclean.sh,m4/Makefile.am}: Likewise.
686	* hello-c++-kde/{autoclean.sh,m4/Makefile.am}: Likewise.
687	* hello-objc/{autoclean.sh,m4/Makefile.am}: Likewise.
688	* hello-objc-gnome/{autoclean.sh,m4/Makefile.am}: Likewise.
689
6902006-05-01  Bruno Haible  <bruno@clisp.org>
691
692	* hello-java/configure.ac: Pass a source-version to gt_JAVACOMP. Move
693	gt_JAVAEXEC call before the gt_JAVACOMP call.
694	* hello-java-awt/configure.ac: Likewise.
695	* hello-java-swing/configure.ac: Likewise.
696
6972006-04-17  Bruno Haible  <bruno@clisp.org>
698
699	* Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
700	* hello-csharp/Makefile.am: Likewise.
701	* hello-csharp-forms/Makefile.am: Likewise.
702	* hello-java/Makefile.am: Likewise.
703	* hello-java-awt/Makefile.am: Likewise.
704	* hello-java-swing/Makefile.am: Likewise.
705	* hello-pascal/Makefile.am: Likewise.
706	* hello-c++-qt/po/Makefile.am: Likewise.
707	* hello-c++-wxwidgets/po/Makefile.am: Likewise.
708	* hello-clisp/po/Makefile.am: Likewise.
709	* hello-csharp/po/Makefile.am: Likewise.
710	* hello-csharp-forms/po/Makefile.am: Likewise.
711	* hello-gawk/po/Makefile.am: Likewise.
712	* hello-guile/po/Makefile.am: Likewise.
713	* hello-librep/po/Makefile.am: Likewise.
714	* hello-pascal/po/Makefile.am: Likewise.
715	* hello-perl/po/Makefile.am: Likewise.
716	* hello-php/po/Makefile.am: Likewise.
717	* hello-python/po/Makefile.am: Likewise.
718	* hello-sh/po/Makefile.am: Likewise.
719	* hello-smalltalk/po/Makefile.am: Likewise.
720	* hello-tcl/po/Makefile.am: Likewise.
721	* hello-tcl-tk/po/Makefile.am: Likewise.
722	* hello-ycp/po/Makefile.am: Likewise.
723	* hello-*/autoclean.sh: Don't remove mkinstalldirs.
724
7252006-04-14  Bruno Haible  <bruno@clisp.org>
726
727	Don't ignore the --localedir option from autoconf >= 2.60.
728	* hello-c/Makefile.am (localedir): Remove variable.
729	* hello-c-gnome/Makefile.am (localedir): Likewise.
730	* hello-objc/Makefile.am (localedir): Likewise.
731	* hello-objc-gnome/Makefile.am (localedir): Likewise.
732	* hello-c++/Makefile.am (localedir): Likewise.
733	* hello-c++-kde/Makefile.am (localedir): Likewise.
734	* hello-c++-gnome/Makefile.am (localedir): Likewise.
735	* hello-c++-qt/Makefile.am (localedir): Likewise.
736	* hello-c++-qt/po/Makefile.am (localedir): Likewise.
737	* hello-c++-wxwidgets/Makefile.am (localedir): Likewise.
738	* hello-c++-wxwidgets/po/Makefile.am (localedir): Likewise.
739	* hello-clisp/po/Makefile.am (localedir): Likewise.
740	* hello-gawk/po/Makefile.am (localedir): Likewise.
741	* hello-guile/po/Makefile.am (localedir): Likewise.
742	* hello-librep/po/Makefile.am (localedir): Likewise.
743	* hello-pascal/po/Makefile.am (localedir): Likewise.
744	* hello-perl/po/Makefile.am (localedir): Likewise.
745	* hello-php/po/Makefile.am (localedir): Likewise.
746	* hello-python/po/Makefile.am (localedir): Likewise.
747	* hello-sh/po/Makefile.am (localedir): Likewise.
748	* hello-smalltalk/po/Makefile.am (localedir): Likewise.
749	* hello-ycp/po/Makefile.am (localedir): Likewise.
750
7512006-04-14  Bruno Haible  <bruno@clisp.org>
752
753	* hello-c/configure.ac: Use gettext-0.15 infrastructure.
754	* hello-c-gnome/configure.ac: Likewise.
755	* hello-objc/configure.ac: Likewise.
756	* hello-objc-gnome/configure.ac: Likewise.
757	* hello-c++/configure.ac: Likewise.
758	* hello-c++-kde/configure.in.in: Likewise.
759	* hello-c++-gnome/configure.ac: Likewise.
760	* hello-c-gnome/m4/Makefile.am (EXTRA_DIST): Add lock.m4.
761	* hello-c++-kde/m4/Makefile.am (EXTRA_DIST): Likewise.
762
7632006-04-14  Bruno Haible  <bruno@clisp.org>
764
765	Prepare for autoconf-2.60.
766	* hello-clisp/configure.ac: Set datarootdir before evaluating
767	${datadir}.
768	* hello-gawk/configure.ac: Likewise.
769	* hello-guile/configure.ac: Likewise.
770	* hello-librep/configure.ac: Likewise.
771	* hello-pascal/configure.ac: Likewise.
772	* hello-perl/configure.ac: Likewise.
773	* hello-php/configure.ac: Likewise.
774	* hello-python/configure.ac: Likewise.
775	* hello-sh/configure.ac: Likewise.
776	* hello-smalltalk/configure.ac: Likewise.
777
7782006-04-07  Bruno Haible  <bruno@clisp.org>
779
780	* po/hu.po: New file, from Kiss Tamás <atomi@inf.elte.hu>.
781	* po/pt.po: New file, from
782	Helder Correia <helder.pereira.correia@gmail.com>.
783	* po/sl.po: New file, from
784	Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>.
785	* po/vi.po: Update from Clytie Siddall <clytie@riverland.net.au>.
786	* po/LINGUAS: Add hu, pt, sl.
787	* hello-*/po/LINGUAS: Update.
788	* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
789
7902006-03-25  Bruno Haible  <bruno@clisp.org>
791
792	* hello-csharp-forms/README: New file.
793	* Makefile.am (EXAMPLESFILES): Add it.
794
7952006-03-25  Bruno Haible  <bruno@clisp.org>
796
797	New example for wxWidgets.
798	* hello-c++-wxwidgets: New subdirectory.
799	* README: Mention it.
800	* Makefile.am (EXAMPLESFILES): Add the files in hello-c++-wxwidgets.
801	* po/Makefile.am (POTFILES): Add hello-c++-wxwidgets source.
802	(SMALLPOTS): Add hello-c++-wxwidgets.pot.
803	(hello-c++-wxwidgets.pot): New rule.
804	(SMALLPOFILES_FOR_lang): Add hello-c++-wxwidgets elements.
805	(../hello-c++-wxwidgets/po/$(LL).po): New rule.
806
8072005-10-18  Bruno Haible  <bruno@clisp.org>
808
809	* hello-c/po/Makevars (USE_MSGCTXT): New macro.
810	* hello-c-gnome/po/Makevars (USE_MSGCTXT): New macro.
811	* hello-c++/po/Makevars (USE_MSGCTXT): New macro.
812	* hello-c++-gnome/po/Makevars (USE_MSGCTXT): New macro.
813	* hello-c++-kde/po/Makevars (USE_MSGCTXT): New macro.
814	* hello-objc/po/Makevars (USE_MSGCTXT): New macro.
815	* hello-objc-gnome/po/Makevars (USE_MSGCTXT): New macro.
816
8172005-09-19  Bruno Haible  <bruno@clisp.org>
818
819	* hello-*/autogen.sh: Also install m4/progtest.m4.
820	* hello-*/autoclean.sh: Also remove m4/progtest.m4.
821
8222005-07-24  Bruno Haible  <bruno@clisp.org>
823
824	Tidy up exported symbols.
825	* hello-c/m4/Makefile.am (EXTRA_DIST): Add visibility.m4.
826	* hello-c-gnome/m4/Makefile.am (EXTRA_DIST): Likewise.
827	* hello-c++/m4/Makefile.am (EXTRA_DIST): Likewise.
828	* hello-c++-gnome/m4/Makefile.am (EXTRA_DIST): Likewise.
829	* hello-c++-kde/m4/Makefile.am (EXTRA_DIST): Likewise.
830	* hello-objc/m4/Makefile.am (EXTRA_DIST): Likewise.
831	* hello-objc-gnome/m4/Makefile.am (EXTRA_DIST): Likewise.
832	* hello-c/autoclean.sh: Remove also m4/visibility.m4.
833	* hello-c-gnome/autoclean.sh: Likewise.
834	* hello-c++/autoclean.sh: Likewise.
835	* hello-c++-gnome/autoclean.sh: Likewise.
836	* hello-c++-kde/autoclean.sh: Likewise.
837	* hello-objc/autoclean.sh: Likewise.
838	* hello-objc-gnome/autoclean.sh: Likewise.
839
8402005-07-26  Bruno Haible  <bruno@clisp.org>
841
842	* installpaths.in (datarootdir): New variable.
843
8442005-07-16  Bruno Haible  <bruno@clisp.org>
845
846	* hello-c/m4/Makefile.am (EXTRA_DIST): Add lock.m4.
847	* hello-c++/m4/Makefile.am (EXTRA_DIST): Likewise.
848	* hello-c++-gnome/m4/Makefile.am (EXTRA_DIST): Likewise.
849	* hello-objc/m4/Makefile.am (EXTRA_DIST): Likewise.
850	* hello-objc-gnome/m4/Makefile.am (EXTRA_DIST): Likewise.
851	* hello-c/autoclean.sh: Remove also m4/lock.m4.
852	* hello-c-gnome/autoclean.sh: Likewise.
853	* hello-c++/autoclean.sh: Likewise.
854	* hello-c++-gnome/autoclean.sh: Likewise.
855	* hello-c++-kde/autoclean.sh: Likewise.
856	* hello-objc/autoclean.sh: Likewise.
857	* hello-objc-gnome/autoclean.sh: Likewise.
858
8592005-05-01  Bruno Haible  <bruno@clisp.org>
860
861	* hello-csharp/configure.ac, hello-csharp-forms/configure.ac: Call
862	gt_CSHARPEXEC with parameters.
863	* hello-csharp/m4/Makefile.am, hello-csharp-forms/m4/Makefile.am
864	(EXTRA_DIST): Add csharpexec-test.exe.
865	* hello-csharp/autogen.sh, hello-csharp-forms/autogen.sh: Also copy
866	m4/csharpexec-test.exe.
867	* hello-csharp/autoclean.sh, hello-csharp-forms/autoclean.sh: Also
868	remove m4/csharpexec-test.exe.
869
8702006-06-21  Bruno Haible  <bruno@clisp.org>
871
872	* gettext-0.14.6 released.
873
8742005-05-23  Bruno Haible  <bruno@clisp.org>
875
876	* gettext-0.14.5 released.
877
8782005-05-23  Bruno Haible  <bruno@clisp.org>
879
880	* po/zh_TW.po: New file, from Abel Cheung <abelcheung@gmail.com>.
881	* po/LINGUAS: Add it.
882	* hello-*/po/LINGUAS: Update.
883	* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
884
8852005-04-11  Bruno Haible  <bruno@clisp.org>
886
887	* gettext-0.14.4 released.
888
8892005-04-11  Bruno Haible  <bruno@clisp.org>
890
891	* po/it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.
892
8932005-03-14  Bruno Haible  <bruno@clisp.org>
894
895	* gettext-0.14.3 released.
896
8972005-03-08  Bruno Haible  <bruno@clisp.org>
898
899	* po/vi.po: Update from Clytie Siddall <clytie@riverland.net.au>.
900
9012005-03-08  Bruno Haible  <bruno@clisp.org>
902
903	* po/it.po: New file, from Marco Colombo <m.colombo@ed.ac.uk>.
904	* po/LINGUAS: Add it.
905	* hello-*/po/LINGUAS: Update.
906	* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
907
9082005-03-06  Bruno Haible  <bruno@clisp.org>
909
910	* po/Makefile.am, hello-*/po/Makefile.am (stamp-po): Do nothing if
911	$(DOMAIN).pot does not exist.
912	(EXTRA_DIST): Remove $(DOMAIN).pot, stamp-po.
913	(distdir1): If $(DOMAIN).pot exists, distribute also $(DOMAIN).pot and
914	stamp-po.
915
9162005-02-24  Bruno Haible  <bruno@clisp.org>
917
918	* gettext-0.14.2 released.
919
9202005-02-24  Bruno Haible  <bruno@clisp.org>
921
922	* hello-*/autogen.sh: Define and use GETTEXT_TOPSRCDIR, to make it
923	work in VPATH builds.
924
9252005-02-23  Bruno Haible  <bruno@clisp.org>
926
927	* xsmallpot.sh: Make the temporary directory writable.
928
9292005-02-23  Bruno Haible  <bruno@clisp.org>
930
931	* xsmallpot.sh: Add srcdir argument. Make it work when
932	builddir != srcdir.
933	* Makefile.am (hello-*.pot): Update xsmallpot.sh invocations.
934
9352005-02-21  Bruno Haible  <bruno@clisp.org>
936
937	* po/vi.po: New file, from Clytie Siddall <clytie@riverland.net.au>.
938	* po/LINGUAS: Add vi.
939	* hello-*/po/LINGUAS: Update.
940	* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
941
9422005-02-11  Bruno Haible  <bruno@clisp.org>
943
944	* po/ga.po: New file, from Kevin Patrick Scannell <scannell@slu.edu>.
945	* po/LINGUAS: Add ga.
946	* hello-*/po/LINGUAS: Update.
947	* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
948
9492005-02-06  Bruno Haible  <bruno@clisp.org>
950
951	* hello-*/po/Makefile.am ($(DOMAIN).pot-update): If MSGID_BUGS_ADDRESS
952	is empty and PACKAGE_BUGREPORT is available, use the latter.
953	* po/Makefile.am ($(DOMAIN).pot-update): Likewise.
954
9552005-01-20  Bruno Haible  <bruno@clisp.org>
956
957	* hello-guile/hello.scm: Invoke setlocale. Fix bindtextdomain call.
958
9592005-01-16  Bruno Haible  <bruno@clisp.org>
960
961	Support for Scheme.
962	* hello-guile: New subdirectory.
963	* README: Mention it.
964	* Makefile.am (EXAMPLESFILES): Add the files in hello-guile.
965	* po/Makefile.am (POTFILES): Add hello-guile source.
966	(SMALLPOTS): Add hello-guile.pot.
967	(hello-guile.pot): New rule.
968	(SMALLPOFILES_FOR_lang): Add hello-guile elements.
969	(../hello-guile/po/$(LL).po): New rule.
970
9712005-01-06  Bruno Haible  <bruno@clisp.org>
972
973	* po/el.po: New file, from Simos Xenitellis <simos74@gmx.net>.
974	* po/ru.po: New file, from Pavel Maryanov <acid_jack@ukr.net>.
975	* po/uk.po: New file, from Maxim V. Dziumanenko <mvd@mylinux.com.ua>.
976	* po/LINGUAS: Add el, ru, uk.
977	* hello-*/po/LINGUAS: Update.
978	* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
979
9802004-09-07  Bruno Haible  <bruno@clisp.org>
981
982	* po/xsmallpot.sh: Keep AC_PROG_* and OBJC lines in configure.in.
983	* hello-objc/configure.ac: Assign OBJC through AC_SUBST.
984	* hello-objc-gnome/configure.ac: Likewise.
985	Needed to avoid error with automake-1.9.
986
9872004-08-19  Bruno Haible  <bruno@clisp.org>
988
989	* hello-librep/hello.jl.in: Remove no-op comments.
990
9912004-03-21  Bruno Haible  <bruno@clisp.org>
992
993	* po/es.po: Update from Max de Mendizábal <max@upn.mx>.
994	* po/sr.po: Update from Aleksandar Jelenak <jelenak@netlinkplus.net>.
995
9962004-02-24  Bruno Haible  <bruno@clisp.org>
997
998	* hello-csharp*/hello.cs (Hello.Main): Remove workaround for mono bug,
999	fixed in mono-0.30.1.
1000
10012004-02-24  Bruno Haible  <bruno@clisp.org>
1002
1003	* hello-csharp*/autogen.sh: Copy also the csharp.m4 file.
1004
10052004-02-02  Bruno Haible  <bruno@clisp.org>
1006
1007	* hello-*/autoclean.sh, hello-*/m4/Makefile.am: Handle glibc2.m4 too.
1008
10092004-01-29  Bruno Haible  <bruno@clisp.org>
1010
1011	* gettext-0.14.1 released.
1012
10132004-01-28  Bruno Haible  <bruno@clisp.org>
1014
1015	* gettext-0.14 released.
1016
10172004-01-28  Bruno Haible  <bruno@clisp.org>
1018
1019	* po/tr.po: Update from Nilgün Belma Bugüner <nilgun@superonline.com>.
1020
10212004-01-17  Bruno Haible  <bruno@clisp.org>
1022
1023	* po/Makefile.am (POTFILES): Add hello-csharp, hello-csharp-forms
1024	sources.
1025	(SMALLPOTS): Add hello-csharp.pot, hello-csharp-forms.pot.
1026	(hello-csharp.pot, hello-csharp-forms.pot): New rules.
1027	(SMALLPOFILES_FOR_lang): Add hello-csharp, hello-csharp-forms elements.
1028	(../hello-csharp/po/$(LL).po, ../hello-csharp-forms/po/$(LL).po): New
1029	rules.
1030	* po/mmsmallpo.sh: Use option --force-po.
1031
10322004-01-17  Bruno Haible  <bruno@clisp.org>
1033
1034	* hello-*/po/Makefile.am: Adapt to changes made in po/Makefile.in.in.
1035
10362004-01-17  Bruno Haible  <bruno@clisp.org>
1037
1038	* po/af.po: New file, from Ysbeer <ysbeer@af.org.za>.
1039	* po/ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
1040	* po/de.po: Update from Karl Eichwalder <ke@gnu.franken.de>.
1041	* po/fr.po: Update from Michel Robitaille <robitail@iro.umontreal.ca>.
1042	* po/ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
1043	* po/nl.po: New file, from Elros Cyriatan <cyriatan@fastmail.fm>.
1044	* po/pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
1045	* po/sk.po: New file, from Marcel Telka <marcel@telka.sk>.
1046	* po/sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
1047	* po/zh_CN.po: Update from Funda Wang <fundawang@linux.net.cn>.
1048	* po/LINGUAS: Add af, nl, sk.
1049	* hello-*/po/LINGUAS: Update.
1050	* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
1051
10522004-01-10  Bruno Haible  <bruno@clisp.org>
1053
1054	* hello-c++-kde/admin: New directory, from KDE 3.1.4.
1055	* hello-c++-kde/auto*.sh: Don't create/remove the contents of the
1056	admin subdirectory.
1057	* Makefile.am (EXAMPLESFILES): Add hello-c++-kde/admin/*.
1058
10592004-01-10  Bruno Haible  <bruno@clisp.org>
1060
1061	* hello-c/*, hello-c-gnome/*, hello-objc/*, hello-objc-gnome/*,
1062	hello-c++/*, hello-c++-gnome/*, hello-c++-kde/*: Use the autoconf
1063	infrastructure from gettext-0.13.1, not 0.12.1.
1064
10652004-01-10  Bruno Haible  <bruno@clisp.org>
1066
1067	* hello-csharp/hello.cs: Work around mono-0.29 CurrentUICulture bug.
1068	* hello-csharp-forms/hello.cs: Likewise.
1069
10702003-12-29  Bruno Haible  <bruno@clisp.org>
1071
1072	* hello-perl/INSTALL: Mention that libintl-perl-1.09 required.
1073	* hello-perl/hello-1.pl.in, hello-perl/hello-2.pl.in: Inhibit the
1074	automatic UTF-8 conversion in UTF-8 locales with Perl-5.8.0. Thanks to
1075	Guido Flohr.
1076
10772003-12-26  Bruno Haible  <bruno@clisp.org>
1078
1079	* hello-csharp: New subdirectory.
1080	* hello-csharp-forms: New subdirectory.
1081	* Makefile.am (EXAMPLESFILES): Add the files in hello-csharp and
1082	hello-csharp-forms.
1083
10842003-12-26  Bruno Haible  <bruno@clisp.org>
1085
1086	* hello-c++-qt/m4/qt.m4: Quote the first argument of AC_DEFUN.
1087	* hello-c++-gnome/m4/gtk.m4, hello-c++-gnome/m4/gtk--.m4: Likewise.
1088
10892003-12-17  Bruno Haible  <bruno@clisp.org>
1090
1091	* gettext-0.13.1 released.
1092
10932003-12-17  Bruno Haible  <bruno@clisp.org>
1094
1095	* hello-*/po/LINGUAS: Update.
1096	* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
1097
10982003-12-09  Bruno Haible  <bruno@clisp.org>
1099
1100	* hello-smalltalk/hello.st.in: Add workaround against PackageLoader
1101	verbosity. Solution provided by Carey Evans <careye@spamcop.net>.
1102	* hello-smalltalk/BUGS: Remove file.
1103	* Makefile.am (EXAMPLESFILES): Update.
1104
11052003-12-07  Bruno Haible  <bruno@clisp.org>
1106
1107	* po/sv.po: New file, from Jan Djärv <jan.h.d@swipnet.se>.
1108	* po/tr.po: New file, from
1109	Nilgün Belma Bugüner <nilgun@superonline.com>.
1110	* po/LINGUAS: Add sv, tr.
1111
11122003-12-07  Bruno Haible  <bruno@clisp.org>
1113
1114	* hello-perl/hello-1.pl.in: Renamed from hello-perl/hello.pl. Make it
1115	work.
1116	* hello-perl/hello-2.pl.in: New file, from Guido Flohr.
1117	* hello-perl/po/Makefile.am (POTFILES): Update.
1118	(XGETTEXT_OPTIONS): Add options needed for the Locale::TextDomain API.
1119	* hello-perl/configure.ac: Update accordingly.
1120	* hello-perl/Makefile.am: Update accordingly.
1121	* Makefile.am (EXAMPLESFILES): Update.
1122	* po/Makefile.am (POTFILES): Update.
1123
11242003-12-06  Bruno Haible  <bruno@clisp.org>
1125
1126	* hello-objc-gnustep/po/LocaleAliases: Add many new locales. Fix typo
1127	for EcuadorSpanish. Remove conflicting entries for Indonesian and
1128	Hebrew.
1129
11302003-12-06  Bruno Haible  <bruno@clisp.org>
1131
1132	* hello-objc-gnustep/autoclean.sh: Also remove the *.lproj directories.
1133	* hello-objc-gnustep/po/GNUmakefile: Include the general rules at the
1134	beginning, not at the end, so that our .SUFFIXES tag has an effect.
1135	($(ENSTRINGSFILES)): Create the target directory.
1136
11372003-12-06  Bruno Haible  <bruno@clisp.org>
1138
1139	* hello-*/INSTALL: Update the installation instructions.
1140	* hello-c++-qt/BUGS: New file.
1141	* hello-c++-kde/BUGS: New file.
1142	* hello-objc-gnustep/BUGS: New file.
1143	* hello-smalltalk/BUGS: New file.
1144	* hello-java-awt/BUGS: New file.
1145	* hello-java-swing/BUGS: New file.
1146	* Makefile.am (EXAMPLESFILES): Add them.
1147
11482003-12-02  Bruno Haible  <bruno@clisp.org>
1149
1150	* Makefile.am (EXTRA_DIST): Don't add the EXAMPLESFILES.
1151	(distdir1): New rule. Install the EXAMPLESFILES after 'update-po'.
1152
11532003-11-30  Bruno Haible  <bruno@clisp.org>
1154
1155	* gettext-0.13 released.
1156
11572003-11-30  Bruno Haible  <bruno@clisp.org>
1158
1159	* po/mmsmallpo.sh: Remove the POT-Creation-Date line from the generated
1160	PO file.
1161	* Makefile.am (EXAMPLESFILES): Add hello-pascal/hello.rst.
1162
11632003-11-30  Bruno Haible  <bruno@clisp.org>
1164
1165	* hello-*/po/LINGUAS: Update.
1166	* Makefile.am (EXAMPLESFILES): Add the new message catalogs.
1167
11682003-11-30  Bruno Haible  <bruno@clisp.org>
1169
1170	* po/es.po: New file, from Max de Mendizábal <max@upn.mx>.
1171	* po/LINGUAS: Add es.
1172
11732003-11-24  Bruno Haible  <bruno@clisp.org>
1174
1175	* po/ca.po: New file, from Ivan Vilata i Balaguer <ivan@selidor.net>.
1176	* po/ro.po: New file, from Eugen Hoanca <eugenh@urban-grafx.ro>.
1177	* po/LINGUAS: Add ca, ro.
1178
11792003-11-22  Bruno Haible  <bruno@clisp.org>
1180
1181	* po/ja.po: New file, from Masahito Yamaga <ma@yama-ga.com>.
1182	* po/LINGUAS: Add ja.
1183
11842003-11-20  Bruno Haible  <bruno@clisp.org>
1185
1186	* hello-*/configure.ac: Remove AM_NLS invocation.
1187	* po/xsmallpot.sh: Don't keep AM_NLS lines.
1188
11892003-11-19  Bruno Haible  <bruno@clisp.org>
1190
1191	* po/de.po: Update from Karl Eichwalder <ke@suse.de>.
1192	* po/fr.po: New file, from Michel Robitaille <robitail@iro.umontreal.ca>.
1193	* po/pl.po: New file, from Rafał Maszkowski <rzm@icm.edu.pl>.
1194	* po/sr.po: New file, from Danilo Segan <dsegan@gmx.net>.
1195	* po/zh_CN.po: New file, from Funda Wang <fundawang@linux.net.cn>.
1196	* po/LINGUAS: Add fr, pl, sr, zh_CN.
1197
11982003-11-15  Bruno Haible  <bruno@clisp.org>
1199
1200	* hello-c/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
1201	* hello-c-gnome/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
1202	* hello-c++/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
1203	* hello-c++-kde/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
1204	* hello-c++-gnome/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
1205	* hello-objc/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
1206	* hello-objc-gnome/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
1207
12082003-11-15  Bruno Haible  <bruno@clisp.org>
1209
1210	* Makefile.am: New file.
1211	* README: New file.
1212	* installpaths.in: New file.
1213	* hello-c: New subdirectory.
1214	* hello-c-gnome: New subdirectory.
1215	* hello-c++: New subdirectory.
1216	* hello-c++-qt: New subdirectory.
1217	* hello-c++-kde: New subdirectory.
1218	* hello-c++-gnome: New subdirectory.
1219	* hello-objc: New subdirectory.
1220	* hello-objc-gnustep: New subdirectory.
1221	* hello-objc-gnome: New subdirectory.
1222	* hello-sh: New subdirectory.
1223	* hello-python: New subdirectory.
1224	* hello-clisp: New subdirectory.
1225	* hello-librep: New subdirectory.
1226	* hello-smalltalk: New subdirectory.
1227	* hello-java: New subdirectory.
1228	* hello-java-awt: New subdirectory.
1229	* hello-java-swing: New subdirectory.
1230	* hello-gawk: New subdirectory.
1231	* hello-pascal: New subdirectory.
1232	* hello-ycp: New subdirectory.
1233	* hello-tcl: New subdirectory.
1234	* hello-tcl-tk: New subdirectory.
1235	* hello-perl: New subdirectory.
1236	* hello-php: New subdirectory.
1237
1238