6 new revisions:

Revision: 26aea37a628b
Author:   Muneyuki Noguchi <[email protected]>
Date:     Wed May 23 07:56:30 2012
Log:      Add a section for 1.8.1....
http://code.google.com/p/uim/source/detail?r=26aea37a628b

Revision: c6548c93b364
Author:   KIHARA Hideto <[email protected]>
Date:     Fri May 25 03:17:30 2012
Log:      Update NEWS....
http://code.google.com/p/uim/source/detail?r=c6548c93b364

Revision: 51595e0ba7dc
Author:   KIHARA Hideto <[email protected]>
Date:     Fri May 25 16:48:44 2012
Log:      Update NEWS....
http://code.google.com/p/uim/source/detail?r=51595e0ba7dc

Revision: b0af049f2bac
Author:   Muneyuki Noguchi <[email protected]>
Date:     Fri May 25 18:36:59 2012
Log:      Add the rest of changes in 1.8.1 to NEWS....
http://code.google.com/p/uim/source/detail?r=b0af049f2bac

Revision: 4f9f12cb54f6
Author:   Muneyuki Noguchi <[email protected]>
Date:     Fri May 25 18:41:27 2012
Log:      Update the release manual....
http://code.google.com/p/uim/source/detail?r=4f9f12cb54f6

Revision: 1747afa55483
Author:   Muneyuki Noguchi <[email protected]>
Date:     Fri May 25 18:53:42 2012
Log:      Merge branch 'master' of https://code.google.com/p/uim
http://code.google.com/p/uim/source/detail?r=1747afa55483

==============================================================================
Revision: 26aea37a628b
Author:   Muneyuki Noguchi <[email protected]>
Date:     Wed May 23 07:56:30 2012
Log:      Add a section for 1.8.1.

* NEWS
  - (Overview of changes from 1.8.0 to 1.8.1): New section.

http://code.google.com/p/uim/source/detail?r=26aea37a628b

Modified:
 /NEWS

=======================================
--- /NEWS       Fri Mar 30 05:49:52 2012
+++ /NEWS       Wed May 23 07:56:30 2012
@@ -1,3 +1,9 @@
+Overview of changes from 1.8.0 to 1.8.1
+=======================================
+* Fixes
+
+* Enhancements
+
 Overview of changes from 1.8.0-beta to 1.8.0
 ============================================
 * Fixes

==============================================================================
Revision: c6548c93b364
Author:   KIHARA Hideto <[email protected]>
Date:     Fri May 25 03:17:30 2012
Log:      Update NEWS.

* NEWS
  - Add news about uim-tutcode.

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

Modified:
 /NEWS

=======================================
--- /NEWS       Wed May 23 07:56:30 2012
+++ /NEWS       Fri May 25 03:17:30 2012
@@ -1,8 +1,20 @@
 Overview of changes from 1.8.0 to 1.8.1
 =======================================
 * Fixes
+  - uim-tutcode
+    * Fix bug: key which is not in rule (ex. "5")
+      is not entered on (interactive) bushu conversion

 * Enhancements
+  - uim-tutcode
+    * New customs
+      - Show pending key sequences
+      - New custom group for tutcode-rule.scm: support TUT+ code
+        which has rules for Shin Joyo Kanji
+      - Key sequences to change katakana/hiragana mode (not toggle)
+    * New command to dump last help content shown on candidate window
+    * Pseudo table style for bridge which does not support
+      table style candidate window

 Overview of changes from 1.8.0-beta to 1.8.0
 ============================================

==============================================================================
Revision: 51595e0ba7dc
Author:   KIHARA Hideto <[email protected]>
Date:     Fri May 25 16:48:44 2012
Log:      Update NEWS.

* NEWS
  - Add news about update of trycode composition table.

http://code.google.com/p/uim/source/detail?r=51595e0ba7dc

Modified:
 /NEWS

=======================================
--- /NEWS       Fri May 25 03:17:30 2012
+++ /NEWS       Fri May 25 16:48:44 2012
@@ -15,6 +15,7 @@
     * New command to dump last help content shown on candidate window
     * Pseudo table style for bridge which does not support
       table style candidate window
+    * Updated trycode composition table retrieved 2012-05-26

 Overview of changes from 1.8.0-beta to 1.8.0
 ============================================

==============================================================================
Revision: b0af049f2bac
Author:   Muneyuki Noguchi <[email protected]>
Date:     Fri May 25 18:36:59 2012
Log:      Add the rest of changes in 1.8.1 to NEWS.

* NEWS
  - (Overview of changes from 1.8.0 to 1.8.1): Update.

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

Modified:
 /NEWS

=======================================
--- /NEWS       Fri May 25 16:48:44 2012
+++ /NEWS       Fri May 25 18:36:59 2012
@@ -1,10 +1,27 @@
 Overview of changes from 1.8.0 to 1.8.1
 =======================================
 * Fixes
+  - uim-toolbar-gtk3-systray
+  - uim-toolbar-gtk-systray
+    * Fix bug: prevent from becoming a zombie process
+
+  - uim-candwin-gtk3
+  - uim-candwin-gtk
+    * Redraw unselected text with normal color
+
   - uim-tutcode
     * Fix bug: key which is not in rule (ex. "5")
       is not entered on (interactive) bushu conversion

+  - po
+    * Correct the path to GNOME_UimApplet.server.in in POTFILES.skip
+
+  - uim-qt4
+    * Honor the environment variable LDFLAGS during build
+
+  - uim-notify
+    * Fix compilation with glib >= 2.32
+
 * Enhancements
   - uim-tutcode
     * New customs
@@ -17,6 +34,12 @@
       table style candidate window
     * Updated trycode composition table retrieved 2012-05-26

+* Others
+  - GTK+2 immodule
+  - uim-xim
+    * Replace deprecated XKeycodeToKeysym() with XkbKeycodeToKeysym()
+
+
 Overview of changes from 1.8.0-beta to 1.8.0
 ============================================
 * Fixes

==============================================================================
Revision: 4f9f12cb54f6
Author:   Muneyuki Noguchi <[email protected]>
Date:     Fri May 25 18:41:27 2012
Log:      Update the release manual.

* doc/RELEASING
  - Update. A maintainer should increment the version numbers
    in configure.ac after release.

http://code.google.com/p/uim/source/detail?r=4f9f12cb54f6

Modified:
 /doc/RELEASING

=======================================
--- /doc/RELEASING      Sat Mar 31 21:26:58 2012
+++ /doc/RELEASING      Fri May 25 18:41:27 2012
@@ -31,11 +31,7 @@
    $ vi NEWS
    $ vi RELNOTE

-4. Increment the version numbers in configure.ac
-
-   $ vi configure.ac
-
-   And increment libtool-version.mk too if API/ABI is updated.
+4. Increment libtool-version.mk too if API/ABI is updated.

    $ vi uim/libtool-version.mk

@@ -151,3 +147,8 @@
SHA1 (uim-x.y.z-example.tar.bz2) = c870c3e8585ce8e4200fe3247021802d922781c6

    <append RELNOTE here>
+
+12. Increment the version numbers in configure.ac
+
+   $ vi configure.ac
+

==============================================================================
Revision: 1747afa55483
Author:   Muneyuki Noguchi <[email protected]>
Date:     Fri May 25 18:53:42 2012
Log:      Merge branch 'master' of https://code.google.com/p/uim

http://code.google.com/p/uim/source/detail?r=1747afa55483


Reply via email to