diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-06 15:39:06 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-06 15:39:06 +0800 |
commit | 1b1d829e5e32c744565679b9733f1aeaf07d96af (patch) | |
tree | 813717aa9a44b26c1e1cc769c88200af6f4d6581 /addressbook/ChangeLog | |
parent | c49c019456c41478f3368861ef7a0c02b037e0b1 (diff) | |
download | gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar.gz gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar.zst gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.zip |
ignore the generated marshaller files.
2002-11-05 Chris Toshok <toshok@ximian.com>
* backend/ebook/.cvsignore: ignore the generated marshaller files.
* backend/ebook/e-destination.c (e_destination_dispose): rename
e_destination_destroy.
(e_destination_equal): ifdef this out for now, PENDING_PORT_WORK.
(e_destination_get_name): same.
(e_destination_get_email): same.
(e_destination_get_address): same.
(e_destination_get_textrep): same.
* backend/ebook/Makefile.am: don't build the executables
(importers and loaders) for now. Also, s/oaf/server, and use
INTLTOOL_SERVER_RULE.
* backend/ebook/e-book-util.c (e_book_get_config_database):
un-#ifdef this.
(e_book_default_book_open): un-#ifdef ths code in here that relies
on the e_config_listener.
svn path=/trunk/; revision=18586
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 330c799207..f3982b0e6f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,24 @@ +2002-11-05 Chris Toshok <toshok@ximian.com> + + * backend/ebook/.cvsignore: ignore the generated marshaller files. + + * backend/ebook/e-destination.c (e_destination_dispose): rename + e_destination_destroy. + (e_destination_equal): ifdef this out for now, PENDING_PORT_WORK. + (e_destination_get_name): same. + (e_destination_get_email): same. + (e_destination_get_address): same. + (e_destination_get_textrep): same. + + * backend/ebook/Makefile.am: don't build the executables + (importers and loaders) for now. Also, s/oaf/server, and use + INTLTOOL_SERVER_RULE. + + * backend/ebook/e-book-util.c (e_book_get_config_database): + un-#ifdef this. + (e_book_default_book_open): un-#ifdef ths code in here that relies + on the e_config_listener. + 2002-11-05 Dan Winship <danw@ximian.com> * backend/pas/pas-backend-ldap.c (send_pending_adds): copy a |