CVS: sylpheed-claws PATCHSETS,1.1.2.1484,1.1.2.1485 ChangeLog,1.396.2.550,1.396.2.551 configure.ac,1.654.2.1518,1.654.2.1519
Colin Leroy <[email protected]>
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/sylpheed-claws/sylpheed-claws
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23794
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2006-05-12 [colin] 2.2.0cvs4
* src/compose.c
* src/compose.h
Let From be editable
* src/main.c
* src/mh.c
Full support of .mh_sequences' Unseen seq
Index: PATCHSETS
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/PATCHSETS,v
retrieving revision 1.1.2.1484
retrieving revision 1.1.2.1485
diff -u -r1.1.2.1484 -r1.1.2.1485
--- PATCHSETS 12 May 2006 17:42:47 -0000 1.1.2.1484
+++ PATCHSETS 12 May 2006 17:46:08 -0000 1.1.2.1485
@@ -1473,3 +1473,4 @@
( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/Makefile.am; diff -u /dev/null manual/pl/Makefile.am; diff -u /dev/null manual/pl/account.xml; diff -u /dev/null manual/pl/ack.xml; diff -u /dev/null manual/pl/addrbook.xml; diff -u /dev/null manual/pl/advanced.xml; diff -u /dev/null manual/pl/faq.xml; diff -u /dev/null manual/pl/glossary.xml; diff -u /dev/null manual/pl/gpl.xml; diff -u /dev/null manual/pl/handling.xml; diff -u /dev/null manual/pl/intro.xml; diff -u /dev/null manual/pl/keyboard.xml; diff -u /dev/null manual/pl/plugins.xml; diff -u /dev/null manual/pl/starting.xml; diff -u /dev/null manual/pl/sylpheed-claws-manual.xml; diff -u /dev/null manual/pl/dist/.cvsignore; diff -u /dev/null manual/pl/dist/Makefile.am; diff -u /dev/null manual/pl/dist/html/.cvsignore; diff -u /dev/null manual/pl/dist/html/Makefile.am; diff -u /dev/null manual/pl/dist/pdf/.cvsignore; di
ff -u /dev/null manual/pl/dist/pdf/Makefile.am; diff -u /dev/null manual/pl/dist/ps/.cvsi
gnore; diff -u /dev/null manual/pl/dist/ps/Makefile.am; diff -u /dev/null manual/pl/dist/txt/.cvsignore; diff -u /dev/null manual/pl/dist/txt/Makefile.am; ) > 2.1.1cvs49.patchset
( cvs diff -u -r 1.9.2.5 -r 1.9.2.6 po/cs.po; cvs diff -u -r 1.58.2.21 -r 1.58.2.22 po/de.po; cvs diff -u -r 1.12.2.10 -r 1.12.2.11 po/en_GB.po; cvs diff -u -r 1.60.2.28 -r 1.60.2.29 po/es.po; cvs diff -u -r 1.1.2.9 -r 1.1.2.10 po/fi.po; cvs diff -u -r 1.42.2.23 -r 1.42.2.24 po/fr.po; cvs diff -u -r 1.50.2.17 -r 1.50.2.18 po/pt_BR.po; cvs diff -u -r 1.17.2.20 -r 1.17.2.21 po/sr.po; cvs diff -u -r 1.5.2.14 -r 1.5.2.15 po/zh_CN.po; ) > 2.1.1cvs50.patchset
( cvs diff -u -r 1.213.2.91 -r 1.213.2.92 src/folder.c; cvs diff -u -r 1.274.2.108 -r 1.274.2.109 src/mainwindow.c; cvs diff -u -r 1.39.2.16 -r 1.39.2.17 src/mainwindow.h; cvs diff -u -r 1.94.2.82 -r 1.94.2.83 src/messageview.c; cvs diff -u -r 1.5.2.23 -r 1.5.2.24 src/prefs_spelling.c; cvs diff -u -r 1.47.2.28 -r 1.47.2.29 src/procheader.c; cvs diff -u -r 1.150.2.61 -r 1.150.2.62 src/procmsg.c; cvs diff -u -r 1.60.2.27 -r 1.60.2.28 src/procmsg.h; cvs diff -u -r 1.395.2.194 -r 1.395.2.195 src/summaryview.c; cvs diff -u -r 1.43.2.43 -r 1.43.2.44 src/toolbar.c; cvs diff -u -r 1.19.2.10 -r 1.19.2.11 src/toolbar.h; ) > 2.2.0cvs3.patchset
+( cvs diff -u -r 1.382.2.269 -r 1.382.2.270 src/compose.c; cvs diff -u -r 1.50.2.24 -r 1.50.2.25 src/compose.h; cvs diff -u -r 1.115.2.83 -r 1.115.2.84 src/main.c; cvs diff -u -r 1.79.2.24 -r 1.79.2.25 src/mh.c; ) > 2.2.0cvs4.patchset
Index: ChangeLog
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/ChangeLog,v
retrieving revision 1.396.2.550
retrieving revision 1.396.2.551
diff -u -r1.396.2.550 -r1.396.2.551
--- ChangeLog 12 May 2006 17:42:48 -0000 1.396.2.550
+++ ChangeLog 12 May 2006 17:46:08 -0000 1.396.2.551
@@ -1,3 +1,12 @@
+2006-05-12 [colin] 2.2.0cvs4
+
+ * src/compose.c
+ * src/compose.h
+ Let From be editable
+ * src/main.c
+ * src/mh.c
+ Full support of .mh_sequences' Unseen seq
+
2006-05-12 [colin] 2.2.0cvs3
* src/folder.c
Index: configure.ac
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/configure.ac,v
retrieving revision 1.654.2.1518
retrieving revision 1.654.2.1519
diff -u -r1.654.2.1518 -r1.654.2.1519
--- configure.ac 12 May 2006 17:42:48 -0000 1.654.2.1518
+++ configure.ac 12 May 2006 17:46:08 -0000 1.654.2.1519
@@ -11,7 +11,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=3
+EXTRA_VERSION=4
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642