4 new revisions:

Revision: 82518ca55c41
Author:   Muneyuki Noguchi <[email protected]>
Date:     Wed Jul 25 05:14:50 2012
Log:      Add a section for 1.8.2....
http://code.google.com/p/uim/source/detail?r=82518ca55c41

Revision: 173b5efe45c8
Author:   KIHARA Hideto <[email protected]>
Date:     Fri Jul 27 15:48:50 2012
Log:      Add NEWS about uim-tutcode....
http://code.google.com/p/uim/source/detail?r=173b5efe45c8

Revision: 609063bc3eab
Author:   Muneyuki Noguchi <[email protected]>
Date:     Fri Jul 27 17:55:53 2012
Log:      Update NEWS....
http://code.google.com/p/uim/source/detail?r=609063bc3eab

Revision: 4adb23a42958
Author:   Muneyuki Noguchi <[email protected]>
Date:     Sat Jul 28 04:30:48 2012
Log:      Update INSTALL....
http://code.google.com/p/uim/source/detail?r=4adb23a42958

==============================================================================
Revision: 82518ca55c41
Author:   Muneyuki Noguchi <[email protected]>
Date:     Wed Jul 25 05:14:50 2012
Log:      Add a section for 1.8.2.

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

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

Modified:
 /NEWS

=======================================
--- /NEWS       Fri May 25 18:36:59 2012
+++ /NEWS       Wed Jul 25 05:14:50 2012
@@ -1,3 +1,10 @@
+Overview of changes from 1.8.1 to 1.8.2
+=======================================
+* Fixes
+
+* Enhancements
+
+
 Overview of changes from 1.8.0 to 1.8.1
 =======================================
 * Fixes

==============================================================================
Revision: 173b5efe45c8
Author:   KIHARA Hideto <[email protected]>
Date:     Fri Jul 27 15:48:50 2012
Log:      Add NEWS about uim-tutcode.

* NEWS
  - (Overview of changes from 1.8.1 to 1.8.2): Add Fixes about uim-tutcode

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

Modified:
 /NEWS

=======================================
--- /NEWS       Wed Jul 25 05:14:50 2012
+++ /NEWS       Fri Jul 27 15:48:50 2012
@@ -1,6 +1,11 @@
 Overview of changes from 1.8.1 to 1.8.2
 =======================================
 * Fixes
+  - uim-tutcode
+    * Fix error when label key is typed just after entering
+      interactive bushu mode
+    * Fix error on auto help after bushu conversion for some kanji
+    * Fix mismatch between preedit display and pending keys after focus out

 * Enhancements


==============================================================================
Revision: 609063bc3eab
Author:   Muneyuki Noguchi <[email protected]>
Date:     Fri Jul 27 17:55:53 2012
Log:      Update NEWS.

* NEWS
  - (Overview of changes from 1.8.1 to 1.8.2):
    Add fixes, enhancements and others to NEWS.

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

Modified:
 /NEWS

=======================================
--- /NEWS       Fri Jul 27 15:48:50 2012
+++ /NEWS       Fri Jul 27 17:55:53 2012
@@ -1,6 +1,10 @@
 Overview of changes from 1.8.1 to 1.8.2
 =======================================
 * Fixes
+  - uim-gtk3
+    * Avoid problem with the wrap mode
+    * Prevent selection if needed
+
   - uim-tutcode
     * Fix error when label key is typed just after entering
       interactive bushu mode
@@ -8,6 +12,26 @@
     * Fix mismatch between preedit display and pending keys after focus out

 * Enhancements
+  - uim-skk
+    * Support sticky key
+
+* Others
+  - uim-candwin-qt4
+  - uim-chardict-qt4
+  - uim-pref-qt4
+  - uim-im-switcher-qt4
+  - uim-toolbar-qt4
+  - uim-qt4
+    * Honor CPPFLAGS in compilation
+
+  - uim-candiwn-gtk3
+  - uim-dict-gtk3
+  - uim-input-pad-ja-gtk3
+  - uim-pref-gtk3
+  - uim-im-switcher-gtk3
+  - uim-toolbar-gtk3
+  - uim-gtk3
+    * Replace deprecated functions


 Overview of changes from 1.8.0 to 1.8.1

==============================================================================
Revision: 4adb23a42958
Author:   Muneyuki Noguchi <[email protected]>
Date:     Sat Jul 28 04:30:48 2012
Log:      Update INSTALL.

* INSTALL
  - Remove obsolete descriptions and simplify descriptions.

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

Modified:
 /INSTALL

=======================================
--- /INSTALL    Thu Jun  1 19:23:24 2006
+++ /INSTALL    Sat Jul 28 04:30:48 2012
@@ -1,49 +1,34 @@
 How to build uim

+(See http://code.google.com/p/uim/wiki/InstallUim for details)
+
 Requirements
 ============
 The requirements for building uim is listed below.

+    * gcc
+    * GNU make
     * iconv(3)
-    * curses (need to build uim-fep)
-    * Anthy (need to use Japanese Anthy module. version >= 7802 is
-      recommended)
-    * Canna (need to use Japanese Canna module)
-    * mana (need to use Japanese mana module. version >= 0.2.0 is
-      recommended).
-    * PRIME >= 0.8.5.2 (need to use Japanese PRIME module)
-    * m17nlib >= 1.3.1 (need to use uim-m17nlib bridge)
-    * GTK+ >= 2.4 (need to build gtk tools and gtk immodule)
-    * gnome-panel (need to build GNOME applet indicator)
-    * Qt >= 3.3.2 (need to build qt tools. you also need to apply
-      immodule patch to build qt immodule)
+    * gettext
+    * intltool

 Compilation
 ===========

 First, please extract source from tar ball.

-      $ tar xvzf uim-x.x.x.tar.gz
+      $ tar xvjf uim-x.x.x.tar.bz2

 Then, move to the extracted directory and run configure.

       $ cd uim-x.x.x
       $ ./configure

-configure options disabled as default is like this.
-
-    * --enable-debug : build uim with debug information
-    * --enable-dict : enable Japanese dictionary tool
-    * --with-canna : use Canna
-    * --with-qt : build qt tools
-    * --with-qt-immodule : build qt immodule. you need the qt with the
-                           qt-immodule patch
-
 Finally, make and install it.

       $ make
       $ su
-      # make install
+      $ sudo make install

 By default, uim is installed under /usr/local , but this directory may
 not be on the system search path. Should that be the case, add the

Reply via email to