summaryrefslogtreecommitdiff
path: root/gettext-tools/po/ChangeLog.1
blob: 91ed01c58f90fef15b779d8ab3af7708ec4d20cd (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
2015-09-11  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19.6 released.

2015-09-11  Daiki Ueno  <ueno@gnu.org>

	* fi.po: Update from Jorma Karvonen <karvonen.jorma@gmail.com>.
	* it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* zh_CN.po: Update from Ji ZhengYu <zhengyuji@gmail.com>.

2015-07-10  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19.5 released.

2015-07-10  Daiki Ueno  <ueno@gnu.org>

	* bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>.
	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* da.po: Update from Keld Simonsen <keld@keldix.com>.
	* de.po: Update from Philipp Thomas <pth@suse.de>.
	* es.po: Update from Antonio Ceballos <aceballos@gmail.com>.
	* fr.po: Update from Stéphane Aulery <lkppo@free.fr>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* sk.po: Update from Marcel Telka <marcel@telka.sk>.
	* sl.po: Update from Primoz PETERLIN <primozz.peterlin@gmail.com>.
	* uk.po: Update from Yuri Chornoivan <yurchor@ukr.net>.
	* vi.po: Update from Trần Ngọc Quân <vnwildman@gmail.com>.

2015-03-09  Daiki Ueno  <ueno@gnu.org>

	* POTFILES.in: Add format-kde.c and format-kde-kuit.c.

2014-12-24  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19.4 released.

2014-12-24  Daiki Ueno  <ueno@gnu.org>

	* bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>.
	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* de.po: Update from Mario Blättermann <mario.blaettermann@gmail.com>.
	* es.po: Update from Antonio Ceballos <aceballos@gmail.com>.
	* fi.po: Update from Jorma Karvonen <karvonen.jorma@gmail.com>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* pt_BR.po: Update from Rafael Ferreira <rafael.f.f1@gmail.com>.
	* ru.po: Update from Pavel Maryanov <acid@jack.kiev.ua>.
	* sk.po: Update from Marcel Telka <marcel@telka.sk>.
	* sl.po: Update from Primoz PETERLIN <primozz.peterlin@gmail.com>.
	* sr.po: Update from Мирослав Николић <miroslavnikolic@rocketmail.com>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
	* uk.po: Update from Yuri Chornoivan <yurchor@ukr.net>.
	* vi.po: Update from Trần Ngọc Quân <vnwildman@gmail.com>.

2014-10-15  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19.3 released.

2014-10-15  Daiki Ueno  <ueno@gnu.org>

	* es.po: Update.

2014-10-08  Daiki Ueno  <ueno@gnu.org>

	* Makevars (MSGINIT_OPTIONS): New variable.
	* Makevars.template (MSGINIT_OPTIONS): Likewise.

2014-07-14  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19.2 released.

2014-06-10  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19.1 released.

2014-06-02  Daiki Ueno  <ueno@gnu.org>

	po: Sync gettext-tools/po/Makevars with gettext-runtime/po/Makevars
	* Makevars (PACKAGE_GNU, PO_DEPENDS_ON_POT)
	(DIST_DEPENDS_ON_UPDATE_PO): New variables.
	* Makevars.template (PACKAGE_GNU, PO_DEPENDS_ON_POT)
	(DIST_DEPENDS_ON_UPDATE_PO): New variables.

2014-06-02  Daiki Ueno  <ueno@gnu.org>

	* gettext 0.19 released.

2014-04-21  Daiki Ueno  <ueno@gnu.org>

	* Rules-quot: Use built-in filter if possible.

2014-04-02  Daiki Ueno  <ueno@gnu.org>

	* Rules-quot: Add a license notice.

2013-07-04  Daiki Ueno  <ueno@gnu.org>

	* bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>.
	* de.po: Update from Jakob Kramer <jakob.kramer@gmx.de>.
	* fi.po: Update from Jorma Karvonen <karvonen.jorma@gmail.com>.
	* it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* pt_BR.po: Update from Rafael Ferreira <rafael.f.f1@gmail.com>.
	* sl.po: Update from Primoz PETERLIN <primozz.peterlin@gmail.com>.
	* sk.po: Update from Marcel Telka <marcel@telka.sk>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
	* uk.po: Update from Yuri Chornoivan <yurchor@ukr.net>.
	* vi.po: Update from Trần Ngọc Quân <vnwildman@gmail.com>.
	* zh_CN.po: Update from Ji ZhengYu <zhengyuji@gmail.com>.

2013-06-25  Daiki Ueno  <ueno@gnu.org>

	Allow user to supply custom sed command when generating en@quot.po.
	This is necessary because BSD Sed is known not to work well with
	an input not ending with a newline.
	* Makefile.in.in (SED): Define using @SED@.
	* Rules-quot: Use '$(SED)' instead of 'sed' as the FILTER argument
	of msgfilter.
	Reported by Mats Erik Andersson in
	<https://lists.gnu.org/archive/html/bug-gettext/2013-04/msg00028.html>.

2013-06-04  Daiki Ueno  <ueno@gnu.org>

	Support for Vala.
	* POTFILES.in: Add src/x-vala.c.

2013-04-30  Daiki Ueno  <ueno@gnu.org>

	* POTFILES.in: Add src/format-javascript.c, src/format-lua.c,
	src/format-python-brace.c, src/x-javascript.c, and src/x-lua.c.

2013-04-30  Daiki Ueno  <ueno@gnu.org>

	Update after gnulib changed.
	* POTFILES.in: Add gnulib-lib/set-acl.c.  Remove
	gnulib-lib/set-mode-acl.c.

2013-03-02  Bruno Haible  <bruno@clisp.org>

	* bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* uk.po: Update from Yuri Chornoivan <yurchor@ukr.net>.
	* vi.po: Update from Trần Ngọc Quân <vnwildman@gmail.com>.

2012-12-25  Daiki Ueno  <ueno@gnu.org>

	* gettext-0.18.2 released.

2012-12-07  Bruno Haible  <bruno@clisp.org>

	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* gl.po: Update from Leandro Regueiro <leandro.regueiro@gmail.com>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* pa.po: New file, from A S Alam <aalam@users.sf.net>.
	* sk.po: Update from Marcel Telka <marcel@telka.sk>.
	* uk.po: Update from Yuri Chornoivan <yurchor@ukr.net>.
	* vi.po: Update from Trần Ngọc Quân <vnwildman@gmail.com>.
	* LINGUAS: Add pa.

2012-02-19  Bruno Haible  <bruno@clisp.org>

	Rules.quot: Reenable use of build gettext tools in gettext package.
	* Rules-quot (.insert-header.po-update-en): Augment PATH in the
	gettext-tools package.

2011-08-11  Paul Eggert  <eggert@cs.ucla.edu>

	Makefile.in.in: fix make -q problem
	* build-aux/po/Makefile.in.in (check-macro-version): Remove this
	rule, since there's no file named 'check-macro-version' and its
	use as a file breaks make -q.
	(all): Don't depend on check-macro-version.
	(CHECK_MACRO_VERSION): New macro.
	(stamp-po): Use it.

2011-08-28  Bruno Haible  <bruno@clisp.org>

	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.

2011-06-02  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add src/format-gfc-internal.c, src/format-qt-plural.c.

2011-01-18  Bruno Haible  <bruno@clisp.org>

	* da.po: Update from Keld Simonsen <keld@keldix.com>.
	* sl.po: Update from Primoz Peterlin <primozz.peterlin@gmail.com>.

2011-06-02  Bruno Haible  <bruno@clisp.org>

	Update after gnulib changed.
	* POTFILES.in: Add gnulib-lib/copy-acl.c, gnulib-lib/pipe-filter-ii.c,
	gnulib-lib/set-mode-acl.c, gnulib-lib/spawn-pipe.c. Remove
	gnulib-lib/pipe.c.

2011-06-02  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add src/format-c-parse.h.

2010-10-10  Bruno Haible  <bruno@clisp.org>

	* bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>.

2010-08-23  Bruno Haible  <bruno@clisp.org>

	* fi.po: Update from Jorma Karvonen <karvonen.jorma@gmail.com>.
	* it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.

2010-07-27  Bruno Haible  <bruno@clisp.org>

	* fr.po: Update from Christophe Combelles <ccomb@free.fr>.

2010-07-02  Bruno Haible  <bruno@clisp.org>

	* zh_CN.po: Update from Ji ZhengYu <zhengyuji@gmail.com>.

2010-06-12  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in ($(DOMAIN).pot-update): When GNU find is available,
	avoid grepping through monster files.
	Reported by Jim Meyering <jim@meyering.net>.

2010-06-04  Bruno Haible  <bruno@clisp.org>

	Offer more choices in the Makevars template.
	* Makevars.template (USE_MSGCTXT, MSGMERGE_OPTIONS): New variables.

2010-06-04  Bruno Haible  <bruno@clisp.org>

	* gettext-0.18.1 released.

2010-05-24  Bruno Haible  <bruno@clisp.org>

	* bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>.
	* id.po: Update from Arif E. Nugroho <arif_endro@yahoo.com>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* sk.po: Update from Marcel Telka <marcel@telka.sk>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
	* vi.po: Update from Clytie Siddall <clytie@riverland.net.au>.

2010-05-09  Bruno Haible  <bruno@clisp.org>

	* gettext-0.18 released.

2010-05-09  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (GETTEXT_MACRO_VERSION): Bump to 0.18.

2010-03-03  Bruno Haible  <bruno@clisp.org>

	* bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>.

2010-02-07  Bruno Haible  <bruno@clisp.org>

	* bg.po: New file, from Roumen Petrov <transl@roumenpetrov.info>.
	* LINGUAS: Add bg.

2009-12-19  Bruno Haible  <bruno@clisp.org>

	* fi.po: Update from Lauri Nurmi <lanurmi@iki.fi>.
	* id.po: Update from Arif E. Nugroho <arif_endro@yahoo.com>.
	* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
	* nl.po: Update from Benno Schulenberg <benno@vertaalt.nl> and
	Erwin Poeze <erwin.poeze@gmail.com>.
	* nn.po: Update from Eirik U. Birkeland <eirbir@gmail.com>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* zh_CN.po: Update from Ji ZhengYu <zhengyuji@gmail.com>.

2009-08-16  Bruno Haible  <bruno@clisp.org>

	* Makevars (MSGMERGE_OPTIONS): New variable.
	* Makefile.in.in ($(POFILES), .nop.po-update): Use it when invoking
	msgmerge.
	Suggested by Guillem Jover <guillem@debian.org>.

2009-07-28  Bruno Haible  <bruno@clisp.org>

	* sk.po: Update from Marcel Telka <marcel@telka.sk>.

2009-07-25  Bruno Haible  <bruno@clisp.org>

	* de.po: Update from Karl Eichwalder <ke@suse.de>.

2009-06-08  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (install-data-yes, installdirs-data-yes): Remove
	unnecessary mkdir of $(datadir).
	Reported by Serge Pavlovsky <pal666@gmail.com>.

2009-02-27  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (Makefile): Use @SHELL@, not $(SHELL).
	Reported by Scott James Remnant <scott@ubuntu.com>.

2009-01-18  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (.po.gmo): Pass --verbose to msgfmt when producing
	statistics.
	Suggested by Vincent Lefevre <vincent@vinc17.org>.

2009-01-18  Bruno Haible  <bruno@clisp.org>

	* id.po: Update from Arif E. Nugroho <arif_endro@yahoo.com>.
	* zh_CN.po: Update from Ji ZhengYu <zhengyuji@gmail.com>.

2008-09-28  Bruno Haible  <bruno@clisp.org>

	* Rules-quot (.insert-header.po-update-en): Pass the locale name with
	suffix to msginit. Needed for the "Language:" field in the header
	entry.

2008-05-19  Bruno Haible  <bruno@clisp.org>

	* Makevars (XGETTEXT_OPTIONS): Remove the options for proper_name and
	proper_name_utf8, now collected automatically through
	AM_XGETTEXT_OPTION.

2008-05-08  Bruno Haible  <bruno@clisp.org>

	* sk.po: Update from Marcel Telka <marcel@telka.sk>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.

2007-12-24  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in ($(POFILES), .nop.po-update): When using msgmerge
	0.18 or newer, pass a --lang option.

2007-12-24  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (.nop.po-update): Put all non-option arguments after
	all option arguments, so that the commands work 1. when POSIXLY_CORRECT
	is set, 2. on platforms whose getopt facility is POSIX compliant but
	not GNU libc compatible, such as Cygwin.

2007-11-07  Bruno Haible  <bruno@clisp.org>

	* gettext-0.17 released.

2007-10-30  Bruno Haible  <bruno@clisp.org>

	* nb.po: Renamed from no.po.
	* LINGUAS: Add nb, remove no.

2007-10-30  Bruno Haible  <bruno@clisp.org>

	* it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.

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

	* Makefile.in.in ($(DOMAIN).pot-update): Consider the
	XGETTEXT_EXTRA_OPTIONS variable.

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

	* Makefile.in.in (GETTEXT_MACRO_VERSION): Bump to 0.17.

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

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.

2007-10-27  Bruno Haible  <bruno@clisp.org>

	* fr.po: Update from Christophe Combelles <ccomb@free.fr>.

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

	* nl.po: Update from Benno Schulenberg <benno@vertaalt.nl>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* sl.po: Update from
	Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
	* vi.po: Update from Clytie Siddall <clytie@riverland.net.au>.

2007-10-18  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in ($(DOMAIN).pot-update): Don't pass the package name
	and version to xgettext if the xgettext version is < 0.16.2.

2007-10-07  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in ($(DOMAIN).pot-update): Exclude "GNU <package>"
	matches from the libtool script in any directory.

2007-09-30  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in ($(DOMAIN).pot-update): Pass the package name and
	version to xgettext.

2007-09-19  Bruno Haible  <bruno@clisp.org>

	* eu.po: New file, from Piarres Beobide <pi@beobide.net>.
	* LINGUAS: Add eu.

2007-09-15  Bruno Haible  <bruno@clisp.org>

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* ru.po: Update from Oleg S. Tihonov <ost@tatnipi.ru>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
	* tr.po: Update from Nilgün Belma Bugüner <nilgun@buguner.name.tr>.
	* uk.po: Update from Maxim V. Dziumanenko <dziumanenko@gmail.com>.
	* vi.po: Update from Clytie Siddall <clytie@riverland.net.au>.

2007-09-08  Bruno Haible  <bruno@clisp.org>

	Check that the gettext macros and Makefile.in.in are in sync.
	* Makefile.in.in (GETTEXT_MACRO_VERSION): New macro.
	(check-macro-version): New target.
	(all): Depend on it.
	Suggested by Daniel Leidert <daniel.leidert.spam@gmx.net>.

2007-06-11  Bruno Haible  <bruno@clisp.org>

	* fr.po: Update from Christophe Combelles <ccomb@free.fr>.

2007-01-30  Bruno Haible  <bruno@clisp.org>

	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* uk.po: Update from Maxim V. Dziumanenko <dziumanenko@gmail.com>.

2006-11-27  Bruno Haible  <bruno@clisp.org>

	* gettext-0.16.1 released.

2006-11-27  Bruno Haible  <bruno@clisp.org>

	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.

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

	* gettext-0.16 released.

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

	* POTFILES.in: Add libgettextpo/gettext-po.c, remove src/gettext-po.c.

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

	* POTFILES.in: Add src/read-catalog.c, remove src/read-po.c.
	Add src/open-catalog.c, remove src/open-po.c.

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

	* POTFILES.in: Add src/write-catalog.c.

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

	* fr.po: Update from Christophe Combelles <ccomb@free.fr>.
	* sl.po: Update from
	Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>.

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

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
	* zh_CN.po: Update from Funda Wang <fundawang@linux.net.cn>.

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

	* Makefile.in.in (install_sh): New variable.
	Fixes "make install" errors in packages that have no 'mkinstalldirs'
	file and use automake <= 1.9.x, on platforms where 'mkdir' does not
	support the -p option.

2006-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* Makefile.in.in (MKDIR_P): New variable. Needed by $(mkdir_p) with
	Automake-1.10.

2006-07-31  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Refer to gnulib-lib/ instead of lib/. Drop xerror.c.

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

	* Rules-msvc: Remove file.
	* Makefile.msvc.sh: Remove file.

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

	* Rules-vms: Remove file.
	* Makefile.vms.sh: Remove file.

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

	* gettext-0.15 released.

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

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* fr.po: Update from Michel Robitaille <robitail@iro.umontreal.ca>.
	* it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
	* vi.po: Update from Clytie Siddall <clytie@riverland.net.au>.

2006-07-03  Bruno Haible  <bruno@clisp.org>

	* it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* tr.po: Update from Nilgün Belma Bugüner <nilgun@buguner.name.tr>.
	* zh_CN.po: Update from Funda Wang <fundawang@linux.net.cn>.

2006-06-12  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (mkinstalldirs): New variable. Needed by $(mkdir_p)
	if an mkinstalldirs file is present.

2006-03-13  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add lib/javaversion.c.

2006-04-17  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (MKINSTALLDIRS, mkinstalldirs): Remove variables.
	(mkdir_p): New variable.
	(install-data, install-data-yes, installdirs-data,
	installdirs-data-yes): Use $(mkdir_p) instead of $(mkinstalldirs).

2006-04-14  Bruno Haible  <bruno@clisp.org>

	Don't ignore the --localedir option from autoconf >= 2.60.
	* Makefile.in.in (localedir): Set to the value determined by the
	configure script.

2006-04-07  Bruno Haible  <bruno@clisp.org>

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* es.po: Update from Max de Mendizábal <max@upn.mx>.
	* fr.po: Update from Michel Robitaille <robitail@iro.umontreal.ca>.
	* it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* ru.po: Update from Oleg S. Tihonov <ost@tatnipi.ru>.
	* sk.po: Update from Marcel Telka <marcel@telka.sk>.
	* sl.po: Update from
	Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>.
	* uk.po: Update from Maxim V. Dziumanenko <mvd@mylinux.com.ua>.
	* vi.po: Update from Clytie Siddall <clytie@riverland.net.au>.
	* zh_CN.po: Update from Funda Wang <fundawang@linux.net.cn>.
	* zh_TW.po: Update from Abel Cheung <abelcheung@gmail.com>.

2006-04-02  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add lib/quotearg.c, src/format-boost.c,
	src/format-scheme.c, src/msgl-check.c, src/po-xerror.c,
	src/recode-sr-latin.c, src/x-scheme.c. Remove src/po-lex.h.

2006-04-02  Bruno Haible  <bruno@clisp.org>

	* Makevars (XGETTEXT_OPTIONS): Add keywords 'proper_name' and
	'proper_name_utf8'.

2005-10-18  Bruno Haible  <bruno@clisp.org>

	* Makevars (USE_MSGCTXT): New macro.
	* Makefile.in.in (GMSGFMT, MSGFMT, XGETTEXT): Define according to the
	value of $(USE_MSGCTXT).

2005-07-26  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (datarootdir): New variable.
	Suggested by Stepan Kasal <kasal@ucw.cz>.

2005-03-13  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (Makefile): Call config.status with calling convention
	supported since autoconf-2.50.
	Suggested by Alexandre Duret-Lutz <adl@src.lip6.fr>.

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

	* gettext-0.14.6 released.

2005-05-23  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14.5 released.

2005-05-23  Bruno Haible  <bruno@clisp.org>

	* it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* vi.po: New file, from Clytie Siddall <clytie@riverland.net.au>.
	* zh_TW.po: Update from Abel Cheung <abelcheung@gmail.com>.
	* LINGUAS: Add vi.

2005-04-11  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14.4 released.

2005-04-11  Bruno Haible  <bruno@clisp.org>

	* it.po: Update from Marco Colombo <m.colombo@ed.ac.uk>.
	* ru.po: Update from Oleg S. Tihonov <ost@tatnipi.ru>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.

2005-03-14  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14.3 released.

2005-03-13  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (Makefile): Depend on Makevars.
	Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.

2005-03-06  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (dist2): Fail if some of the files to be distributed
	do not exist or cannot be copied.
	Suggested by Alexandre Duret-Lutz <adl@src.lip6.fr>.

2005-03-06  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (DISTFILES): Remove $(DOMAIN).pot, stamp-po.
	(stamp-po): Do nothing if $(DOMAIN).pot does not exist.
	(dist2): Depend on stamp-po. If $(DOMAIN).pot exists, distribute also
	$(DOMAIN).pot and stamp-po.
	Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.

2005-02-24  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14.2 released.

2005-02-21  Bruno Haible  <bruno@clisp.org>

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* fr.po: Update from Michel Robitaille <robitail@iro.umontreal.ca>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* ru.po: Update from Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>.
	* sk.po: Update from Marcel Telka <marcel@telka.sk>.
	* tr.po: Update from Nilgün Belma Bugüner <nilgun@superonline.com>.
	* zh_CN.po: Update from Funda Wang <fundawang@linux.net.cn>.

2005-02-06  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (PACKAGE_BUGREPORT): New variable.
	($(DOMAIN).pot-update): If MSGID_BUGS_ADDRESS is empty and
	PACKAGE_BUGREPORT is available, use the latter.
	Reported by Simon Josefsson <jas@extundo.com>.

2005-01-26  Bruno Haible  <bruno@clisp.org>

	* ru.po: Update from Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>.

2005-01-06  Bruno Haible  <bruno@clisp.org>

	* uk.po: New file, from Maxim V. Dziumanenko <mvd@mylinux.com.ua>.
	* de.po: Downgrade to old orthography from Karl Eichwalder <ke@suse.de>.
	* LINGUAS: Add uk.

2004-09-06  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Update.

2004-09-06  Bruno Haible  <bruno@clisp.org>

	* Makevars (XGETTEXT_OPTIONS): Recognize error_logger calls.

2004-09-05  Bruno Haible  <bruno@clisp.org>

	* Makevars (XGETTEXT_OPTIONS): Recognize po_error and po_error_at_line.

2004-03-21  Bruno Haible  <bruno@clisp.org>

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* es.po: Update from Max de Mendizábal <max@upn.mx>.
	* sr.po: Update from Danilo Segan <dsegan@gmx.net>.
	* zh_CN.po: Update from Funda Wang <fundawang@linux.net.cn>.

2004-01-29  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14.1 released.

2004-01-28  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14 released.

2004-01-28  Bruno Haible  <bruno@clisp.org>

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* fr.po: Update from Michel Robitaille <robitail@iro.umontreal.ca>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* sk.po: Update from Marcel Telka <marcel@telka.sk>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
	* tr.po: Update from Nilgün Belma Bugüner <nilgun@superonline.com>.
	* zh_CN.po: Update from Funda Wang <fundawang@linux.net.cn>.

2004-01-17  Bruno Haible  <bruno@clisp.org>

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* fr.po: Update from Michel Robitaille <robitail@iro.umontreal.ca>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* sk.po: Update from Marcel Telka <marcel@telka.sk>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
	* zh_CN.po: Update from Funda Wang <fundawang@linux.net.cn>.

2004-01-16  Bruno Haible  <bruno@clisp.org>

	Create en@quot.po when it doesn't exist.
	* Makefile.in.in (.SUFFIXES): Add .po-create.
	($(POFILES)): Invoke .po-create target when the PO file does not exist.
	(.nop.po-create): New rule.
	* Rules-quot (en@quot.po-create, en@boldquot.po-create): New rules.

2003-12-17  Bruno Haible  <bruno@clisp.org>

	* gettext-0.13.1 released.

2003-12-07  Bruno Haible  <bruno@clisp.org>

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* es.po: Update from Max de Mendizábal <max@upn.mx>.
	* fr.po: Update from Michel Robitaille <robitail@iro.umontreal.ca>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* sk.po: Update from Marcel Telka <marcel@telka.sk>.
	* sr.po: Update from Danilo Segan <dsegan@gmx.net>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
	* tr.po: Update from Nilgün Belma Bugüner <nilgun@superonline.com>.
	* zh_CN.po: Update from Funda Wang <fundawang@linux.net.cn>.

2003-11-30  Bruno Haible  <bruno@clisp.org>

	* gettext-0.13 released.

2003-11-30  Bruno Haible  <bruno@clisp.org>

	* es.po: Update from Max de Mendizábal <max@upn.mx>.
	* sk.po: Update from Marcel Telka <marcel@telka.sk>.
	* sr.po: New file, from Danilo Segan <dsegan@gmx.net>.
	* LINGUAS: Add sr.

2003-11-24  Bruno Haible  <bruno@clisp.org>

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl> and
	Jakub Bogusz <qboosh@pld.org.pl>.
	* ro.po: New file, from Eugen Hoanca <eugenh@urban-grafx.ro>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
	* tr.po: Update from Nilgün Belma Bugüner <nilgun@superonline.com>.
	* LINGUAS: Add ro.

2003-11-22  Bruno Haible  <bruno@clisp.org>

	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.

2003-11-19  Bruno Haible  <bruno@clisp.org>

	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* fr.po: Update from Michel Robitaille <robitail@iro.umontreal.ca>.
	* zh_CN.po: Update from Funda Wang <fundawang@linux.net.cn>.

2003-11-09  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (stamp-po): Remake all GMOFILES, not just those
	needed in this build. This is necessary because stamp-po persists
	across "make distclean".

2003-11-05  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add src/user-email.sh.in.

2003-10-19  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add src/format-qt.c and src/write-qt.c.

2003-10-14  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add src/read-stringtable.c.

2003-10-09  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add src/java.c.

2003-10-05  Bruno Haible  <bruno@clisp.org>

	* Makevars (XGETTEXT_OPTIONS): Add --flag options.

2003-09-14  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add src/format-sh.c, src/x-sh.c, lib/closeout.c.

2003-08-25  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add format-gcc-internal.c.

2003-08-22  Bruno Haible  <bruno@clisp.org>

	* zh_CN.po: New file, from Funda Wang <fundawang@linux.net.cn>.
	* LINGUAS: Add zh_CN.

2003-07-05  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add format-perl-brace.c, remove format-perl-bracket.c.

2003-07-31  Bruno Haible  <bruno@clisp.org>

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.

2003-06-22  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add lib/w32spawn.h, src/read-properties.c,
	(both present since gettext-0.12), src/format-perl-bracket.c.

2003-06-22  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in: Add a version number, to be used by intltools.

2003-06-12  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Remove duplicate entry.

2003-06-11  Guido Flohr  <guido@imperia.net>

	* POTFILES.in: Add src/format-perl.c and src/x-perl.c.

2003-06-11  Bruno Haible  <bruno@clisp.org>

	* de.po: Update from Karl Eichwalder <ke@suse.de>.

2003-05-27  Bruno Haible  <bruno@clisp.org>

	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.

2003-05-22  Bruno Haible  <bruno@clisp.org>

	* gettext-0.12.1 released.

2003-05-22  Bruno Haible  <bruno@clisp.org>

	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* fr.po: Update from Michel Robitaille <robitail@iro.umontreal.ca>.
	* ko.po: Update from Changwoo Ryu <cwryu@debian.org>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
	* tr.po: Update from Nilgün Belma Bugüner <nilgun@superonline.com>.

2003-05-20  Bruno Haible  <bruno@clisp.org>

	* fr.po: Update from Michel Robitaille <robitail@iro.umontreal.ca>.

2003-05-19  Bruno Haible  <bruno@clisp.org>

	* de.po: Update from Karl Eichwalder <ke@suse.de>.

2003-05-17  Bruno Haible  <bruno@clisp.org>

	* gettext-0.12 released.

2003-05-12  Bruno Haible  <bruno@clisp.org>

	* es.po: Update from Max de Mendizábal <max@upn.mx>.

2003-05-08  Bruno Haible  <bruno@clisp.org>

	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* sl.po: Update from
	Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>.

2003-05-07  Bruno Haible  <bruno@clisp.org>

	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* sk.po: Update from Marcel Telka <marcel@telka.sk>.

2003-04-29  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (stamp-po, update-po): Avoid infinite recursion if
	LINGUAS is empty.

2003-04-22  Bruno Haible  <bruno@clisp.org>

	* sk.po: Update from Marcel Telka <marcel@telka.sk>.

2003-04-12  Bruno Haible  <bruno@clisp.org>

	VMS support.
	* Rules-vms: New file.
	* Makefile.vms.sh: New file.

2003-03-17  Bruno Haible  <bruno@clisp.org>

	Native Woe32/MSVC support.
	* Makefile.msvc.sh: New file.
	* Rules-msvc: New file.

2003-03-29  Bruno Haible  <bruno@clisp.org>

	* da.po: Update from Keld Simonsen <keld@dkuug.dk>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* sl.po: Update from
	Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.

2003-02-28  Bruno Haible  <bruno@clisp.org>

	* Makefile.in.in (mkinstalldirs): Simplify. Prepending
	"$(top_builddir)/" in the case of a relative $srcdir is now handled
	in gettext.m4.

2003-02-24  Bruno Haible  <bruno@clisp.org>

	* ca.po: Update from Ivan Vilata i Balaguer <ivan@selidor.net>.
	* de.po: Update from Karl Eichwalder <ke@suse.de>.
	* ja.po: Update from Masahito Yamaga <ma@yama-ga.com>.
	* pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl>.
	* ru.po: Update from Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>.
	* sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.

2003-02-23  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Add src/format-invalid.h. Replace src/po-gram-gen.c
	with src/po-gram-gen.y.

2003-02-16  Bruno Haible  <bruno@clisp.org>

	* Makevars.template: New file.
	* Makevars (MSGID_BUGS_ADDRESS): New variable.
	* Makefile.in.in (DISTFILES.common): Remove Makevars.
	(DISTFILES): Add Makevars here.
	($(DOMAIN).pot-update): Pass --msgid-bugs-address to xgettext.
	(install-data): Install Makevars.template. Uninstall Makevars.
	(uninstall-data): Uninstall Makevars.template.
	(dist2): Distribute Makevars.template, in gettext-tools package only.

2003-02-12  Bruno Haible  <bruno@clisp.org>

	* POTFILES.in: Bring up to date.

	* Makefile.in.in (install-data, installdirs-data, uninstall-data):
	Special case package 'gettext-tools'.
	(.nop.po-update): Likewise.
	(dist2): Distribute also ChangeLog.[0-9] if present.


See ChangeLog.0 for earlier changes.