comparison lisp/ChangeLog @ 63366:93fc0d1b1c8c

*** empty log message ***
author Lute Kamstra <lute@gnu.org>
date Mon, 13 Jun 2005 08:22:34 +0000
parents 2dfdd18b7360
children 3d419f51a884
comparison
equal deleted inserted replaced
63365:2ea9fa348c21 63366:93fc0d1b1c8c
1 2005-06-13 Lute Kamstra <lute@gnu.org> 1 2005-06-13 Lute Kamstra <lute@gnu.org>
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.
2 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
6 2005-06-13 Carsten Dominik <dominik@science.uva.nl> 14 2005-06-13 Carsten Dominik <dominik@science.uva.nl>