Mercurial > emacs
comparison etc/TODO @ 89956:b9eee0a7bef5
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-459
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-463
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
Update from CVS: lisp/progmodes/make-mode.el: Fix comments.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 23 Jul 2004 04:30:44 +0000 |
parents | 97905c4f1a42 a07fa479d4e0 |
children | d8411455de48 |
comparison
equal
deleted
inserted
replaced
89955:7f8b53f94713 | 89956:b9eee0a7bef5 |
---|---|
85 from other input methods. Then redefine C-x 8 to use a | 85 from other input methods. Then redefine C-x 8 to use a |
86 user-selected input method, with the default being the union of | 86 user-selected input method, with the default being the union of |
87 latin-1-prefix and latin-1-postfix. | 87 latin-1-prefix and latin-1-postfix. |
88 | 88 |
89 ** Implement a clean way to use different major modes for | 89 ** Implement a clean way to use different major modes for |
90 different parts of a buffer. | 90 different parts of a buffer. This could be useful in editing |
91 Bison input files, for instance, or other kinds of text | |
92 where one language is embedded in another language. | |
91 | 93 |
92 ** Give start-process the ability to direct standard-error | 94 ** Give start-process the ability to direct standard-error |
93 output to a different filter. | 95 output to a different filter. |
94 | 96 |
95 ** Make desktop.el save the "frame configuration" of Emacs (in some | 97 ** Make desktop.el save the "frame configuration" of Emacs (in some |
105 ** Implement a variant of uncompress.el or jka-compr.el that works with | 107 ** Implement a variant of uncompress.el or jka-compr.el that works with |
106 GNU Privacy Guard for encryption. [Code exists but isn't assigned. | 108 GNU Privacy Guard for encryption. [Code exists but isn't assigned. |
107 See the Gnus development sources for assigned code concerning GPG | 109 See the Gnus development sources for assigned code concerning GPG |
108 use with mail, which is probably a good start.] | 110 use with mail, which is probably a good start.] |
109 | 111 |
110 ** Save undo information in files, and reload it when needed | 112 ** Save undo information in special temporary files, and reload it |
111 for undoing. | 113 when needed for undoing. This could extend undo capacity. |
112 | 114 |
113 ** Merge the Emacs regex.c with the Glibc regex.c. | 115 ** Merge the Emacs regex.c with the Glibc regex.c. |
114 They split off a few years ago through negligence. | 116 They split off a few years ago through negligence. |
115 | 117 |
116 ** Change the Windows NT menu code | 118 ** Change the Windows NT menu code |