aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2005-08-26 14:53:55 +0000
committerMarcus Brinkmann <[email protected]>2005-08-26 14:53:55 +0000
commit9f952a5a0b6876814d43495f077aa114eec352d7 (patch)
tree3b5131c781c616ae4468806bbcab189d446d403e /TODO
parent* configure.ac (SEPCONSTANTS): New to define DIRSEP_C et al. (diff)
downloadgpgme-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--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 04bec543..af2a3848 100644
--- a/TODO
+++ b/TODO
@@ -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