diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-08 14:20:11 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-08 14:20:11 +0800 |
commit | 98a615797554ceab22a641f21c4b364b4af21e4f (patch) | |
tree | 12e56fcfd855b1dadbc83e5d9cf2a949d9721dd3 /addressbook/ChangeLog | |
parent | 237e7d2436b9e28f6609b089653068aefea435d7 (diff) | |
download | gsoc2013-evolution-98a615797554ceab22a641f21c4b364b4af21e4f.tar gsoc2013-evolution-98a615797554ceab22a641f21c4b364b4af21e4f.tar.gz gsoc2013-evolution-98a615797554ceab22a641f21c4b364b4af21e4f.tar.bz2 gsoc2013-evolution-98a615797554ceab22a641f21c4b364b4af21e4f.tar.lz gsoc2013-evolution-98a615797554ceab22a641f21c4b364b4af21e4f.tar.xz gsoc2013-evolution-98a615797554ceab22a641f21c4b364b4af21e4f.tar.zst gsoc2013-evolution-98a615797554ceab22a641f21c4b364b4af21e4f.zip |
more porting work.
2002-11-07 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-bonobo.[ch]: more
porting work.
* gui/component/select-names/e-select-names-completion.[ch]: more
porting work.
* gui/component/select-names/e-select-names-manager.[ch]: more
porting work.
* gui/component/select-names/e-select-names-model.[ch]: more
porting work.
* gui/component/select-names/e-select-names-popup.c: more
porting work.
* gui/component/select-names/e-select-names-table-model.[ch]: more
porting work.
* gui/component/select-names/e-select-names-text-model.[ch]: more
porting work.
* gui/component/select-names/e-select-names.[ch]: more
porting work.
svn path=/trunk/; revision=18657
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c1b34717ef..4436121640 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,31 @@ 2002-11-07 Chris Toshok <toshok@ximian.com> + * gui/component/select-names/e-select-names-bonobo.[ch]: more + porting work. + + * gui/component/select-names/e-select-names-completion.[ch]: more + porting work. + + * gui/component/select-names/e-select-names-manager.[ch]: more + porting work. + + * gui/component/select-names/e-select-names-model.[ch]: more + porting work. + + * gui/component/select-names/e-select-names-popup.c: more + porting work. + + * gui/component/select-names/e-select-names-table-model.[ch]: more + porting work. + + * gui/component/select-names/e-select-names-text-model.[ch]: more + porting work. + + * gui/component/select-names/e-select-names.[ch]: more + porting work. + +2002-11-07 Chris Toshok <toshok@ximian.com> + * backend/ebook/Makefile.am: tests are linking now, and link in libcamel.la. |