aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-10-19 23:51:23 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-10-19 23:51:23 +0800
commit7ab239d8f72fd456db372060227c6256a9c8db6d (patch)
tree18ceef27c14ece2bd18fa7e9f4fd94c34603e8da /calendar/ChangeLog
parent2b5f7894090d1dcc8fa5b0b17e0f26c3114ad164 (diff)
downloadgsoc2013-evolution-7ab239d8f72fd456db372060227c6256a9c8db6d.tar
gsoc2013-evolution-7ab239d8f72fd456db372060227c6256a9c8db6d.tar.gz
gsoc2013-evolution-7ab239d8f72fd456db372060227c6256a9c8db6d.tar.bz2
gsoc2013-evolution-7ab239d8f72fd456db372060227c6256a9c8db6d.tar.lz
gsoc2013-evolution-7ab239d8f72fd456db372060227c6256a9c8db6d.tar.xz
gsoc2013-evolution-7ab239d8f72fd456db372060227c6256a9c8db6d.tar.zst
gsoc2013-evolution-7ab239d8f72fd456db372060227c6256a9c8db6d.zip
listen to the canvas for focus events (setup_widgets): listen for listen
2004-10-19 JP Rosevear <jpr@novell.com> * gui/gnome-cal.c (connect_list_view_focus): listen to the canvas for focus events (setup_widgets): listen for listen view selection changes * gui/e-cal-list-view.c (setup_e_table): listen for the cursor to move (e_cal_list_view_cursor_change_cb): indicate the selection changed svn path=/trunk/; revision=27623
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 040625a5b7..eef8c9ac11 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2004-10-19 JP Rosevear <jpr@novell.com>
+
+ * gui/gnome-cal.c (connect_list_view_focus): listen to the canvas
+ for focus events
+ (setup_widgets): listen for listen view selection changes
+
+ * gui/e-cal-list-view.c (setup_e_table): listen for the cursor to
+ move
+ (e_cal_list_view_cursor_change_cb): indicate the selection changed
+
2004-10-19 Harish Krishnaswamy <kharish@novell.com>
* gui/calendar-component.c (create_new_event):