diff options
author | Chris Toshok <toshok@ximian.com> | 2004-03-25 03:58:15 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-03-25 03:58:15 +0800 |
commit | 5b496f26137ee1d0920a94e7c19926d6584cd624 (patch) | |
tree | ae50b2b8fcc1334e0f9a3ad9451656304662c41c /addressbook/ChangeLog | |
parent | 9f004e15d508cd979852f0b31c421ee7bc87eb7b (diff) | |
download | gsoc2013-evolution-5b496f26137ee1d0920a94e7c19926d6584cd624.tar.gz gsoc2013-evolution-5b496f26137ee1d0920a94e7c19926d6584cd624.tar.zst gsoc2013-evolution-5b496f26137ee1d0920a94e7c19926d6584cd624.zip |
superclass for both EContactEditor and EContactListEditor. A start toward
2004-03-24 Chris Toshok <toshok@ximian.com>
* gui/contact-editor/eab-editor.[ch]: superclass for both
EContactEditor and EContactListEditor. A start toward simplifying
the interface to both of them, and a place to abstract code.
* gui/contact-editor/Makefile.am (libecontacteditor_la_SOURCES):
add eab-editor.[ch]
svn path=/trunk/; revision=25172
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 4cddb7f17f..84297f9eb6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2004-03-24 Chris Toshok <toshok@ximian.com> + + * gui/contact-editor/eab-editor.[ch]: superclass for both + EContactEditor and EContactListEditor. A start toward simplifying + the interface to both of them, and a place to abstract code. + + * gui/contact-editor/Makefile.am (libecontacteditor_la_SOURCES): + add eab-editor.[ch] + 2004-03-24 Danilo Ĺ egan <dsegan@gmx.net> * gui/widgets/e-addressbook-model.c (update_folder_bar_message): |