diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-12-29 11:23:23 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-12-29 11:23:23 +0800 |
commit | 5ba789a65320e708d2ee38a1cc196ea5cc7cf99b (patch) | |
tree | 6438868fba4bcc17890f7b3b3387e887eac83a41 /addressbook/ChangeLog | |
parent | 77d282e4a29006f2a4abe4b0f7bda24bb6855f1c (diff) | |
download | gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.tar gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.tar.gz gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.tar.bz2 gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.tar.lz gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.tar.xz gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.tar.zst gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.zip |
add addressbook-config.[ch].
2000-12-28 Chris Toshok <toshok@helixcode.com>
* gui/component/Makefile.am (evolution_addressbook_SOURCES): add
addressbook-config.[ch].
* gui/component/addressbook-config.c,
gui/component/addressbook-config.h: new files, containing at the
moment a beautiful "new/edit source dialog" inspired by the
mail-config-gui code. It'll be ready for prime time after rev'ing
the .xml file the addressbook uses to store it's "other sources"
to include files, and the addition of the ldap auth stuff.
svn path=/trunk/; revision=7191
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 713e42c213..e6c5b083b5 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2000-12-28 Chris Toshok <toshok@helixcode.com> + + * gui/component/Makefile.am (evolution_addressbook_SOURCES): add + addressbook-config.[ch]. + + * gui/component/addressbook-config.c, + gui/component/addressbook-config.h: new files, containing at the + moment a beautiful "new/edit source dialog" inspired by the + mail-config-gui code. It'll be ready for prime time after rev'ing + the .xml file the addressbook uses to store it's "other sources" + to include files, and the addition of the ldap auth stuff. + 2000-12-25 Miguel de Icaza <miguel@helixcode.com> * gui/widgets/e-minicard.c (e_minicard_realize): Set draw |