aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-04-29 00:00:47 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-04-29 00:00:47 +0800
commitaea82dfd606493e4a65f1088e631fe394746d8f0 (patch)
treea572a6d77770d08c3f0f3b5ea2b481da04bb2b11 /mail/ChangeLog
parentd4876ac1ade43af853f5e0e47a73f9532211f214 (diff)
downloadgsoc2013-evolution-aea82dfd606493e4a65f1088e631fe394746d8f0.tar
gsoc2013-evolution-aea82dfd606493e4a65f1088e631fe394746d8f0.tar.gz
gsoc2013-evolution-aea82dfd606493e4a65f1088e631fe394746d8f0.tar.bz2
gsoc2013-evolution-aea82dfd606493e4a65f1088e631fe394746d8f0.tar.lz
gsoc2013-evolution-aea82dfd606493e4a65f1088e631fe394746d8f0.tar.xz
gsoc2013-evolution-aea82dfd606493e4a65f1088e631fe394746d8f0.tar.zst
gsoc2013-evolution-aea82dfd606493e4a65f1088e631fe394746d8f0.zip
Made toplevel container widgets set a border-width (including toplevel
2003-04-25 Jeffrey Stedfast <fejj@ximian.com> * mail-config.glade: Made toplevel container widgets set a border-width (including toplevel widgets within frames), set the table/hbox/vbox spacings, set the spacing between an image and the description text in hboxes to 12pts (as suggested by the HIG), Changed Add/Delete buttons to the stock Add/Remove buttons, etc 2003-04-24 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (mail_config_init): Cache the allowable mime-types. (mail_config_get_allowable_mime_types): New public function to get an array of allowable mime-types. * mail-format.c (mail_lookup_handler): Only allow a bonobo-component handler if the mime-type is something handled by evolution or the user has specifically chosen that type as available for viewing with a bonobo component in the gconf database. (mime_type_uses_evolution_component): New convenience function. (mime_type_can_use_component): Checks gconf to see if the user has allowed the mime-type to be viewed by a component. svn path=/trunk/; revision=20983
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1e08f6225f..86702d3b6c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,27 @@
+2003-04-25 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-config.glade: Made toplevel container widgets set a
+ border-width (including toplevel widgets within frames), set the
+ table/hbox/vbox spacings, set the spacing between an image and the
+ description text in hboxes to 12pts (as suggested by the HIG),
+ Changed Add/Delete buttons to the stock Add/Remove buttons, etc
+
+2003-04-24 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-config.c (mail_config_init): Cache the allowable
+ mime-types.
+ (mail_config_get_allowable_mime_types): New public function to get
+ an array of allowable mime-types.
+
+ * mail-format.c (mail_lookup_handler): Only allow a
+ bonobo-component handler if the mime-type is something handled by
+ evolution or the user has specifically chosen that type as
+ available for viewing with a bonobo component in the gconf
+ database.
+ (mime_type_uses_evolution_component): New convenience function.
+ (mime_type_can_use_component): Checks gconf to see if the user has
+ allowed the mime-type to be viewed by a component.
+
2003-04-24 Radek Doulik <rodo@ximian.com>
* mail-display.c (html_button_press_event): as below