From 550314f75b3a94e468e5f1117b9425d6d3784161 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 29 Sep 1998 00:54:21 +0000 Subject: New file that presents a quick view of the events in a particular day when 1998-09-28 Federico Mena Quintero * quick-view.[ch]: New file that presents a quick view of the events in a particular day when the mouse is clicked on the year view. Work in progress. * year-view.c (do_quick_view_popup): New function that creates a quick view for the events in a day. * Makefile.am (gnomecal_SOURCES): Added quick-view.[ch] to the list of sources. svn path=/trunk/; revision=413 --- calendar/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index fc2761ac1f..7fd66fdbaf 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +1998-09-28 Federico Mena Quintero + + * quick-view.[ch]: New file that presents a quick view of the + events in a particular day when the mouse is clicked on the year + view. Work in progress. + + * year-view.c (do_quick_view_popup): New function that creates a + quick view for the events in a day. + + * Makefile.am (gnomecal_SOURCES): Added quick-view.[ch] to the + list of sources. + 1998-09-27 Federico Mena Quintero * main.c: Hotkey for File/Exit should be C-q, not C-x. -- cgit