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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 10 Jul 2005 13:23:54 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7919 emacs/lisp/ChangeLog:1.7920
*** emacs/lisp/ChangeLog:1.7919 Sun Jul 10 17:01:34 2005
--- emacs/lisp/ChangeLog        Sun Jul 10 17:23:54 2005
***************
*** 1,3 ****
--- 1,29 ----
+ 2005-07-10  Richard M. Stallman  <address@hidden>
+ 
+       * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
+       and with-timeout-unsuspend.
+ 
+       * emacs-lisp/debug.el (debug): Call with-timeout-suspend
+       and with-timeout-unsuspend.
+ 
+       * emacs-lisp/timer.el (with-timeout-timers): New variable.
+       (with-timeout): Bind that variable to record timers.
+       (with-timeout-suspend, with-timeout-unsuspend): New functions.
+ 
+       * emacs-lisp/debug.el (debug-help-follow): New function.
+       (debugger-mode-map): Use that instead of help-follow.
+       (debugger-setup-buffer): Use eval-buffer-list
+       to handle eval-buffer frames.
+ 
+ 2005-07-10  N. Raghavendra  <address@hidden>  (tiny change)
+ 
+         * timezone.el (timezone-parse-date): Changed first regexp
+       so it will not mistakenly match dates with no time zone.
+ 
+ 2005-07-10  Jeff Dwork  <address@hidden>  (tiny change)
+ 
+       * facemenu.el (facemenu-read-color): Do case-insensitive matching.
+ 
  2005-07-10  Luc Teirlinck  <address@hidden>
  
        * custom.el (custom-initialize-safe-set)
***************
*** 14,19 ****
--- 40,51 ----
  
        * files.el (set-visited-file-name): Avoid calling
        `file-name-nondirectory' with a nil argument.
+ 
+ 2005-07-09  Richard M. Stallman  <address@hidden>
+ 
+       * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
+       was called with nil for the buffer, handle the read position right.
+       Handle read position for eval-region, too.
  
  2005-07-09  Juri Linkov  <address@hidden>
  




reply via email to

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