diff options
Diffstat (limited to 'po/ChangeLog')
-rw-r--r-- | po/ChangeLog | 473 |
1 files changed, 0 insertions, 473 deletions
diff --git a/po/ChangeLog b/po/ChangeLog deleted file mode 100644 index 323900e5..00000000 --- a/po/ChangeLog +++ /dev/null | |||
@@ -1,473 +0,0 @@ | |||
1 | 2020-07-26 Bruno Haible <bruno@clisp.org> | ||
2 | |||
3 | Update translations (from the TP). | ||
4 | * gettext-runtime/po/*.po: Update. | ||
5 | * gettext-tools/po/*.po: Update. | ||
6 | * gettext-tools/examples/po/*.po: Update. | ||
7 | * gettext-tools/examples/po/LINGUAS: Add 'nn'. | ||
8 | * gettext-tools/examples/hello-*/po/LINGUAS: Likewise. | ||
9 | * gettext-tools/examples/Makefile.am (EXAMPLESPOFILES): Add nn.po. | ||
10 | |||
11 | Prepare for 0.21 release. | ||
12 | * gettext-runtime/doc/matrix.texi: Update from TP. | ||
13 | * gettext-runtime/doc/nls.texi (STATUS): Update. | ||
14 | * gettext-runtime/intl/libgnuintl.in.h (LIBINTL_VERSION): Bump. | ||
15 | * gettext-tools/libgettextpo/gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump. | ||
16 | * libtextstyle/version.sh: Update VERSION_NUMBER, RELEASE_DATE. | ||
17 | * gettext-runtime/po/Makefile.in.in: Bump Origin version. | ||
18 | * NEWS, libtextstyle/NEWS, gettext-runtime/NEWS: Update. | ||
19 | * libtextstyle/lib/Makefile.am (LTV_*): Bump to 1:1:1. | ||
20 | * gettext-runtime/intl/Makefile.am (LTV_*): Bump to 10:0:2. | ||
21 | * gettext-tools/libgettextpo/Makefile.am (LTV_*): Bump to 5:7:5. | ||
22 | * gettext-tools/configure.ac (ARCHIVE_VERSION): Bump to 0.21. | ||
23 | * gettext-tools/misc/autopoint.in: Allow version 0.21. | ||
24 | |||
25 | 2020-04-14 Bruno Haible <bruno@clisp.org> | ||
26 | |||
27 | Merge from 0.20.x branch: Update translations (from the TP). | ||
28 | * gettext-runtime/po/*.po: Update. | ||
29 | * gettext-tools/po/*.po: Update. | ||
30 | * gettext-tools/examples/po/*.po: Update. | ||
31 | * gettext-tools/examples/po/LINGUAS: Add 'sq'. | ||
32 | * gettext-tools/examples/hello-*/po/LINGUAS: Likewise. | ||
33 | * gettext-tools/examples/Makefile.am (EXAMPLESPOFILES): Add sq.po. | ||
34 | |||
35 | 2020-04-11 Bruno Haible <bruno@clisp.org> | ||
36 | |||
37 | po: Emit a warning when creating a tarball without POT file. | ||
38 | * gettext-runtime/po/Makefile.in.in (dist2): Emit a warning when the POT file | ||
39 | does not exist. | ||
40 | * gettext-tools/examples/hello-*/po/Makefile.am (distdir1): Likewise. | ||
41 | |||
42 | 2020-04-05 Bruno Haible <bruno@clisp.org> | ||
43 | |||
44 | po, examples: In the .po -> .gmo rules, really consider the newest changes to the POT file. | ||
45 | Reported by Petr Ovtchenkov <ptr@void-ptr.info> in | ||
46 | <https://lists.gnu.org/archive/html/bug-gnulib/2020-04/msg00000.html>. | ||
47 | Helped by Paul Smith. | ||
48 | |||
49 | * gettext-runtime/po/Makefile.in.in (.po.gmo): Write dependency on the POT file | ||
50 | as a target rule, since inference rules don't support prerequisites. | ||
51 | * gettext-tools/examples/hello-*/po/Makefile.am: Likewise, also for the .po.qm | ||
52 | rule. | ||
53 | * NEWS: Mention the fix. | ||
54 | |||
55 | 2019-05-12 Bruno Haible <bruno@clisp.org> | ||
56 | |||
57 | Update translations (from the TP). | ||
58 | |||
59 | Update bug reporting instructions. | ||
60 | * README: Tell users to report bugs in the bug tracker or by email. Use the | ||
61 | mailing list address, not the alias. | ||
62 | * gettext-runtime/libasprintf/README: Likewise. | ||
63 | * gettext-tools/doc/gettext.texi (Introduction): Likewise. | ||
64 | (Plural forms): Use the mailing list address, not the alias. | ||
65 | * configure.ac (AC_INIT): Use the mailing list address, not the alias. | ||
66 | * gettext-runtime/configure.ac (AC_INIT): Likewise. | ||
67 | * gettext-tools/configure.ac (AC_INIT): Likewise. | ||
68 | * gettext-tools/examples/configure.ac (AC_INIT): Likewise. | ||
69 | * gettext-runtime/po/Makevars (MSGID_BUGS_ADDRESS): Use the mailing list | ||
70 | address, not the alias. | ||
71 | * gettext-tools/po/Makevars (MSGID_BUGS_ADDRESS): Likewise. | ||
72 | * gettext-tools/examples/po/Makefile.am (MSGID_BUGS_ADDRESS): Likewise. | ||
73 | * gettext-tools/examples/hello-*/po/Makevars (MSGID_BUGS_ADDRESS): Likewise. | ||
74 | * gettext-tools/examples/hello-*/po/Makefile.am (MSGID_BUGS_ADDRESS): Likewise. | ||
75 | * gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile (MSGID_BUGS_ADDRESS): | ||
76 | Likewise. | ||
77 | * gettext-tools/examples/hello-c++-kde/hello.cc (main): Likewise. | ||
78 | * gettext-runtime/src/envsubst.c (main): Move URL out of translatable string. | ||
79 | (usage): Tell users to report bugs in the bug tracker or by email. Use the | ||
80 | mailing list address, not the alias. | ||
81 | * gettext-runtime/src/gettext.c: Likewise. | ||
82 | * gettext-runtime/src/ngettext.c: Likewise. | ||
83 | * gettext-tools/src/cldr-plurals.c: Likewise. | ||
84 | * gettext-tools/src/hostname.c: Likewise. | ||
85 | * gettext-tools/src/msgattrib.c: Likewise. | ||
86 | * gettext-tools/src/msgcat.c: Likewise. | ||
87 | * gettext-tools/src/msgcmp.c: Likewise. | ||
88 | * gettext-tools/src/msgcomm.c: Likewise. | ||
89 | * gettext-tools/src/msgconv.c: Likewise. | ||
90 | * gettext-tools/src/msgen.c: Likewise. | ||
91 | * gettext-tools/src/msgexec.c: Likewise. | ||
92 | * gettext-tools/src/msgfilter.c: Likewise. | ||
93 | * gettext-tools/src/msgfmt.c: Likewise. | ||
94 | * gettext-tools/src/msggrep.c: Likewise. | ||
95 | * gettext-tools/src/msginit.c: Likewise. | ||
96 | * gettext-tools/src/msgmerge.c: Likewise. | ||
97 | * gettext-tools/src/msgunfmt.c: Likewise. | ||
98 | * gettext-tools/src/msguniq.c: Likewise. | ||
99 | * gettext-tools/src/recode-sr-latin.c: Likewise. | ||
100 | * gettext-tools/src/urlget.c: Likewise. | ||
101 | * gettext-tools/src/xgettext.c: Likewise. | ||
102 | * gettext-tools/tests/tstgettext.c: Likewise. | ||
103 | * gettext-tools/tests/tstngettext.c: Likewise. | ||
104 | * gettext-tools/misc/autopoint.in (func_usage): Tell users to report bugs in the | ||
105 | bug tracker or by email. Use the mailing list address, not the alias. | ||
106 | * gettext-tools/misc/convert-archive.in (func_usage): Likewise. | ||
107 | * gettext-tools/misc/gettextize.in (func_usage): Likewise. | ||
108 | |||
109 | 2019-05-08 Bruno Haible <bruno@clisp.org> | ||
110 | |||
111 | Update translations (from the TP). | ||
112 | |||
113 | 2019-04-28 Bruno Haible <bruno@clisp.org> | ||
114 | |||
115 | In the POT files, talk about the "GNU gettext package". | ||
116 | Reported by Benno Schulenberg <coordinator@translationproject.org>. | ||
117 | |||
118 | * gettext-runtime/po/Makevars (XGETTEXT_OPTIONS): Add --package-name option. | ||
119 | * gettext-tools/po/Makevars (XGETTEXT_OPTIONS): Likewise. | ||
120 | * gettext-tools/examples/po/Makefile.am (XGETTEXT_OPTIONS): New variable. | ||
121 | |||
122 | 2019-04-28 Bruno Haible <bruno@clisp.org> | ||
123 | |||
124 | po: Make it possible to override xgettext options from Makefile.in.in. | ||
125 | * gettext-runtime/po/Makefile.in.in ($(DOMAIN).pot-update): List the | ||
126 | XGETTEXT_OPTIONS and the XGETTEXT_EXTRA_OPTIONS after all other options. | ||
127 | * gettext-tools/examples/po/Makefile.am ($(DOMAIN).pot-update): Likewise. | ||
128 | * gettext-tools/examples/hello-*/po/Makefile.am ($(DOMAIN).pot-update): | ||
129 | Likewise. | ||
130 | * gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile | ||
131 | ($(DOMAIN).pot-update): Likewise. | ||
132 | * NEWS: Mention the change. | ||
133 | * gettext-tools/doc/gettext.texi (po/Makevars): Fix typo. | ||
134 | |||
135 | 2019-04-14 Bruno Haible <bruno@clisp.org> | ||
136 | |||
137 | Update translations (from the TP). | ||
138 | * gettext-runtime/po/*.po: Update. | ||
139 | * gettext-runtime/po/LINGUAS: Add 'ast'. | ||
140 | * gettext-tools/po/*.po: Update. | ||
141 | * gettext-tools/examples/po/*.po: Update. | ||
142 | * gettext-tools/examples/po/LINGUAS: Add 'ta'. | ||
143 | * gettext-tools/examples/hello-*/po/LINGUAS: Likewise. | ||
144 | * gettext-tools/examples/Makefile.am (EXAMPLESPOFILES): Add ta.po. | ||
145 | |||
146 | Prepare for 0.20 release. | ||
147 | * gettext-runtime/intl/libgnuintl.in.h (LIBINTL_VERSION): Update. | ||
148 | * gettext-tools/libgettextpo/gettext-po.in.h (LIBGETTEXTPO_VERSION): Update. | ||
149 | * gettext-runtime/m4/gettext.m4: Bump version number in comment. | ||
150 | * gettext-runtime/m4/intl.m4: Likewise. | ||
151 | * gettext-runtime/m4/intlmacosx.m4: Likewise. | ||
152 | * gettext-runtime/m4/po.m4: Likewise. | ||
153 | (GETTEXT_MACRO_VERSION): Bump to 0.20. | ||
154 | * gettext-runtime/po/Makefile.in.in (GETTEXT_MACRO_VERSION): Likewise. | ||
155 | * gettext-runtime/intl/Makefile.am (LTV_*): Bump to 9:6:2. | ||
156 | * gettext-tools/libgettextpo/Makefile.am (LTV_*): Bump to 5:5:5. | ||
157 | * gettext-tools/configure.ac (ARCHIVE_VERSION): Set to 0.20. | ||
158 | * gettext-tools/misc/autopoint.in: Accept version 0.20. | ||
159 | * gettext-runtime/doc/matrix.texi: Update from TP. | ||
160 | * gettext-runtime/doc/nls.texi (STATUS): Update. | ||
161 | * gettext-runtime/src/envsubst.c (main): Update copyright year in --version | ||
162 | output. | ||
163 | * gettext-runtime/src/gettext.c (main): Likewise. | ||
164 | * gettext-runtime/src/ngettext.c (main): Likewise. | ||
165 | * gettext-tools/src/cldr-plurals.c (main): Likewise. | ||
166 | * gettext-tools/src/hostname.c (main): Likewise. | ||
167 | * gettext-tools/src/msgattrib.c (main): Likewise. | ||
168 | * gettext-tools/src/msgcat.c (main): Likewise. | ||
169 | * gettext-tools/src/msgcmp.c (main): Likewise. | ||
170 | * gettext-tools/src/msgcomm.c (main): Likewise. | ||
171 | * gettext-tools/src/msgconv.c (main): Likewise. | ||
172 | * gettext-tools/src/msgen.c (main): Likewise. | ||
173 | * gettext-tools/src/msgexec.c (main): Likewise. | ||
174 | * gettext-tools/src/msgfilter.c (main): Likewise. | ||
175 | * gettext-tools/src/msgfmt.c (main): Likewise. | ||
176 | * gettext-tools/src/msggrep.c (main): Likewise. | ||
177 | * gettext-tools/src/msginit.c (main): Likewise. | ||
178 | * gettext-tools/src/msgmerge.c (main): Likewise. | ||
179 | * gettext-tools/src/msgunfmt.c (main): Likewise. | ||
180 | * gettext-tools/src/msguniq.c (main): Likewise. | ||
181 | * gettext-tools/src/recode-sr-latin.c (main): Likewise. | ||
182 | * gettext-tools/src/urlget.c (main): Likewise. | ||
183 | * gettext-tools/src/xgettext.c (main): Likewise. | ||
184 | * gettext-runtime/src/gettext.sh.in (func_version): Update copyright year. | ||
185 | * gettext-tools/misc/convert-archive.in (func_version): Likewise. | ||
186 | * gettext-tools/misc/gettextize.in (func_version): Likewise. | ||
187 | * libtextstyle/version.sh: Use version number 0.20 here as well. | ||
188 | * gettext-runtime/NEWS: Mention changes (from main NEWS). | ||
189 | * libtextstyle/NEWS: Mention changes. | ||
190 | |||
191 | 2019-04-04 Bruno Haible <bruno@clisp.org> | ||
192 | |||
193 | Add copyright notices in several files. | ||
194 | Reported by <ineiev@gnu.org> in <https://savannah.gnu.org/bugs/?54809>. | ||
195 | |||
196 | * gettext-runtime/m4/Makefile.am: Add GPL copyright notice. | ||
197 | * gettext-tools/m4/Makefile.am: Likewise. | ||
198 | * gettext-tools/doc/iso-639.sed: Likewise. | ||
199 | * gettext-tools/doc/iso-639-2.sed: Likewise. | ||
200 | * gettext-tools/doc/iso-3166.sed: Likewise. | ||
201 | * gettext-tools/its/glade1.its: Likewise. | ||
202 | * gettext-tools/its/glade2.its: Likewise. | ||
203 | * gettext-tools/its/gsettings.its: Likewise. | ||
204 | * gettext-tools/its/gtkbuilder.its: Likewise. | ||
205 | * gettext-tools/misc/cvsuser.c: Likewise. | ||
206 | * gettext-tools/projects/team-address: Likewise. | ||
207 | * gettext-tools/projects/GNOME/team-address: Likewise. | ||
208 | * gettext-tools/projects/GNOME/trigger: Likewise. | ||
209 | * gettext-tools/projects/KDE/team-address: Likewise. | ||
210 | * gettext-tools/projects/KDE/trigger: Likewise. | ||
211 | * gettext-tools/projects/TP/team-address: Likewise. | ||
212 | * windows/windres-options: Likewise. | ||
213 | * gettext-runtime/po/insert-header.sin: Add copyright notice, based on the one | ||
214 | in Rules-quot. | ||
215 | * gettext-tools/doc/FAQ.html: Add copyright notice, suitable for documentation. | ||
216 | |||
217 | 2018-11-25 Bruno Haible <bruno@clisp.org> | ||
218 | |||
219 | build: Remove generated files from version control. | ||
220 | This creates a bootstrapping issue, but it can be mitigated: | ||
221 | If a user wants to build GNU gettext on a platform which does not have the | ||
222 | GNU gettext programs installed, they first need to build and install a tarball | ||
223 | of GNU gettext; then only they can build GNU gettext from the git repository. | ||
224 | |||
225 | * gettext-runtime/po/gettext-runtime.pot: Remove file. | ||
226 | * gettext-tools/po/gettext-tools.pot: Remove file. | ||
227 | * gettext-tools/examples/po/gettext-examples.pot: Remove file. | ||
228 | |||
229 | 2018-10-25 Bruno Haible <bruno@clisp.org> | ||
230 | |||
231 | po, examples: Change .po -> .gmo rules to consider the newest changes to the POT file. | ||
232 | Reported by Claude Paroz <claude@2xlibre.net> | ||
233 | in <https://savannah.gnu.org/bugs/?50910>. | ||
234 | |||
235 | * gettext-runtime/m4/po.m4 (AM_PO_SUBDIRS): Set MSGMERGE_FOR_MSGFMT_OPTION. | ||
236 | * gettext-runtime/po/Makefile.in.in (MSGMERGE): Use GNU msgmerge, even if not | ||
237 | first in $PATH. | ||
238 | (MSGMERGE_FOR_MSGFMT_OPTION): New variable. | ||
239 | (.po.gmo): Depend on the POT file. Use msgmerge on the fly, to take into | ||
240 | account the most recent POT file changes. | ||
241 | * gettext-tools/examples/hello-*/po/Makefile.am: Likewise, also for the .po.qm, | ||
242 | update-properties, update-classes targets. | ||
243 | * gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile | ||
244 | (MSGMERGE_FOR_MSGFMT_OPTION): New variable. | ||
245 | ($(STRINGSFILES)): Depend on the POT file. Use msgmerge on the fly, to take | ||
246 | into account the most recent POT file changes. | ||
247 | |||
248 | 2018-10-24 Bruno Haible <bruno@clisp.org> | ||
249 | |||
250 | po, examples: Put stamp-po in the source directory. | ||
251 | Rationale: <https://www.gnu.org/prep/standards/html_node/Makefile-Basics.html>. | ||
252 | |||
253 | * gettext-runtime/po/Makefile.in.in: Use $(srcdir)/stamp-po instead of stamp-po. | ||
254 | Talk about "version control system", not CVS. | ||
255 | * gettext-tools/examples/hello-*/po/Makefile.am: Likewise. | ||
256 | * gettext-tools/examples/po/Makefile.am: Likewise. | ||
257 | * gettext-tools/examples/check-examples (func_check_dist_vpath): Verify the | ||
258 | stamp-po file does not exist in the build dir, except when using the older | ||
259 | Makefile.in.in infrastructure. | ||
260 | |||
261 | 2018-10-24 Bruno Haible <bruno@clisp.org> | ||
262 | |||
263 | po: Make "make maintainer-clean" erase the .pot file. | ||
264 | Rationale: | ||
265 | <https://www.gnu.org/prep/standards/html_node/Standard-Targets.html> | ||
266 | <https://www.gnu.org/software/automake/manual/html_node/Clean.html> | ||
267 | |||
268 | * NEWS: Mention the change. | ||
269 | * gettext-runtime/po/Makefile.in.in (maintainer-clean): Remove the .pot file. | ||
270 | * gettext-tools/examples/hello-*/po/Makefile.am (MAINTAINERCLEANFILES): Add | ||
271 | the .pot file. | ||
272 | * gettext-tools/examples/po/Makefile.am (MAINTAINERCLEANFILES): Likewise. | ||
273 | * gettext-tools/examples/check-examples (func_check_maintainerclean, | ||
274 | func_check_maintainerclean_vpath): Verify the .pot file is removed after | ||
275 | 'make maintainer-clean', except when using the older Makefile.in.in | ||
276 | infrastructure. | ||
277 | |||
278 | 2018-10-24 Bruno Haible <bruno@clisp.org> | ||
279 | |||
280 | po, examples: Use case-insensitive search for "GNU <PACKAGE_NAME>". | ||
281 | Reported by Akim Demaille <akim@lrde.epita.fr> in | ||
282 | <https://lists.gnu.org/archive/html/bug-gettext/2018-10/msg00020.html>. | ||
283 | |||
284 | * gettext-runtime/po/Makefile.in.in ($(DOMAIN).pot-update): Use a | ||
285 | case-insensitive search for "GNU <PACKAGE_NAME>". | ||
286 | * gettext-tools/examples/hello-*/po/Makefile.am ($(DOMAIN).pot-update): | ||
287 | Likewise. | ||
288 | * gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile | ||
289 | ($(DOMAIN).pot-update): Likewise. | ||
290 | |||
291 | 2018-10-24 Bruno Haible <bruno@clisp.org> | ||
292 | |||
293 | po: Remove obsolete Makefile rules for .mo files. | ||
294 | * gettext-runtime/po/Makefile.in.in (MSGFMT*): Remove variables. | ||
295 | (.SUFFIXES): Remove .mo. | ||
296 | (.po.mo): Remove rule. | ||
297 | (distclean): Don't remove *.mo files. | ||
298 | * gettext-tools/examples/hello-*/po/Makefile.am (.SUFFIXES): Remove .mo. | ||
299 | (.po.mo): Remove rule. | ||
300 | (DISTCLEANFILES): Remove *.mo. | ||
301 | * gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile (.SUFFIXES): | ||
302 | Remove .mo. | ||
303 | * gettext-runtime/m4/po.m4 (AM_PO_SUBDIRS): Don't set MSGFMT_015. | ||
304 | |||
305 | 2018-10-24 Bruno Haible <bruno@clisp.org> | ||
306 | |||
307 | examples: Add an option to claim the package as GNU/non-GNU. | ||
308 | This mirrors the Makefile.in.in and Makevars change from 2014-05-01. | ||
309 | |||
310 | Reported by David Shea at <https://savannah.gnu.org/bugs/?40520>. | ||
311 | |||
312 | * gettext-runtime/po/Makefile.in.in ($(DOMAIN).pot-update): Tweak whitespace. | ||
313 | * gettext-tools/examples/hello-*/po/Makefile.am (PACKAGE_GNU): New variable. | ||
314 | ($(DOMAIN).pot-update): Don't search for "GNU packagename" if $(PACKAGE_GNU) is | ||
315 | set. | ||
316 | * gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile: Likewise. | ||
317 | |||
318 | 2018-10-24 Bruno Haible <bruno@clisp.org> | ||
319 | |||
320 | po: Make the insertion of the .pot-header file more robust. | ||
321 | This improves on the 2015-09-01 patch. | ||
322 | |||
323 | * gettext-runtime/po/Makefile.in.in ($(DOMAIN).pot-update): Fail if the 'cat' | ||
324 | command fails. | ||
325 | |||
326 | 2018-10-24 Bruno Haible <bruno@clisp.org> | ||
327 | |||
328 | po: When doing msgmerge --version, use the correct msgmerge program. | ||
329 | This reverts the patch from | ||
330 | <https://lists.gnu.org/archive/html/bug-gettext/2015-06/msg00000.html>. | ||
331 | Rationale: | ||
332 | <https://lists.gnu.org/archive/html/bug-gettext/2018-10/msg00000.html>. | ||
333 | |||
334 | * gettext-runtime/po/Makefile.in.in ($(POFILES)): Use $(MSGMERGE_UPDATE), | ||
335 | not $(MSGMERGE). | ||
336 | |||
337 | 2018-10-24 Bruno Haible <bruno@clisp.org> | ||
338 | |||
339 | po: Make $(POFILES) target more robust. | ||
340 | It was introduced on 2014-05-01. | ||
341 | |||
342 | * gettext-runtime/po/Makefile.in.in ($(POFILES)): Create POT file also when the | ||
343 | PO file does not yet exist. Fail if creation of the POT file fails. | ||
344 | |||
345 | 2018-05-05 Bruno Haible <bruno@clisp.org> | ||
346 | |||
347 | all: Replace more http and ftp URLs by https URLs. | ||
348 | * autogen.sh: Use https: URLs. | ||
349 | * gettext-runtime/doc/nls.texi (Translating Teams, Available Packages): Likewise. | ||
350 | * gettext-tools/doc/gettext.texi: Likewise. | ||
351 | * gettext-tools/doc/FAQ.html: Likewise. | ||
352 | * gettext-tools/doc/tutorial.html: Likewise. | ||
353 | * gettext-tools/misc/gettextize.in: Likewise. | ||
354 | * gettext-tools/projects/GNOME/team-address: Likewise. | ||
355 | * gettext-tools/projects/GNOME/teams.url: Likewise. | ||
356 | * gettext-tools/projects/KDE/team-address: Likewise. | ||
357 | * gettext-tools/projects/KDE/teams.url: Likewise. | ||
358 | * gettext-tools/projects/TP/teams.url: Likewise. | ||
359 | * gettext-tools/src/x-python.c: Likewise. | ||
360 | * gettext-tools/tests/xgettext-its-1: Likewise. | ||
361 | |||
362 | 2017-10-15 Bruno Haible <bruno@clisp.org> | ||
363 | |||
364 | Clarify copyright and license of some files. | ||
365 | Reported by Joël Krähemann at <https://savannah.gnu.org/bugs/?52227>. | ||
366 | |||
367 | * gettext-runtime/po/Makefile.in.in: Correct copyright holder. | ||
368 | * gettext-runtime/po/remove-potcdate.sin: Use the same licensing terms as Makefile.in.in. | ||
369 | * gettext-runtime/po/Rules-quot: Use an all-permissive license. | ||
370 | * gettext-tools/po/Makevars.template: Likewise. | ||
371 | * gettext-runtime/po/Makevars: Likewise. | ||
372 | * gettext-tools/po/Makevars: Likewise. | ||
373 | * gettext-runtime/po/POTFILES.in: Use GPLv3+. | ||
374 | * gettext-tools/po/POTFILES.in: Likewise. | ||
375 | |||
376 | 2017-02-16 Bruno Haible <bruno@clisp.org> | ||
377 | |||
378 | Support for Automake targets install-{dvi,ps,pdf,html}. | ||
379 | Reported by Eric Blake at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25690 | ||
380 | via Assaf Gordon. | ||
381 | |||
382 | * gettext-runtime/po/Makefile.in.in (install-dvi, install-ps, install-pdf, | ||
383 | install-html): New empty targets. | ||
384 | |||
385 | 2016-12-11 Bruno Haible <bruno@clisp.org> | ||
386 | |||
387 | Merge all .gitignore files into a single .gitignore file. | ||
388 | |||
389 | Update and organize the .gitignore files. | ||
390 | |||
391 | 2016-07-09 Stanislav Brabec <sbrabec@suse.com> | ||
392 | |||
393 | Add support for msgmerge --previous | ||
394 | msgmerge --previous is a very useful feature that makes adjusting of | ||
395 | translation much easier when small changes in the source code are done. | ||
396 | msgmerge supports it for 10 years, but it is not used by most projects, | ||
397 | as Makefile.in.in never added support for it. | ||
398 | |||
399 | Use msgmerge --previous as default on all systems with gettext >= 0.16. | ||
400 | |||
401 | 2016-06-09 Daiki Ueno <ueno@gnu.org> | ||
402 | |||
403 | Update translations | ||
404 | * gettext-runtime/po/eo.po: Update from Felipe Castro <fefcas@gmail.com> | ||
405 | * gettext-runtime/po/hr.po: Update from Božidar Putanec <bozidarp@yahoo.com> | ||
406 | * gettext-runtime/po/sv.po: Update from Göran Uddeborg <goeran@uddeborg.se> | ||
407 | * gettext-tools/examples/po/eo.po: Update from Felipe Castro <fefcas@gmail.com> | ||
408 | * gettext-tools/examples/po/hr.po: Update from Božidar Putanec <bozidarp@yahoo.com> | ||
409 | * gettext-tools/examples/po/sv.po: Update from Göran Uddeborg <goeran@uddeborg.se> | ||
410 | * gettext-tools/po/bg.po: Update from Roumen Petrov <transl@roumenpetrov.info> | ||
411 | * gettext-tools/po/es.po: Update from Antonio Ceballos <aceballos@gmail.com> | ||
412 | * gettext-tools/po/fr.po: Update from Stéphane Aulery <lkppo@free.fr> | ||
413 | * gettext-tools/po/ja.po: Update from Masahito Yamaga <ma@yama-ga.com> | ||
414 | * gettext-tools/po/ko.po: Update from Changwoo Ryu <cwryu@debian.org> | ||
415 | * gettext-tools/po/nl.po: Update from Benno Schulenberg <benno@vertaalt.nl> | ||
416 | * gettext-tools/po/pl.po: Update from Rafał Maszkowski <rzm@icm.edu.pl> | ||
417 | * gettext-tools/po/sk.po: Update from Marcel Telka <marcel@telka.sk> | ||
418 | * gettext-tools/po/sr.po: Update from Мирослав Николић <miroslavnikolic@rocketmail.com> | ||
419 | * gettext-tools/po/sv.po: Update from Göran Uddeborg <goeran@uddeborg.se> | ||
420 | * gettext-tools/po/tr.po: Update from Nilgün Belma Bugüner <nilgun@buguner.name.tr> | ||
421 | * gettext-tools/po/uk.po: Update from Yuri Chornoivan <yurchor@ukr.net> | ||
422 | * gettext-tools/po/vi.po: Update from Trần Ngọc Quân <vnwildman@gmail.com> | ||
423 | |||
424 | Prepare for 0.19.8 | ||
425 | |||
426 | 2016-01-02 Daiki Ueno <ueno@gnu.org> | ||
427 | |||
428 | maint: Update copyright year | ||
429 | |||
430 | 2015-12-27 Daiki Ueno <ueno@gnu.org> | ||
431 | |||
432 | Update translations | ||
433 | * gettext-runtime/po/fr.po: Update from Stéphane Aulery <lkppo@free.fr>. | ||
434 | * gettext-runtime/po/nb.po: Update from Johnny A. Solbu <johnny@solbu.net>. | ||
435 | * gettext-runtime/po/pt_BR.po: Update from Rafael Ferreira <rffontenelle@gmail.com>. | ||
436 | * gettext-runtime/po/sr.po: Update from Мирослав Николић <miroslavnikolic@rocketmail.com>. | ||
437 | * gettext-runtime/po/zh_TW.po: Update from Wei-Lun Chao <bluebat@member.fsf.org>. | ||
438 | * gettext-tools/examples/po/fr.po: Update from Stéphane Aulery <lkppo@free.fr>. | ||
439 | * gettext-tools/examples/po/nb.po: Update from Johnny A. Solbu <johnny@solbu.net>. | ||
440 | * gettext-tools/examples/po/pt_BR.po: Update from Rafael Ferreira <rffontenelle@gmail.com>. | ||
441 | * gettext-tools/examples/po/sr.po: Update from Мирослав Николић <miroslavnikolic@rocketmail.com>. | ||
442 | * gettext-tools/examples/po/zh_TW.po: Update from Wei-Lun Chao <bluebat@member.fsf.org>. | ||
443 | * gettext-tools/po/bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>. | ||
444 | * gettext-tools/po/es.po: Update from Antonio Ceballos <aceballos@gmail.com>. | ||
445 | * gettext-tools/po/fr.po: Update from Stéphane Aulery <lkppo@free.fr>. | ||
446 | * gettext-tools/po/ja.po: Update from Masahito Yamaga <ma@yama-ga.com>. | ||
447 | * gettext-tools/po/nl.po: Update from Benno Schulenberg <benno@vertaalt.nl>. | ||
448 | * gettext-tools/po/pt_BR.po: Update from Rafael Fontenelle <rffontenelle@gmail.com>. | ||
449 | * gettext-tools/po/sk.po: Update from Marcel Telka <marcel@telka.sk>. | ||
450 | * gettext-tools/po/sl.po: Update from Primoz PETERLIN <primozz.peterlin@gmail.com>. | ||
451 | * gettext-tools/po/sr.po: Update from Мирослав Николић <miroslavnikolic@rocketmail.com>. | ||
452 | * gettext-tools/po/uk.po: Update from Yuri Chornoivan <yurchor@ukr.net>. | ||
453 | * gettext-tools/po/vi.po: Update from Trần Ngọc Quân <vnwildman@gmail.com>. | ||
454 | |||
455 | Prepare for 0.19.7 | ||
456 | |||
457 | 2015-12-17 Daiki Ueno <ueno@gnu.org> | ||
458 | |||
459 | po: Prefer to use host tools when cross compiling | ||
460 | * gettext-runtime/po/Makefile.in.in (CROSS_COMPILING): New substitute | ||
461 | variable. | ||
462 | (.nop.po-update): Don't prepend ../src to $PATH when cross compiling. | ||
463 | * gettext-runtime/po/Rules-quot (.insert-header.po-update-en): Likewise. | ||
464 | |||
465 | 2015-10-15 Daiki Ueno <ueno@gnu.org> | ||
466 | |||
467 | build: Generate ChangeLogs for intl and po | ||
468 | * autogen.sh: Create empty ChangeLog files under intl and po. | ||
469 | * Makefile.am (gen-ChangeLogs): Rename from gen-ChangeLog. Generate | ||
470 | ChangeLog files for */intl and */po as well as top-level. | ||
471 | * gettext-runtime/intl/ChangeLog.0: Rename from ChangeLog. | ||
472 | * gettext-runtime/po/ChangeLog.0: Rename from ChangeLog. | ||
473 | * gettext-tools/po/ChangeLog.1: Rename from ChangeLog. | ||