aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-09-30 19:26:55 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-09-30 19:26:55 +0800
commitb7d9892cae363764e0f418feb4c0fedc347a0d9d (patch)
tree9c9f803f90165b383f59853a17a83777b5770828 /calendar/ChangeLog
parent410ace5fad84c48973f381ad5ccd9d2e874c4ec2 (diff)
downloadgsoc2013-evolution-b7d9892cae363764e0f418feb4c0fedc347a0d9d.tar
gsoc2013-evolution-b7d9892cae363764e0f418feb4c0fedc347a0d9d.tar.gz
gsoc2013-evolution-b7d9892cae363764e0f418feb4c0fedc347a0d9d.tar.bz2
gsoc2013-evolution-b7d9892cae363764e0f418feb4c0fedc347a0d9d.tar.lz
gsoc2013-evolution-b7d9892cae363764e0f418feb4c0fedc347a0d9d.tar.xz
gsoc2013-evolution-b7d9892cae363764e0f418feb4c0fedc347a0d9d.tar.zst
gsoc2013-evolution-b7d9892cae363764e0f418feb4c0fedc347a0d9d.zip
Fixes #273847.
svn path=/trunk/; revision=30439
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9d710135e5..3ac6f9bf2a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,14 @@
2005-09-30 Chenthill Palanisamy <pchenthill@novell.com>
+ Fixes #273847
+ * gui/dialogs/comp-editor.c: (comp_editor_get_mime_attach_list): set
+ the disposition from the attachment.
+ * gui/itip-utils.c: (append_cal_attachments): Send the right disposition
+ value.
+ * gui/itip-utils.h: Adding variable dipostion to CalMimeAttach structure.
+
+2005-09-30 Chenthill Palanisamy <pchenthill@novell.com>
+
Fixes #246480
* gui/e-calendar-view.c: (e_calendar_view_add_event): Remember
the time if the event is copy pasted in week or month views.