CVS: sylpheed-claws PATCHSETS,1.1.2.1483,1.1.2.1484 ChangeLog,1.396.2.549,1.396.2.550 configure.ac,1.654.2.1517,1.654.2.1518
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-serv22830
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2006-05-12 [colin] 2.2.0cvs3
* src/folder.c
* src/mainwindow.c
* src/mainwindow.h
* src/messageview.c
* src/prefs_spelling.c
* src/procheader.c
* src/procmsg.c
* src/procmsg.h
* src/summaryview.c
* src/toolbar.c
* src/toolbar.h
Add contextual menu on Compose toolbar
button. Fixes bug #944 (Automatic
addresses not applied when changing account
from compose window)
add Mailing List support
based on the old 0.6.5claws25 patch by
Melvin Hadasht, with finishing touches
by Colin
Fix "ignore thread" when mails are threaded by
subject (and weren't ignored although appearing
in the thread).
GUI rework.
Both patches by Pawel.
Index: PATCHSETS
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/PATCHSETS,v
retrieving revision 1.1.2.1483
retrieving revision 1.1.2.1484
diff -u -r1.1.2.1483 -r1.1.2.1484
--- PATCHSETS 12 May 2006 17:37:48 -0000 1.1.2.1483
+++ PATCHSETS 12 May 2006 17:42:47 -0000 1.1.2.1484
@@ -1472,3 +1472,4 @@
( cvs diff -u -r 1.115.2.82 -r 1.115.2.83 src/main.c; ) > 2.1.1cvs48.patchset
( 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
Index: ChangeLog
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/ChangeLog,v
retrieving revision 1.396.2.549
retrieving revision 1.396.2.550
diff -u -r1.396.2.549 -r1.396.2.550
--- ChangeLog 12 May 2006 17:37:49 -0000 1.396.2.549
+++ ChangeLog 12 May 2006 17:42:48 -0000 1.396.2.550
@@ -1,3 +1,31 @@
+2006-05-12 [colin] 2.2.0cvs3
+
+ * src/folder.c
+ * src/mainwindow.c
+ * src/mainwindow.h
+ * src/messageview.c
+ * src/prefs_spelling.c
+ * src/procheader.c
+ * src/procmsg.c
+ * src/procmsg.h
+ * src/summaryview.c
+ * src/toolbar.c
+ * src/toolbar.h
+ Add contextual menu on Compose toolbar
+ button. Fixes bug #944 (Automatic
+ addresses not applied when changing account
+ from compose window)
+ add Mailing List support
+ based on the old 0.6.5claws25 patch by
+ Melvin Hadasht, with finishing touches
+ by Colin
+ Fix "ignore thread" when mails are threaded by
+ subject (and weren't ignored although appearing
+ in the thread).
+ GUI rework.
+ Both patches by Pawel.
+
+
2006-05-12 [colin] 2.1.1cvs50
* po/cs.po
Index: configure.ac
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/configure.ac,v
retrieving revision 1.654.2.1517
retrieving revision 1.654.2.1518
diff -u -r1.654.2.1517 -r1.654.2.1518
--- configure.ac 12 May 2006 17:37:50 -0000 1.654.2.1517
+++ configure.ac 12 May 2006 17:42:48 -0000 1.654.2.1518
@@ -7,11 +7,11 @@
dnl version number
MAJOR_VERSION=2
-MINOR_VERSION=1
-MICRO_VERSION=1
+MINOR_VERSION=2
+MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=50
+EXTRA_VERSION=3
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