diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-10 23:51:55 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-10 23:51:55 +0800 |
commit | fb874ce0c9bb385dc5d77039067209993d0039a4 (patch) | |
tree | 71afadb8dc33ab4d5c7d92ec54b57008af35110d /plugins/itip-formatter/ChangeLog | |
parent | d4af56c10ca1ef0a1990aa7956e52f2f75af63e6 (diff) | |
download | gsoc2013-evolution-fb874ce0c9bb385dc5d77039067209993d0039a4.tar.gz gsoc2013-evolution-fb874ce0c9bb385dc5d77039067209993d0039a4.tar.zst gsoc2013-evolution-fb874ce0c9bb385dc5d77039067209993d0039a4.zip |
first crack at saving attachments for the backend (extract_itip_data):
2005-01-10 JP Rosevear <jpr@novell.com>
* itip-formatter.c (update_item): first crack at saving
attachments for the backend
(extract_itip_data): tell the user what to do for more than one
attachment
svn path=/trunk/; revision=28328
Diffstat (limited to 'plugins/itip-formatter/ChangeLog')
-rw-r--r-- | plugins/itip-formatter/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog index 462220fbe9..2136d63954 100644 --- a/plugins/itip-formatter/ChangeLog +++ b/plugins/itip-formatter/ChangeLog @@ -2,6 +2,8 @@ * itip-formatter.c (update_item): first crack at saving attachments for the backend + (extract_itip_data): tell the user what to do for more than one + attachment 2005-01-09 JP Rosevear <jpr@novell.com> |