Mercurial > emacs
changeset 97562:9f57b240f8c1
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 19 Aug 2008 07:50:37 +0000 |
parents | ca2cd8c0eeab |
children | 97b52beb60b7 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Aug 19 07:49:51 2008 +0000 +++ b/lisp/ChangeLog Tue Aug 19 07:50:37 2008 +0000 @@ -1,3 +1,15 @@ +2008-08-19 Kenichi Handa <handa@m17n.org> + + * language/european.el ("Esperanto"): Change the preferred + charsets to iso-8859-3. + + * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets. + + * international/fontset.el (script-representative-chars): Delete + the entry for symbol. + (setup-default-fontset): For symbol characters, don't specify + :script property. + 2008-08-19 Chong Yidong <cyd@stupidchicken.com> * minibuffer.el (completion-table-dynamic): Doc fix.
--- a/src/ChangeLog Tue Aug 19 07:49:51 2008 +0000 +++ b/src/ChangeLog Tue Aug 19 07:50:37 2008 +0000 @@ -1,3 +1,15 @@ +2008-08-19 Kenichi Handa <handa@m17n.org> + + * font.c (Vfont_log_deferred): New variable. + (font_add_log): Check Vfont_log_deferred. + (font_deferred_log): New funciton. + + * font.h (font_deferred_log): Extern it. + + * fontset.c (reorder_font_vector): Use encoding charset of fonts + for sorting. + (face_for_char): Use deferred log. + 2008-08-18 Kenichi Handa <handa@m17n.org> * fontset.c (face_for_char): Add font log.