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:

committed by
Arturo Espinosa

parent
79f1b787b5
commit
192c70b978
@ -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
|
||||||
|
@ -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 \
|
||||||
|
@ -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 \
|
||||||
|
Reference in New Issue
Block a user