diff options
Diffstat (limited to 'trunk/doc')
-rw-r--r-- | trunk/doc/ChangeLog | 5 | ||||
-rw-r--r-- | trunk/doc/gpgme.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/trunk/doc/ChangeLog b/trunk/doc/ChangeLog index 65c5f892..ac6f9aa4 100644 --- a/trunk/doc/ChangeLog +++ b/trunk/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-08-14 Marcus Brinkmann <[email protected]> + + * gpgme.texi (Creating a Signature): Change type of member class + to unsigned int. + 2003-08-04 Marcus Brinkmann <[email protected]> * gpgme.texi (Verify): Get error code from SIG->status in the code diff --git a/trunk/doc/gpgme.texi b/trunk/doc/gpgme.texi index 63765528..7dd261da 100644 --- a/trunk/doc/gpgme.texi +++ b/trunk/doc/gpgme.texi @@ -3937,7 +3937,7 @@ The public key algorithm used to create this signature. @item gpgme_hash_algo_t The hash algorithm used to create this signature. -@item unsigned long class +@item unsigned int class The signature class of this signature. @item long int timestamp |