[svn] GpgOL - r266 - in trunk: . po src
svn author wk
cvs at cvs.gnupg.org
Wed Aug 6 08:40:41 CEST 2008
Author: wk
Date: 2008-08-06 08:40:39 +0200 (Wed, 06 Aug 2008)
New Revision: 266
Modified:
trunk/AUTHORS
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
trunk/po/de.po
trunk/po/sv.po
trunk/src/ChangeLog
trunk/src/olflange-dlgs.cpp
Log:
preparing a release.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-08-05 14:08:38 UTC (rev 265)
+++ trunk/ChangeLog 2008-08-06 06:40:39 UTC (rev 266)
@@ -1,3 +1,10 @@
+2008-08-06 Werner Koch <wk at g10code.com>
+
+ Release 0.10.15.
+
+ * forms/sign-l.ico, forms/sign-s.ico: New.
+ * forms/encr-l.ico, forms/encr-s.ico: New
+
2008-08-04 Werner Koch <wk at g10code.com>
* Makefile.am (SUBDIRS): Add forms.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2008-08-05 14:08:38 UTC (rev 265)
+++ trunk/src/ChangeLog 2008-08-06 06:40:39 UTC (rev 266)
@@ -1,3 +1,7 @@
+2008-08-06 Werner Koch <wk at g10code.com>
+
+ * olflange-dlgs.cpp (GPGOptionsDlgProc): Disable S/MIME notice.
+
2008-08-05 Werner Koch <wk at g10code.com>
* ext-commands.cpp (InstallCommands): Display protocolicons only
Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS 2008-08-05 14:08:38 UTC (rev 265)
+++ trunk/AUTHORS 2008-08-06 06:40:39 UTC (rev 266)
@@ -17,5 +17,3 @@
Some files may still contain code from the orginal plugin:
Copyright (C) 2001 G Data Software AG, http://www.gdata.de
-
-
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-08-05 14:08:38 UTC (rev 265)
+++ trunk/NEWS 2008-08-06 06:40:39 UTC (rev 266)
@@ -1,8 +1,8 @@
-Noteworthy changes for version 0.10.15
+Noteworthy changes for version 0.10.15 (2008-08-06)
===================================================
* New option to present the body of a message as an attachment. This
- is useful to make sure that the body will never show up in
+ is useful to make sure that the body will never show up as
plaintext in the message store.
* New menu item to remove all GpgOL created flags and attachments
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-08-05 14:08:38 UTC (rev 265)
+++ trunk/configure.ac 2008-08-06 06:40:39 UTC (rev 266)
@@ -17,7 +17,7 @@
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
m4_define([my_version], [0.10.15])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
|| echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))
Modified: trunk/po/de.po [not shown]
Modified: trunk/po/sv.po [not shown]
Modified: trunk/src/olflange-dlgs.cpp
===================================================================
--- trunk/src/olflange-dlgs.cpp 2008-08-05 14:08:38 UTC (rev 265)
+++ trunk/src/olflange-dlgs.cpp 2008-08-06 06:40:39 UTC (rev 266)
@@ -209,6 +209,7 @@
opt.sign_default = !!SendDlgItemMessage
(hDlg, IDC_SIGN_DEFAULT, BM_GETCHECK, 0, 0L);
+#if 0 /* The mentioned tool is now available. */
if (opt.enable_smime)
{
MessageBox (hDlg,
@@ -220,6 +221,7 @@
"provided when GpgOL arrives at production quality status."),
"GpgOL", MB_ICONINFORMATION|MB_OK);
}
+#endif /*0*/
if (openpgp_state)
opt.default_protocol = PROTOCOL_OPENPGP;
More information about the Gnupg-commits
mailing list