[Commits] PATCHSETS 1.1.2.4281 1.1.2.4282 ChangeLog 1.396.2.3447 1.396.2.3448 configure.ac 1.654.2.4346 1.654.2.4347
pawel at claws-mail.org
pawel at claws-mail.org
Mon Oct 31 22:46:24 CET 2011
Update of /home/claws-mail/claws
In directory claws-mail:/tmp/cvs-serv2297
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2011-10-31 [pawel] 3.7.10cvs66
* src/messageview.c
* src/mimeview.c
* src/mimeview.h
* src/summaryview.c
Fix bug #2526 'When reading message in separate window,
n and p keys do not work'
- fix key event handling in messageview
- remove bindings for 'n' and 'p' keys in mimeview (next-part
and prev-part actions)
- instead add 'z' key for prev-part, we have 'a' key
for next-part already
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4346
retrieving revision 1.654.2.4347
diff -u -d -r1.654.2.4346 -r1.654.2.4347
--- configure.ac 31 Oct 2011 20:51:36 -0000 1.654.2.4346
+++ configure.ac 31 Oct 2011 21:46:22 -0000 1.654.2.4347
@@ -12,7 +12,7 @@
MICRO_VERSION=10
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=65
+EXTRA_VERSION=66
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4281
retrieving revision 1.1.2.4282
diff -u -d -r1.1.2.4281 -r1.1.2.4282
--- PATCHSETS 31 Oct 2011 20:51:35 -0000 1.1.2.4281
+++ PATCHSETS 31 Oct 2011 21:46:20 -0000 1.1.2.4282
@@ -4269,3 +4269,4 @@
( cvs diff -u -r 1.12.2.78 -r 1.12.2.79 src/prefs_template.c; ) > 3.7.10cvs63.patchset
( cvs diff -u -r 1.395.2.434 -r 1.395.2.435 src/summaryview.c; cvs diff -u -r 1.5.2.100 -r 1.5.2.101 src/gtk/gtkutils.c; ) > 3.7.10cvs64.patchset
( cvs diff -u -r 1.9.2.52 -r 1.9.2.53 src/common/defs.h; ) > 3.7.10cvs65.patchset
+( cvs diff -u -r 1.94.2.221 -r 1.94.2.222 src/messageview.c; cvs diff -u -r 1.83.2.176 -r 1.83.2.177 src/mimeview.c; cvs diff -u -r 1.20.2.33 -r 1.20.2.34 src/mimeview.h; cvs diff -u -r 1.395.2.435 -r 1.395.2.436 src/summaryview.c; ) > 3.7.10cvs66.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3447
retrieving revision 1.396.2.3448
diff -u -d -r1.396.2.3447 -r1.396.2.3448
--- ChangeLog 31 Oct 2011 20:51:35 -0000 1.396.2.3447
+++ ChangeLog 31 Oct 2011 21:46:21 -0000 1.396.2.3448
@@ -1,3 +1,17 @@
+2011-10-31 [pawel] 3.7.10cvs66
+
+ * src/messageview.c
+ * src/mimeview.c
+ * src/mimeview.h
+ * src/summaryview.c
+ Fix bug #2526 'When reading message in separate window,
+ n and p keys do not work'
+ - fix key event handling in messageview
+ - remove bindings for 'n' and 'p' keys in mimeview (next-part
+ and prev-part actions)
+ - instead add 'z' key for prev-part, we have 'a' key
+ for next-part already
+
2011-10-31 [colin] 3.7.10cvs65
* src/common/defs.h
More information about the Commits
mailing list