diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-03-02 06:31:11 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-03-02 06:31:11 +0800 |
commit | 3f2e2c06278e2c18938c62d31b719b0ba834383a (patch) | |
tree | e9f15c89fef951f7fe1f2ccf095019aef1523c97 /calendar/ChangeLog | |
parent | d164174a00f7712793a43ebbc29246901b28fd2c (diff) | |
download | gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.tar gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.tar.gz gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.tar.bz2 gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.tar.lz gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.tar.xz gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.tar.zst gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.zip |
At this point the calendar client and personal calendar server files were
2000-03-01 Federico Mena Quintero <federico@helixcode.com>
At this point the calendar client and personal calendar server
files were moved to the idl/, cal-client/, and pcs/ directories.
* idl/Makefile.am: New file.
* cal-client/Makefile.am: New file. Moved the libcal-client stuff
from calendar/Makefile.am to here.
* Makefile.am (SUBDIRS): Added the idl and cal-client directories.
svn path=/trunk/; revision=2003
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 53a3570d2b..e9cd5ba38e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,17 @@ 2000-03-01 Federico Mena Quintero <federico@helixcode.com> + At this point the calendar client and personal calendar server + files were moved to the idl/, cal-client/, and pcs/ directories. + + * idl/Makefile.am: New file. + + * cal-client/Makefile.am: New file. Moved the libcal-client stuff + from calendar/Makefile.am to here. + + * Makefile.am (SUBDIRS): Added the idl and cal-client directories. + +2000-03-01 Federico Mena Quintero <federico@helixcode.com> + * Makefile.am: Use the gnome-config flags for orbit-idl. Create a libcal-client library with the calendar client object. |