diff options
| author | Eli Zaretskii | 2023-12-10 10:35:54 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2023-12-10 10:35:54 -0500 |
| commit | 0da2a4650cdac008ac9a50ec8a7729093632a6a8 (patch) | |
| tree | afa1912d319f67994506ae8ee6236d2c61aa8a8b /src/ChangeLog.11 | |
| parent | fab48f1a543bed74e031d2e2cebac4e1165d7b4b (diff) | |
| parent | 2773cf9e013a989df99a689317de941bde2cbf29 (diff) | |
| download | emacs-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/ChangeLog.11')
| -rw-r--r-- | src/ChangeLog.11 | 6 |
1 files changed, 3 insertions, 3 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 | ||
| 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 | ||