aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-02-14 17:09:56 +0000
committerLute Kamstra2005-02-14 17:09:56 +0000
commit6a361c4154fad55cbc3ed71ac77c14e809ff8435 (patch)
tree4c841f50320fa3de6ea1cc3c3475d5a166b57b7f
parent44618f202476f6e09b300a9f42a5c44cd2605d5c (diff)
downloademacs-6a361c4154fad55cbc3ed71ac77c14e809ff8435.tar.gz
emacs-6a361c4154fad55cbc3ed71ac77c14e809ff8435.zip
Remove battery.el entry (DONE).
-rw-r--r--etc/ChangeLog2
-rw-r--r--etc/TODO2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 7dc3817fe45..e357de8121a 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,5 +1,7 @@
12005-02-14 Lute Kamstra <lute@gnu.org> 12005-02-14 Lute Kamstra <lute@gnu.org>
2 2
3 * TODO: Remove battery.el entry (DONE).
4
3 * TUTORIAL.nl: Synchronize with TUTORIAL. Correct some typos. 5 * TUTORIAL.nl: Synchronize with TUTORIAL. Correct some typos.
4 Make the terminology more consistent. Fill the text using the 6 Make the terminology more consistent. Fill the text using the
5 default `fill-column'. 7 default `fill-column'.
diff --git a/etc/TODO b/etc/TODO
index d37de9bc280..7db5d3aee89 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -15,8 +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** battery.el display-battery should be replaced with a minor mode.
19
20** Redefine define-generic-mode as a macro, so the compiler 18** Redefine define-generic-mode as a macro, so the compiler
21 sees the definitions it generates. 19 sees the definitions it generates.
22 20