diff options
| author | Stefan Kangas | 2022-11-18 15:48:22 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-18 16:02:19 +0100 |
| commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
| tree | aee24e35b156969e2450699b3d02621bcec3375e /src/ChangeLog.13 | |
| parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
| download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip | |
; Fix typos
Diffstat (limited to 'src/ChangeLog.13')
| -rw-r--r-- | src/ChangeLog.13 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13 index d832ab9112c..91f8005ac51 100644 --- a/src/ChangeLog.13 +++ b/src/ChangeLog.13 | |||
| @@ -7498,7 +7498,7 @@ | |||
| 7498 | 2014-04-16 Eli Zaretskii <eliz@gnu.org> | 7498 | 2014-04-16 Eli Zaretskii <eliz@gnu.org> |
| 7499 | 7499 | ||
| 7500 | * insdel.c (invalidate_buffer_caches): When deleting or replacing | 7500 | * insdel.c (invalidate_buffer_caches): When deleting or replacing |
| 7501 | text, invalidate the bidi_paragraph_cache upto and including the | 7501 | text, invalidate the bidi_paragraph_cache up to and including the |
| 7502 | preceding newline. | 7502 | preceding newline. |
| 7503 | 7503 | ||
| 7504 | 2014-04-16 Paul Eggert <eggert@cs.ucla.edu> | 7504 | 2014-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -10868,7 +10868,7 @@ | |||
| 10868 | 10868 | ||
| 10869 | * xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and | 10869 | * xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and |
| 10870 | redisplay--mode-lines-cause. | 10870 | redisplay--mode-lines-cause. |
| 10871 | (redisplay_internal): Keep them uptodate. Remove redundant check of | 10871 | (redisplay_internal): Keep them up-to-date. Remove redundant check of |
| 10872 | buffer_shared_and_changed. | 10872 | buffer_shared_and_changed. |
| 10873 | * *.[chm]: Number every assignment to update_mode_lines so we | 10873 | * *.[chm]: Number every assignment to update_mode_lines so we |
| 10874 | can track why it is set. | 10874 | can track why it is set. |
| @@ -12566,7 +12566,7 @@ | |||
| 12566 | 2013-09-16 Dmitry Antipov <dmantipov@yandex.ru> | 12566 | 2013-09-16 Dmitry Antipov <dmantipov@yandex.ru> |
| 12567 | 12567 | ||
| 12568 | Do not copy X event in handle_one_xevent except KeyPress case. | 12568 | Do not copy X event in handle_one_xevent except KeyPress case. |
| 12569 | Wnen XEvent is processed, it is unlikely to be changed except | 12569 | When XEvent is processed, it is unlikely to be changed except |
| 12570 | KeyPress case, so we can avoid copying and use const pointer to | 12570 | KeyPress case, so we can avoid copying and use const pointer to |
| 12571 | const data to make sure that an event is not changed elsewhere. | 12571 | const data to make sure that an event is not changed elsewhere. |
| 12572 | * xterm.c (handle_one_xevent): Change 2nd arg to 'const XEvent * | 12572 | * xterm.c (handle_one_xevent): Change 2nd arg to 'const XEvent * |