aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-10-08 08:19:46 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-10-08 08:19:46 +0800
commit192c70b9786324c3e27e8bca79300c09033d860f (patch)
tree22e18d0e6c67b3014af8f4125e48d6466462373a
parent79f1b787b5dfe84dec4e14f18cad33065edf9825 (diff)
downloadgsoc2013-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
-rw-r--r--calendar/ChangeLog9
-rw-r--r--calendar/Makefile.am2
-rw-r--r--calendar/gui/Makefile.am2
3 files changed, 13 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
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index bc6081dc10..25c433ceaf 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -36,6 +36,8 @@ gnomecal_SOURCES = \
gnome-cal.c \
gnome-cal.h \
goto.c \
+ layout.c \
+ layout.h \
main.c \
main.h \
mark.c \
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index bc6081dc10..25c433ceaf 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -36,6 +36,8 @@ gnomecal_SOURCES = \
gnome-cal.c \
gnome-cal.h \
goto.c \
+ layout.c \
+ layout.h \
main.c \
main.h \
mark.c \