2 new revisions:

Revision: 4189673bfda6
Author:   Muneyuki Noguchi <[email protected]>
Date:     Mon Mar 19 06:24:34 2012
Log:      Change behavior of toolbar when toolbar-display-time is mode....
http://code.google.com/p/uim/source/detail?r=4189673bfda6

Revision: 0ccfcc94f735
Author:   Muneyuki Noguchi <[email protected]>
Date:     Sat Mar 24 07:29:28 2012
Log:      Update NEWS and RELNOTE....
http://code.google.com/p/uim/source/detail?r=0ccfcc94f735

==============================================================================
Revision: 4189673bfda6
Author:   Muneyuki Noguchi <[email protected]>
Date:     Mon Mar 19 06:24:34 2012
Log:      Change behavior of toolbar when toolbar-display-time is mode.

* gtk2/toolbar/common-gtk.c
* qt4/toolbar/common-uimstateindicator.cpp
  - Don't hide toolbar when mode is "off".
  - Hide toolbar when mode is "direct".

http://code.google.com/p/uim/source/detail?r=4189673bfda6

Modified:
 /gtk2/toolbar/common-gtk.c
 /qt4/toolbar/common-uimstateindicator.cpp

=======================================
--- /gtk2/toolbar/common-gtk.c  Fri Mar 16 22:30:09 2012
+++ /gtk2/toolbar/common-gtk.c  Mon Mar 19 06:24:34 2012
@@ -772,7 +772,7 @@
                                    indication_id, iconic_label, tooltip_str);
        append_prop_button(widget, button);

-        if (!is_hidden && (!strcmp(indication_id, "off")
+        if (!is_hidden && (!strcmp(indication_id, "direct")
             || g_str_has_suffix(indication_id, "_direct"))) {
           is_hidden = TRUE;
         }
=======================================
--- /qt4/toolbar/common-uimstateindicator.cpp   Sat Mar 17 03:20:54 2012
+++ /qt4/toolbar/common-uimstateindicator.cpp   Mon Mar 19 06:24:34 2012
@@ -190,7 +190,7 @@
                 if ( isDarkBg && !QFile::exists( fileName ) ) {
                   fileName = ICONDIR + '/' + fields[1] + ".png";
                 }
-                if ( !isHidden && (fields[1] == "off"
+                if ( !isHidden && (fields[1] == "direct"
                         || fields[1].endsWith( "_direct" ) ) ) {
                     isHidden = true;
                 }

==============================================================================
Revision: 0ccfcc94f735
Author:   Muneyuki Noguchi <[email protected]>
Date:     Sat Mar 24 07:29:28 2012
Log:      Update NEWS and RELNOTE.

* NEWS
  - Add notes on fixes in 1.8.0 beta.
* RELNOTE
  - Update.

http://code.google.com/p/uim/source/detail?r=0ccfcc94f735

Modified:
 /NEWS
 /RELNOTE

=======================================
--- /NEWS       Sun Mar 18 00:05:50 2012
+++ /NEWS       Sat Mar 24 07:29:28 2012
@@ -1,3 +1,21 @@
+Overview of changes from 1.8.0-alpha to 1.8.0-beta
+==================================================
+* Fixes
+  - libuim
+    * Fix version number
+  - po
+    * Fix build failure with intltool 0.50 again (#58097)
+  - uim-toolbar-gtk
+  - uim-toolbar-gtk3
+  - uim-toolbar-qt4
+    * Change behavior when toolbar-display-time is "mode"
+  - uim-chardict-qt
+  - uim-chardict-qt4
+    * Update Unicode block list
+  - ChangeLog
+    * Add ChangeLog.old.2
+
+
 Overview of changes from 1.7.3 to 1.8.0-alpha
 =============================================
 * New features
=======================================
--- /RELNOTE    Sun Mar 18 00:05:50 2012
+++ /RELNOTE    Sat Mar 24 07:29:28 2012
@@ -1,10 +1,10 @@
-uim 1.8.0-alpha Release Note
-============================
+uim 1.8.0-beta Release Note
+===========================

 About This Release
 ------------------

-This distribution of uim 1.8.0-alpha is a preview release for testing
+This distribution of uim 1.8.0-beta is a preview release for testing
 purpose. Since it may contain serious unknown problems, it should not be
 used for important work. For such situations, use our latest stable
 release uim 1.7.3.

Reply via email to