diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ebc21b3eaa7..30089c7069b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2003-04-09 Kenichi Handa <handa@etlken2> | 1 | 2003-04-09 Kenichi Handa <handa@etlken2> |
| 2 | 2 | ||
| 3 | * xfaces.c (Vface_font_rescale_alist): New variable. | ||
| 4 | (struct font_name): New member rescale_ratio. | ||
| 5 | (font_rescale_ratio): New function. | ||
| 6 | (split_font_name): If NUMERIC_P is nonzero, set | ||
| 7 | font->rescale_ratio. | ||
| 8 | (better_font_p): On comparing point sized, pay attention to | ||
| 9 | recale_ratio member of fonts. | ||
| 10 | (build_scalable_font_name): Reflect font->rescale_ratio in the | ||
| 11 | font name. | ||
| 12 | (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp | ||
| 13 | variable. | ||
| 14 | |||
| 3 | * lread.c (read1): Before calling index, check if the 2nd | 15 | * lread.c (read1): Before calling index, check if the 2nd |
| 4 | arguemnt is in ASCII range. | 16 | arguemnt is in ASCII range. |
| 5 | 17 | ||