Le 20 août 09 à 04:29, Joel E. Denny a écrit :

On Wed, 19 Aug 2009, Akim Demaille wrote:

This seems like an important user-visible fix. Should we turn this into a
NEWS entry?

If you think so, why not.  How would you phrase it?

        Fix a regression introduced in Bison 2.4.  Under some
        circumstances, translation messages were not installed
        although supported by the host system.

That looks good to me.

Finally installed in master, branch-2.4.2 and branch-2.5 as follows (I swapped message and translation):

commit 2755de8fec58b581faed33f76a23eeb681e2edc5
Author: Akim Demaille <[email protected]>
Date:   Thu Sep 3 11:03:14 2009 +0200

    NEWS: Internationalization.

        * NEWS (2.4.2): Add "Internationalization" item.

diff --git a/ChangeLog b/ChangeLog
index 3a1c6c7..d4cdc6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-09-03  Akim Demaille  <[email protected]>

+       * NEWS (2.4.2): Add "Internationalization" item.
+
+2009-09-03  Akim Demaille  <[email protected]>
+
        bootstrap: fix/improve find_tool.
        * bootstrap (find_tool): Improve error messages.
        Fix typo about find_tool_names.
diff --git a/NEWS b/NEWS
index ca458c7..63d09a3 100644
--- a/NEWS
+++ b/NEWS
@@ -195,6 +195,12 @@ Bison News
   Bison's Java feature as a whole including its current usage of %code
   is still considered experimental.

+** Internationalization.
+
+  Fix a regression introduced in Bison 2.4: Under some circumstances,
+  message translations were not installed although supported by the
+  host system.
+
 * Changes in version 2.4.1 (2008-12-11):

** In the GLR defines file, unexpanded M4 macros in the yylval and yylloc




Reply via email to