diff options
| author | Juanma Barranquero | 2008-06-13 09:20:41 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-06-13 09:20:41 +0000 |
| commit | 7a18e381ce8cf6bc4b0f95d65b70ae388ae2fa1e (patch) | |
| tree | 530a55fd5bc76f22a95965fa4ca08b9bf1441608 /src/ChangeLog | |
| parent | d888760c951787ccc3a48d7f90bc798ee0996b9b (diff) | |
| download | emacs-7a18e381ce8cf6bc4b0f95d65b70ae388ae2fa1e.tar.gz emacs-7a18e381ce8cf6bc4b0f95d65b70ae388ae2fa1e.zip | |
Fix typos.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e575375e560..eaa9d11cb59 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -25,9 +25,9 @@ | |||
| 25 | LFACE_FOUNDRY_INDEX. | 25 | LFACE_FOUNDRY_INDEX. |
| 26 | 26 | ||
| 27 | * font.c (font_score): Delete arg alternate_families. Check only | 27 | * font.c (font_score): Delete arg alternate_families. Check only |
| 28 | weight, slant, width, and size. Ignore the diffference of alias | 28 | weight, slant, width, and size. Ignore the difference of alias |
| 29 | style symbols. | 29 | style symbols. |
| 30 | (font_sort_entites): Adjusted for the above change. Reflect the | 30 | (font_sort_entites): Adjust for the above change. Reflect the |
| 31 | order of font-driver to scores. | 31 | order of font-driver to scores. |
| 32 | (font_list_entities): Don't check alternate_familes here. | 32 | (font_list_entities): Don't check alternate_familes here. |
| 33 | (font_clear_prop): Handle foundry. | 33 | (font_clear_prop): Handle foundry. |
| @@ -35,7 +35,7 @@ | |||
| 35 | Handle FONT_FOUNDRY_INDEX. | 35 | Handle FONT_FOUNDRY_INDEX. |
| 36 | (font_find_for_lface): Likewise. Handle alternate families here. | 36 | (font_find_for_lface): Likewise. Handle alternate families here. |
| 37 | (font_open_for_lface): Pay attention to size in ENTITY. | 37 | (font_open_for_lface): Pay attention to size in ENTITY. |
| 38 | (font_open_by_name): Simplified by calling font_load_for_lface. | 38 | (font_open_by_name): Simplify by calling font_load_for_lface. |
| 39 | (free_font_driver_list): Delete it. | 39 | (free_font_driver_list): Delete it. |
| 40 | (font_update_drivers): Preserve the order of backends. | 40 | (font_update_drivers): Preserve the order of backends. |
| 41 | (syms_of_font): Setting of sort_shift_bits adjusted for the change | 41 | (syms_of_font): Setting of sort_shift_bits adjusted for the change |
| @@ -44,7 +44,7 @@ | |||
| 44 | 44 | ||
| 45 | * xfaces.c (LFACE_FOUNDRY): New macro. | 45 | * xfaces.c (LFACE_FOUNDRY): New macro. |
| 46 | (check_lface_attrs): Check foundry. | 46 | (check_lface_attrs): Check foundry. |
| 47 | (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" from. | 47 | (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form. |
| 48 | (merge_face_vectors): Check foundry. | 48 | (merge_face_vectors): Check foundry. |
| 49 | (merge_face_ref): Likewise. | 49 | (merge_face_ref): Likewise. |
| 50 | (Finternal_set_lisp_face_attribute): Likewise. | 50 | (Finternal_set_lisp_face_attribute): Likewise. |