Lookup the path in the Registry
[gpgme.git] / gpgme / ChangeLog
index 79fed0f43da8f7937fb3e01f9ec252a37cb957ef..0f704a5aa1e376df7e9984530e9806990441fc65 100644 (file)
@@ -1,3 +1,38 @@
+2001-01-30  Werner Koch  <wk@gnupg.org>
+
+       * posix-util.c, w32-util.c: New.
+       (_gpgme_get_gpg_path): New, suggested by Jan-Oliver.
+       * rungpg.c (_gpgme_gpg_spawn): Use new function to get GPG's path.
+
+       * signers.c (gpgme_signers_add): Ooops, one should test code and
+       not just write it; the newarr was not assigned.  Thanks to José
+       for pointing this out.  Hmmm, still not tested, why shoudl a coder
+       test his fix :-)
+
+       * w32-io.c: Does now use reader threads, so that we can use
+       WaitForMultipleObjects. 
+       * sema.h, posix-sema.c, w32-sema.c: Support for Critcial sections.
+       Does currently only work for W32.
+
+       * debug.c, util.h : New. Changed all fprintfs to use this new
+       set of debugging functions.
+
+2001-01-23  Werner Koch  <wk@gnupg.org>
+
+       * data.c (_gpgme_data_release_and_return_string): Fixed string
+       termination.
+
+2001-01-22  Werner Koch  <wk@gnupg.org>
+
+       * delete.c: New.
+
+       * signers.c: New.
+       * key.c (gpgme_key_ref, gpgme_key_unref): New.
+       * sign.c (gpgme_op_sign_start): Allow the use of other keys.
+
+       * version.c (gpgme_get_engine_info,gpgme_check_engine): New.
+       * rungpg.c (_gpgme_gpg_set_simple_line_handler): New.
+
 2001-01-05  Werner Koch  <wk@gnupg.org>
 
        * data.c (gpgme_data_rewind): Allow to rewind data_type_none.