diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-02-28 22:02:49 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-02-28 22:02:49 +0000 |
commit | c4d5a8a1f54787509b47026b0059d1ab0e723525 (patch) | |
tree | 666eab3174e69dd06a1e612cf5e27424ee4e1d66 | |
parent | 470ba11f432a3e448f98c67946085c90a1edc6f8 (diff) | |
download | emacs-c4d5a8a1f54787509b47026b0059d1ab0e723525.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7c3842ea3a5..42a849d1012 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,14 @@ +2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca> + + * emacs-lisp/debug.el (inhibit-debug-on-entry): New var. + (debug): Use it. Move the inhibit-trace earlier. + (debug-entry-code): New const. + (debug-on-entry-1): Use it. + 2005-02-28 Chong Yidong" <cyd@stupidchicken.com> (tiny change) - * international/utf-16.el (ccl-encode-mule-utf-16le): Fix - BUFFER_MAGNIFICATION to 2. + * international/utf-16.el (ccl-encode-mule-utf-16le): + Fix BUFFER_MAGNIFICATION to 2. (ccl-encode-mule-utf-16be): Likewise. 2005-02-28 Kenichi Handa <handa@m17n.org> |