Mercurial > emacs
diff lisp/ChangeLog @ 106474:40531d6992e6
(ucs-names): Weed out at compile-time the chars that don't have names, so
the table can be built much faster at run-time.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 07 Dec 2009 16:12:47 +0000 |
parents | dfb27937da01 |
children | 97d377672952 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 07 16:09:05 2009 +0000 +++ b/lisp/ChangeLog Mon Dec 07 16:12:47 2009 +0000 @@ -1,3 +1,9 @@ +2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca> + + * international/mule-cmds.el (ucs-names): Weed out at compile-time the + chars that don't have names, so the table can be built much faster at + run-time. + 2009-12-07 Chong Yidong <cyd@stupidchicken.com> * simple.el (compose-mail): Check for incompatibilities and warn.