aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2003-04-24 06:03:57 +0800
committerHans Petter <hansp@src.gnome.org>2003-04-24 06:03:57 +0800
commit00566a768f8a6204651ddaf8add226aa315807e8 (patch)
treede7ccf00b9fdd25d485e5b9015ec40a79d07dbbb /calendar/ChangeLog
parentd6d875d02faf911e1b4ddb1cfe9b1eb44b009b95 (diff)
downloadgsoc2013-evolution-00566a768f8a6204651ddaf8add226aa315807e8.tar
gsoc2013-evolution-00566a768f8a6204651ddaf8add226aa315807e8.tar.gz
gsoc2013-evolution-00566a768f8a6204651ddaf8add226aa315807e8.tar.bz2
gsoc2013-evolution-00566a768f8a6204651ddaf8add226aa315807e8.tar.lz
gsoc2013-evolution-00566a768f8a6204651ddaf8add226aa315807e8.tar.xz
gsoc2013-evolution-00566a768f8a6204651ddaf8add226aa315807e8.tar.zst
gsoc2013-evolution-00566a768f8a6204651ddaf8add226aa315807e8.zip
Fixes #41641
2003-04-23 Hans Petter Jansson <hpj@ximian.com> Fixes #41641 * gui/e-day-view.c (e_day_view_focus_in): Remove assert an old input method code. (e_day_view_focus_out): Ditto. (e_day_view_reshape_long_event): Set input method context. (e_day_view_reshape_day_event): Ditto. (e_day_view_on_editing_started): Let EText handle the context popup. (e_day_view_on_editing_stopped): Turn off EText's handling of context popup. * gui/e-week-view.c (e_week_view_reshape_event_span): Set input method context. (e_week_view_on_text_item_event): Let the EText item handle right-click context popup if we're editing it. (e_week_view_on_editing_started): Let the EText item handle the context popup. (e_weeK_view_on_editing_stopped): Turn off EText's handling of context popup. svn path=/trunk/; revision=20947
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 83e82aabfc..c8f4004dfd 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,25 @@
+2003-04-23 Hans Petter Jansson <hpj@ximian.com>
+
+ Fixes #41641
+
+ * gui/e-day-view.c (e_day_view_focus_in): Remove assert an old
+ input method code.
+ (e_day_view_focus_out): Ditto.
+ (e_day_view_reshape_long_event): Set input method context.
+ (e_day_view_reshape_day_event): Ditto.
+ (e_day_view_on_editing_started): Let EText handle the context popup.
+ (e_day_view_on_editing_stopped): Turn off EText's handling of context
+ popup.
+
+ * gui/e-week-view.c (e_week_view_reshape_event_span): Set input
+ method context.
+ (e_week_view_on_text_item_event): Let the EText item handle
+ right-click context popup if we're editing it.
+ (e_week_view_on_editing_started): Let the EText item handle the
+ context popup.
+ (e_weeK_view_on_editing_stopped): Turn off EText's handling of
+ context popup.
+
2003-04-23 Rodrigo Moya <rodrigo@ximian.com>
Fixes #41671