diff --git a/ChangeLog b/ChangeLog index c8c6910e9a..936c923467 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 7 15:29:43 2002 Owen Taylor + + * 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 * tests/testcalendar.c (calendar_date_to_string): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c8c6910e9a..936c923467 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Thu Nov 7 15:29:43 2002 Owen Taylor + + * 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 * tests/testcalendar.c (calendar_date_to_string): diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c8c6910e9a..936c923467 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Thu Nov 7 15:29:43 2002 Owen Taylor + + * 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 * tests/testcalendar.c (calendar_date_to_string): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c8c6910e9a..936c923467 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Thu Nov 7 15:29:43 2002 Owen Taylor + + * 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 * tests/testcalendar.c (calendar_date_to_string): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c8c6910e9a..936c923467 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Thu Nov 7 15:29:43 2002 Owen Taylor + + * 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 * tests/testcalendar.c (calendar_date_to_string): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c8c6910e9a..936c923467 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Thu Nov 7 15:29:43 2002 Owen Taylor + + * 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 * tests/testcalendar.c (calendar_date_to_string): diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index e88c3f282a..a39b7c74cc 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; }