Mercurial > emacs
changeset 93571:be6cbb012176
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 03 Apr 2008 03:53:24 +0000 |
parents | c450cdd35ee3 |
children | 6c6edc54b63a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 03 03:51:54 2008 +0000 +++ b/lisp/ChangeLog Thu Apr 03 03:53:24 2008 +0000 @@ -1,3 +1,14 @@ +2008-04-03 Kenichi Handa <handa@m17n.org> + + * international/latin1-disp.el (latin1-display): Don't use + make-char. Fix the argument to set-char-table-range. + (latin1-display-identities): Don't use make-char. + (latin1-display-reset): Use map-charset-chars instead of directly + calling standard-display-default. + (latin1-display-check-font): Don't use make-char. + (latin1-display-setup): Likewise. + (latin1-display-ucs-per-lynx): Likewise. + 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/timer.el (timer): Define as a defstruct, so we can