diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-05-05 14:24:11 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-05-05 14:24:11 +0800 |
commit | ffdf0418892ce8051b35113b05f62047823ba363 (patch) | |
tree | 3be5d0b00e25302807b29de0be54072656f91022 /addressbook/ChangeLog | |
parent | 2c2632152416a6b3db0ad8f1a2ad74ee2c97a9f8 (diff) | |
download | gsoc2013-evolution-ffdf0418892ce8051b35113b05f62047823ba363.tar.gz gsoc2013-evolution-ffdf0418892ce8051b35113b05f62047823ba363.tar.zst gsoc2013-evolution-ffdf0418892ce8051b35113b05f62047823ba363.zip |
Implement. (init_address_record): Init textview.
2004-05-05 Hans Petter Jansson <hpj@ximian.com>
* gui/contact-editor/e-contact-editor.c (init_address_textview):
Implement.
(init_address_record): Init textview.
(fill_in_address_textview): Implement.
(fill_in_address_record): Fill in textview.
(extract_address_textview): Implement.
(extract_address_record): Extract from textview.
* gui/contact-editor/contact-editor.glade: Combine address-[12] fields
into one multiline text view, as per Anna's new design.
svn path=/trunk/; revision=25800
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e44af7f69f..49675d5460 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2004-05-05 Hans Petter Jansson <hpj@ximian.com> + + * gui/contact-editor/e-contact-editor.c (init_address_textview): + Implement. + (init_address_record): Init textview. + (fill_in_address_textview): Implement. + (fill_in_address_record): Fill in textview. + (extract_address_textview): Implement. + (extract_address_record): Extract from textview. + + * gui/contact-editor/contact-editor.glade: Combine address-[12] fields + into one multiline text view, as per Anna's new design. + 2004-05-04 Larry Ewing <lewing@ximian.com> * gui/component/addressbook-config.c (query_for_supported_bases): |