diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-01-12 09:36:56 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-12 09:36:56 +0800 |
commit | edcdb2068858eebca3c23978c91b827a077c02a1 (patch) | |
tree | 1700650ac8f91ba7341f10869528c97b18787c3a /calendar/ChangeLog | |
parent | a097129f6847f85035f3b43cf3f36353b82124bc (diff) | |
download | gsoc2013-evolution-edcdb2068858eebca3c23978c91b827a077c02a1.tar gsoc2013-evolution-edcdb2068858eebca3c23978c91b827a077c02a1.tar.gz gsoc2013-evolution-edcdb2068858eebca3c23978c91b827a077c02a1.tar.bz2 gsoc2013-evolution-edcdb2068858eebca3c23978c91b827a077c02a1.tar.lz gsoc2013-evolution-edcdb2068858eebca3c23978c91b827a077c02a1.tar.xz gsoc2013-evolution-edcdb2068858eebca3c23978c91b827a077c02a1.tar.zst gsoc2013-evolution-edcdb2068858eebca3c23978c91b827a077c02a1.zip |
New IDL for the personal calendar server.
2000-01-11 Federico Mena Quintero <federico@helixcode.com>
* gnome-calendar.idl: New IDL for the personal calendar server.
* cal.h cal.c: New files with the calendar object.
* cal-listener.h cal-listener.c: New files with the calendar
listener object.
* cal-factory.h cal-factory.c: New files with the calendar factory
object.
svn path=/trunk/; revision=1555
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6cc4fa71f1..6ba65647f6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2000-01-11 Federico Mena Quintero <federico@helixcode.com> + + * gnome-calendar.idl: New IDL for the personal calendar server. + + * cal.h cal.c: New files with the calendar object. + + * cal-listener.h cal-listener.c: New files with the calendar + listener object. + + * cal-factory.h cal-factory.c: New files with the calendar factory + object. + 2000-01-09 Eskil Heyn Olsen <deity@eskil.dk> * Makefile.am: Changes to remove todo capplet stuff from distro. |