comparison etc/TODO @ 90201:fbb2bea03df9

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 474-484) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 88-91) - Merge from emacs--cvs-trunk--0 - Update FSF's address in GPL notices - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 14 Jul 2005 08:02:00 +0000
parents b7da78284d4c 36ba51a2e388
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
90200:f9a65d7ebd29 90201:fbb2bea03df9
91 ** Remove the limitation that window and frame widths and heights can 91 ** Remove the limitation that window and frame widths and heights can
92 be only full columns/lines. 92 be only full columns/lines.
93 93
94 * Other features we would like: 94 * Other features we would like:
95 95
96 ** Create a category of errors called `process-error'
97 for some or all errors associated with using subprocesses.
98
99 ** Maybe reinterpret `parse-error' as a category of errors
100 and put some other errors under it.
101
96 ** A function to check for customizable options that have been 102 ** A function to check for customizable options that have been
97 set but not saved, and ask the user whether to save them. 103 set but not saved, and ask the user whether to save them.
98 This could go in kill-emacs-query-functions, to remind people 104 This could go in kill-emacs-query-functions, to remind people
99 to save their changes. If the user says yes, show them 105 to save their changes. If the user says yes, show them
100 in a Custom buffer using customize-customized. 106 in a Custom buffer using customize-customized.
150 desktops. 156 desktops.
151 157
152 ** Replace finder.el with something that generates an Info file 158 ** Replace finder.el with something that generates an Info file
153 which gives the same information through a menu structure. [Dave 159 which gives the same information through a menu structure. [Dave
154 Love started on this.] 160 Love started on this.]
161
162 ** Add a cpio mode, more or less like tar mode.
155 163
156 ** Implement a variant of uncompress.el or jka-compr.el that works with 164 ** Implement a variant of uncompress.el or jka-compr.el that works with
157 GNU Privacy Guard for encryption. [Code exists but isn't assigned. 165 GNU Privacy Guard for encryption. [Code exists but isn't assigned.
158 See the Gnus development sources for assigned code concerning GPG 166 See the Gnus development sources for assigned code concerning GPG
159 use with mail, which is probably a good start.] 167 use with mail, which is probably a good start.]