2006-03-04 [wwp] 2.0.0cvs109
authorTristan Chabredier <wwp@claws-mail.org>
Sat, 4 Mar 2006 21:30:56 +0000 (21:30 +0000)
committerTristan Chabredier <wwp@claws-mail.org>
Sat, 4 Mar 2006 21:30:56 +0000 (21:30 +0000)
* manual/keyboard.xml
fix mixed up/down keys.

ChangeLog
PATCHSETS
configure.ac
manual/keyboard.xml

index c1d2bae3165dd67bb8547f9f71fc1bc0298423c3..9bec420dd37bba5c9a7fe02cccaf462146ab96c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-04 [wwp]       2.0.0cvs109
+
+       * manual/keyboard.xml
+               fix mixed up/down keys.
+
 2006-03-04 [wwp]       2.0.0cvs108
 
        * README
index 505cb110473ac3c16207f10b3030ff3842681c7f..d0d47028f5871b07874c55ee4a363ddf007438fe 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.1.2.12 -r 1.1.2.13 src/prefs_message.c;  ) > 2.0.0cvs106.patchset
 ( cvs diff -u -r 1.1.2.6 -r 1.1.2.7 manual/plugins.xml;  cvs diff -u -r 1.3 -r 1.4 src/plugins/spamassassin/README;  ) > 2.0.0cvs107.patchset
 ( cvs diff -u -r 1.8.2.8 -r 1.8.2.9 README;  cvs diff -u -r 1.29.2.8 -r 1.29.2.9 INSTALL;  ) > 2.0.0cvs108.patchset
+( cvs diff -u -r 1.1.2.5 -r 1.1.2.6 manual/keyboard.xml;  ) > 2.0.0cvs109.patchset
index 860fb5691acb34fdacd0b96be382c81270b3e9e4..f525b8eb3e83af5282cf0bbc40d7cfd9d5dcab56 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=0
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=108
+EXTRA_VERSION=109
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 354dc102c401f219678c6fe21fb6247ecd049581..91dd7f25c803bfa2c13c6d58e3a28fda1db7cb8c 100644 (file)
@@ -37,8 +37,8 @@
          <row><entry><option>Shift+Ctrl+f</option></entry><entry>Search folder...</entry></row>
          <row><entry><option>Ctrl+t</option></entry><entry>Toggle threaded display</entry></row>
          <row><entry><option>Ctrl+s</option></entry><entry>Save as...</entry></row>
-          <row><entry><option>n</option></entry><entry>Goes to next mail in summaryview. The <option>Up</option> arrow does the same.</entry></row>
-          <row><entry><option>p</option></entry><entry>Goes to previous mail. The <option>Down</option> arrow is a synonym.</entry></row>
+          <row><entry><option>n</option></entry><entry>Goes to next mail in summaryview. The <option>Down</option> arrow does the same.</entry></row>
+          <row><entry><option>p</option></entry><entry>Goes to previous mail. The <option>Up</option> arrow is a synonym.</entry></row>
          <row><entry><option>Shift+n</option></entry><entry>Goes to next unread mail.</entry></row>
           <row><entry><option>Shift+p</option></entry><entry>Goes to previous unread mail.</entry></row>
          <row><entry><option>g</option></entry><entry>Go to other folder...</entry></row>