diff options
author | Marcus Brinkmann <[email protected]> | 2005-08-26 14:53:55 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-08-26 14:53:55 +0000 |
commit | 9f952a5a0b6876814d43495f077aa114eec352d7 (patch) | |
tree | 3b5131c781c616ae4468806bbcab189d446d403e /TODO | |
parent | * configure.ac (SEPCONSTANTS): New to define DIRSEP_C et al. (diff) | |
download | gpgme-9f952a5a0b6876814d43495f077aa114eec352d7.tar.gz gpgme-9f952a5a0b6876814d43495f077aa114eec352d7.zip |
2005-08-26 Marcus Brinkmann <[email protected]>
* engine.h (engine_command_handler_t): Add new argument processed.
* ops.h (_gpgme_passphrase_command_handler_internal): Rename
prototype to ...
(_gpgme_passphrase_command_handler): ... this one.
* passphrase.c (_gpgme_passphrase_command_handler_internal):
Rename to ...
(_gpgme_passphrase_command_handler): ... this one.
* edit.c (command_handler): Add new argument processed. Remove
local variable with the same name. Always return processed as
true.
* rungpg.c (command_handler): Send a newline character if the
handler did not.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ Hey Emacs, this is -*- outline -*- mode! ** Add notation data to key signatures. * ABI's to break: +** gpgme_edit_cb_t: Add "processed" return argument + (see edit.c::command_handler). ** I/O and User Data could be made extensible. But this can be done without breaking the ABI hopefully. * All enums that should be enums need to have a maximum value to ensure |