aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-12-03 00:41:24 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-12-03 00:41:24 +0800
commit4bec962f7b5cd2a65bed33de3e8f56f3b2b4bad7 (patch)
tree6efff725c6073587c9f1f86bc244fb028b5dbb91 /calendar/ChangeLog
parent2cdecac7c2567273027f5de0094605e19b73ad8c (diff)
downloadgsoc2013-evolution-4bec962f7b5cd2a65bed33de3e8f56f3b2b4bad7.tar
gsoc2013-evolution-4bec962f7b5cd2a65bed33de3e8f56f3b2b4bad7.tar.gz
gsoc2013-evolution-4bec962f7b5cd2a65bed33de3e8f56f3b2b4bad7.tar.bz2
gsoc2013-evolution-4bec962f7b5cd2a65bed33de3e8f56f3b2b4bad7.tar.lz
gsoc2013-evolution-4bec962f7b5cd2a65bed33de3e8f56f3b2b4bad7.tar.xz
gsoc2013-evolution-4bec962f7b5cd2a65bed33de3e8f56f3b2b4bad7.tar.zst
gsoc2013-evolution-4bec962f7b5cd2a65bed33de3e8f56f3b2b4bad7.zip
** Fixes part of bug #348299
2008-12-02 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #348299 * addressbook/gui/contact-editor/e-contact-editor.c (e_contact_editor_init): * calendar/gui/dialogs/event-page.c (get_widgets): * calendar/gui/dialogs/memo-page.c (get_widgets): * calendar/gui/dialogs/task-page.c (get_widgets): Use category completion in the Categories field. * calendar/gui/dialogs/event-editor.c: * calendar/gui/dialogs/memo-editor.c: * calendar/gui/dialogs/task-editor.c: Fix some reference count leaks. svn path=/trunk/; revision=36826
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 867f7bacbb..412ce0c4bb 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,17 @@
+2008-12-02 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #348299
+
+ * gui/dialogs/event-page.c (get_widgets):
+ * gui/dialogs/memo-page.c (get_widgets):
+ * gui/dialogs/task-page.c (get_widgets):
+ Use category completion in the Categories field.
+
+ * gui/dialogs/event-editor.c:
+ * gui/dialogs/memo-editor.c:
+ * gui/dialogs/task-editor.c:
+ Fix some reference count leaks.
+
2008-11-28 Suman Manjunath <msuman@novell.com>
** Fix for bug #561467