diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-05 20:16:52 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-05 20:16:52 +0800 |
commit | 3a40fbaf60d50b477999335406df0d7bcf0ca84c (patch) | |
tree | ab059a8c48f355a8fd31633b9189300ab6217186 /addressbook/ChangeLog | |
parent | bca61092c2a89aa993abd6302b5c372df099e361 (diff) | |
download | gsoc2013-evolution-3a40fbaf60d50b477999335406df0d7bcf0ca84c.tar.gz gsoc2013-evolution-3a40fbaf60d50b477999335406df0d7bcf0ca84c.tar.zst gsoc2013-evolution-3a40fbaf60d50b477999335406df0d7bcf0ca84c.zip |
g_date_* => g_date_get_*, fixes G_DISABLE_DEPRECATED build.
2002-11-05 Chris Toshok <toshok@ximian.com>
* backend/ebook/e-card.c: g_date_* => g_date_get_*, fixes
G_DISABLE_DEPRECATED build.
* backend/ebook/e-book-listener.[ch]: remove the servant crap i'd
c&p'ed and put in here.
* backend/ebook/e-book-view-listener.[ch]: remove the servant crap
i'd c&p'ed and put in here.
* backend/pas/pas-book-factory.[ch]: subclass from BonoboObject,
and remove the servant crap from here too. whee.
* backend/pas/pas-card-cursor.[ch]: remove the servant crap i'd
c&p'ed and put in here.
* backend/pas/pas-book.[ch]: remove the servant crap i'd c&p'ed
and put in here.
* backend/pas/pas-book-view.[ch]: remove the servant crap i'd
c&p'ed and put in here.
svn path=/trunk/; revision=18548
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1a4e2d7756..bcf7eb16f6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,28 @@ 2002-11-05 Chris Toshok <toshok@ximian.com> + * backend/ebook/e-card.c: g_date_* => g_date_get_*, fixes + G_DISABLE_DEPRECATED build. + + * backend/ebook/e-book-listener.[ch]: remove the servant crap i'd + c&p'ed and put in here. + + * backend/ebook/e-book-view-listener.[ch]: remove the servant crap + i'd c&p'ed and put in here. + + * backend/pas/pas-book-factory.[ch]: subclass from BonoboObject, + and remove the servant crap from here too. whee. + + * backend/pas/pas-card-cursor.[ch]: remove the servant crap i'd + c&p'ed and put in here. + + * backend/pas/pas-book.[ch]: remove the servant crap i'd c&p'ed + and put in here. + + * backend/pas/pas-book-view.[ch]: remove the servant crap i'd + c&p'ed and put in here. + +2002-11-05 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-card-sexp.[ch]: port to gnome 2. * backend/pas/pas-backend-file.[ch]: same. |