Mercurial > emacs
comparison etc/TODO @ 45156:1557405e3933
Add an item about reordering defcustom's.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 07 May 2002 05:50:39 +0000 |
parents | 83757531e45f |
children | 12ad8fb59263 |
comparison
equal
deleted
inserted
replaced
45155:5ebea5a82ab5 | 45156:1557405e3933 |
---|---|
170 | 170 |
171 * Rewrite make-docfile to something sane. | 171 * Rewrite make-docfile to something sane. |
172 | 172 |
173 * Port the conservative stack marking code of Emacs' garbage collector | 173 * Port the conservative stack marking code of Emacs' garbage collector |
174 to more systems, so that we can completely get rid of GCPROs. | 174 to more systems, so that we can completely get rid of GCPROs. |
175 | |
176 * Reorder defcustom's in each package so that the more important | |
177 options come first in the Customize buffers. This could be done by | |
178 either rearranging the file (since options are shown in the order | |
179 they appear in the *.el files), or by adding a few :set-after | |
180 attributes. | |
175 | 181 |
176 * Maybe document the features of libraries missing from the manual (or | 182 * Maybe document the features of libraries missing from the manual (or |
177 ancillary manuals, including the Lisp manual in some cases). | 183 ancillary manuals, including the Lisp manual in some cases). |
178 This is not worth doing for all of these packages and we need not | 184 This is not worth doing for all of these packages and we need not |
179 aim for completeness, but some may be worth documenting. | 185 aim for completeness, but some may be worth documenting. |