diff options
| author | Stefan Kangas | 2022-11-11 15:46:23 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-11 15:52:37 +0100 |
| commit | 6f48b46b03cd58a541684c57e42eb4679794f0fd (patch) | |
| tree | f6ce4253af17cbe08c4521bfc60d52868c41d328 /ChangeLog.3 | |
| parent | 014176f283aae2e0abc5138150f89afb6deb3d33 (diff) | |
| download | emacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.tar.gz emacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.zip | |
; Fix typos
Diffstat (limited to 'ChangeLog.3')
| -rw-r--r-- | ChangeLog.3 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index f2245a4ed53..d90b261da79 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -5731,7 +5731,7 @@ | |||
| 5731 | 5731 | ||
| 5732 | 2021-10-09 Dmitry Gutov <dgutov@yandex.ru> | 5732 | 2021-10-09 Dmitry Gutov <dgutov@yandex.ru> |
| 5733 | 5733 | ||
| 5734 | Slight simplificaiton | 5734 | Slight simplification |
| 5735 | 5735 | ||
| 5736 | * lisp/progmodes/xref.el (xref--insert-xrefs): | 5736 | * lisp/progmodes/xref.el (xref--insert-xrefs): |
| 5737 | Compute log only once. Use 'dolist'. | 5737 | Compute log only once. Use 'dolist'. |
| @@ -35728,7 +35728,7 @@ | |||
| 35728 | (comp-arithm-cmp-fun-p, comp-negate-arithm-cmp-fun) | 35728 | (comp-arithm-cmp-fun-p, comp-negate-arithm-cmp-fun) |
| 35729 | (comp-reverse-arithm-fun): Rename and add '=' '!='. | 35729 | (comp-reverse-arithm-fun): Rename and add '=' '!='. |
| 35730 | (comp-emit-assume, comp-add-cond-cstrs, comp-fwprop-insn): Update | 35730 | (comp-emit-assume, comp-add-cond-cstrs, comp-fwprop-insn): Update |
| 35731 | for new function nameing and to handle '='. | 35731 | for new function naming and to handle '='. |
| 35732 | * lisp/emacs-lisp/comp-cstr.el (comp-cstr-=): New function. | 35732 | * lisp/emacs-lisp/comp-cstr.el (comp-cstr-=): New function. |
| 35733 | * test/src/comp-tests.el (comp-tests-type-spec-tests): Add a bunch | 35733 | * test/src/comp-tests.el (comp-tests-type-spec-tests): Add a bunch |
| 35734 | of '=' specific tests. | 35734 | of '=' specific tests. |
| @@ -39854,7 +39854,7 @@ | |||
| 39854 | 39854 | ||
| 39855 | * lisp/net/mairix.el: Use lexical-binding. | 39855 | * lisp/net/mairix.el: Use lexical-binding. |
| 39856 | Remove redundant `:group` args. | 39856 | Remove redundant `:group` args. |
| 39857 | (mairix-widget-create-query): Remove unnused var `allwidgets`. | 39857 | (mairix-widget-create-query): Remove unused var `allwidgets`. |
| 39858 | 39858 | ||
| 39859 | 2021-02-09 Juri Linkov <juri@linkov.net> | 39859 | 2021-02-09 Juri Linkov <juri@linkov.net> |
| 39860 | 39860 | ||
| @@ -49106,7 +49106,7 @@ | |||
| 49106 | (comp-split-pos-neg): Minor. | 49106 | (comp-split-pos-neg): Minor. |
| 49107 | (comp-normalize-typeset): Logic update. | 49107 | (comp-normalize-typeset): Logic update. |
| 49108 | (comp-union-typesets): Minor. | 49108 | (comp-union-typesets): Minor. |
| 49109 | (comp-intersect-two-typesets): New functio. | 49109 | (comp-intersect-two-typesets): New function. |
| 49110 | (comp-intersect-typesets): Logic update. | 49110 | (comp-intersect-typesets): Logic update. |
| 49111 | (comp-range-union, comp-range-intersection): Minor. | 49111 | (comp-range-union, comp-range-intersection): Minor. |
| 49112 | (comp-cstr-union-homogeneous, comp-cstr-union-1-no-mem) | 49112 | (comp-cstr-union-homogeneous, comp-cstr-union-1-no-mem) |
| @@ -50911,7 +50911,7 @@ | |||
| 50911 | 50911 | ||
| 50912 | 2020-12-12 Lars Ingebrigtsen <larsi@gnus.org> | 50912 | 2020-12-12 Lars Ingebrigtsen <larsi@gnus.org> |
| 50913 | 50913 | ||
| 50914 | Alter the "Redundant pcase patter" warning message | 50914 | Alter the "Redundant pcase pattern" warning message |
| 50915 | 50915 | ||
| 50916 | * lisp/emacs-lisp/pcase.el (pcase--expand): Make the "Redundant | 50916 | * lisp/emacs-lisp/pcase.el (pcase--expand): Make the "Redundant |
| 50917 | pcase pattern" warning less vague (bug#31350). | 50917 | pcase pattern" warning less vague (bug#31350). |
| @@ -77634,7 +77634,7 @@ | |||
| 77634 | 77634 | ||
| 77635 | Add an initial implementation to support dynamic scope. Arg | 77635 | Add an initial implementation to support dynamic scope. Arg |
| 77636 | parsing/binding it's done using the existing code in use for | 77636 | parsing/binding it's done using the existing code in use for |
| 77637 | bytecode (no ad-hoc code is synthetized for that). | 77637 | bytecode (no ad-hoc code is synthesized for that). |
| 77638 | 77638 | ||
| 77639 | * src/lisp.h (struct Lisp_Subr): Add lambda_list field. | 77639 | * src/lisp.h (struct Lisp_Subr): Add lambda_list field. |
| 77640 | (SUBR_NATIVE_COMPILED_DYNP): New inliner. | 77640 | (SUBR_NATIVE_COMPILED_DYNP): New inliner. |
| @@ -118316,7 +118316,7 @@ | |||
| 118316 | 118316 | ||
| 118317 | * lisp/mh-e/mh-speed.el (mh-speed-parse-flists-output): | 118317 | * lisp/mh-e/mh-speed.el (mh-speed-parse-flists-output): |
| 118318 | * lisp/mh-e/mh-search.el (mh-index-parse-search-regexp): Avoid | 118318 | * lisp/mh-e/mh-search.el (mh-index-parse-search-regexp): Avoid |
| 118319 | warning about `values-list' by using `cl-values-list' insead. | 118319 | warning about `values-list' by using `cl-values-list' instead. |
| 118320 | 118320 | ||
| 118321 | 2019-07-29 Lars Ingebrigtsen <larsi@gnus.org> | 118321 | 2019-07-29 Lars Ingebrigtsen <larsi@gnus.org> |
| 118322 | 118322 | ||
| @@ -126255,7 +126255,7 @@ | |||
| 126255 | 126255 | ||
| 126256 | Suppress warning about non-prefixed variable in mailalias.el | 126256 | Suppress warning about non-prefixed variable in mailalias.el |
| 126257 | 126257 | ||
| 126258 | * lisp/mail/mailalias.el (patters): Suppress warning about | 126258 | * lisp/mail/mailalias.el (pattern): Suppress warning about |
| 126259 | non-prefixed variable used by `mail-complete-alist'. | 126259 | non-prefixed variable used by `mail-complete-alist'. |
| 126260 | 126260 | ||
| 126261 | 2019-06-15 Lars Ingebrigtsen <larsi@gnus.org> | 126261 | 2019-06-15 Lars Ingebrigtsen <larsi@gnus.org> |
| @@ -130524,7 +130524,7 @@ | |||
| 130524 | 130524 | ||
| 130525 | 2019-05-16 Lars Ingebrigtsen <larsi@gnus.org> | 130525 | 2019-05-16 Lars Ingebrigtsen <larsi@gnus.org> |
| 130526 | 130526 | ||
| 130527 | Avoind string-as-multibyte in ps-output-string-prim | 130527 | Avoid string-as-multibyte in ps-output-string-prim |
| 130528 | 130528 | ||
| 130529 | * lisp/ps-print.el (ps-output-string-prim): Avoid | 130529 | * lisp/ps-print.el (ps-output-string-prim): Avoid |
| 130530 | `string-as-multibyte', and encode as utf-8 instead if multibyte. | 130530 | `string-as-multibyte', and encode as utf-8 instead if multibyte. |
| @@ -156879,7 +156879,7 @@ | |||
| 156879 | Merge from origin/emacs-26 | 156879 | Merge from origin/emacs-26 |
| 156880 | 156880 | ||
| 156881 | 90bea37 ; * etc/PROBLEMS: Fix fvwm version number in last commit | 156881 | 90bea37 ; * etc/PROBLEMS: Fix fvwm version number in last commit |
| 156882 | af82d1f * etc/PROBLEMS: Document stickyness problem with FVWM (Bug#31... | 156882 | af82d1f * etc/PROBLEMS: Document stickiness problem with FVWM (Bug#31... |
| 156883 | 4a3aed2 Update Emacs Lisp Intro to match current behavior | 156883 | 4a3aed2 Update Emacs Lisp Intro to match current behavior |
| 156884 | 21f2247 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac... | 156884 | 21f2247 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac... |
| 156885 | 3257085 Fix previous commit | 156885 | 3257085 Fix previous commit |
| @@ -176909,7 +176909,7 @@ | |||
| 176909 | 176909 | ||
| 176910 | 2018-06-02 Martin Rudalics <rudalics@gmx.at> | 176910 | 2018-06-02 Martin Rudalics <rudalics@gmx.at> |
| 176911 | 176911 | ||
| 176912 | * etc/PROBLEMS: Document stickyness problem with FVWM (Bug#31650) | 176912 | * etc/PROBLEMS: Document stickiness problem with FVWM (Bug#31650) |
| 176913 | 176913 | ||
| 176914 | 2018-06-01 Eli Zaretskii <eliz@gnu.org> | 176914 | 2018-06-01 Eli Zaretskii <eliz@gnu.org> |
| 176915 | 176915 | ||
| @@ -221327,8 +221327,8 @@ | |||
| 221327 | is never used. Hardcode the syntax so that the compilar can detect such | 221327 | is never used. Hardcode the syntax so that the compilar can detect such |
| 221328 | dead code and remove it from compiled code. | 221328 | dead code and remove it from compiled code. |
| 221329 | 221329 | ||
| 221330 | The only exception is RE_NO_POSIX_BACKTRACKING which can be separatelly | 221330 | The only exception is RE_NO_POSIX_BACKTRACKING which can be separately |
| 221331 | specified. Handle this separatelly with a function argument (replacing | 221331 | specified. Handle this separately with a function argument (replacing |
| 221332 | now unnecessary syntax argument). | 221332 | now unnecessary syntax argument). |
| 221333 | 221333 | ||
| 221334 | With this patchset, size of Emacs binary on x86_64 machine is reduced by | 221334 | With this patchset, size of Emacs binary on x86_64 machine is reduced by |
| @@ -227801,7 +227801,7 @@ | |||
| 227801 | 227801 | ||
| 227802 | * lisp/auth-source.el | 227802 | * lisp/auth-source.el |
| 227803 | (auth-source-macos-keychain-search-items): Handle keychain | 227803 | (auth-source-macos-keychain-search-items): Handle keychain |
| 227804 | output correctly when has special chararcters (bug#22824). | 227804 | output correctly when has special characters (bug#22824). |
| 227805 | 227805 | ||
| 227806 | 2016-04-24 Magnus Henoch <magnus.henoch@gmail.com> | 227806 | 2016-04-24 Magnus Henoch <magnus.henoch@gmail.com> |
| 227807 | 227807 | ||