Mercurial > emacs
diff etc/TODO @ 51317:85280cb01eba
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 29 May 2003 18:18:10 +0000 |
parents | f711c86ea5c9 |
children | c9a97d52236b |
line wrap: on
line diff
--- 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.