aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2004-09-20 13:59:55 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-09-20 13:59:55 +0800
commitef6a3af717132e0750f226fa8a0ee0f3c98e19f0 (patch)
treef4ed25f7a247a8ccb855a8d940777e7a3d21a3e3 /mail/ChangeLog
parent96111b1f1487ca3fe454b340a73ba927cc6bfb83 (diff)
downloadgsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar
gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.gz
gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.bz2
gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.lz
gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.xz
gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.zst
gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.zip
Merged notzed-eplugin-2-branch to head.
svn path=/trunk/; revision=27300
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog210
1 files changed, 210 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 2954cbdaaf..97a64fff60 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -411,6 +411,216 @@
* Makefile.am (SUBDIRS): Revert previous error change
+2004-09-10 Not Zed <NotZed@Ximian.com>
+
+ * em-*: various doco updates.
+
+ * em-format-quote.c (emfq_builtin_init): instead of removing the
+ type, just add an override noop. Changed api's.
+
+2004-09-09 Not Zed <NotZed@Ximian.com>
+
+ * em-format.c (em_format_class_remove_handler): Change this to use
+ the original structure only, not by type.
+
+ * em-format-hook.c (emfh_enable): implement hook enablation.
+
+2004-09-07 Not Zed <NotZed@Ximian.com>
+
+ * em-account-editor.c (emae_setup_providers): set the provider
+ shown selected on the store as well.
+
+ * mail-config.glade: moved the druid 'help text' directly into the
+ glade file.
+
+ * em-account-editor.c (emae_check_complete): add pre-load for
+ management page options.
+
+ * em-utils.c (em_utils_configure_account): remove use of
+ mail-config-druid.
+
+ * em-account-editor.c (emae_remove_childen): removed.
+ (*): removed service->url, always get it from/set it to the
+ e-account so it doesn't have side-effects with plugins.
+
+ * mail-dialogs.glade: fix up the names of the various license
+ dialog fields.
+
+2004-09-06 Not Zed <NotZed@Ximian.com>
+
+ * em-account-editor.c (emae_receive_options_extra_item): store the
+ config widgets in the item entry itself.
+ (emae_auto_detect): wasted a whole lot of time on this crap.
+
+ * em-account-prefs.c (account_able_clicked): removed some redundant logic.
+
+ * mail-send-recv.c (mail_autoreceive_setup): renamed to
+ mail_autoreceive_init and rewrote all the callbacks. now it
+ listens to events on the accountlist directly and doesn't need
+ invoking manually. It also runs relative to the account always,
+ rather than copying the uri. Removed all callers except the mail
+ component one.
+
+ * em-account-editor.c (em_account_editor_provider_selector_new):
+ removed becaus eof below.
+ (em_account_editor_construct): copy the account to a working
+ object if supplied, else create a new one.
+
+ * mail-config.glade: make the provider selectors just use
+ em_account_editor_dropdown new for the dropdown menu.
+
+ * em-account-editor.c (prepare_signatures): removed, merged into
+ the identity page code.
+ (sig_fill_menu): removed.
+ (emae_setup_signatures): new function to setup signatures on a
+ gtkcombobox.
+ (clear_menu): removed.
+ (signature_changed): removed.
+ (emae_signature_changed): new function for changed.
+ (signature_removed): removed.
+ (emae_signature_removed): new function for removed.
+ (emae_signature_get_iter): helper for finding the right row for
+ this signature.
+ (signature_added): removed.
+ (emae_signature_added): new function for added.
+ (sig_activate): removed.
+ (emae_signaturetype_changed): new function to update the account
+ info immediately.
+ (sig_add_new_signature): renamed to emae_signature_new.
+ (select_account_signature): no longer needed, this happens in the
+ setup.
+
+ * mail-config.glade: changed the signature thing to a custom
+ widget (gtkcombobox).
+
+ * em-account-editor.c (em_account_editor_construct): updates for
+ api change, table sections require table items.
+ (emae_setup_service): handle host:port hostname syntax.
+ (emae_hostname_changed): and here too.
+ (emae_commit): fill this out, and implement it.
+
+2004-09-04 Not Zed <NotZed@Ximian.com>
+
+ * *.c: include gnome i18.h if needed since camel-object.h was
+ fixed.
+
+ * em-format.c (em_format_class_add_handler): if a handler is
+ already set for type, link it in.
+
+ * em-format.h: added a link pointer to EMFormatHanlder, so that
+ overrides can also fallback. remove applications member - not
+ used anymore.
+
+2004-09-01 Not Zed <NotZed@Ximian.com>
+
+ * em-popup.h: added some docs.
+
+ * em-popup.c (emp_standard_menu_factory):
+ * em-folder-tree.c (tree_drag_data_received): popup api changes.
+
+2004-08-31 Not Zed <NotZed@Ximian.com>
+
+ * em-format-html-display.c (efhd_attachment_button_show): use a
+ wrapper for the button event since the popup event has changed
+ signature.
+
+2004-08-30 Not Zed <NotZed@Ximian.com>
+
+ * em-popup.c (emp_standard_menu_factory): changed args.
+ (struct _open_in_item): removed, use user data instead.
+ (*): fix callbacks for new apis.
+ (emp_popup_open): Removed some dead popup callbacks never invoked.
+ (em_popup_target_new_attachments): new target type for attachment
+ bar in composer.
+
+ * em-folder-tree.c (emft_popup*): convert to new e-popup apis.
+
+ * em-folder-view.c: emfv_popup_*: convert to new e-poup callback
+ signatures.
+ (EMFV_MAP_CALLBACK): fix for e-popup callback change.
+ (EMFV_POPUP_AUTO_TYPE): same.
+ (emfv_popup): dont bother setting item callback data.
+ (emfv_popup_labels_free): api changes.
+ (emfv_popup_items_free): new free method.
+ (EMFVPopupItem): No longer needed.
+ (emfv_uri_popup_free): api changes.
+ (emfv_format_popup_event): new api's == simpler code.
+
+ * em-account-editor.c (emae_receive_options_extra_item): add a
+ hack for the label item, which is only used by connector to
+ override the hostname and username labels.
+
+2004-08-24 Not Zed <NotZed@Ximian.com>
+
+ * em-account-editor.c (em_account_editor_construct): create the
+ window rather than the widget here.
+
+ * mail-config.glade: remove the extra_page from the druid, it is
+ autogenerated now. renamed the "Receiving options" notebook page
+ to "Receiving Email" since it isn't hte options page.
+
+ * em-account-editor.c (emae_receive_options_page): no longer
+ needed, autogenerated.
+ (emae_receive_options_item): setup the auto-receive time values.
+ (emae_receive_page): don't setup the auto check time values here.
+
+ * mail-config.glade: Remove the Receiving Mail tab, it is now
+ completely auto-generated.
+
+2004-08-17 Not Zed <NotZed@Ximian.com>
+
+ * em-event.[ch]: mail event dispatcher.
+
+ * mail-component.c (mc_startup): hook into events.
+
+ * mail-folder-cache.c (update_1folder): always set the uri field.
+ (real_flush_updates): emit a folder.changed:new event if we have new
+ mail.
+
+2004-08-13 Not Zed <NotZed@Ximian.com>
+
+ * mail-config.glade: replaced ssl selector with custom widget
+ (gtkcombobox). Giv the preferences, composer toplevel unique
+ names.
+
+2004-07-29 Not Zed <NotZed@Ximian.com>
+
+ * mail-config.glade: replaced source and transport selector with
+ custom widget (gtkcombobox).
+
+ * em-account-editor.[ch]: copy over mail-account-gui.[ch] and
+ rename stuff. Make a gobject. Move most internals, internal.
+
+2004-07-28 Not Zed <NotZed@Ximian.com>
+
+ * em-composer-prefs.c (em_composer_prefs_construct): get the
+ toplevel tab as the root.
+ (em_composer_prefs_construct): setup plugin metadata for composer
+ prefs.
+
+ * em-mailer-prefs.c (em_mailer_prefs_construct): setup plugin
+ metadata for mail preferences.
+
+ * em-config.c (em_config_target_new_prefs): new target for 'prefs'
+ mode, everything global via gconf.
+
+ * em-mailer-prefs.c (em_mailer_prefs_construct): get the gui from
+ the preferences_toplevel not the preferences_tab window which we
+ don't need.
+
+ * mail-config.glade: rename the preferences 'toplevel' to
+ preferences_toplevel so we can get it unparented. And the
+ composer toplevel to composer_toplevel.
+
+ * em-folder-properties.c (em_folder_properties_show): remove test
+ code.
+
+ * em-format.h (struct _EMFormatPURI): add a free function
+ callback.
+
+ * em-format.c (emf_clear_puri_node): if the free function is set,
+ call it.
+
2004-07-01 Rodney Dawes <dobey@novell.com>
* Makefile.am (BUILT_SOURCES): Remove $(error_i18n)