diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-12-16 12:39:28 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-12-16 12:39:28 +0800 |
commit | 43a4d2fdf4b26001824aaf318c146ff8ee0e6aab (patch) | |
tree | 8a9c9623e24b6fb382a7642ba2ff68480c28932f /addressbook/ChangeLog | |
parent | 410f4530e4fdeb5ecaee2f3a53e763997662821e (diff) | |
download | gsoc2013-evolution-43a4d2fdf4b26001824aaf318c146ff8ee0e6aab.tar gsoc2013-evolution-43a4d2fdf4b26001824aaf318c146ff8ee0e6aab.tar.gz gsoc2013-evolution-43a4d2fdf4b26001824aaf318c146ff8ee0e6aab.tar.bz2 gsoc2013-evolution-43a4d2fdf4b26001824aaf318c146ff8ee0e6aab.tar.lz gsoc2013-evolution-43a4d2fdf4b26001824aaf318c146ff8ee0e6aab.tar.xz gsoc2013-evolution-43a4d2fdf4b26001824aaf318c146ff8ee0e6aab.tar.zst gsoc2013-evolution-43a4d2fdf4b26001824aaf318c146ff8ee0e6aab.zip |
Implement. (text_to_address): Implement, using EAddressWestern.
2003-12-15 Hans Petter Jansson <hpj@ximian.com>
* gui/contact-editor/e-contact-editor.c (address_to_text): Implement.
(text_to_address): Implement, using EAddressWestern.
(address_text_changed): Adapt to EContactAddress.
(full_addr_clicked): Ditto. Fix field IDs.
(e_contact_editor_init): Init address_choice.
(_email_arrow_pressed): Fix field IDs.
(_address_arrow_pressed): Adapt to EContactAddress and fix field IDs.
(find_address_mailing): Leave out for now. Addresses don't have flags
anymore...
(set_fields): Adapt to EContactAddress and fix field IDs. Make sure
changes to other widgets don't make us go back to the first listed
address.
(set_address_field): Adapt to EContactAddress and fix field IDs.
(enable_writable_fields): Ditto.
(fill_in_info): Disable find_address_mailing () for now.
svn path=/trunk/; revision=23947
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4e455e5698..532beab1ef 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,21 @@ +2003-12-15 Hans Petter Jansson <hpj@ximian.com> + + * gui/contact-editor/e-contact-editor.c (address_to_text): Implement. + (text_to_address): Implement, using EAddressWestern. + (address_text_changed): Adapt to EContactAddress. + (full_addr_clicked): Ditto. Fix field IDs. + (e_contact_editor_init): Init address_choice. + (_email_arrow_pressed): Fix field IDs. + (_address_arrow_pressed): Adapt to EContactAddress and fix field IDs. + (find_address_mailing): Leave out for now. Addresses don't have flags + anymore... + (set_fields): Adapt to EContactAddress and fix field IDs. Make sure + changes to other widgets don't make us go back to the first listed + address. + (set_address_field): Adapt to EContactAddress and fix field IDs. + (enable_writable_fields): Ditto. + (fill_in_info): Disable find_address_mailing () for now. + 2003-12-10 Hans Petter Jansson <hpj@ximian.com> * gui/contact-editor/e-contact-editor-address.c |