diff options
| author | Stefan Kangas | 2023-12-10 12:38:19 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 12:38:19 +0100 |
| commit | 020aff95fa3e503387a7f9b240e0f7e9f2f054ae (patch) | |
| tree | 199b9d58f64caf5e64eec47eb916275f1f4985e6 /src | |
| parent | 5e03a621efc00b3cfe52442670175dd3564c4e1e (diff) | |
| download | emacs-020aff95fa3e503387a7f9b240e0f7e9f2f054ae.tar.gz emacs-020aff95fa3e503387a7f9b240e0f7e9f2f054ae.zip | |
; Fix typos in ChangeLog files
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.11 | 6 | ||||
| -rw-r--r-- | src/ChangeLog.13 | 6 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.9 | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index b2b776d491f..5d05094dff2 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -2029,7 +2029,7 @@ | |||
| 2029 | (update_frame_tool_bar): Calculate tool-bar style once per call. | 2029 | (update_frame_tool_bar): Calculate tool-bar style once per call. |
| 2030 | Instead of hiding text labels, omit them. Don't use | 2030 | Instead of hiding text labels, omit them. Don't use |
| 2031 | xg_show_toolbar_item; create new GtkToolItems from scratch if | 2031 | xg_show_toolbar_item; create new GtkToolItems from scratch if |
| 2032 | necessary, instead of trying to re-use them. This avoids an | 2032 | necessary, instead of trying to reuse them. This avoids an |
| 2033 | annoying animation when changing tool-bars. | 2033 | annoying animation when changing tool-bars. |
| 2034 | 2034 | ||
| 2035 | 2010-12-31 Jan Djärv <jan.h.d@swipnet.se> | 2035 | 2010-12-31 Jan Djärv <jan.h.d@swipnet.se> |
| @@ -2048,7 +2048,7 @@ | |||
| 2048 | (ns_set_name): Call ns_set_name_internal. | 2048 | (ns_set_name): Call ns_set_name_internal. |
| 2049 | (x_explicitly_set_name): Remove call to ns_set_name_iconic. | 2049 | (x_explicitly_set_name): Remove call to ns_set_name_iconic. |
| 2050 | (x_implicitly_set_name): Ditto. | 2050 | (x_implicitly_set_name): Ditto. |
| 2051 | (x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal. | 2051 | (x_set_title): Remove comment about EXPLICIT. Call ns_set_name_internal. |
| 2052 | (ns_set_name_as_filename): Encode name with ENCODE_UTF_8 (Bug#7517). | 2052 | (ns_set_name_as_filename): Encode name with ENCODE_UTF_8 (Bug#7517). |
| 2053 | 2053 | ||
| 2054 | 2010-12-29 Štěpán Němec <stepnem@gmail.com> (tiny change) | 2054 | 2010-12-29 Štěpán Němec <stepnem@gmail.com> (tiny change) |
| @@ -9435,7 +9435,7 @@ | |||
| 9435 | continuation line, and start looking for a suitable row from | 9435 | continuation line, and start looking for a suitable row from |
| 9436 | there. | 9436 | there. |
| 9437 | 9437 | ||
| 9438 | * term.c (append_glyph): Reverse glyphs by pre-pending them, | 9438 | * term.c (append_glyph): Reverse glyphs by prepending them, |
| 9439 | rather than appending, if the glyph_row's reversed_p flag is set. | 9439 | rather than appending, if the glyph_row's reversed_p flag is set. |
| 9440 | Set the resolved_level and bidi_type members of each glyph. | 9440 | Set the resolved_level and bidi_type members of each glyph. |
| 9441 | 9441 | ||
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13 index d9736479a04..2f44ba02d98 100644 --- a/src/ChangeLog.13 +++ b/src/ChangeLog.13 | |||
| @@ -5464,7 +5464,7 @@ | |||
| 5464 | (set_horizontal_scroll_bar): New function. | 5464 | (set_horizontal_scroll_bar): New function. |
| 5465 | (redisplay_window): Set ignore_mouse_drag_p when tool bar has | 5465 | (redisplay_window): Set ignore_mouse_drag_p when tool bar has |
| 5466 | more than one line. Handle horizontal scroll bars. | 5466 | more than one line. Handle horizontal scroll bars. |
| 5467 | (note_mouse_highlight): Handle horizontal scrol bars. | 5467 | (note_mouse_highlight): Handle horizontal scroll bars. |
| 5468 | (expose_frame): Set dimensions of XRectangle from frame's text | 5468 | (expose_frame): Set dimensions of XRectangle from frame's text |
| 5469 | sizes. | 5469 | sizes. |
| 5470 | (Vvoid_text_area_pointer): Update doc-string. | 5470 | (Vvoid_text_area_pointer): Update doc-string. |
| @@ -8437,7 +8437,7 @@ | |||
| 8437 | 8437 | ||
| 8438 | * xdisp.c (syms_of_xdisp): Doc clarification (bug#15657). | 8438 | * xdisp.c (syms_of_xdisp): Doc clarification (bug#15657). |
| 8439 | 8439 | ||
| 8440 | * keyboard.c (Frecursive_edit): Say more precicely how throwing | 8440 | * keyboard.c (Frecursive_edit): Say more precisely how throwing |
| 8441 | `exit' works (bug#15865). | 8441 | `exit' works (bug#15865). |
| 8442 | 8442 | ||
| 8443 | 2014-02-07 Martin Rudalics <rudalics@gmx.at> | 8443 | 2014-02-07 Martin Rudalics <rudalics@gmx.at> |
| @@ -16678,7 +16678,7 @@ | |||
| 16678 | 16678 | ||
| 16679 | 2013-05-27 Eli Zaretskii <eliz@gnu.org> | 16679 | 2013-05-27 Eli Zaretskii <eliz@gnu.org> |
| 16680 | 16680 | ||
| 16681 | * xdisp.c (pos_visible_p): When CHARPOS is displayed frrom a | 16681 | * xdisp.c (pos_visible_p): When CHARPOS is displayed from a |
| 16682 | display vector, and we backtrack, handle the case that the | 16682 | display vector, and we backtrack, handle the case that the |
| 16683 | previous character position is also displayed from a display | 16683 | previous character position is also displayed from a display |
| 16684 | vector or covered by a display string or image. (Bug#14476) | 16684 | vector or covered by a display string or image. (Bug#14476) |
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 1f479a89ed8..f50b8d134c3 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -10802,7 +10802,7 @@ | |||
| 10802 | (display_mode_element): Ditto. | 10802 | (display_mode_element): Ditto. |
| 10803 | (echo_area_display): Don't display if frame has no pools yet. | 10803 | (echo_area_display): Don't display if frame has no pools yet. |
| 10804 | (echo_area_display): Work with window matrix for mini window. | 10804 | (echo_area_display): Work with window matrix for mini window. |
| 10805 | (redisplay_window): Use window marix for mini window. | 10805 | (redisplay_window): Use window matrix for mini window. |
| 10806 | (display_text_line): Assume HPOS and VPOS are window relative and | 10806 | (display_text_line): Assume HPOS and VPOS are window relative and |
| 10807 | use that for DISPLAY_STRING. | 10807 | use that for DISPLAY_STRING. |
| 10808 | 10808 | ||
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index d005b51604b..09210f8eea9 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 | |||
| @@ -11622,7 +11622,7 @@ | |||
| 11622 | (set_font_frame_param): If `font' is specified in lface, use it. | 11622 | (set_font_frame_param): If `font' is specified in lface, use it. |
| 11623 | (Finternal_get_lisp_face_attribute): Handle `font' slot in lface. | 11623 | (Finternal_get_lisp_face_attribute): Handle `font' slot in lface. |
| 11624 | (lface_same_font_attributes_p): Likewise. | 11624 | (lface_same_font_attributes_p): Likewise. |
| 11625 | (make_realized_face): Arguent changed. Caller changed. Set | 11625 | (make_realized_face): Argument changed. Caller changed. Set |
| 11626 | face->ascii_face to face itself. | 11626 | face->ascii_face to face itself. |
| 11627 | (free_realized_face): Free face->fontset if face is for ASCII. | 11627 | (free_realized_face): Free face->fontset if face is for ASCII. |
| 11628 | (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p) | 11628 | (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p) |