aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-11-25 08:12:09 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-11-25 08:12:09 +0800
commit2fd9ea3c7ee9d1847c9c0fed6538f95a284a301c (patch)
tree40d8477d2c687e5ffb6531cb956d8fa8cc75c995 /composer/ChangeLog
parentbc01d3ac62f6f65f4d04ec439fc1ade0a355f879 (diff)
downloadgsoc2013-evolution-2fd9ea3c7ee9d1847c9c0fed6538f95a284a301c.tar
gsoc2013-evolution-2fd9ea3c7ee9d1847c9c0fed6538f95a284a301c.tar.gz
gsoc2013-evolution-2fd9ea3c7ee9d1847c9c0fed6538f95a284a301c.tar.bz2
gsoc2013-evolution-2fd9ea3c7ee9d1847c9c0fed6538f95a284a301c.tar.lz
gsoc2013-evolution-2fd9ea3c7ee9d1847c9c0fed6538f95a284a301c.tar.xz
gsoc2013-evolution-2fd9ea3c7ee9d1847c9c0fed6538f95a284a301c.tar.zst
gsoc2013-evolution-2fd9ea3c7ee9d1847c9c0fed6538f95a284a301c.zip
rewrote most of this. Just use gtkfileselection directly, no
2002-11-22 Not Zed <NotZed@Ximian.com> * e-msg-composer-select-file.c: rewrote most of this. Just use gtkfileselection directly, no e-file-selector, much smaller/simpler. 2002-11-21 Not Zed <NotZed@Ximian.com> * e-msg-composer-attachment-bar.c (remove_attachment): fix g_signal_emit params, detail in wrong spot. (add_common): Same. * e-icon-list.c (icon_new_from_pixbuf): remove the 'use_broken_event_handling' set. (emit_select): Add detail to signal emit. (text_changed): Same. * e-msg-composer.c (subject_changed_cb): Duh! dont free subject & simplify logic a little. svn path=/trunk/; revision=18904
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 68bb062759..fae9f682d1 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,5 +1,20 @@
+2002-11-22 Not Zed <NotZed@Ximian.com>
+
+ * e-msg-composer-select-file.c: rewrote most of this. Just use
+ gtkfileselection directly, no e-file-selector, much
+ smaller/simpler.
+
2002-11-21 Not Zed <NotZed@Ximian.com>
+ * e-msg-composer-attachment-bar.c (remove_attachment): fix
+ g_signal_emit params, detail in wrong spot.
+ (add_common): Same.
+
+ * e-icon-list.c (icon_new_from_pixbuf): remove the
+ 'use_broken_event_handling' set.
+ (emit_select): Add detail to signal emit.
+ (text_changed): Same.
+
* e-msg-composer.c (subject_changed_cb): Duh! dont free subject &
simplify logic a little.