Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-tools / misc / ChangeLog.0
similarity index 95%
rename from gettext-tools/misc/ChangeLog
rename to gettext-tools/misc/ChangeLog.0
index 12dedef..c9cdcd6 100644 (file)
@@ -1,3 +1,140 @@
+2015-09-11  Daiki Ueno  <ueno@gnu.org>
+
+       * gettext 0.19.6 released.
+
+2015-07-28  Daiki Ueno  <ueno@gnu.org>
+
+       * gettextize.in: Check if AM_GNU_GETTEXT_VERSION is used.
+       * autopoint.in: Respect AM_GNU_GETTEXT_REQUIRE_VERSION.
+
+2015-07-28  Daiki Ueno  <ueno@gnu.org>
+
+       * gettextize.in (archive_version): New variable, set to
+       ARCHIVE_VERSION.  Use it as the argument of
+       AM_GNU_GETTEXT_VERSION.
+
+2015-07-27  Daiki Ueno  <ueno@gnu.org>
+
+       gettextize: Use a crafted version string
+       Reported by Max Lin in:
+       <https://lists.gnu.org/archive/html/bug-gettext/2015-07/msg00024.html>.
+       * gettextize.in: Replace AM_GNU_GETTEXT_VERSION invocation with
+       "$gettext_version" rather than "$version".  This makes it easier
+       to maintain a minor release without being affected by the actual
+       version number generated by git-version-gen.
+       (gettext_version): New variable.
+
+2015-07-27  Peter Eisentraut  <peter@eisentraut.org>  (tiny change)
+
+       po-mode: Fix to accept four-part msgfmt version number
+       * po-mode.el (po-msgfmt-version-check): Accept four-part version
+       number.
+
+2015-07-10  Daiki Ueno  <ueno@gnu.org>
+
+       * gettext 0.19.5 released.
+
+2015-06-24  Daiki Ueno  <ueno@gnu.org>
+
+       * autopoint.in: Update for 0.19.5.
+
+2015-04-24  Manuel Uberti  <manuel@boccaperta.com>  (tiny change)
+
+       * po-mode.el (po-keep-mo-file): New user option.
+       (po-validate): Respect po-keep-mo-file.  Fix comment indentation.
+
+2015-01-21  Peter Eisentraut  <peter@eisentraut.org>  (tiny change)
+
+       * po-mode.el (po-font-lock-keywords): Support all possible length
+       modifiers in C89/C99 format strings.
+
+2014-12-24  Daiki Ueno  <ueno@gnu.org>
+
+       * gettext 0.19.4 released.
+
+2014-12-24  Daiki Ueno  <ueno@gnu.org>
+
+       * po-mode.el (po-mode-version-string): Bump to 0.23.
+
+2014-10-15  Daiki Ueno  <ueno@gnu.org>
+
+       * gettext 0.19.3 released.
+
+2014-10-15  Daiki Ueno  <ueno@gnu.org>
+
+       * autopoint.in: Update for 0.19.3.
+
+2014-10-10  Eric Blake  <eblake@redhat.com>
+
+       autopoint: Fix infinite recursion when tracing configure.ac
+       Reported by Andreas Henriksson at:
+       <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764580>
+       * autopoint.in (func_trace_autoconf): Temporarily redefine
+       built-in macros, instead of undefining.
+       * gettextize.in: Likewise.
+
+2014-09-01  Daiki Ueno  <ueno@gnu.org>
+
+       * convert-archive.in: Don't use non-portable 'if ! COMMAND'.
+       Reported by Stefano Lattarini in:
+       <https://lists.gnu.org/archive/html/bug-gettext/2011-07/msg00002.html>.
+
+2014-07-14  Daiki Ueno  <ueno@gnu.org>
+
+       * gettext 0.19.2 released.
+
+2014-07-14  Daiki Ueno  <ueno@gnu.org>
+
+       autopoint: Fix the last change
+       * autopoint.in: Use func_trace_sed for AM_GNU_GETTEXT and
+       AM_GNU_GETTEXT_VERSION, as they are not an Autoconf trace.
+
+2014-07-14  Daiki Ueno  <ueno@gnu.org>
+
+       autopoint: Select macro tracing method by Autoconf version
+       Reported and analyzed by Pádraig Brady in:
+       <http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00071.html>.
+       * autopoint.in (func_trace_autoconf): Rename from func_trace.
+       ($func_trace): Set to func_trace_autoconf if Autoconf >= 2.69 is
+       available, otherwise to func_trace_sed.
+       * gettextize.in: Likewise.
+
+2014-06-10  Daiki Ueno  <ueno@gnu.org>
+
+       * gettext 0.19.1 released.
+
+2014-06-02  Daiki Ueno  <ueno@gnu.org>
+
+       * gettext 0.19 released.
+
+2014-04-23  Daiki Ueno  <ueno@gnu.org>
+
+       autopoint: Unset variables known to interfere with common tools
+       Reported by Jan Cholasta at:
+       <https://bugzilla.redhat.com/show_bug.cgi?id=801374>.
+       * autopoint.in: Unset CDPATH, CLICOLOR_FORCE, and GREP_OPTIONS.
+       * gettextize.in: Unset CLICOLOR_FORCE and GREP_OPTIONS.
+
+2014-04-21  Daiki Ueno  <ueno@gnu.org>
+
+       * autopoint.in: Rename gettext_dir to gettext_datadir.
+       * gettextize.in: Likewise.
+
+2014-03-27  Daiki Ueno  <ueno@gnu.org>
+
+       autopoint: Use SED-based trace for non-standard Autoconf macros
+       Reported by Sean McGovern in <https://savannah.gnu.org/bugs/?41913>.
+       * autopoint.in (func_trace_sed): New function; use it to trace
+       AM_GNU_GETTEXT and AM_GNU_GETTEXT_VERSION.
+       * gettextize.in (func_trace_sed): New function; use it to trace
+       AM_GNU_GETTEXT.
+
+2014-03-26  Daiki Ueno  <ueno@gnu.org>
+
+       * autopoint.in: Allow user to specify the directory in which
+       archive belongs, through $gettext_dir envvar.
+       * gettextize.in: Likewise.
+
 2013-12-05  Daiki Ueno  <ueno@gnu.org>
 
        * autopoint.in (func_trace): Allow user to specify autom4te
        Reported by Sami Kerola in
        <https://lists.gnu.org/archive/html/bug-gettext/2013-07/msg00002.html>.
 
+2013-07-29  Jan Djärv  <jan.h.d@swipnet.se>  (tiny change)
+
+       * po-mode.el (po-send-mail): Don't include original uncompressed
+       text in the mail.
+
 2013-07-21  Daiki Ueno  <ueno@gnu.org>
 
        * autopoint.in (omitintl): Don't set it 'no' when no