r11030 - in /desktop/unstable/gtk+2.0/debian: changelog patches/090_capslock-numlock-im-thai.patch patches/series

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu May 17 08:25:17 UTC 2007


Author: lool
Date: Thu May 17 08:25:17 2007
New Revision: 11030

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11030
Log:
* New patch 090_capslock-numlock-im-thai, fixes Thai input method when
  NumLock/CapsLock is on; thanks Theppitak Karoonboonyanan; GNOME #438261;
  closes: #414698.
* Re-add patch 031_cursor-blinking-timeout to patch series.

Added:
    desktop/unstable/gtk+2.0/debian/patches/090_capslock-numlock-im-thai.patch
Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/patches/series

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=11030&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Thu May 17 08:25:17 2007
@@ -6,11 +6,17 @@
   * Also honor parallel=n in DEB_BUILD_OPTIONS.
 
   [ Josselin Mouette ]
-  * 032_filechooser-sizing.patch: patch from Carlos Garnacho in bugzilla 
-    #420285. Fixes (among many other things) infinite flickering with 
+  * 032_filechooser-sizing.patch: patch from Carlos Garnacho in bugzilla
+    #420285. Fixes (among many other things) infinite flickering with
     some window managers (closes: #420021).
 
- -- Josselin Mouette <joss at debian.org>  Tue, 15 May 2007 22:47:50 +0200
+  [ Loic Minier ]
+  * New patch 090_capslock-numlock-im-thai, fixes Thai input method when
+    NumLock/CapsLock is on; thanks Theppitak Karoonboonyanan; GNOME #438261;
+    closes: #414698.
+  * Re-add patch 031_cursor-blinking-timeout to patch series.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 17 May 2007 10:23:34 +0200
 
 gtk+2.0 (2.10.12-1) unstable; urgency=low
 

Added: desktop/unstable/gtk+2.0/debian/patches/090_capslock-numlock-im-thai.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/090_capslock-numlock-im-thai.patch?rev=11030&op=file
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/090_capslock-numlock-im-thai.patch (added)
+++ desktop/unstable/gtk+2.0/debian/patches/090_capslock-numlock-im-thai.patch Thu May 17 08:25:17 2007
@@ -1,0 +1,14 @@
+Index: modules/input/gtkimcontextthai.c
+===================================================================
+--- modules/input/gtkimcontextthai.c	(revision 17839)
++++ modules/input/gtkimcontextthai.c	(working copy)
+@@ -288,7 +288,8 @@
+   if (event->type != GDK_KEY_PRESS)
+     return FALSE;
+ 
+-  if (event->state & (GDK_MODIFIER_MASK & ~GDK_SHIFT_MASK) ||
++  if (event->state & (GDK_MODIFIER_MASK
++                      & ~(GDK_SHIFT_MASK | GDK_LOCK_MASK | GDK_MOD2_MASK)) ||
+       is_context_lost_key (event->keyval))
+     {
+ #ifndef GTK_IM_CONTEXT_THAI_NO_FALLBACK

Modified: desktop/unstable/gtk+2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/series?rev=11030&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/series (original)
+++ desktop/unstable/gtk+2.0/debian/patches/series Thu May 17 08:25:17 2007
@@ -11,7 +11,9 @@
 021_loader-files-d.patch
 #025_dfb-window-destroy-leak.patch
 030_gtkentry_password-char-circle.patch
+031_cursor-blinking-timeout.patch
 032_filechooser-sizing.patch
 040_filechooser_single-click.patch
 041_ia32-libs.patch
 070_mandatory-relibtoolize.patch
+090_capslock-numlock-im-thai.patch




More information about the pkg-gnome-commits mailing list