diff options
| author | Stefan Kangas | 2022-11-18 15:48:22 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-18 16:02:19 +0100 |
| commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
| tree | aee24e35b156969e2450699b3d02621bcec3375e /src/ChangeLog.11 | |
| parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
| download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip | |
; Fix typos
Diffstat (limited to 'src/ChangeLog.11')
| -rw-r--r-- | src/ChangeLog.11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 15ab2271718..1ec09d0a818 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -7503,7 +7503,7 @@ | |||
| 7503 | 2010-05-28 Kenichi Handa <handa@m17n.org> | 7503 | 2010-05-28 Kenichi Handa <handa@m17n.org> |
| 7504 | 7504 | ||
| 7505 | * font.c (font_delete_unmatched): Check Vface_ignored_fonts. | 7505 | * font.c (font_delete_unmatched): Check Vface_ignored_fonts. |
| 7506 | Don't sheck SPEC if it is nil. | 7506 | Don't check SPEC if it is nil. |
| 7507 | (font_list_entities): Call font_delete_unmatched if | 7507 | (font_list_entities): Call font_delete_unmatched if |
| 7508 | Vface_ignored_fonts is non-nil. (Bug#6287) | 7508 | Vface_ignored_fonts is non-nil. (Bug#6287) |
| 7509 | 7509 | ||
| @@ -8639,7 +8639,7 @@ | |||
| 8639 | 8639 | ||
| 8640 | * keyboard.c: QClabel is new. | 8640 | * keyboard.c: QClabel is new. |
| 8641 | (parse_tool_bar_item): Take out QClabel from tool bar items. | 8641 | (parse_tool_bar_item): Take out QClabel from tool bar items. |
| 8642 | Try to construct a label if ther is no QClabel. | 8642 | Try to construct a label if there is no QClabel. |
| 8643 | (syms_of_keyboard): Intern :label as QClabel. | 8643 | (syms_of_keyboard): Intern :label as QClabel. |
| 8644 | 8644 | ||
| 8645 | * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new. | 8645 | * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new. |