comparison etc/TODO @ 102506:b3a32870e35a

Add defcustom trivia.
author Glenn Morris <rgm@gnu.org>
date Thu, 12 Mar 2009 06:27:21 +0000
parents c90853557b90
children ecefdd6eb866
comparison
equal deleted inserted replaced
102505:b03522350562 102506:b3a32870e35a
32 ** Check what minor modes don't use define-minor-mode and convert them 32 ** Check what minor modes don't use define-minor-mode and convert them
33 to use it. 33 to use it.
34 34
35 ** Convert all defvars with leading `*' in the doc-strings into defcustoms 35 ** Convert all defvars with leading `*' in the doc-strings into defcustoms
36 of appropriate :type and :group. 36 of appropriate :type and :group.
37
38 ** Remove any leading `*'s from defcustom doc-strings.
39
40 ** Remove unnecessary autoload cookies from defcustoms.
41 This needs a bit of care, since often people have become used to
42 expecting such variables to always be defined, eg when they modify
43 things in their .emacs.
37 44
38 * Small but important fixes needed in existing features: 45 * Small but important fixes needed in existing features:
39 46
40 ** Flymake's customization mechanism needs to be both simpler (fewer 47 ** Flymake's customization mechanism needs to be both simpler (fewer
41 levels of indirection) and better documented, so it is easier to 48 levels of indirection) and better documented, so it is easier to