diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-10-18 03:33:52 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-10-18 03:33:52 +0800 |
commit | f5a84bbd66488aee1502a7aa17c7844f2bef0b4d (patch) | |
tree | d6fc5d2a48c34c5979a279de2fae8a088e0fb984 /calendar/ChangeLog | |
parent | 66492867d6c19d5378ff2b25147b662cf8e528a1 (diff) | |
download | gsoc2013-evolution-f5a84bbd66488aee1502a7aa17c7844f2bef0b4d.tar gsoc2013-evolution-f5a84bbd66488aee1502a7aa17c7844f2bef0b4d.tar.gz gsoc2013-evolution-f5a84bbd66488aee1502a7aa17c7844f2bef0b4d.tar.bz2 gsoc2013-evolution-f5a84bbd66488aee1502a7aa17c7844f2bef0b4d.tar.lz gsoc2013-evolution-f5a84bbd66488aee1502a7aa17c7844f2bef0b4d.tar.xz gsoc2013-evolution-f5a84bbd66488aee1502a7aa17c7844f2bef0b4d.tar.zst gsoc2013-evolution-f5a84bbd66488aee1502a7aa17c7844f2bef0b4d.zip |
Add defines
2000-10-17 JP Rosevear <jpr@helixcode.com>
* conduits/todo/todo-conduit-control-applet.c: Add defines
* conduits/todo/todo-conduit-config.h: put #ifdefs around functions
can't make this a public interface in the usual way as then the
symbols would be exported
* conduits/todo/todo-conduit.c: Kill warnings. clahey will be
happy! Add some defines to include only the necessary config functions.
(conduit_get_gpilot_conduit): Hook up archive signals
* conduits/calendar/calendar-conduit.c: Same as above
* conduits/calendar/calendar-conduit-control-applet.c: ditto
* conduits/calendar/calendar-conduit-config.h: ditto
svn path=/trunk/; revision=5967
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9bb02b4b5d..7eded8aff2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,22 @@ +2000-10-17 JP Rosevear <jpr@helixcode.com> + + * conduits/todo/todo-conduit-control-applet.c: Add defines + + * conduits/todo/todo-conduit-config.h: put #ifdefs around functions + can't make this a public interface in the usual way as then the + symbols would be exported + + * conduits/todo/todo-conduit.c: Kill warnings. clahey will be + happy! Add some defines to include only the necessary config functions. + (conduit_get_gpilot_conduit): Hook up archive signals + + * conduits/calendar/calendar-conduit.c: Same as above + + * conduits/calendar/calendar-conduit-control-applet.c: ditto + + * conduits/calendar/calendar-conduit-config.h: ditto + + 2000-10-16 Jesse Pavel <jpavel@helixcode.com> * gui/e-itip-control.c: You can now add incoming iTip |