ChangeLog 21 KB

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