summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-05
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-25
-rw-r--r--ChangeLog.pre-2-45
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/gtkimcontextsimple.c3
8 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 103ce5aeb..8ab3a6d80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 23 20:07:53 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
+ to ignore when doing compose processing.
+
2001-05-22 Joe Shaw <joe@ximian.com>
* gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle):
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 103ce5aeb..8ab3a6d80 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,8 @@
+Wed May 23 20:07:53 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
+ to ignore when doing compose processing.
+
2001-05-22 Joe Shaw <joe@ximian.com>
* gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle):
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 103ce5aeb..8ab3a6d80 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Wed May 23 20:07:53 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
+ to ignore when doing compose processing.
+
2001-05-22 Joe Shaw <joe@ximian.com>
* gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle):
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 103ce5aeb..8ab3a6d80 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,8 @@
+Wed May 23 20:07:53 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
+ to ignore when doing compose processing.
+
2001-05-22 Joe Shaw <joe@ximian.com>
* gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle):
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 103ce5aeb..8ab3a6d80 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+Wed May 23 20:07:53 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
+ to ignore when doing compose processing.
+
2001-05-22 Joe Shaw <joe@ximian.com>
* gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle):
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 103ce5aeb..8ab3a6d80 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+Wed May 23 20:07:53 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
+ to ignore when doing compose processing.
+
2001-05-22 Joe Shaw <joe@ximian.com>
* gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle):
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 103ce5aeb..8ab3a6d80 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+Wed May 23 20:07:53 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
+ to ignore when doing compose processing.
+
2001-05-22 Joe Shaw <joe@ximian.com>
* gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle):
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c
index d1c5f543d..9f4f3ad51 100644
--- a/gtk/gtkimcontextsimple.c
+++ b/gtk/gtkimcontextsimple.c
@@ -737,7 +737,8 @@ guint16 gtk_compose_ignore[] = {
GDK_Super_L,
GDK_Super_R,
GDK_Hyper_L,
- GDK_Hyper_R
+ GDK_Hyper_R,
+ GDK_Mode_switch
};
static void gtk_im_context_simple_class_init (GtkIMContextSimpleClass *class);