diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-08-27 03:59:46 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-08-27 03:59:46 +0800 |
commit | 00098c1abe26a5006bc6df5ff81973b27c7c650a (patch) | |
tree | 5702630bbd1ad7ecf7b08a4ce9c63d98f13d716a /calendar/ChangeLog | |
parent | 4da4e492496efde4b1daaf6883a985332154a64b (diff) | |
download | gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.tar gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.tar.gz gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.tar.bz2 gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.tar.lz gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.tar.xz gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.tar.zst gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.zip |
Today: beginning of year view using the canvas. I still have to finish
Today: beginning of year view using the canvas. I still have to finish fixing
size allocation and event marking. This is all for today since Bonnie is coming.
1998-08-26 Federico Mena Quintero <federico@nuclecu.unam.mx>
* year-view.c: Beginning of the new year view. Sizing and event
marking needs to be finished.
* gnome-cal.c: Updated for year-view.
(gnome_calendar_time_format_changed): Use year_view_time_format_changed().
* year-view.[ch]: Renamed the gncal-year-view.[ch] files to
year-view.[ch].
* Makefile.am (gnomecal_SOURCES): Updated year-view.[ch] in the
list of source files.
svn path=/trunk/; revision=341
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f0efda99f5..498ca2d484 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +1998-08-26 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * year-view.c: Beginning of the new year view. Sizing and event + marking needs to be finished. + + * gnome-cal.c: Updated for year-view. + (gnome_calendar_time_format_changed): Use year_view_time_format_changed(). + + * year-view.[ch]: Renamed the gncal-year-view.[ch] files to + year-view.[ch]. + + * Makefile.am (gnomecal_SOURCES): Updated year-view.[ch] in the + list of source files. + 1998-08-25 Federico Mena Quintero <federico@nuclecu.unam.mx> * goto.c (create_days): Set the heading color of the month item. |