diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-23 07:47:19 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-23 07:47:19 +0800 |
commit | 6b2a9a563f754366af99671e5df19fbc4c8c7ad8 (patch) | |
tree | a4acb5da8ef77dfe5e8d4fee6ff5b39aa16c498c /addressbook/ChangeLog | |
parent | c1231cdf52524bfc75cfce86524e8427bbdee6f4 (diff) | |
download | gsoc2013-evolution-6b2a9a563f754366af99671e5df19fbc4c8c7ad8.tar.gz gsoc2013-evolution-6b2a9a563f754366af99671e5df19fbc4c8c7ad8.tar.zst gsoc2013-evolution-6b2a9a563f754366af99671e5df19fbc4c8c7ad8.zip |
Started adding a time zone field to ECard.
2000-08-22 Christopher James Lahey <clahey@helixcode.com>
* backend/e-card.h: Started adding a time zone field to ECard.
* gui/component/e-addressbook-model.c: Added
e_table_model_pre_change where appropriate.
* gui/minicard/e-minicard-control.c: Added a ref and unref pair.
svn path=/trunk/; revision=4971
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5f86fa875b..4220f1828e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,14 @@ 2000-08-22 Christopher James Lahey <clahey@helixcode.com> + * backend/e-card.h: Started adding a time zone field to ECard. + + * gui/component/e-addressbook-model.c: Added + e_table_model_pre_change where appropriate. + + * gui/minicard/e-minicard-control.c: Added a ref and unref pair. + +2000-08-22 Christopher James Lahey <clahey@helixcode.com> + * gui/component/addressbook.c: Linked in the search dialog again. It looks like some changes in the shell made this not work. |