diff options
| -rw-r--r-- | etc/NEWS | 13 | ||||
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
3 files changed, 20 insertions, 2 deletions
| @@ -3175,8 +3175,17 @@ to find a best match for the specified font height, etc. | |||
| 3175 | 3175 | ||
| 3176 | Setting `face-font-family-alternatives' allows the user to specify | 3176 | Setting `face-font-family-alternatives' allows the user to specify |
| 3177 | alternative font families to try if a family specified by a face | 3177 | alternative font families to try if a family specified by a face |
| 3178 | doesn't exist. Likewise, `face-font-registry-alternatives' allows to | 3178 | doesn't exist. |
| 3179 | specify alternative font registry names to try. | 3179 | |
| 3180 | Setting `face-font-registry-alternatives' allows the user to specify | ||
| 3181 | all alternative font registry names to try for a face speciying a | ||
| 3182 | registry. | ||
| 3183 | |||
| 3184 | Please note that the iterpretations of the above two variables are | ||
| 3185 | slightly different. | ||
| 3186 | |||
| 3187 | Setting face-ignored-fonts allows the user to ignore specific fonts. | ||
| 3188 | |||
| 3180 | 3189 | ||
| 3181 | +++ | 3190 | +++ |
| 3182 | **** Scalable fonts | 3191 | **** Scalable fonts |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 974c28379a8..bc0661b7702 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-12-16 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-12-16 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * international/mule-diag.el (mule-diag): Insert information about | ||
| 4 | configure options, multibyte awareness, language env. | ||
| 5 | |||
| 3 | * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the | 6 | * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the |
| 4 | regexp to search for candidates. | 7 | regexp to search for candidates. |
| 5 | 8 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 0cd551b3512..8a400c2ab27 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-12-16 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * xfaces.c (Vface_ignored_fonts): New variable. | ||
| 4 | (x_face_list_fonts): Ignore fonts matching Vface_ignored_fonts. | ||
| 5 | (syms_of_xfaces): Declare Vface_ignored_fonts as a Lisp variable. | ||
| 6 | |||
| 1 | 2000-12-15 Gerd Moellmann <gerd@gnu.org> | 7 | 2000-12-15 Gerd Moellmann <gerd@gnu.org> |
| 2 | 8 | ||
| 3 | * dispnew.c (update_window): Detect pending input every nth line | 9 | * dispnew.c (update_window): Detect pending input every nth line |