diff options
| -rw-r--r-- | lisp/ChangeLog | 14 | ||||
| -rw-r--r-- | src/ChangeLog | 18 |
2 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56587ae22ed..091971209e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2003-12-29 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (reset-language-environment): Call | ||
| 4 | set-overriding-fontspec-internal with nil. | ||
| 5 | (set-language-environment): Call set-overriding-fontspec-internal | ||
| 6 | if the language environment specify `overriding-fontspec'. | ||
| 7 | (language-info-alist): Doc added. | ||
| 8 | |||
| 9 | * language/cyrillic.el (ccl-encode-koi8-font): Make it work for | ||
| 10 | characters of mule-unicode-0100-24ff. | ||
| 11 | (ccl-encode-windows-1251-font): New CCL program. | ||
| 12 | ("Bulgarian"): Specify overriding-fontspec. | ||
| 13 | ("Belarusian"): Likewise. | ||
| 14 | |||
| 1 | 2003-12-28 Sam Steingold <sds@gnu.org> | 15 | 2003-12-28 Sam Steingold <sds@gnu.org> |
| 2 | 16 | ||
| 3 | * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional | 17 | * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional |
diff --git a/src/ChangeLog b/src/ChangeLog index f471cc99230..119a849ba8d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2003-12-29 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * dispextern.h (face_font_available_p): Extern it. | ||
| 4 | |||
| 5 | * fontset.c (Voverriding_fontspec_alist): New variable. | ||
| 6 | (lookup_overriding_fontspec): New function. | ||
| 7 | (fontset_ref_via_base): Call lookup_overriding_fontspec if | ||
| 8 | necessary. | ||
| 9 | (fontset_font_pattern): Likewise. | ||
| 10 | (regulalize_fontname): New function. | ||
| 11 | (Fset_fontset_font): Call regulalize_fontname. | ||
| 12 | (Fset_overriding_fontspec_internal): New function. | ||
| 13 | (syms_of_fontset): Initialize and staticprop | ||
| 14 | Voverriding_fontspec_alist. Defsubr | ||
| 15 | Sset_overriding_fontspec_internal. | ||
| 16 | |||
| 17 | * xfaces.c (face_font_available_p): New function. | ||
| 18 | |||
| 1 | 2003-12-28 Luc Teirlinck <teirllm@auburn.edu> | 19 | 2003-12-28 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 20 | ||
| 3 | * coding.c (Fcheck_coding_system): Doc fix. | 21 | * coding.c (Fcheck_coding_system): Doc fix. |