aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-01-12 20:23:48 -0500
committerStefan Monnier2013-01-12 20:23:48 -0500
commite5b5a34dd1b9cd428e988d1bbc2af658c3e25daa (patch)
tree3706c4fe486c3f2b2faad19510105d55a4d767a6 /lisp/ChangeLog
parent5ca9b80e95ef376d0247c813ae39eb2f476cf880 (diff)
downloademacs-e5b5a34dd1b9cd428e988d1bbc2af658c3e25daa.tar.gz
emacs-e5b5a34dd1b9cd428e988d1bbc2af658c3e25daa.zip
* lisp/jit-lock.el (jit-lock-debug-mode): New minor mode.
(jit-lock--debug-fontifying): New var. (jit-lock--debug-fontify): New function. * lisp/subr.el (condition-case-unless-debug): Don't prevent catching the error, just let the debbugger run. * lisp/emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging timer code and don't drop errors silently.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7723528c886..73e096adc5e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * jit-lock.el (jit-lock-debug-mode): New minor mode.
4 (jit-lock--debug-fontifying): New var.
5 (jit-lock--debug-fontify): New function.
6 * subr.el (condition-case-unless-debug): Don't prevent catching the
7 error, just let the debbugger run.
8 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
9 timer code and don't drop errors silently.
10
12013-01-12 Michael Albinus <michael.albinus@gmx.de> 112013-01-12 Michael Albinus <michael.albinus@gmx.de>
2 12
3 * autorevert.el (auto-revert-notify-watch-descriptor): Give it 13 * autorevert.el (auto-revert-notify-watch-descriptor): Give it