From b6852571b37c5525024a7ba4bbe99261aa50c04e Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 28 Sep 2004 23:25:35 +0000 Subject: [PATCH] Update some entries. --- TODO | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/TODO b/TODO index ab832d5..c028419 100644 --- a/TODO +++ b/TODO @@ -8,10 +8,7 @@ Hey Emacs, this is -*- outline -*- mode! * ABI's to break: ** I/O and User Data could be made extensible. But this can be done without breaking the ABI hopefully. -** gpgme_keylist_mode_t should not be an enum. Maybe some other values - should also not be an enum. All enums that should be enums need to - have a maximum value to ensure a certain minimum width for - extensibility. +* All enums that should be enums need to have a maximum value to ensure a certain minimum width for extensibility. ** Compatibility interfaces that can be removed in future versions: *** ath compatibility modules. *** gpgme_data_new_from_filepart @@ -46,13 +43,6 @@ Hey Emacs, this is -*- outline -*- mode! ** --learn-code support This might be integrated with import. we still need to work out how to learn a card when gpg and gpgsm have support for smartcards. -** How to terminate a pending operation? Something like gpgme_op_reset, - but where are you allowed to call it (think callback handlers). - Then gpgme_op_*list_end can go. Update: The only place where this - can go is returning errors from callback handlers, and a function - to be called for example from the user event loop code. The user - must observe the threading rules! A blocking thread can not be - cancelled. ** Might need a stat() for data objects and use it for length param to gpg. ** Allow to export secret keys. ** Implement support for photo ids. -- 2.26.2