aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index daf15811bdc..6423787b7a6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12005-03-10 Stefan Monnier <monnier@iro.umontreal.ca> 12005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * help.el (describe-mode): Properly handle non-trivial lighters.
4 Don't ignore minor modes that are not listed in minor-mode-list.
5
3 * tooltip.el (tooltip-mode): Don't complain that you can't turn the 6 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
4 feature ON when the user requests to turn it OFF. 7 feature ON when the user requests to turn it OFF.
5 8
@@ -323,8 +326,7 @@
323 that debug-entry-code can be safely removed from a function while 326 that debug-entry-code can be safely removed from a function while
324 this code is being evaluated. Revert the 2005-02-27 change as the 327 this code is being evaluated. Revert the 2005-02-27 change as the
325 new implementation no longer requires it. Make sure that a 328 new implementation no longer requires it. Make sure that a
326 function body containing just a string is not mistaken for a 329 function body containing just a string is not mistaken for a docstring.
327 docstring.
328 (debug): Skip one more frame in case of debug on entry. 330 (debug): Skip one more frame in case of debug on entry.
329 (debugger-setup-buffer): Delete one more frame line in case of 331 (debugger-setup-buffer): Delete one more frame line in case of
330 debug on entry. 332 debug on entry.