aboutsummaryrefslogtreecommitdiffstats
path: root/views/ChangeLog
diff options
context:
space:
mode:
authorTim Wo <tim.wo@sun.com>2003-09-12 21:34:23 +0800
committerGilbert Fang <gilbertfang@src.gnome.org>2003-09-12 21:34:23 +0800
commit28a15c404b2907839eca968fe01a5e5a611f005b (patch)
tree79a4c8c5c107eee2f4d20956428856ed514af8f2 /views/ChangeLog
parentf5415de53268368fc99da611ecb1d0b87404e325 (diff)
downloadgsoc2013-evolution-28a15c404b2907839eca968fe01a5e5a611f005b.tar
gsoc2013-evolution-28a15c404b2907839eca968fe01a5e5a611f005b.tar.gz
gsoc2013-evolution-28a15c404b2907839eca968fe01a5e5a611f005b.tar.bz2
gsoc2013-evolution-28a15c404b2907839eca968fe01a5e5a611f005b.tar.lz
gsoc2013-evolution-28a15c404b2907839eca968fe01a5e5a611f005b.tar.xz
gsoc2013-evolution-28a15c404b2907839eca968fe01a5e5a611f005b.tar.zst
gsoc2013-evolution-28a15c404b2907839eca968fe01a5e5a611f005b.zip
add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for
2003-09-11 Tim Wo <tim.wo@sun.com> * ui/evolution-contact-editor.xml: add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096 * ui/evolution-contact-list-editor.xml: add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096 * ui/evolution-signature-editor.xml: add mnemonic "C" for "Save and _Close", change mnemonic "C" to "l" for "Close". Fixes bug #48205 * views/mail/galview.xml: add mnemonic "M" for "Message", add "S" for "As Sent Folder", add "b" for "By Subject", add "n" for "By Sender", add "t" for "By Status", add "F" for "By Follow Up Flag". Fixes bug #48097 svn path=/trunk/; revision=22550
Diffstat (limited to 'views/ChangeLog')
-rw-r--r--views/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/views/ChangeLog b/views/ChangeLog
index e69de29bb2..c796f5f3c7 100644
--- a/views/ChangeLog
+++ b/views/ChangeLog
@@ -0,0 +1,6 @@
+2003-09-11 Tim Wo <tim.wo@sun.com>
+
+ * mail/galview.xml: add mnemonic "M" for "Message",
+ add "S" for "As Sent Folder", add "b" for "By Subject",
+ add "n" for "By Sender", add "t" for "By Status",
+ add "F" for "By Follow Up Flag". Fixes bug #48097