aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2023-12-10 10:35:54 -0500
committerEli Zaretskii2023-12-10 10:35:54 -0500
commit0da2a4650cdac008ac9a50ec8a7729093632a6a8 (patch)
treeafa1912d319f67994506ae8ee6236d2c61aa8a8b /src
parentfab48f1a543bed74e031d2e2cebac4e1165d7b4b (diff)
parent2773cf9e013a989df99a689317de941bde2cbf29 (diff)
downloademacs-0da2a4650cdac008ac9a50ec8a7729093632a6a8.tar.gz
emacs-0da2a4650cdac008ac9a50ec8a7729093632a6a8.zip
Merge from origin/emacs-29
2773cf9e013 ; Fix typos 020aff95fa3 ; Fix typos in ChangeLog files 5e03a621efc ; * lisp/progmodes/c-ts-mode.el (c-ts-mode--else-heuristi... f0734e1c0d1 Fix c-ts-mode indent heuristic (bug#67417) 08fc6bace20 Fix c-ts-mode indentation (bug#67357) 71bc2815ccd Add font-locking for hash-bang lines in typescript-ts-mode. db8347c8c87 Add font-locking for hash-bang lines in js-ts-mode 91f2ade57bb ruby-mode: Better detect regexp vs division (bug#67569)
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.116
-rw-r--r--src/ChangeLog.136
-rw-r--r--src/ChangeLog.82
-rw-r--r--src/ChangeLog.92
-rw-r--r--src/pgtkterm.c2
5 files changed, 9 insertions, 9 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index b1e476e56fd..7e21ca3ed30 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
20352010-12-31 Jan Djärv <jan.h.d@swipnet.se> 20352010-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
20542010-12-29 Štěpán Němec <stepnem@gmail.com> (tiny change) 20542010-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
84432014-02-07 Martin Rudalics <rudalics@gmx.at> 84432014-02-07 Martin Rudalics <rudalics@gmx.at>
@@ -16678,7 +16678,7 @@
16678 16678
166792013-05-27 Eli Zaretskii <eliz@gnu.org> 166792013-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)
diff --git a/src/pgtkterm.c b/src/pgtkterm.c
index 461c9d6d899..9a87820f82b 100644
--- a/src/pgtkterm.c
+++ b/src/pgtkterm.c
@@ -6259,7 +6259,7 @@ symbol_to_drag_action (Lisp_Object act)
6259 if (NILP (act)) 6259 if (NILP (act))
6260 return GDK_ACTION_DEFAULT; 6260 return GDK_ACTION_DEFAULT;
6261 6261
6262 signal_error ("Invalid drag acction", act); 6262 signal_error ("Invalid drag action", act);
6263} 6263}
6264 6264
6265static Lisp_Object 6265static Lisp_Object