Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4807:41852ee5f1b0
Merge.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 07 Jan 2010 17:01:25 +0000 |
parents | 980575c76541 fd36a980d701 |
children | 6ee5e50a8772 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 07 15:52:10 2010 +0000 +++ b/lisp/ChangeLog Thu Jan 07 17:01:25 2010 +0000 @@ -110,6 +110,18 @@ that they are *that* fast, for most of the coding systems they're used a minority of the time. +2010-01-01 Aidan Kehoe <kehoea@parhasard.net> + + * syntax.el (map-syntax-table): + * subr.el (map-plist): + * startup.el (load-init-file): + * minibuf.el (read-from-minbuffer): + * cus-edit.el (custom-load-custom-defines-1): + * cmdloop.el (execute-extended-command): + Replace symbol names using underscore, whether to avoid dynamic + scope problems or to ensure helpful arguments to + #'call-with-condition-handler, with uninterned symbols. + 2009-12-05 Stephen J. Turnbull <stephen@xemacs.org> * font.el (x-font-create-object): Check for Xft before using it.