[Commits] ChangeLog 1.396.2.3794 1.396.2.3795 INSTALL 1.29.2.14 1.29.2.15 PATCHSETS 1.1.2.4622 1.1.2.4623 README 1.8.2.68 1.8.2.69 configure.ac 1.654.2.4690 1.654.2.4691
mones at claws-mail.org
mones at claws-mail.org
Wed Mar 13 10:49:44 CET 2013
Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv787
Modified Files:
Tag: gtk2
ChangeLog INSTALL PATCHSETS README configure.ac
Log Message:
2013-03-13 [mones] 3.9.0cvs114
* INSTALL
* README
Some minor fix and an always forgotten support tool...
Fortunately our users keep reminding us they really use
all those features, thanks to all of them :-)
Index: README
===================================================================
RCS file: /home/claws-mail/claws/README,v
retrieving revision 1.8.2.68
retrieving revision 1.8.2.69
diff -u -d -r1.8.2.68 -r1.8.2.69
--- README 27 Feb 2013 18:48:12 -0000 1.8.2.68
+++ README 13 Mar 2013 09:49:41 -0000 1.8.2.69
@@ -134,7 +134,8 @@
Renders HTML mails and HTML parts of multipart messages using the GTK+
port of the WebKit library. External content is blocked by default
(including images) to avoid remote tracking, but can be enabled either
- globally or just on the displayed message.
+ globally or just on the displayed message. Printing support requires
+ 'html2ps' tool available from http://user.it.uu.se/~jan/html2ps.html.
GTK+ WebKit is available from http://trac.webkit.org/wiki/WebKitGTK/.
o GData
@@ -170,8 +171,8 @@
o PDF Viewer
Displays Portable Document Format (PDF) and PostScript attachments
within the message view using Poppler. PostScript attachments are
- converted to PDF on the fly by the gs tool, which has to be installed
- first. The gs tool is available from http://pages.cs.wisc.edu/~ghost/
+ converted to PDF on the fly by the 'gs' tool, which has to be installed
+ first. The 'gs' tool is available from http://pages.cs.wisc.edu/~ghost/.
The Poppler library is available from http://poppler.freedesktop.org/.
o PGP/Core
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4690
retrieving revision 1.654.2.4691
diff -u -d -r1.654.2.4690 -r1.654.2.4691
--- configure.ac 12 Mar 2013 15:03:51 -0000 1.654.2.4690
+++ configure.ac 13 Mar 2013 09:49:41 -0000 1.654.2.4691
@@ -12,7 +12,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=113
+EXTRA_VERSION=114
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4622
retrieving revision 1.1.2.4623
diff -u -d -r1.1.2.4622 -r1.1.2.4623
--- PATCHSETS 12 Mar 2013 15:03:50 -0000 1.1.2.4622
+++ PATCHSETS 13 Mar 2013 09:49:41 -0000 1.1.2.4623
@@ -4611,3 +4611,4 @@
( cvs diff -u -r 1.29.2.13 -r 1.29.2.14 INSTALL; cvs diff -u -r 1.274.2.366 -r 1.274.2.367 src/mainwindow.c; cvs diff -u -r 1.395.2.462 -r 1.395.2.463 src/summaryview.c; ) > 3.9.0cvs111.patchset
( cvs diff -u -r 1.61.2.107 -r 1.61.2.108 src/account.c; ) > 3.9.0cvs112.patchset
( cvs diff -u -r 1.61.2.108 -r 1.61.2.109 src/account.c; ) > 3.9.0cvs113.patchset
+( cvs diff -u -r 1.29.2.14 -r 1.29.2.15 INSTALL; cvs diff -u -r 1.8.2.68 -r 1.8.2.69 README; ) > 3.9.0cvs114.patchset
Index: INSTALL
===================================================================
RCS file: /home/claws-mail/claws/INSTALL,v
retrieving revision 1.29.2.14
retrieving revision 1.29.2.15
diff -u -d -r1.29.2.14 -r1.29.2.15
--- INSTALL 9 Mar 2013 01:20:46 -0000 1.29.2.14
+++ INSTALL 13 Mar 2013 09:49:41 -0000 1.29.2.15
@@ -22,8 +22,8 @@
% claws-mail
-Additional libraries
-====================
+Additional libraries or programs
+================================
only needed if you require the additional functionality
Bogofilter
@@ -62,7 +62,10 @@
http://trac.webkit.org/wiki/WebKitGTK/
Gs tool
for PostScript feature of PDF Viewer plugin
- http://pages.cs.wisc.edu/~ghost/
+ http://pages.cs.wisc.edu/~ghost/
+Html2ps
+ for HTML printing feature of Fancy plugin
+ http://user.it.uu.se/~jan/html2ps.html
Indicate (>= 0.3.0)
for indicator feature of Notification plugin
https://launchpad.net/libindicator/
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3794
retrieving revision 1.396.2.3795
diff -u -d -r1.396.2.3794 -r1.396.2.3795
--- ChangeLog 12 Mar 2013 15:03:50 -0000 1.396.2.3794
+++ ChangeLog 13 Mar 2013 09:49:40 -0000 1.396.2.3795
@@ -1,3 +1,11 @@
+2013-03-13 [mones] 3.9.0cvs114
+
+ * INSTALL
+ * README
+ Some minor fix and an always forgotten support tool...
+ Fortunately our users keep reminding us they really use
+ all those features, thanks to all of them :-)
+
2013-03-12 [wwp] 3.9.0cvs113
* src/account.c
More information about the Commits
mailing list