2010-09-02 Marcus Brinkmann <marcus@g10code.de>
[gpgme.git] / doc / ChangeLog
index ebe0aa4a50ec0a02a23e946e5d483977e15e1141..d1ea9439bc2b506ffaceb7d62faa4457bf963b51 100644 (file)
@@ -1,3 +1,131 @@
+2010-01-05  Werner Koch  <wk@g10code.com>
+
+       * gpgme.texi (Changing Passphrases): New.
+
+2009-07-21  Werner Koch  <wk@g10code.com>
+
+       * uiserver.texi (UI Server Encrypt): Add --expect-sign option to
+       PREP_ENCRYPT.
+
+2009-06-16  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Result Management): New section.
+
+2009-06-16  Werner Koch  <wk@g10code.com>
+
+       * gpgme.texi (Exporting Keys): Document gpgme_op_export_keys.
+       (Importing Keys): Document gpgme_op_import_keys.
+       (Data Buffer Meta-Data): Document URL encodings.
+
+2009-05-28  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Library Version Check): Document selftest error.
+       (Creating Contexts): Likewise.
+
+2009-05-18  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Encrypting a Plaintext): Document
+       GPGME_ENCRYPT_NO_ENCRYPT_TO.
+
+2009-05-05  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Engine Information): Replace path by file_name.
+
+2008-11-28  Werner Koch  <wk@g10code.com>
+
+       * gpgme.texi (Listing Keys): Change description of the return
+       value to match the code.  Spotted by Colin Leroy.
+
+2008-10-15  Werner Koch  <wk@g10code.com>
+
+       * uiserver.texi (Miscellaneous UI Server Commands): Add option
+       --protocol to the SENDER command.
+
+2008-07-17  Werner Koch  <wk@g10code.com>
+
+       * module-overview.sk: New.
+
+2008-07-04  Werner Koch  <wk@g10code.com>
+
+       * gpgme.texi (Algorithms): Add a hint on symmetric only encryption.
+
+2008-06-27  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Cancellation): Document gpgme_cancel_async.
+
+2008-06-25  Werner Koch  <wk@g10code.com>
+
+       * gpgme.texi (Listing Keys): Updated example to the current API.
+       Noted by Nico Schottelius.
+
+2008-06-05  Werner Koch  <wk@g10code.com>
+
+       * uiserver.texi (Miscellaneous UI Server Commands): Describe
+       START_CONFDIALOG.
+
+2008-06-04  Werner Koch  <wk@g10code.com>
+
+       * gpgme.texi: Use @copying command. Change license to
+       GPLv3. Include protocol specis from GpgOL and GPGEx.  Minor
+       cleanups.
+
+2008-03-11  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (File Based Data Buffers): Document the need for
+       blocking operations.
+       (Callback Based Data Buffers): Likewise.
+
+2008-03-05  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Library Version Check): Rename snippet function to
+       init_gpgme.
+       (I/O Callback Example): Call it here.
+
+2008-01-28  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi: Document that data encoding affects some output data
+       objects now.
+
+2007-09-27  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Protocols and Engines): Document GPGME_PROTOCOL_UNKNOWN.
+
+2007-09-11  Werner Koch  <wk@g10code.com>
+
+       * gpgme.texi (I/O Callback Example): Typo fix.
+
+2007-08-07  Werner Koch  <wk@g10code.com>
+
+       * gpgme.texi (Verify): Describe chain_model.
+
+2007-07-12  Werner Koch  <wk@g10code.com>
+
+       * gpgme.texi (Library Version Check): Add remark that the socket
+       layer will get initialized.
+
+2007-06-05  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Advanced Key Editing): New section.
+
+2007-05-21  Werner Koch  <wk@g10code.com>
+
+       * Makefile.am (online): New target.
+
+2007-05-18  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Error Strings): Fix documentation of
+       gpgme_strerror_r.
+
+2006-11-01  Moritz Schulte  <moritz@g10code.com>
+
+       * gpgme.texi (Data Buffer I/O Operations): Fixed entry for
+       gpgme_data_seek: OFFSET is not a pointer; some s/whence/offset/.
+
+2006-09-25  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Destroying Data Buffers): Clarify that
+       gpgme_data_release_and_get_mem destroys DH unconditionally.
+
 2005-03-24  Marcus Brinkmann  <marcus@g10code.de>
 
        * gpgme.texi (Library Version Check): Make example code compatible