From 1e5ff7ff0271d5953d833ebc3ce9c41cdf3eb3a5 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Fri, 16 Apr 2004 23:57:01 +0000 Subject: Add "wants HTML" checkbox. 2004-04-16 Hans Petter Jansson * gui/contact-editor/contact-editor.glade: Add "wants HTML" checkbox. * gui/contact-editor/contact-editor.c (email_location_to_index) (email_entry_changed) (set_entry_changed_signal_email) (file_save_cb) (file_close_cb) (file_save_as_cb) (file_send_as_cb) (file_send_to_cb) (contact_deleted_cb) (delete_cb) (print_cb) (print_envelope_cb) (tb_save_and_close_cb) (verbs) (pixmaps) (create_ui): Remove unused funcs. (command_state_changed): Remove bonobo calls. (e_contact_editor_init): Remove bonobo stuff. (fill_in_email) (fill_in_im): Remove unused vars. svn path=/trunk/; revision=25498 --- addressbook/ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 830b748a8a..21d28f873d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,28 @@ +2004-04-16 Hans Petter Jansson + + * gui/contact-editor/contact-editor.glade: Add "wants HTML" checkbox. + + * gui/contact-editor/contact-editor.c (email_location_to_index) + (email_entry_changed) + (set_entry_changed_signal_email) + (file_save_cb) + (file_close_cb) + (file_save_as_cb) + (file_send_as_cb) + (file_send_to_cb) + (contact_deleted_cb) + (delete_cb) + (print_cb) + (print_envelope_cb) + (tb_save_and_close_cb) + (verbs) + (pixmaps) + (create_ui): Remove unused funcs. + (command_state_changed): Remove bonobo calls. + (e_contact_editor_init): Remove bonobo stuff. + (fill_in_email) + (fill_in_im): Remove unused vars. + 2004-04-16 Chris Toshok * gui/component/addressbook-component.c (book_loaded_cb): new -- cgit