diff options
author | JP Rosevear <jpr@helixcode.com> | 2001-01-05 05:56:16 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-01-05 05:56:16 +0800 |
commit | 5ff5cd81532edda57a0793273fee0cdadef07dd9 (patch) | |
tree | cbf4db4f680092b57f36b89d166e200c20d02580 /addressbook/ChangeLog | |
parent | 2bd88e7f2587809a6079a8cfd92876be50a46ee6 (diff) | |
download | gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.gz gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.bz2 gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.lz gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.xz gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.zst gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.zip |
Remove non-existent file
2001-01-04 JP Rosevear <jpr@helixcode.com>
* POTFILES.in: Remove non-existent file
2001-01-04 JP Rosevear <jpr@helixcode.com>
* conduit/Makefile.am: Fix hard coded library names that were
accidentally committed (i'm looking at you miggie)
* contact-editor/e-contact-editor.c (categories_clicked): Reflect
renaming.
* contact-editor/e-contact-editor-categories.[hc]: These are
living in gal now
svn path=/trunk/; revision=7261
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ccfd805b97..1138adf072 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,16 @@ 2001-01-04 JP Rosevear <jpr@helixcode.com> + * conduit/Makefile.am: Fix hard coded library names that were + accidentally committed (i'm looking at you miggie) + + * contact-editor/e-contact-editor.c (categories_clicked): Reflect + renaming. + + * contact-editor/e-contact-editor-categories.[hc]: These are + living in gal now + +2001-01-04 JP Rosevear <jpr@helixcode.com> + * backend/pas/pas-backend-file.c (pas_backend_file_book_view_free): Need to e_sexp_unref the the sexp, not gtk_object_unref it. |