diff options
| -rw-r--r-- | etc/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -35,6 +35,13 @@ to use it. | |||
| 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 | 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. | ||
| 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 |