# HG changeset patch # User Dave Love # Date 1054232290 0 # Node ID 85280cb01eba88cf23b45f4798863decfafe5b52 # Parent ce710f8e5a48d8ac975926b03f83e1c6a6b524e2 *** empty log message *** diff -r ce710f8e5a48 -r 85280cb01eba etc/TODO --- a/etc/TODO Thu May 29 18:15:21 2003 +0000 +++ b/etc/TODO Thu May 29 18:18:10 2003 +0000 @@ -90,7 +90,9 @@ Love started on this.] * Implement a variant of uncompress.el or jka-compr.el that works with - GNU Privacy Guard for encryption. [Code exists but isn't assigned.] + GNU Privacy Guard for encryption. [Code exists but isn't assigned. + See the Gnus development sources for assigned code concerning GPG + use with mail, which is probably a good start.] * Save undo information in files, and reload it when needed for undoing. @@ -109,7 +111,7 @@ the whole menu bar. In the mean time, it should process other messages. * Get some major packages installed: W3/url (development version needs - significant work), PSGML, Mule-UCS. Check the assignments file for other + significant work), PSGML. Check the assignments file for other packages which might go in and have been missed. * Make keymaps a first-class Lisp object (this means a rewrite of @@ -143,8 +145,6 @@ * Update the FAQ. -* Make update-game-score work on systems that don't have strerror and difftime. - * Allow auto-compression-mode to use zlib calls if zlib is available. [It's required for PNG, so may be linked anyhow.] @@ -171,8 +171,6 @@ * Make the Custom themes support do useful things. -* Adapt the gnuserv/gnudoit features for server/emacsclient. - * Investigate using GNU Lightning or similar system for incremental compilation of selected bytecode functions to subrs. Converting CCL programs to native code is probably the first thing to try, though.