aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.11
diff options
context:
space:
mode:
authorStefan Kangas2022-11-18 15:48:22 +0100
committerStefan Kangas2022-11-18 16:02:19 +0100
commitba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch)
treeaee24e35b156969e2450699b3d02621bcec3375e /src/ChangeLog.11
parentc116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff)
downloademacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz
emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip
; Fix typos
Diffstat (limited to 'src/ChangeLog.11')
-rw-r--r--src/ChangeLog.114
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 @@
75032010-05-28 Kenichi Handa <handa@m17n.org> 75032010-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.