diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-10-08 08:19:46 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-10-08 08:19:46 +0800 |
commit | 192c70b9786324c3e27e8bca79300c09033d860f (patch) | |
tree | 22e18d0e6c67b3014af8f4125e48d6466462373a /calendar/ChangeLog | |
parent | 79f1b787b5dfe84dec4e14f18cad33065edf9825 (diff) | |
download | gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.tar gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.tar.gz gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.tar.bz2 gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.tar.lz gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.tar.xz gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.tar.zst gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.zip |
Sync sync sync
1998-10-07 Federico Mena Quintero <federico@nuclecu.unam.mx>
* layout.[ch]: New files that abstract the event layout code from
gncal-full-day.c into something useful for other parts of the
program. Now all event layout is done here.
* Makefile.am (gnomecal_SOURCES): Added layout.[ch] to the list of
sources.
svn path=/trunk/; revision=432
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7693a3635b..2012f7155d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +1998-10-07 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * layout.[ch]: New files that abstract the event layout code from + gncal-full-day.c into something useful for other parts of the + program. Now all event layout is done here. + + * Makefile.am (gnomecal_SOURCES): Added layout.[ch] to the list of + sources. + 1998-10-07 Carsten Schaar <nhadcasc@fs-maphy.uni-hannover.de> * main.c (main): Replaced the 'gnome_client_new_default' call with |