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
This commit is contained in:
Federico Mena Quintero
1998-10-08 00:19:46 +00:00
committed by Arturo Espinosa
parent 79f1b787b5
commit 192c70b978
3 changed files with 13 additions and 0 deletions

View File

@ -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> 1998-10-07 Carsten Schaar <nhadcasc@fs-maphy.uni-hannover.de>
* main.c (main): Replaced the 'gnome_client_new_default' call with * main.c (main): Replaced the 'gnome_client_new_default' call with

View File

@ -36,6 +36,8 @@ gnomecal_SOURCES = \
gnome-cal.c \ gnome-cal.c \
gnome-cal.h \ gnome-cal.h \
goto.c \ goto.c \
layout.c \
layout.h \
main.c \ main.c \
main.h \ main.h \
mark.c \ mark.c \

View File

@ -36,6 +36,8 @@ gnomecal_SOURCES = \
gnome-cal.c \ gnome-cal.c \
gnome-cal.h \ gnome-cal.h \
goto.c \ goto.c \
layout.c \
layout.h \
main.c \ main.c \
main.h \ main.h \
mark.c \ mark.c \