[uim-commit] r3038 - in trunk: . gtk

ekato at freedesktop.org ekato at freedesktop.org
Sun Jan 29 23:06:37 PST 2006


Author: ekato
Date: 2006-01-29 23:06:24 -0800 (Sun, 29 Jan 2006)
New Revision: 3038

Modified:
   trunk/NEWS
   trunk/gtk/key-util-gtk.c
Log:
* NEWS : Update.
* gtk/key-util-gtk.c : Enclose #include <gdk/gdkx.h> with
  GDK_WINDOWING_X11.


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2006-01-30 05:56:12 UTC (rev 3037)
+++ trunk/NEWS	2006-01-30 07:06:24 UTC (rev 3038)
@@ -1,3 +1,33 @@
+Overview of changes from 1.0.x to 1.1.0
+==
+* New features
+
+* Fixes
+  o Minor
+    - uim-im-switcher-gtk
+      - respond to the cursor movement from keyboard (Etsushi)
+    - uim-pref-gtk
+      - handle <Meta>, <Super>, and <Hyper> modifiers in the key
+	capture widget (Etsushi)
+      - distinguish directories and regular files on pathname custom
+	widget (Etsushi, YamaKen)
+
+    - uim-pref-qt
+      - distinguish directories and regular files on pathname custom
+	widget (Etsushi, YamaKen)
+
+    - gtk+ immodule
+      - enable <Alt>, <Meta>, <Super>, and <Hyper> modifier key
+	handling on X11 (bug #2468, Etsushi)
+      - don't use key snooper to improve short cut key handling
+	(Etsushi)
+    - uim-xim
+      - fix event handling with flushplayer plugin (Etsushi)
+
+* Others
+  - update translations
+    -ja (Daichi Kawahata, YamaKen)
+
 Overview of changes from 1.0.0 to 1.0.1
 ==
 * Fixes

Modified: trunk/gtk/key-util-gtk.c
===================================================================
--- trunk/gtk/key-util-gtk.c	2006-01-30 05:56:12 UTC (rev 3037)
+++ trunk/gtk/key-util-gtk.c	2006-01-30 07:06:24 UTC (rev 3038)
@@ -37,9 +37,8 @@
 
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
-#include <gdk/gdkx.h>
-
 #ifdef GDK_WINDOWING_X11
+#include <gdk/gdkx.h>
 #include <X11/Xlib.h>
 #include <X11/keysym.h>
 #endif



More information about the uim-commit mailing list