diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-15 03:08:51 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-15 03:08:51 +0800 |
commit | 8ab84a1ebff365b8138623bc0da1dfec3bc385e5 (patch) | |
tree | 205e9f73cfd3cbbb1c62619b8840209114092034 /calendar/ChangeLog | |
parent | dc5039bf5f71401879555beb6b61d04c5d809af5 (diff) | |
download | gsoc2013-evolution-8ab84a1ebff365b8138623bc0da1dfec3bc385e5.tar gsoc2013-evolution-8ab84a1ebff365b8138623bc0da1dfec3bc385e5.tar.gz gsoc2013-evolution-8ab84a1ebff365b8138623bc0da1dfec3bc385e5.tar.bz2 gsoc2013-evolution-8ab84a1ebff365b8138623bc0da1dfec3bc385e5.tar.lz gsoc2013-evolution-8ab84a1ebff365b8138623bc0da1dfec3bc385e5.tar.xz gsoc2013-evolution-8ab84a1ebff365b8138623bc0da1dfec3bc385e5.tar.zst gsoc2013-evolution-8ab84a1ebff365b8138623bc0da1dfec3bc385e5.zip |
Add headers with GPL notice and credit copyright to those appropriate
2000-09-14 JP Rosevear <jpr@helixcode.com>
* Add headers with GPL notice and credit copyright to those
appropriate
* conduits/todo/todo-conduit-control-applet.c (doHelp): Update
name,
authors, copyright for about dialog.
(activate_sync_type): Tidy
* conduits/todo/Makefile.am: Rename binaries and libs to e-todo*
to avoid conflicts.
* conduits/todo/e-todo.conduit.in: Reflect binary/lib name changes
* conduits/todo/e-todo-conduit-control-applet.desktop: ditto
* conduits/todo/todo.conduit.in: Removed
* conduits/todo/todo-conduit-control-applet.desktop: Removed
* conduits/todo/todo-conduit-config.h
(todoconduit_load_configuration):
The config file will now be called e-todo-conduit
(todoconduit_save_configuration): ditto
* conduits/todo/todo-conduit.c: Some renaming to keep consistent.
(pre_sync): Remove commented out function that does not exist.
* conduits/todo/todo-conduit-control-applet.c: ditto
* conduits/todo/todo-conduit-config.h: ditto
* conduits/todo/todo-conduit.h: ditto
svn path=/trunk/; revision=5433
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ea084d444d..1fa7a93e44 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,36 @@ +2000-09-14 JP Rosevear <jpr@helixcode.com> + + * Add headers with GPL notice and credit copyright to those appropriate + + * conduits/todo/todo-conduit-control-applet.c (doHelp): Update name, + authors, copyright for about dialog. + (activate_sync_type): Tidy + + * conduits/todo/Makefile.am: Rename binaries and libs to e-todo* + to avoid conflicts. + + * conduits/todo/e-todo.conduit.in: Reflect binary/lib name changes + + * conduits/todo/e-todo-conduit-control-applet.desktop: ditto + + * conduits/todo/todo.conduit.in: Removed + + * conduits/todo/todo-conduit-control-applet.desktop: Removed + + * conduits/todo/todo-conduit-config.h (todoconduit_load_configuration): + The config file will now be called e-todo-conduit + (todoconduit_save_configuration): ditto + + * conduits/todo/todo-conduit.c: Some renaming to keep consistent. + (pre_sync): Remove commented out function that does not exist. + + * conduits/todo/todo-conduit-control-applet.c: ditto + + * conduits/todo/todo-conduit-config.h: ditto + + * conduits/todo/todo-conduit.h: ditto + + 2000-09-07 Michael Meeks <michael@helixcode.com> * gui/calendar-commands.c: Re-write most UI handler code. |