From 19e445b4298fb5d08a561fe2434d83d6fc89c54f Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Sun, 20 Apr 2025 14:31:56 -0500 Subject: [PATCH] Changelog.old: Fix typo in ancient entry. While I think it's not worth the trouble to update the _style_ (line length, phrasing, etc.) of historical change log entries, misspellings of C/C++ symbol names (or file names!) should be amenable to correction because doing so aids archeological efforts on the source code. ("When did this change, and why?") --- ChangeLog.old | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.old b/ChangeLog.old index 4d5327cd4..7f814fff8 100644 --- a/ChangeLog.old +++ b/ChangeLog.old @@ -4373,7 +4373,7 @@ Sun Oct 14 11:46:46 1990 James Clark (jjc at jclark) (font_family::~font_family): New function. (invalidate_fontno): Use font_family::map_size. (get_fontno, env_space_width, env_half_narrow_space_width, - env_narrow_space_width, symbol_fotno, is_good_fontno, + env_narrow_space_width, symbol_fontno, is_good_fontno, get_bold_fontno, make_glyph_node): Use font_table_size rather than FONTS_MAX. (next_available_font_position): Never return 0.