[claws-mail-cvs-commit] PATCHSETS
Colin Leroy <[email protected]> Mon, 14 Sep 2009 07:27:39 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv8165
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2009-09-14 [colin] 3.7.2cvs32
* src/matcher.c
* src/matcher.h
* src/matcher_parser_parse.y
* src/prefs_matcher.c
Add 'has_attachment' and 'signed' matcher
expressions. Patch by Aleksei Miheev, fixes
bug 1997.
Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3925
retrieving revision 1.654.2.3926
diff -u -d -r1.654.2.3925 -r1.654.2.3926
--- configure.ac 14 Sep 2009 07:11:23 -0000 1.654.2.3925
+++ configure.ac 14 Sep 2009 07:27:37 -0000 1.654.2.3926
@@ -12,7 +12,7 @@
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=31
+EXTRA_VERSION=32
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3868
retrieving revision 1.1.2.3869
diff -u -d -r1.1.2.3868 -r1.1.2.3869
--- PATCHSETS 14 Sep 2009 07:11:22 -0000 1.1.2.3868
+++ PATCHSETS 14 Sep 2009 07:27:36 -0000 1.1.2.3869
@@ -3856,3 +3856,4 @@
( cvs diff -u -r 1.24.2.25 -r 1.24.2.26 Makefile.am; ) > 3.7.2cvs29.patchset
( cvs diff -u -r 1.1.2.25 -r 1.1.2.26 manual/plugins.xml; cvs diff -u -r 1.1.2.7 -r 1.1.2.8 manual/es/plugins.xml; ) > 3.7.2cvs30.patchset
( cvs diff -u -r 1.36.2.174 -r 1.36.2.175 src/common/utils.c; ) > 3.7.2cvs31.patchset
+( cvs diff -u -r 1.75.2.65 -r 1.75.2.66 src/matcher.c; cvs diff -u -r 1.39.2.17 -r 1.39.2.18 src/matcher.h; cvs diff -u -r 1.25.2.33 -r 1.25.2.34 src/matcher_parser_parse.y; cvs diff -u -r 1.43.2.81 -r 1.43.2.82 src/prefs_matcher.c; ) > 3.7.2cvs32.patchset
Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3018
retrieving revision 1.396.2.3019
diff -u -d -r1.396.2.3018 -r1.396.2.3019
--- ChangeLog 14 Sep 2009 07:11:23 -0000 1.396.2.3018
+++ ChangeLog 14 Sep 2009 07:27:36 -0000 1.396.2.3019
@@ -1,3 +1,13 @@
+2009-09-14 [colin] 3.7.2cvs32
+
+ * src/matcher.c
+ * src/matcher.h
+ * src/matcher_parser_parse.y
+ * src/prefs_matcher.c
+ Add 'has_attachment' and 'signed' matcher
+ expressions. Patch by Aleksei Miheev, fixes
+ bug 1997.
+
2009-09-14 [colin] 3.7.2cvs31
* src/common/utils.c