diff options
| author | Stefan Kangas | 2022-11-18 13:06:55 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-18 13:06:55 +0100 |
| commit | f7ee6609ae3b9cbafd48c89bad160b4e17f5b386 (patch) | |
| tree | 21e44cafeff132a40994442fba2747e359c3965f /ChangeLog.3 | |
| parent | eeab7b5cada942d973ce3c565069add6b7880261 (diff) | |
| download | emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.tar.gz emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.zip | |
; Fix typos (prefer US spelling)
Diffstat (limited to 'ChangeLog.3')
| -rw-r--r-- | ChangeLog.3 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index b76431fbbdd..a78f53f377b 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -5557,7 +5557,7 @@ | |||
| 5557 | Fix ert errors when there's a test that binds `debug-on-error' | 5557 | Fix ert errors when there's a test that binds `debug-on-error' |
| 5558 | 5558 | ||
| 5559 | * lisp/emacs-lisp/ert.el (ert--run-test-internal): Don't infloop | 5559 | * lisp/emacs-lisp/ert.el (ert--run-test-internal): Don't infloop |
| 5560 | on errors when signalling errors (bug#51131). | 5560 | on errors when signaling errors (bug#51131). |
| 5561 | 5561 | ||
| 5562 | 2021-10-10 Paul Eggert <eggert@cs.ucla.edu> | 5562 | 2021-10-10 Paul Eggert <eggert@cs.ucla.edu> |
| 5563 | 5563 | ||
| @@ -41213,7 +41213,7 @@ | |||
| 41213 | 41213 | ||
| 41214 | 2021-02-02 Lars Ingebrigtsen <larsi@gnus.org> | 41214 | 2021-02-02 Lars Ingebrigtsen <larsi@gnus.org> |
| 41215 | 41215 | ||
| 41216 | Fix up invalid_syntax error signalling | 41216 | Fix up invalid_syntax error signaling |
| 41217 | 41217 | ||
| 41218 | * src/lread.c (invalid_syntax_lisp): Instead of putting the | 41218 | * src/lread.c (invalid_syntax_lisp): Instead of putting the |
| 41219 | line/column in a string, signal an error containing the numbers as | 41219 | line/column in a string, signal an error containing the numbers as |
| @@ -63478,7 +63478,7 @@ | |||
| 63478 | user-error when there's a wrong password (bug#43704). | 63478 | user-error when there's a wrong password (bug#43704). |
| 63479 | (epa--wrong-password-p): New function. | 63479 | (epa--wrong-password-p): New function. |
| 63480 | (epa-file-insert-file-contents): Use it, and stash the error away | 63480 | (epa-file-insert-file-contents): Use it, and stash the error away |
| 63481 | for later signalling. | 63481 | for later signaling. |
| 63482 | 63482 | ||
| 63483 | * lisp/emacs-lisp/subr-x.el (if-let): Autoload. | 63483 | * lisp/emacs-lisp/subr-x.el (if-let): Autoload. |
| 63484 | 63484 | ||
| @@ -73089,7 +73089,7 @@ | |||
| 73089 | * lisp/textmodes/tex-mode.el (tex-font-lock-keywords-2): End the | 73089 | * lisp/textmodes/tex-mode.el (tex-font-lock-keywords-2): End the |
| 73090 | expression before the terminating $ in constructions like $\it | 73090 | expression before the terminating $ in constructions like $\it |
| 73091 | identifiername$ | 73091 | identifiername$ |
| 73092 | (bug#28277). This avoids italicising the final $ character. | 73092 | (bug#28277). This avoids italicizing the final $ character. |
| 73093 | 73093 | ||
| 73094 | This fixes the final $ of the final test case here: | 73094 | This fixes the final $ of the final test case here: |
| 73095 | 73095 | ||
| @@ -73421,7 +73421,7 @@ | |||
| 73421 | 73421 | ||
| 73422 | 2020-08-08 Lars Ingebrigtsen <larsi@gnus.org> | 73422 | 2020-08-08 Lars Ingebrigtsen <larsi@gnus.org> |
| 73423 | 73423 | ||
| 73424 | Modernise a code example in os.texi | 73424 | Modernize a code example in os.texi |
| 73425 | 73425 | ||
| 73426 | * doc/lispref/os.texi (Session Management): Use | 73426 | * doc/lispref/os.texi (Session Management): Use |
| 73427 | with-current-buffer in the example instead of save+switch (bug#40341). | 73427 | with-current-buffer in the example instead of save+switch (bug#40341). |
| @@ -75687,7 +75687,7 @@ | |||
| 75687 | 75687 | ||
| 75688 | * lisp/net/eww.el (eww-list-bookmarks): Don't show buffer if there | 75688 | * lisp/net/eww.el (eww-list-bookmarks): Don't show buffer if there |
| 75689 | are no bookmarks. (Bug#41385) | 75689 | are no bookmarks. (Bug#41385) |
| 75690 | (eww-bookmark-prepare): Move signalling an error if there are no | 75690 | (eww-bookmark-prepare): Move signaling an error if there are no |
| 75691 | bookmarks from here... | 75691 | bookmarks from here... |
| 75692 | (eww-read-bookmarks): ...to here. Add new argument `error-out' to | 75692 | (eww-read-bookmarks): ...to here. Add new argument `error-out' to |
| 75693 | control this. | 75693 | control this. |
| @@ -101483,7 +101483,7 @@ | |||
| 101483 | (Create_Pixmap_From_Bitmap_Data): | 101483 | (Create_Pixmap_From_Bitmap_Data): |
| 101484 | (xpm_load): Use new function. | 101484 | (xpm_load): Use new function. |
| 101485 | * src/xterm.c (x_composite_image): Use PictOpOver when there is a mask | 101485 | * src/xterm.c (x_composite_image): Use PictOpOver when there is a mask |
| 101486 | so the transparency is honoured. | 101486 | so the transparency is honored. |
| 101487 | (x_draw_image_foreground_1): Use x_composite_image. | 101487 | (x_draw_image_foreground_1): Use x_composite_image. |
| 101488 | 101488 | ||
| 101489 | 2019-11-29 Stefan Monnier <monnier@iro.umontreal.ca> | 101489 | 2019-11-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -113664,7 +113664,7 @@ | |||
| 113664 | Make the NSM not pop up an X dialogue on non-mouse actions | 113664 | Make the NSM not pop up an X dialogue on non-mouse actions |
| 113665 | 113665 | ||
| 113666 | * lisp/emacs-lisp/rmc.el (read-multiple-choice): Don't pop up X | 113666 | * lisp/emacs-lisp/rmc.el (read-multiple-choice): Don't pop up X |
| 113667 | dialogues on (url-retrieve "https://expired.badssl.com/" #'ignore) | 113667 | dialogs on (url-retrieve "https://expired.badssl.com/" #'ignore) |
| 113668 | and the like. | 113668 | and the like. |
| 113669 | 113669 | ||
| 113670 | 2019-09-04 Lars Ingebrigtsen <larsi@gnus.org> | 113670 | 2019-09-04 Lars Ingebrigtsen <larsi@gnus.org> |
| @@ -115157,7 +115157,7 @@ | |||
| 115157 | 115157 | ||
| 115158 | 2019-08-21 Lars Ingebrigtsen <larsi@gnus.org> | 115158 | 2019-08-21 Lars Ingebrigtsen <larsi@gnus.org> |
| 115159 | 115159 | ||
| 115160 | Make hide-ifdef-mode-prefix-key customisable | 115160 | Make hide-ifdef-mode-prefix-key customizable |
| 115161 | 115161 | ||
| 115162 | * lisp/progmodes/hideif.el (hide-ifdef-mode-prefix-key): Make into | 115162 | * lisp/progmodes/hideif.el (hide-ifdef-mode-prefix-key): Make into |
| 115163 | a defcustom since it seems like this is something that should be | 115163 | a defcustom since it seems like this is something that should be |
| @@ -130710,7 +130710,7 @@ | |||
| 130710 | Fix diff-mode face problem when used in terminals (Bug#35695) | 130710 | Fix diff-mode face problem when used in terminals (Bug#35695) |
| 130711 | 130711 | ||
| 130712 | In a terminal supporting 256 colors, both diff-added and diff-removed | 130712 | In a terminal supporting 256 colors, both diff-added and diff-removed |
| 130713 | was mapped to the same greyish color. | 130713 | was mapped to the same grayish color. |
| 130714 | 130714 | ||
| 130715 | * lisp/vc/diff-mode.el: Modify the colors of diff-removed, | 130715 | * lisp/vc/diff-mode.el: Modify the colors of diff-removed, |
| 130716 | diff-added, diff-refine-removed, and diff-refine-added when | 130716 | diff-added, diff-refine-removed, and diff-refine-added when |
| @@ -158744,7 +158744,7 @@ | |||
| 158744 | 158744 | ||
| 158745 | 2018-04-17 Basil L. Contovounesios <contovob@tcd.ie> | 158745 | 2018-04-17 Basil L. Contovounesios <contovob@tcd.ie> |
| 158746 | 158746 | ||
| 158747 | Modernise face specs and set version tags in eww/shr | 158747 | Modernize face specs and set version tags in eww/shr |
| 158748 | 158748 | ||
| 158749 | * lisp/net/shr.el (shr-strike-through, shr-link, shr-selected-link): | 158749 | * lisp/net/shr.el (shr-strike-through, shr-link, shr-selected-link): |
| 158750 | Set :version tag (bug#31200). | 158750 | Set :version tag (bug#31200). |
| @@ -159218,10 +159218,10 @@ | |||
| 159218 | 159218 | ||
| 159219 | 2018-04-14 Lars Ingebrigtsen <larsi@gnus.org> | 159219 | 2018-04-14 Lars Ingebrigtsen <larsi@gnus.org> |
| 159220 | 159220 | ||
| 159221 | Modernise a Gnus function a bit | 159221 | Modernize a Gnus function a bit |
| 159222 | 159222 | ||
| 159223 | * lisp/gnus/gnus-start.el (gnus-update-active-hashtb-from-killed): | 159223 | * lisp/gnus/gnus-start.el (gnus-update-active-hashtb-from-killed): |
| 159224 | Modernise code a bit. | 159224 | Modernize code a bit. |
| 159225 | 159225 | ||
| 159226 | 2018-04-14 Lars Ingebrigtsen <larsi@gnus.org> | 159226 | 2018-04-14 Lars Ingebrigtsen <larsi@gnus.org> |
| 159227 | 159227 | ||
| @@ -166738,7 +166738,7 @@ | |||
| 166738 | 5a7d009 * lisp/vc/smerge-mode.el (smerge-refine): Replace obsolete al... | 166738 | 5a7d009 * lisp/vc/smerge-mode.el (smerge-refine): Replace obsolete al... |
| 166739 | e019c35 FOR_EACH_FRAME no longer assumes frame-list | 166739 | e019c35 FOR_EACH_FRAME no longer assumes frame-list |
| 166740 | d64b88d * src/font.c (Ffont_info): Doc fix. (Bug#29682) | 166740 | d64b88d * src/font.c (Ffont_info): Doc fix. (Bug#29682) |
| 166741 | 92b2604 Modernise message.el face spec syntax | 166741 | 92b2604 Modernize message.el face spec syntax |
| 166742 | b1efbe6 Update message.el obsolete face aliases | 166742 | b1efbe6 Update message.el obsolete face aliases |
| 166743 | 2494c14 ; * lisp/comint.el (comint-terminfo-terminal): Add a :version... | 166743 | 2494c14 ; * lisp/comint.el (comint-terminfo-terminal): Add a :version... |
| 166744 | 12ad276 Improve documentation of TERM environment variable | 166744 | 12ad276 Improve documentation of TERM environment variable |
| @@ -167034,7 +167034,7 @@ | |||
| 167034 | 5a7d0095a4 * lisp/vc/smerge-mode.el (smerge-refine): Replace obsolete... | 167034 | 5a7d0095a4 * lisp/vc/smerge-mode.el (smerge-refine): Replace obsolete... |
| 167035 | e019c35df6 FOR_EACH_FRAME no longer assumes frame-list | 167035 | e019c35df6 FOR_EACH_FRAME no longer assumes frame-list |
| 167036 | d64b88da2f * src/font.c (Ffont_info): Doc fix. (Bug#29682) | 167036 | d64b88da2f * src/font.c (Ffont_info): Doc fix. (Bug#29682) |
| 167037 | 92b2604a7f Modernise message.el face spec syntax | 167037 | 92b2604a7f Modernize message.el face spec syntax |
| 167038 | b1efbe6564 Update message.el obsolete face aliases | 167038 | b1efbe6564 Update message.el obsolete face aliases |
| 167039 | 2494c14e76 ; * lisp/comint.el (comint-terminfo-terminal): Add a :vers... | 167039 | 2494c14e76 ; * lisp/comint.el (comint-terminfo-terminal): Add a :vers... |
| 167040 | 12ad276d15 Improve documentation of TERM environment variable | 167040 | 12ad276d15 Improve documentation of TERM environment variable |
| @@ -181827,7 +181827,7 @@ | |||
| 181827 | 181827 | ||
| 181828 | 2017-12-15 Basil L. Contovounesios <contovob@tcd.ie> | 181828 | 2017-12-15 Basil L. Contovounesios <contovob@tcd.ie> |
| 181829 | 181829 | ||
| 181830 | Modernise message.el face spec syntax | 181830 | Modernize message.el face spec syntax |
| 181831 | 181831 | ||
| 181832 | * lisp/gnus/message.el (message-header-to, message-header-cc) | 181832 | * lisp/gnus/message.el (message-header-to, message-header-cc) |
| 181833 | (message-header-subject, message-header-newsgroups) | 181833 | (message-header-subject, message-header-newsgroups) |