aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Weber <aaron@ximian.com>2002-08-29 06:19:04 +0800
committerAaron Weber <aaron@src.gnome.org>2002-08-29 06:19:04 +0800
commit45c535bd488e01e74141575c3225476691953b94 (patch)
tree945d21ba47edda3e3806eda21b565b71a2b12be1
parentc9eb32559a8d7b9827a18ff7b93a4af22a9c81e4 (diff)
downloadgsoc2013-evolution-45c535bd488e01e74141575c3225476691953b94.tar
gsoc2013-evolution-45c535bd488e01e74141575c3225476691953b94.tar.gz
gsoc2013-evolution-45c535bd488e01e74141575c3225476691953b94.tar.bz2
gsoc2013-evolution-45c535bd488e01e74141575c3225476691953b94.tar.lz
gsoc2013-evolution-45c535bd488e01e74141575c3225476691953b94.tar.xz
gsoc2013-evolution-45c535bd488e01e74141575c3225476691953b94.tar.zst
gsoc2013-evolution-45c535bd488e01e74141575c3225476691953b94.zip
nav-by-letters
2002-08-28 Aaron Weber <aaron@ximian.com> * C/preface.sgml: nav-by-letters 2002-08-23 Aaron Weber <aaron@ximian.com> * C/preface.sgml: remove shortcuts that didn't actually get added to the app. 2002-08-22 Aaron Weber <aaron@ximian.com> * C/usage-mail-org.sgml: change Exchange description * C/config-prefs.sgml: add RDF note to newsfeed item. * C/preface.sgml: update as per Christine's comments in http://bugzilla.ximian.com/show_bug.cgi?id=29239 svn path=/trunk/; revision=17909
-rw-r--r--help/C/preface.sgml18
-rw-r--r--help/ChangeLog18
2 files changed, 33 insertions, 3 deletions
diff --git a/help/C/preface.sgml b/help/C/preface.sgml
index 70c5954966..6ea461f081 100644
--- a/help/C/preface.sgml
+++ b/help/C/preface.sgml
@@ -170,10 +170,22 @@ Lastly, we'll have warnings, in cases where you should be careful:
<varlistentry>
<term>Keyboard Navigation Overhaul</term>
<listitem>
+ <para>
+ All unmodified letter keys have changed function-- the
+ <keycap>N</keycap> and <keycap>P</keycap> keys, for
+ example, no longer take you to the next you to the
+ next or previous message. Pressing a letter will now
+ take you to the nearest message whose data in the sort
+ column begins with that letter. That is, if you press
+ N and you are sorting your list by sender, you will
+ move to a message from Nadine. If you are sorting by
+ subject, you'll move to the message about
+ nectarines. This should also work in the folder list
+ for folder navigation.
</para>
<para>
- Some keyboard shortcuts from Evolution 1.0 have been
- changed. The new shortcuts are:
+ This means that the old single letter shortcuts have
+ changed as well. The new shortcuts:
<simplelist>
<member>
<keycap>,</keycap> (comma) and <keycap>.</keycap>
@@ -187,7 +199,7 @@ Lastly, we'll have warnings, in cases where you should be careful:
the message preview pane.
</member>
</simplelist>
- Shortcuts that used the <keycap>Control</keycap> key
+ Shortcuts that use the <keycap>Control</keycap> key
have not changed.
</para>
</listitem>
diff --git a/help/ChangeLog b/help/ChangeLog
index eccb4a93d0..ace5436c31 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,21 @@
+2002-08-28 Aaron Weber <aaron@ximian.com>
+
+ * C/preface.sgml: nav-by-letters
+
+2002-08-23 Aaron Weber <aaron@ximian.com>
+
+ * C/preface.sgml: remove shortcuts that didn't actually get added
+ to the app.
+
+2002-08-22 Aaron Weber <aaron@ximian.com>
+
+ * C/usage-mail-org.sgml: change Exchange description
+
+ * C/config-prefs.sgml: add RDF note to newsfeed item.
+
+ * C/preface.sgml: update as per Christine's comments in
+ http://bugzilla.ximian.com/show_bug.cgi?id=29239
+
2002-07-09 Kevin Breit <mrproper@ximian.com>
* C/usage-mail-org.sgml: Added note about set status filter action.