aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0dd7b735ee6..f9ec346596c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12005-06-13 Lute Kamstra <lute@gnu.org> 12005-06-13 Lute Kamstra <lute@gnu.org>
2 2
3 * woman.el (woman-mode-line-format): Delete constant.
4 (woman-mode-map): Initialize it properly.
5 (woman-mode): Set mode-class property to special. Use
6 delay-mode-hooks and run-mode-hooks. Use the right keymap. Set
7 major-mode and mode-name. Don't set mode-line-format directly.
8 (Man-getpage-in-background): Don't reference
9 woman-mode-line-format.
10
3 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty 11 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
4 string argument obsolete. 12 string argument obsolete.
5 13