diff options
author | Larry Ewing <lewing@ximian.com> | 2001-10-30 07:30:25 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-10-30 07:30:25 +0800 |
commit | 80fffd093013bd250c98e1a05591de1a0b029f5a (patch) | |
tree | e9345a3e89c55afe88da4c084760a4c1728746ab /composer/ChangeLog | |
parent | 921c64fb60dfb696590d45f2521a041213a91b0a (diff) | |
download | gsoc2013-evolution-80fffd093013bd250c98e1a05591de1a0b029f5a.tar.gz gsoc2013-evolution-80fffd093013bd250c98e1a05591de1a0b029f5a.tar.zst gsoc2013-evolution-80fffd093013bd250c98e1a05591de1a0b029f5a.zip |
add GList to hold the current images.
2001-10-29 Larry Ewing <lewing@ximian.com>
* e-msg-composer.h: add GList to hold the current images.
* listener.c (resolve_image_url): keep track of the images that
the editor is currently uses in current_images as well as storing
the images in the hash.
* e-msg-composer.c (clear_current_images): clear the list of
images actually in the message.
(add_inlined_images): use the current image list rather than the
hash tables.
(build_message): clear the current image list when appropriate.
(init): initialize current_images.
svn path=/trunk/; revision=14379
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 52599f878c..8f5e7af594 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,18 @@ +2001-10-29 Larry Ewing <lewing@ximian.com> + + * e-msg-composer.h: add GList to hold the current images. + + * listener.c (resolve_image_url): keep track of the images that + the editor is currently uses in current_images as well as storing + the images in the hash. + + * e-msg-composer.c (clear_current_images): clear the list of + images actually in the message. + (add_inlined_images): use the current image list rather than the + hash tables. + (build_message): clear the current image list when appropriate. + (init): initialize current_images. + 2001-10-24 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (add_attachments_from_multipart): New function |