comparison etc/TODO @ 29696:a5051216d618

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 16 Jun 2000 15:47:45 +0000
parents e06c6af9d981
children e4d056848427
comparison
equal deleted inserted replaced
29695:5201e6953968 29696:a5051216d618
22 works with GNU Privacy Guard for encryption. 22 works with GNU Privacy Guard for encryption.
23 23
24 * Save undo information in files, and reload it when needed 24 * Save undo information in files, and reload it when needed
25 for undoing. 25 for undoing.
26 26
27 * modify comint.el so that input appears in a special font.
28 I can add a simple Emacs feature to help.
29
30 * Implement other text formatting properties. 27 * Implement other text formatting properties.
31 ** Footnotes that can appear either in place 28 ** Footnotes that can appear either in place
32 or at the end of the page. 29 or at the end of the page.
33 ** text property that says "don't break line in middle of this". 30 ** text property that says "don't break line in middle of this".
34 Don't break the line between two characters that have the 31 Don't break the line between two characters that have the
46 the main thread, and not return from that message until the main 43 the main thread, and not return from that message until the main
47 thread has processed the menu_bar_activate_event and regenerated 44 thread has processed the menu_bar_activate_event and regenerated
48 the whole menu bar. In the mean time, it should process other messages. 45 the whole menu bar. In the mean time, it should process other messages.
49 46
50 * Make Emacs work as a Java Bean. 47 * Make Emacs work as a Java Bean.
48
49 * Make keymaps a first-class Lisp object (this means a rewrite of
50 keymap.c).