[claws-mail-cvs-commit] PATCHSETS
Colin Leroy <[email protected]> Fri, 21 Aug 2009 15:56:30 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv18343
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2009-08-21 [colin] 3.7.2cvs22
* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_compose_writing.c
* src/common/utils.c
Fix bug 1986, "New feature: warn user when inserting
a large file in the message body". Patch by Didier
Barvaux
Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3915
retrieving revision 1.654.2.3916
diff -u -d -r1.654.2.3915 -r1.654.2.3916
--- configure.ac 21 Aug 2009 15:54:00 -0000 1.654.2.3915
+++ configure.ac 21 Aug 2009 15:56:28 -0000 1.654.2.3916
@@ -12,7 +12,7 @@
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=21
+EXTRA_VERSION=22
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3858
retrieving revision 1.1.2.3859
diff -u -d -r1.1.2.3858 -r1.1.2.3859
--- PATCHSETS 21 Aug 2009 15:53:59 -0000 1.1.2.3858
+++ PATCHSETS 21 Aug 2009 15:56:27 -0000 1.1.2.3859
@@ -3846,3 +3846,4 @@
( cvs diff -u -r 1.382.2.519 -r 1.382.2.520 src/compose.c; cvs diff -u -r 1.50.2.54 -r 1.50.2.55 src/compose.h; ) > 3.7.2cvs19.patchset
( cvs diff -u -r 1.65.2.68 -r 1.65.2.69 src/codeconv.c; cvs diff -u -r 1.15.2.22 -r 1.15.2.23 src/codeconv.h; ) > 3.7.2cvs20.patchset
( cvs diff -u -r 1.100.2.72 -r 1.100.2.73 AUTHORS; cvs diff -u -r 1.1.2.60 -r 1.1.2.61 src/gtk/authors.h; cvs diff -u -r 1.36.2.172 -r 1.36.2.173 src/common/utils.c; ) > 3.7.2cvs21.patchset
+( cvs diff -u -r 1.382.2.520 -r 1.382.2.521 src/compose.c; cvs diff -u -r 1.204.2.191 -r 1.204.2.192 src/prefs_common.c; cvs diff -u -r 1.103.2.124 -r 1.103.2.125 src/prefs_common.h; cvs diff -u -r 1.1.2.26 -r 1.1.2.27 src/prefs_compose_writing.c; cvs diff -u -r 1.36.2.173 -r 1.36.2.174 src/common/utils.c; ) > 3.7.2cvs22.patchset
Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3008
retrieving revision 1.396.2.3009
diff -u -d -r1.396.2.3008 -r1.396.2.3009
--- ChangeLog 21 Aug 2009 15:53:59 -0000 1.396.2.3008
+++ ChangeLog 21 Aug 2009 15:56:27 -0000 1.396.2.3009
@@ -1,10 +1,21 @@
+2009-08-21 [colin] 3.7.2cvs22
+
+ * src/compose.c
+ * src/prefs_common.c
+ * src/prefs_common.h
+ * src/prefs_compose_writing.c
+ * src/common/utils.c
+ Fix bug 1986, "New feature: warn user when inserting
+ a large file in the message body". Patch by Didier
+ Barvaux
+
2009-08-21 [colin] 3.7.2cvs21
* AUTHORS
* src/gtk/authors.h
* src/common/utils.c
- Add Réf. : reply prefix (french Lotus Notes); patch
- by Didier Barvaux
+ Fix bug 1984: Add Réf. : reply prefix (french
+ Lotus Notes); patch by Didier Barvaux
2009-08-21 [colin] 3.7.2cvs20