diff options
| author | Kenichi Handa | 2008-08-19 07:50:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-08-19 07:50:37 +0000 |
| commit | 86d21abc87818b0ac5c140afd90921ad6ae3bfcf (patch) | |
| tree | c09a9f5af2d8224f57f69fd16bc4007027bfabda | |
| parent | ae67001c1b5a9188258b3d95a7442cd9e9e34fe0 (diff) | |
| download | emacs-86d21abc87818b0ac5c140afd90921ad6ae3bfcf.tar.gz emacs-86d21abc87818b0ac5c140afd90921ad6ae3bfcf.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | src/ChangeLog | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 480dcf2a6c8..dd4f538a09c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-08-19 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * language/european.el ("Esperanto"): Change the preferred | ||
| 4 | charsets to iso-8859-3. | ||
| 5 | |||
| 6 | * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets. | ||
| 7 | |||
| 8 | * international/fontset.el (script-representative-chars): Delete | ||
| 9 | the entry for symbol. | ||
| 10 | (setup-default-fontset): For symbol characters, don't specify | ||
| 11 | :script property. | ||
| 12 | |||
| 1 | 2008-08-19 Chong Yidong <cyd@stupidchicken.com> | 13 | 2008-08-19 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 14 | ||
| 3 | * minibuffer.el (completion-table-dynamic): Doc fix. | 15 | * minibuffer.el (completion-table-dynamic): Doc fix. |
diff --git a/src/ChangeLog b/src/ChangeLog index b0a98c08ec5..34dedfdd554 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-08-19 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * font.c (Vfont_log_deferred): New variable. | ||
| 4 | (font_add_log): Check Vfont_log_deferred. | ||
| 5 | (font_deferred_log): New funciton. | ||
| 6 | |||
| 7 | * font.h (font_deferred_log): Extern it. | ||
| 8 | |||
| 9 | * fontset.c (reorder_font_vector): Use encoding charset of fonts | ||
| 10 | for sorting. | ||
| 11 | (face_for_char): Use deferred log. | ||
| 12 | |||
| 1 | 2008-08-18 Kenichi Handa <handa@m17n.org> | 13 | 2008-08-18 Kenichi Handa <handa@m17n.org> |
| 2 | 14 | ||
| 3 | * fontset.c (face_for_char): Add font log. | 15 | * fontset.c (face_for_char): Add font log. |