emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 10 Mar 2005 04:43:03 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7080 emacs/lisp/ChangeLog:1.7081
*** emacs/lisp/ChangeLog:1.7080 Thu Mar 10 07:25:57 2005
--- emacs/lisp/ChangeLog        Thu Mar 10 09:43:01 2005
***************
*** 1,3 ****
--- 1,16 ----
+ 2005-03-10  Lute Kamstra  <address@hidden>
+ 
+       * emacs-lisp/debug.el (debug-entry-code): Delete it.
+       (implement-debug-on-entry): New function to replace
+       debug-entry-code.
+       (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
+       second argument as the 2005-03-07 change makes it obsolete.
+       (debug-on-entry, cancel-debug-on-entry): Update call to
+       debug-on-entry-1.
+       (debug, debugger-setup-buffer): Comment update.
+       (debugger-frame-number): Update to work with
+       implement-debug-on-entry.
+ 
  2005-03-10  Jay Belanger  <address@hidden>
  
        * calc/calc-embed.el (math-ms-args): Declare it.
***************
*** 19,25 ****
        (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
  
        * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
!       
  2005-03-09  Kim F. Storm  <address@hidden>
  
        * play/animate.el (animate-place-char): Use forward-line instead
--- 32,38 ----
        (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
  
        * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
! 
  2005-03-09  Kim F. Storm  <address@hidden>
  
        * play/animate.el (animate-place-char): Use forward-line instead
***************
*** 40,46 ****
        set-case-syntax-set-multibyte is nil.
  
        * textmodes/ispell.el (ispell-insert-word): New function.
!       (ispell-word): Use ispell-insert-word to isnert a new word.
        (ispell-process-line): Likewise
        (ispell-complete-word): Likewise.
  
--- 53,59 ----
        set-case-syntax-set-multibyte is nil.
  
        * textmodes/ispell.el (ispell-insert-word): New function.
!       (ispell-word): Use ispell-insert-word to insert a new word.
        (ispell-process-line): Likewise
        (ispell-complete-word): Likewise.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]