aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/TODO3
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 @@
12005-03-17 Lute Kamstra <lute@gnu.org>
2
3 * TODO: Remove define-generic-mode entry (DONE).
4
12005-03-10 Michael Albinus <michael.albinus@gmx.de> 52005-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.
diff --git a/etc/TODO b/etc/TODO
index 546d8535ffb..b45ee9b6744 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -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.