aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-12-11 02:30:29 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-12-11 02:30:29 +0800
commitd158af8cdfa6e4bf85c1e74769e8d61bc469494c (patch)
treeba55b970ae3a23e5ade4edbddc4eb8dcaf3033bd /e-util/ChangeLog
parentdc0d0ee010319425b19d8d8d493f0bc489d5fd07 (diff)
downloadgsoc2013-evolution-d158af8cdfa6e4bf85c1e74769e8d61bc469494c.tar
gsoc2013-evolution-d158af8cdfa6e4bf85c1e74769e8d61bc469494c.tar.gz
gsoc2013-evolution-d158af8cdfa6e4bf85c1e74769e8d61bc469494c.tar.bz2
gsoc2013-evolution-d158af8cdfa6e4bf85c1e74769e8d61bc469494c.tar.lz
gsoc2013-evolution-d158af8cdfa6e4bf85c1e74769e8d61bc469494c.tar.xz
gsoc2013-evolution-d158af8cdfa6e4bf85c1e74769e8d61bc469494c.tar.zst
gsoc2013-evolution-d158af8cdfa6e4bf85c1e74769e8d61bc469494c.zip
Merge revisions 36811:36865 from trunk.
svn path=/branches/kill-bonobo/; revision=36867
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 461861d7c3..2cc9357c29 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,42 @@
+2008-12-10 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #563250
+
+ * e-util.c (e_get_accels_filename):
+ New function returns the filename where custom keyboard
+ accelerators are stored. Currently only applies to the
+ various editor windows in Evolution.
+
+2008-12-10 Milan Crha <mcrha@redhat.com>
+
+ ** Part of fix for bug #563870
+
+ * e-util-labels.h: (e_util_labels_get_filter_options):
+ * e-util-labels.c: (e_util_labels_get_filter_options):
+ New helper function to be used in FilterOption.
+
+2008-12-09 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #555663
+
+ * gconf-bridge.c: (struct WindowBinding), (gconf_bridge_bind_window),
+ (window_binding_unbind): Do not overwrite signal id.
+
+2008-12-05 Milan Crha <mcrha@redhat.com>
+
+ ** Part of fix for bug #332629
+
+ * e-util.h: (e_util_get_category_filter_options):
+ * e-util.c: (e_util_get_category_filter_options):
+ New helper function to be used in FilterOption.
+
+2008-11-27 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #332729
+
+ * e-config.c: (ep_finalise): Disconnect handlers on the widget before
+ freeing the structure it is using.
+
2008-11-12 Milan Crha <mcrha@redhat.com>
** Fix for bug #559810