aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-05-05 14:24:11 +0800
committerHans Petter <hansp@src.gnome.org>2004-05-05 14:24:11 +0800
commitffdf0418892ce8051b35113b05f62047823ba363 (patch)
tree3be5d0b00e25302807b29de0be54072656f91022 /addressbook/ChangeLog
parent2c2632152416a6b3db0ad8f1a2ad74ee2c97a9f8 (diff)
downloadgsoc2013-evolution-ffdf0418892ce8051b35113b05f62047823ba363.tar
gsoc2013-evolution-ffdf0418892ce8051b35113b05f62047823ba363.tar.gz
gsoc2013-evolution-ffdf0418892ce8051b35113b05f62047823ba363.tar.bz2
gsoc2013-evolution-ffdf0418892ce8051b35113b05f62047823ba363.tar.lz
gsoc2013-evolution-ffdf0418892ce8051b35113b05f62047823ba363.tar.xz
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/ChangeLog13
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):