[svn] GPGol - r82 - in trunk: . src
svn author wk
cvs at cvs.gnupg.org
Sun Sep 4 13:18:19 CEST 2005
Author: wk
Date: 2005-09-04 13:18:13 +0200 (Sun, 04 Sep 2005)
New Revision: 82
Modified:
trunk/AUTHORS
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.ac
trunk/src/olflange.cpp
Log:
About to release 0.9.0
Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS 2005-09-03 08:29:29 UTC (rev 81)
+++ trunk/AUTHORS 2005-09-04 11:18:13 UTC (rev 82)
@@ -1,6 +1,14 @@
+Package: gpgol
+Contact: info-gpgol at g10code.com
+Bugs: bug-gpgol at g10code.com
+
+New code and packet maintainer:
+g10 Code GmbH
+
All code from the years 2003, 2004
Timo Schulz <twoaday at freakmail.de>
-New code and packet maintainer:
-g10 Code GmbH <ts at g10code.com>
+Some files may still contain code from the orginal plugin:
+Copyright (C) 2001 G Data Software AG, http://www.gdata.de
+
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2005-09-03 08:29:29 UTC (rev 81)
+++ trunk/ChangeLog 2005-09-04 11:18:13 UTC (rev 82)
@@ -1,3 +1,7 @@
+2005-09-04 Werner Koch <wk at g10code.com>
+
+ Release version 0.9.0.
+
2005-08-30 Werner Koch <wk at g10code.com>
Renamed project to gpgol.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2005-09-03 08:29:29 UTC (rev 81)
+++ trunk/NEWS 2005-09-04 11:18:13 UTC (rev 82)
@@ -1,14 +1,14 @@
-Noteworthy changes for version 0.9.0
+Noteworthy changes for version 0.9.0 (2005-09-04)
=================================================
* Major rewrite. Renamed the package to GPGol. Note, that there used
to be intermediate versions unter the name OutlGPG
-* The package as been renamed to outlgpg and consist of only one DLL
+* The package as been renamed to GPGol and consist of only one DLL
named "gpgol.dll". Installation of gpgme.dll and libgpg-error.dll
is required.
-* It may now only be build using the Mingw32 toolchain.
+* It may by now only be build using the Mingw32 toolchain.
* GPGol now uses the standard GPGME.
Modified: trunk/README
===================================================================
--- trunk/README 2005-09-03 08:29:29 UTC (rev 81)
+++ trunk/README 2005-09-04 11:18:13 UTC (rev 82)
@@ -1,7 +1,3 @@
-Package: gpgol
-Contact: info-gpgol at g10code.com
-Bugs: bug-gpgol at g10code.com
-
This is a GPG plugin for MS Outlook, formerly known as the G-DATA
plugin. There has been no development on this tool for a couple of
years and thus we started to rewrite it from scratch.
@@ -34,8 +30,9 @@
archive at http://bugs.gnupg.org (use username and password "guest",
select "query" and there category "gpgol") if you did not found any
information there please send a report, including all relevant version
-numbers to the bug email address as given on top of this file.
+numbers to the address given at the top of this AUTHORS file.
+
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2005-09-03 08:29:29 UTC (rev 81)
+++ trunk/configure.ac 2005-09-04 11:18:13 UTC (rev 82)
@@ -15,7 +15,7 @@
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
-AC_INIT(gpgol, 0.9.0-cvs, bug-gpgol at g10code.com)
+AC_INIT(gpgol, 0.9.0, bug-gpgol at g10code.com)
NEED_GPGME_API=1
NEED_GPGME_VERSION=1.1.0
Modified: trunk/src/olflange.cpp
===================================================================
--- trunk/src/olflange.cpp 2005-09-03 08:29:29 UTC (rev 81)
+++ trunk/src/olflange.cpp 2005-09-04 11:18:13 UTC (rev 82)
@@ -88,11 +88,11 @@
7 EECONTEXT_READNOTEMESSAGE
8 EECONTEXT_SENDPOSTMESSAGE
9 EECONTEXT_READPOSTMESSAGE
- 10 EECONTEXT_READREPORTMESSAGE
- 11 EECONTEXT_SENDRESENDMESSAGE
- 12 EECONTEXT_PROPERTYSHEETS
- 13 EECONTEXT_ADVANCEDCRITERIA
- 14 EECONTEXT_TASK
+ 10 EECONTEXT_READREPORTMESSAGE
+ 11 EECONTEXT_SENDRESENDMESSAGE
+ 12 EECONTEXT_PROPERTYSHEETS
+ 13 EECONTEXT_ADVANCEDCRITERIA
+ 14 EECONTEXT_TASK
*/
lstrcat (szEntry, ";11000111111100");
ec = RegCreateKeyEx (HKEY_LOCAL_MACHINE, szKeyBuf, 0, NULL,
@@ -954,7 +954,7 @@
&& (body = msgcache_get (key, keylen, &refhandle))
&& (pDisp = find_outlook_property (pEECB, "Body", &dispid)))
{
-#if 0
+#if 1
dispparams.cNamedArgs = 1;
dispparams.rgdispidNamedArgs = &dispid_put;
dispparams.cArgs = 1;
@@ -1158,8 +1158,8 @@
m->setExchangeCallback ((void*)pEECB);
m->decrypt (hWnd);
delete m;
- log_debug ("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX");
- show_window_hierarchy (hWnd, 0);
+// log_debug ("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX");
+// show_window_hierarchy (hWnd, 0);
}
}
if (pMessage)
More information about the Gnupg-commits
mailing list