comparison lisp/ChangeLog @ 60546:a670e7851135

*** empty log message ***
author Lute Kamstra <lute@gnu.org>
date Thu, 10 Mar 2005 09:43:01 +0000
parents fec3e93a9c4a
children 23b4e52963d6
comparison
equal deleted inserted replaced
60545:f7baf4c9472b 60546:a670e7851135
1 2005-03-10 Lute Kamstra <lute@gnu.org>
2
3 * emacs-lisp/debug.el (debug-entry-code): Delete it.
4 (implement-debug-on-entry): New function to replace
5 debug-entry-code.
6 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7 second argument as the 2005-03-07 change makes it obsolete.
8 (debug-on-entry, cancel-debug-on-entry): Update call to
9 debug-on-entry-1.
10 (debug, debugger-setup-buffer): Comment update.
11 (debugger-frame-number): Update to work with
12 implement-debug-on-entry.
13
1 2005-03-10 Jay Belanger <belanger@truman.edu> 14 2005-03-10 Jay Belanger <belanger@truman.edu>
2 15
3 * calc/calc-embed.el (math-ms-args): Declare it. 16 * calc/calc-embed.el (math-ms-args): Declare it.
4 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable 17 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5 math-ms-args. 18 math-ms-args.
17 (tooltip-gud-tips-p): Remove superflouous :set. 30 (tooltip-gud-tips-p): Remove superflouous :set.
18 (tooltip-gud-modes): Add fortran-mode. 31 (tooltip-gud-modes): Add fortran-mode.
19 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area. 32 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20 33
21 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line. 34 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22 35
23 2005-03-09 Kim F. Storm <storm@cua.dk> 36 2005-03-09 Kim F. Storm <storm@cua.dk>
24 37
25 * play/animate.el (animate-place-char): Use forward-line instead 38 * play/animate.el (animate-place-char): Use forward-line instead
26 of next-line to improve performance. 39 of next-line to improve performance.
27 40
38 51
39 * international/latin-1.el: Set case and syntax for 255 only if 52 * international/latin-1.el: Set case and syntax for 255 only if
40 set-case-syntax-set-multibyte is nil. 53 set-case-syntax-set-multibyte is nil.
41 54
42 * textmodes/ispell.el (ispell-insert-word): New function. 55 * textmodes/ispell.el (ispell-insert-word): New function.
43 (ispell-word): Use ispell-insert-word to isnert a new word. 56 (ispell-word): Use ispell-insert-word to insert a new word.
44 (ispell-process-line): Likewise 57 (ispell-process-line): Likewise
45 (ispell-complete-word): Likewise. 58 (ispell-complete-word): Likewise.
46 59
47 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk> 60 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
48 61