diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-10-01 11:43:17 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-01 11:43:17 +0800 |
commit | 9d6c76ce37be81f83d3df0cf2bfc8d81adfa18e8 (patch) | |
tree | 06d938871ce13b0fbc66a5396c89d9aa46490b6d /composer/ChangeLog | |
parent | 711bef6798d08dcb34bc83730f11575ffa411d07 (diff) | |
download | gsoc2013-evolution-9d6c76ce37be81f83d3df0cf2bfc8d81adfa18e8.tar gsoc2013-evolution-9d6c76ce37be81f83d3df0cf2bfc8d81adfa18e8.tar.gz gsoc2013-evolution-9d6c76ce37be81f83d3df0cf2bfc8d81adfa18e8.tar.bz2 gsoc2013-evolution-9d6c76ce37be81f83d3df0cf2bfc8d81adfa18e8.tar.lz gsoc2013-evolution-9d6c76ce37be81f83d3df0cf2bfc8d81adfa18e8.tar.xz gsoc2013-evolution-9d6c76ce37be81f83d3df0cf2bfc8d81adfa18e8.tar.zst gsoc2013-evolution-9d6c76ce37be81f83d3df0cf2bfc8d81adfa18e8.zip |
The big eye-candy commit.
Make thumbnails out of image attachments.
svn path=/trunk/; revision=5648
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 021797dd20..05331c897c 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,20 @@ +2000-10-01 Iain Holmes <iain@helixcode.com> + + * e-msg-composer-attachment-bar.[ch] (update): If the attachment is + an image, then make a thumbnail for it. + Base the attachment bar on e-icon-list instead of gnome-icon-list. + + * e-icon-list.[ch]: New files. These are modified versions of + gnome-icon-list from gnome-libs HEAD that uses gdk-pixbuf instead + of the evil Imlib. + + * e-msg-composer-attachment.[ch]: Add a pixbuf_cache member, to + save us having to generate a thumbnail for the attachment every + time the bar changes. + + * e-msg-composer.c (e_msg_composer_construct): Add dnd support for + files. Drag a file to the composer to add it as an attachment. + 2000-09-28 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer.c (build_message): Check to see if the body has |