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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 13 Mar 2005 18:20:30 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7091 emacs/lisp/ChangeLog:1.7092
*** emacs/lisp/ChangeLog:1.7091 Sun Mar 13 20:54:14 2005
--- emacs/lisp/ChangeLog        Sun Mar 13 23:20:29 2005
***************
*** 1,3 ****
--- 1,10 ----
+ 2005-03-14  Kim F. Storm  <address@hidden>
+ 
+       * simple.el (next-line, previous-line): Add optional try-vscroll
+       arg to recognize interactive use.  Pass it on to line-move.
+       (line-move): Don't perform auto-window-vscroll when defining or
+       executing keyboard macro to ensure consistent behaviour.
+ 
  2005-03-13  Lute Kamstra  <address@hidden>
  
        * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
***************
*** 5,11 ****
        debug-on-exit and we don't have to do it manually.  Set an extra
        debug-on-exit for macro's.
        (debugger-setup-buffer): Don't mark the top frame manually.
!       
  2005-03-12  Lute Kamstra  <address@hidden>
  
        * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
--- 12,18 ----
        debug-on-exit and we don't have to do it manually.  Set an extra
        debug-on-exit for macro's.
        (debugger-setup-buffer): Don't mark the top frame manually.
! 
  2005-03-12  Lute Kamstra  <address@hidden>
  
        * emacs-lisp/byte-run.el: Replace lisp-indent-hook with




reply via email to

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