diff options
author | Milan Crha <mcrha@redhat.com> | 2008-01-21 18:21:29 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-01-21 18:21:29 +0800 |
commit | 2be6b60d8311b0fd537a2889f8997d3f084755b0 (patch) | |
tree | 3d867d516d19fcb3240c08d6beb3343e5110949d /addressbook/ChangeLog | |
parent | a63fbb553de7beeec54b6d691e80f650b3548e91 (diff) | |
download | gsoc2013-evolution-2be6b60d8311b0fd537a2889f8997d3f084755b0.tar.gz gsoc2013-evolution-2be6b60d8311b0fd537a2889f8997d3f084755b0.tar.zst gsoc2013-evolution-2be6b60d8311b0fd537a2889f8997d3f084755b0.zip |
** Fix for bug #324604 inspired by patch of makuchaku (Mayank)
2008-01-21 Milan Crha <mcrha@redhat.com>
** Fix for bug #324604 inspired by patch of makuchaku (Mayank)
* gui/widgets/eab-gui-util.h:
* gui/widgets/eab-gui-util.c: (eab_parse_qp_email),
(eab_parse_qp_email_to_html): New helper functions for decoding
email addresses from RFC822 or RFC2047 form to UTF-8.
* gui/widgets/e-minicard.c: (add_email_field):
* gui/widgets/eab-contact-display.c: (render_contact_list),
(render_contact), (eab_contact_display_render_compact):
* gui/widgets/e-addressbook-table-adapter.c:
(struct _EAddressbookTableAdapterPrivate), (addressbook_dispose),
(addressbook_value_at), (addressbook_set_value_at), (remove_contacts),
(modify_contact), (model_changed), (eab_table_adapter_construct):
* gui/widgets/eab-gui-util.c: (get_email),
(eab_send_contact_list_as_attachment):
Ensure the print of the email is transformed from RFC822 or RFC2047.
svn path=/trunk/; revision=34863
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2b5060cbc0..947bfcc9af 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,22 @@ +2008-01-21 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #324604 inspired by patch of makuchaku (Mayank) + + * gui/widgets/eab-gui-util.h: + * gui/widgets/eab-gui-util.c: (eab_parse_qp_email), + (eab_parse_qp_email_to_html): New helper functions for decoding + email addresses from RFC822 or RFC2047 form to UTF-8. + * gui/widgets/e-minicard.c: (add_email_field): + * gui/widgets/eab-contact-display.c: (render_contact_list), + (render_contact), (eab_contact_display_render_compact): + * gui/widgets/e-addressbook-table-adapter.c: + (struct _EAddressbookTableAdapterPrivate), (addressbook_dispose), + (addressbook_value_at), (addressbook_set_value_at), (remove_contacts), + (modify_contact), (model_changed), (eab_table_adapter_construct): + * gui/widgets/eab-gui-util.c: (get_email), + (eab_send_contact_list_as_attachment): + Ensure the print of the email is transformed from RFC822 or RFC2047. + 2008-01-20 Srinivasa Ragavan <sragavan@novell.com> * gui/widgets/e-addressbook-view.etspec: Revert my last patch. |