# HG changeset patch # User Richard M. Stallman # Date 1121016234 0 # Node ID b03d83c2166e4d335bb33811d85507aa3edc9f43 # Parent 2cf2651a3a37bef9967938fb90b3f0beffc70ca8 *** empty log message *** diff -r 2cf2651a3a37 -r b03d83c2166e lisp/ChangeLog --- a/lisp/ChangeLog Sun Jul 10 17:23:44 2005 +0000 +++ b/lisp/ChangeLog Sun Jul 10 17:23:54 2005 +0000 @@ -1,3 +1,29 @@ +2005-07-10 Richard M. Stallman + + * 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 (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 (tiny change) + + * facemenu.el (facemenu-read-color): Do case-insensitive matching. + 2005-07-10 Luc Teirlinck * custom.el (custom-initialize-safe-set) @@ -15,6 +41,12 @@ * files.el (set-visited-file-name): Avoid calling `file-name-nondirectory' with a nil argument. +2005-07-09 Richard M. Stallman + + * 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 * fringe.el (fringe-mode): Add period in docstring.