diff options
| author | Lute Kamstra | 2005-03-21 18:18:54 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-03-21 18:18:54 +0000 |
| commit | f31259da8d9123fb5f8dc4fe7777b4cbee9bcd62 (patch) | |
| tree | d5194de1e5c628f636f7517408e77900cd26a62a | |
| parent | 870f8c97663b5dff988207c72b226899c14ad18f (diff) | |
| download | emacs-f31259da8d9123fb5f8dc4fe7777b4cbee9bcd62.tar.gz emacs-f31259da8d9123fb5f8dc4fe7777b4cbee9bcd62.zip | |
Remove define-generic-mode entry (DONE).
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/TODO | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 92667a1afff..6544de33017 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-03-17 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * TODO: Remove define-generic-mode entry (DONE). | ||
| 4 | |||
| 1 | 2005-03-10 Michael Albinus <michael.albinus@gmx.de> | 5 | 2005-03-10 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * NEWS: Explain how to default Tramp to FTP. | 7 | * NEWS: Explain how to default Tramp to FTP. |
| @@ -15,9 +15,6 @@ to the FSF. | |||
| 15 | ought to be possible to omit text which is invisible (due to a | 15 | ought to be possible to omit text which is invisible (due to a |
| 16 | text-property, overlay, or selective display) from the kill-ring. | 16 | text-property, overlay, or selective display) from the kill-ring. |
| 17 | 17 | ||
| 18 | ** Redefine define-generic-mode as a macro, so the compiler | ||
| 19 | sees the definitions it generates. | ||
| 20 | |||
| 21 | ** Change the way define-minor-mode handles autoloading. | 18 | ** Change the way define-minor-mode handles autoloading. |
| 22 | It should not generate :require. Or :require in defcustom | 19 | It should not generate :require. Or :require in defcustom |
| 23 | should not be recorded in the user's custom-set-variables call. | 20 | should not be recorded in the user's custom-set-variables call. |