Mercurial > emacs
comparison lisp/ChangeLog @ 60547:23b4e52963d6
(tooltip-mode): Don't complain that you can't turn the
feature ON when the user requests to turn it OFF.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 10 Mar 2005 14:45:31 +0000 |
parents | a670e7851135 |
children | e886078cad44 |
comparison
equal
deleted
inserted
replaced
60546:a670e7851135 | 60547:23b4e52963d6 |
---|---|
1 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * tooltip.el (tooltip-mode): Don't complain that you can't turn the | |
4 feature ON when the user requests to turn it OFF. | |
5 | |
1 2005-03-10 Lute Kamstra <lute@gnu.org> | 6 2005-03-10 Lute Kamstra <lute@gnu.org> |
2 | 7 |
3 * emacs-lisp/debug.el (debug-entry-code): Delete it. | 8 * emacs-lisp/debug.el (debug-entry-code): Delete it. |
4 (implement-debug-on-entry): New function to replace | 9 (implement-debug-on-entry): New function to replace debug-entry-code. |
5 debug-entry-code. | |
6 (debug-on-entry-1): Use implement-debug-on-entry. Delete the | 10 (debug-on-entry-1): Use implement-debug-on-entry. Delete the |
7 second argument as the 2005-03-07 change makes it obsolete. | 11 second argument as the 2005-03-07 change makes it obsolete. |
8 (debug-on-entry, cancel-debug-on-entry): Update call to | 12 (debug-on-entry, cancel-debug-on-entry): Update call to |
9 debug-on-entry-1. | 13 debug-on-entry-1. |
10 (debug, debugger-setup-buffer): Comment update. | 14 (debug, debugger-setup-buffer): Comment update. |
11 (debugger-frame-number): Update to work with | 15 (debugger-frame-number): Update to work with implement-debug-on-entry. |
12 implement-debug-on-entry. | |
13 | 16 |
14 2005-03-10 Jay Belanger <belanger@truman.edu> | 17 2005-03-10 Jay Belanger <belanger@truman.edu> |
15 | 18 |
16 * calc/calc-embed.el (math-ms-args): Declare it. | 19 * calc/calc-embed.el (math-ms-args): Declare it. |
17 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable | 20 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable |
52 * international/latin-1.el: Set case and syntax for 255 only if | 55 * international/latin-1.el: Set case and syntax for 255 only if |
53 set-case-syntax-set-multibyte is nil. | 56 set-case-syntax-set-multibyte is nil. |
54 | 57 |
55 * textmodes/ispell.el (ispell-insert-word): New function. | 58 * textmodes/ispell.el (ispell-insert-word): New function. |
56 (ispell-word): Use ispell-insert-word to insert a new word. | 59 (ispell-word): Use ispell-insert-word to insert a new word. |
57 (ispell-process-line): Likewise | 60 (ispell-process-line): Likewise. |
58 (ispell-complete-word): Likewise. | 61 (ispell-complete-word): Likewise. |
59 | 62 |
60 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk> | 63 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk> |
61 | 64 |
62 * calendar/calendar.el (redraw-calendar): Preserve point. | 65 * calendar/calendar.el (redraw-calendar): Preserve point. |