aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-12-10 19:55:08 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-12-10 19:55:08 +0800
commitf9987008ded88dd073458bbf3d80417e032c5e3b (patch)
tree5963b0f05f31b627c1bf15c7b6b6ccdcd9d0c4cf /shell/ChangeLog
parent65145381a69be1ac144c6e6dc7c2ab3fdb05d3b7 (diff)
downloadgsoc2013-evolution-f9987008ded88dd073458bbf3d80417e032c5e3b.tar
gsoc2013-evolution-f9987008ded88dd073458bbf3d80417e032c5e3b.tar.gz
gsoc2013-evolution-f9987008ded88dd073458bbf3d80417e032c5e3b.tar.bz2
gsoc2013-evolution-f9987008ded88dd073458bbf3d80417e032c5e3b.tar.lz
gsoc2013-evolution-f9987008ded88dd073458bbf3d80417e032c5e3b.tar.xz
gsoc2013-evolution-f9987008ded88dd073458bbf3d80417e032c5e3b.tar.zst
gsoc2013-evolution-f9987008ded88dd073458bbf3d80417e032c5e3b.zip
** Fixes bug #563250
2008-12-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #563250 * e-util/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. * shell/main.c (main): Load on startup and save on shutdown, custom keyboard accelerators. svn path=/trunk/; revision=36864
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ef89b297a9..05f0b2399c 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-10 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #563250
+
+ * main.c (main):
+ Load on startup and save on shutdown, custom keyboard accelerators.
+
2008-12-08 Jeff Cai <jeff.cai@sun.com>
** Fix for bug #563077