summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-2-106
-rw-r--r--ChangeLog.pre-2-26
-rw-r--r--ChangeLog.pre-2-46
-rw-r--r--ChangeLog.pre-2-66
-rw-r--r--ChangeLog.pre-2-86
-rw-r--r--gtk/gtkimcontextsimple.c2
7 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8c6910e9..936c92346 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Nov 7 15:29:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c (check_hex): Use '_'
+ not '-' in signal name to be consistent with
+ what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
+
Thu Nov 7 14:51:31 2002 Owen Taylor <otaylor@redhat.com>
* tests/testcalendar.c (calendar_date_to_string):
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index c8c6910e9..936c92346 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,9 @@
+Thu Nov 7 15:29:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c (check_hex): Use '_'
+ not '-' in signal name to be consistent with
+ what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
+
Thu Nov 7 14:51:31 2002 Owen Taylor <otaylor@redhat.com>
* tests/testcalendar.c (calendar_date_to_string):
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index c8c6910e9..936c92346 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,9 @@
+Thu Nov 7 15:29:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c (check_hex): Use '_'
+ not '-' in signal name to be consistent with
+ what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
+
Thu Nov 7 14:51:31 2002 Owen Taylor <otaylor@redhat.com>
* tests/testcalendar.c (calendar_date_to_string):
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index c8c6910e9..936c92346 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,9 @@
+Thu Nov 7 15:29:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c (check_hex): Use '_'
+ not '-' in signal name to be consistent with
+ what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
+
Thu Nov 7 14:51:31 2002 Owen Taylor <otaylor@redhat.com>
* tests/testcalendar.c (calendar_date_to_string):
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index c8c6910e9..936c92346 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,9 @@
+Thu Nov 7 15:29:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c (check_hex): Use '_'
+ not '-' in signal name to be consistent with
+ what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
+
Thu Nov 7 14:51:31 2002 Owen Taylor <otaylor@redhat.com>
* tests/testcalendar.c (calendar_date_to_string):
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index c8c6910e9..936c92346 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,9 @@
+Thu Nov 7 15:29:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkimcontextsimple.c (check_hex): Use '_'
+ not '-' in signal name to be consistent with
+ what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
+
Thu Nov 7 14:51:31 2002 Owen Taylor <otaylor@redhat.com>
* tests/testcalendar.c (calendar_date_to_string):
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c
index e88c3f282..a39b7c74c 100644
--- a/gtk/gtkimcontextsimple.c
+++ b/gtk/gtkimcontextsimple.c
@@ -1109,7 +1109,7 @@ check_hex (GtkIMContextSimple *context_simple,
context_simple->tentative_match = n;
context_simple->tentative_match_len = n_compose;
- g_signal_emit_by_name (context_simple, "preedit-changed");
+ g_signal_emit_by_name (context_simple, "preedit_changed");
return TRUE;
}