diff options
| author | Stefan Kangas | 2020-10-02 17:56:41 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-03 12:53:51 +0200 |
| commit | ceae38b9338ea07b18b2d2efa07bcf304d40c23d (patch) | |
| tree | 3aca6458654c798933cad21f07a823f33e310cdb /ChangeLog.2 | |
| parent | d22fe0ec3a321ea222ad2f25c52c7eddea4375df (diff) | |
| download | emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.tar.gz emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.zip | |
; Fix trivial typos in ChangeLogs
Diffstat (limited to 'ChangeLog.2')
| -rw-r--r-- | ChangeLog.2 | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 9e875c561db..ebaf3846dca 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -485,7 +485,7 @@ | |||
| 485 | Clarify major mode switching | 485 | Clarify major mode switching |
| 486 | 486 | ||
| 487 | * doc/emacs/modes.texi (Major Modes): | 487 | * doc/emacs/modes.texi (Major Modes): |
| 488 | * doc/lispref/modes.texi (Modes, Major Modes): Explictly say that each | 488 | * doc/lispref/modes.texi (Modes, Major Modes): Explicitly say that each |
| 489 | buffer has exactly one major mode and can't be "turned off", only | 489 | buffer has exactly one major mode and can't be "turned off", only |
| 490 | switched away from (Bug#25357). | 490 | switched away from (Bug#25357). |
| 491 | 491 | ||
| @@ -1661,7 +1661,7 @@ | |||
| 1661 | `re_match_2_internal' uses pointers to the lisp objects that it | 1661 | `re_match_2_internal' uses pointers to the lisp objects that it |
| 1662 | searches. Since it may call malloc when growing the "fail stack", these | 1662 | searches. Since it may call malloc when growing the "fail stack", these |
| 1663 | pointers may be invalidated while searching, resulting in memory | 1663 | pointers may be invalidated while searching, resulting in memory |
| 1664 | curruption (Bug #24358). | 1664 | corruption (Bug #24358). |
| 1665 | 1665 | ||
| 1666 | To fix this, we check the pointer that the lisp object (as specified by | 1666 | To fix this, we check the pointer that the lisp object (as specified by |
| 1667 | re_match_object) points to before and after growing the stack, and | 1667 | re_match_object) points to before and after growing the stack, and |
| @@ -2681,7 +2681,7 @@ | |||
| 2681 | 2681 | ||
| 2682 | * doc/misc/ses.texi (Quick Tutorial): Mention the '!' | 2682 | * doc/misc/ses.texi (Quick Tutorial): Mention the '!' |
| 2683 | 'ses-range' modifier as an alternative to 'ses+'. | 2683 | 'ses-range' modifier as an alternative to 'ses+'. |
| 2684 | (Advanced Features): Add a refernce to node 'Nonrelocatable | 2684 | (Advanced Features): Add a reference to node 'Nonrelocatable |
| 2685 | references' concerning function 'ses-rename-cell'. | 2685 | references' concerning function 'ses-rename-cell'. |
| 2686 | (Standard formula functions): Mention the '!' 'ses-range' | 2686 | (Standard formula functions): Mention the '!' 'ses-range' |
| 2687 | modifier as an alternative to 'ses-delete-blanks'. | 2687 | modifier as an alternative to 'ses-delete-blanks'. |
| @@ -3983,7 +3983,7 @@ | |||
| 3983 | 3983 | ||
| 3984 | 2016-05-10 Dmitry Gutov <dgutov@yandex.ru> | 3984 | 2016-05-10 Dmitry Gutov <dgutov@yandex.ru> |
| 3985 | 3985 | ||
| 3986 | Don't treat JS spread as contination method call | 3986 | Don't treat JS spread as continuation method call |
| 3987 | 3987 | ||
| 3988 | * lisp/progmodes/js.el (js--indent-operator-re): | 3988 | * lisp/progmodes/js.el (js--indent-operator-re): |
| 3989 | Allow only one dot (bug#23492). | 3989 | Allow only one dot (bug#23492). |
| @@ -4530,7 +4530,7 @@ | |||
| 4530 | cursor-type doc fix | 4530 | cursor-type doc fix |
| 4531 | 4531 | ||
| 4532 | * src/buffer.c (syms_of_buffer): Mention that cursor-type's | 4532 | * src/buffer.c (syms_of_buffer): Mention that cursor-type's |
| 4533 | WIDHT/HEIGHT can't exceed the frame char size (bug#19215). | 4533 | WIDTH/HEIGHT can't exceed the frame char size (bug#19215). |
| 4534 | 4534 | ||
| 4535 | (cherry picked from commit 77c5f4554ebb3b7c7d49bc881e45a550f6c93987) | 4535 | (cherry picked from commit 77c5f4554ebb3b7c7d49bc881e45a550f6c93987) |
| 4536 | 4536 | ||
| @@ -4599,7 +4599,7 @@ | |||
| 4599 | 4599 | ||
| 4600 | 2016-05-01 Lars Ingebrigtsen <larsi@gnus.org> | 4600 | 2016-05-01 Lars Ingebrigtsen <larsi@gnus.org> |
| 4601 | 4601 | ||
| 4602 | Explictly explain that package-initialize loads the packages | 4602 | Explicitly explain that package-initialize loads the packages |
| 4603 | 4603 | ||
| 4604 | * lisp/emacs-lisp/package.el (package-initialize): Be explicit | 4604 | * lisp/emacs-lisp/package.el (package-initialize): Be explicit |
| 4605 | in saying that `package-initialize' obviates adjusting the | 4605 | in saying that `package-initialize' obviates adjusting the |
| @@ -5985,7 +5985,7 @@ | |||
| 5985 | 5985 | ||
| 5986 | 2016-03-30 Alan Mackenzie <acm@muc.de> | 5986 | 2016-03-30 Alan Mackenzie <acm@muc.de> |
| 5987 | 5987 | ||
| 5988 | Finish fixing a cacheing bug in CC Mode (see 2016-03-09) | 5988 | Finish fixing a caching bug in CC Mode (see 2016-03-09) |
| 5989 | 5989 | ||
| 5990 | * lisp/progmodes/cc-cmds.el: (c-beginning-of-defun, c-end-of-defun): Remove | 5990 | * lisp/progmodes/cc-cmds.el: (c-beginning-of-defun, c-end-of-defun): Remove |
| 5991 | superfluous invocations of c-self-bind-state-cache. | 5991 | superfluous invocations of c-self-bind-state-cache. |
| @@ -6609,7 +6609,7 @@ | |||
| 6609 | 6609 | ||
| 6610 | 2016-03-14 Alan Mackenzie <acm@muc.de> | 6610 | 2016-03-14 Alan Mackenzie <acm@muc.de> |
| 6611 | 6611 | ||
| 6612 | Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun. | 6612 | Fix a caching bug, which led to inordinately slow c-beginning-of-defun. |
| 6613 | 6613 | ||
| 6614 | * lisp/progmodes/cc-defs.el (c-self-bind-state-cache): New macro. | 6614 | * lisp/progmodes/cc-defs.el (c-self-bind-state-cache): New macro. |
| 6615 | 6615 | ||
| @@ -6624,7 +6624,7 @@ | |||
| 6624 | 6624 | ||
| 6625 | 2016-03-14 Alan Mackenzie <acm@muc.de> | 6625 | 2016-03-14 Alan Mackenzie <acm@muc.de> |
| 6626 | 6626 | ||
| 6627 | Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun. | 6627 | Fix a caching bug, which led to inordinately slow c-beginning-of-defun. |
| 6628 | 6628 | ||
| 6629 | * lisp/progmodes/cc-defs.el (c-self-bind-state-cache): New macro. | 6629 | * lisp/progmodes/cc-defs.el (c-self-bind-state-cache): New macro. |
| 6630 | 6630 | ||
| @@ -7145,7 +7145,7 @@ | |||
| 7145 | 7145 | ||
| 7146 | Prevent infinite loop on not-well-formed xml. (Bug#16344) | 7146 | Prevent infinite loop on not-well-formed xml. (Bug#16344) |
| 7147 | 7147 | ||
| 7148 | * lisp/xml.el (xml-parse-tag-1): Prevent inifinite loop. (Bug#16344) | 7148 | * lisp/xml.el (xml-parse-tag-1): Prevent infinite loop. (Bug#16344) |
| 7149 | * test/automated/xml-parse-tests.el (xml-parse-tests--bad-data): Add | 7149 | * test/automated/xml-parse-tests.el (xml-parse-tests--bad-data): Add |
| 7150 | test cases for Bug#16344. | 7150 | test cases for Bug#16344. |
| 7151 | 7151 | ||
| @@ -9956,7 +9956,7 @@ | |||
| 9956 | * lisp/files.el (dir-locals-find-file): Refactor return values | 9956 | * lisp/files.el (dir-locals-find-file): Refactor return values |
| 9957 | 9957 | ||
| 9958 | Returning a cache remains unchanged, but the case of returning a | 9958 | Returning a cache remains unchanged, but the case of returning a |
| 9959 | file (or pattern) is now changed to return the contaning | 9959 | file (or pattern) is now changed to return the containing |
| 9960 | directory. | 9960 | directory. |
| 9961 | 9961 | ||
| 9962 | (dir-locals-read-from-file): Rename to `dir-locals-read-from-dir' | 9962 | (dir-locals-read-from-file): Rename to `dir-locals-read-from-dir' |
| @@ -10856,7 +10856,7 @@ | |||
| 10856 | 10856 | ||
| 10857 | 2016-01-18 Alan Mackenzie <acm@muc.de> | 10857 | 2016-01-18 Alan Mackenzie <acm@muc.de> |
| 10858 | 10858 | ||
| 10859 | Desktop: protect users against inadvertant upgrading of desktop file. | 10859 | Desktop: protect users against inadvertent upgrading of desktop file. |
| 10860 | 10860 | ||
| 10861 | An upgraded (version 208) desktop file cannot be read in Emacs < 25. | 10861 | An upgraded (version 208) desktop file cannot be read in Emacs < 25. |
| 10862 | 10862 | ||
| @@ -11212,7 +11212,7 @@ | |||
| 11212 | 11212 | ||
| 11213 | 2016-01-13 Eli Zaretskii <eliz@gnu.org> | 11213 | 2016-01-13 Eli Zaretskii <eliz@gnu.org> |
| 11214 | 11214 | ||
| 11215 | Document the new deafault value of 'load-read-function' | 11215 | Document the new default value of 'load-read-function' |
| 11216 | 11216 | ||
| 11217 | * doc/lispref/loading.texi (How Programs Do Loading): Document the | 11217 | * doc/lispref/loading.texi (How Programs Do Loading): Document the |
| 11218 | change in the default value of 'load-read-function'. | 11218 | change in the default value of 'load-read-function'. |
| @@ -19985,7 +19985,7 @@ | |||
| 19985 | * src/intervals.h: Don’t include dispextern.h, composite.h. | 19985 | * src/intervals.h: Don’t include dispextern.h, composite.h. |
| 19986 | * src/keyboard.c: Don’t include sysstdio.h, disptab.h, puresize.h. | 19986 | * src/keyboard.c: Don’t include sysstdio.h, disptab.h, puresize.h. |
| 19987 | Include coding.h. | 19987 | Include coding.h. |
| 19988 | * src/keyboard.h: Don’t incldue systime.h. | 19988 | * src/keyboard.h: Don’t include systime.h. |
| 19989 | * src/keymap.c: Don’t include charset.h, frame.h. | 19989 | * src/keymap.c: Don’t include charset.h, frame.h. |
| 19990 | * src/lread.c: Include dispextern.h and systime.h. | 19990 | * src/lread.c: Include dispextern.h and systime.h. |
| 19991 | Don’t include frame.h. Include systime.h. | 19991 | Don’t include frame.h. Include systime.h. |
| @@ -21808,7 +21808,7 @@ | |||
| 21808 | 2015-09-26 Paul Eggert <eggert@cs.ucla.edu> | 21808 | 2015-09-26 Paul Eggert <eggert@cs.ucla.edu> |
| 21809 | 21809 | ||
| 21810 | * admin/MAINTAINERS: Add self, plus list some more files | 21810 | * admin/MAINTAINERS: Add self, plus list some more files |
| 21811 | sans maintaners. | 21811 | sans maintainers. |
| 21812 | 21812 | ||
| 21813 | 2015-09-26 Zachary Kanfer <zkanfer@gmail.com> (tiny change) | 21813 | 2015-09-26 Zachary Kanfer <zkanfer@gmail.com> (tiny change) |
| 21814 | 21814 | ||
| @@ -22530,7 +22530,7 @@ | |||
| 22530 | 22530 | ||
| 22531 | Omit unnecessary \ before paren in C docstrings | 22531 | Omit unnecessary \ before paren in C docstrings |
| 22532 | Although \( is needed in docstrings in Elisp code, it is not needed in | 22532 | Although \( is needed in docstrings in Elisp code, it is not needed in |
| 22533 | docstrings in C code, since C function definitiions do not start with | 22533 | docstrings in C code, since C function definitions do not start with |
| 22534 | a parenthesis. The backslashes made the docstrings a bit harder to | 22534 | a parenthesis. The backslashes made the docstrings a bit harder to |
| 22535 | read and to format in columns. Also, some C docstrings had ( in | 22535 | read and to format in columns. Also, some C docstrings had ( in |
| 22536 | column 1 and this did not appear to be causing any problems. So, | 22536 | column 1 and this did not appear to be causing any problems. So, |
| @@ -24607,7 +24607,7 @@ | |||
| 24607 | 24607 | ||
| 24608 | Tweak startup screen quoting | 24608 | Tweak startup screen quoting |
| 24609 | * lisp/startup.el (normal-splash-screen): Use standard | 24609 | * lisp/startup.el (normal-splash-screen): Use standard |
| 24610 | "M-" abbrevation rather than a confusingly-different one. | 24610 | "M-" abbreviation rather than a confusingly-different one. |
| 24611 | (normal-no-mouse-startup-screen): Follow ‘text-quoting-style’. | 24611 | (normal-no-mouse-startup-screen): Follow ‘text-quoting-style’. |
| 24612 | 24612 | ||
| 24613 | 2015-08-27 Paul Eggert <eggert@cs.ucla.edu> | 24613 | 2015-08-27 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -27510,7 +27510,7 @@ | |||
| 27510 | Allocate and use slightly-larger cost vectors, ones based on | 27510 | Allocate and use slightly-larger cost vectors, ones based on |
| 27511 | FRAME_TOTAL_LINES instead of FRAME_LINES. | 27511 | FRAME_TOTAL_LINES instead of FRAME_LINES. |
| 27512 | 27512 | ||
| 27513 | Fix uninitalized value in encode_coding_object | 27513 | Fix uninitialized value in encode_coding_object |
| 27514 | * src/coding.c (encode_coding_object): Also initialize | 27514 | * src/coding.c (encode_coding_object): Also initialize |
| 27515 | coding->src_pos and coding->src_pos_byte when NILP (src_object). | 27515 | coding->src_pos and coding->src_pos_byte when NILP (src_object). |
| 27516 | This avoids later use of uninitialized storage. | 27516 | This avoids later use of uninitialized storage. |
| @@ -29884,7 +29884,7 @@ | |||
| 29884 | file names due to deleted PWD. | 29884 | file names due to deleted PWD. |
| 29885 | 29885 | ||
| 29886 | * src/xsmfns.c (x_session_initialize): Avoid libSM crash | 29886 | * src/xsmfns.c (x_session_initialize): Avoid libSM crash |
| 29887 | when starup directory is missing. (Bug#18851) | 29887 | when startup directory is missing. (Bug#18851) |
| 29888 | (errno.h): Include it. | 29888 | (errno.h): Include it. |
| 29889 | 29889 | ||
| 29890 | 2015-06-13 Paul Eggert <eggert@cs.ucla.edu> | 29890 | 2015-06-13 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -30029,7 +30029,7 @@ | |||
| 30029 | because '(format "%S" '(` FOO))' returns "(\\` FOO)". A comment | 30029 | because '(format "%S" '(` FOO))' returns "(\\` FOO)". A comment |
| 30030 | in src/lread.c's read1 function says that the backslash will be | 30030 | in src/lread.c's read1 function says that the backslash will be |
| 30031 | needed starting in Emacs 25, which implies that 'format' is | 30031 | needed starting in Emacs 25, which implies that 'format' is |
| 30032 | correct and the old pcase documention was wrong to omit the backslash. | 30032 | correct and the old pcase documentation was wrong to omit the backslash. |
| 30033 | * lisp/emacs-lisp/nadvice.el (advice--make-docstring): | 30033 | * lisp/emacs-lisp/nadvice.el (advice--make-docstring): |
| 30034 | * lisp/help-fns.el (help-fns--signature): | 30034 | * lisp/help-fns.el (help-fns--signature): |
| 30035 | * lisp/help.el (help-add-fundoc-usage): | 30035 | * lisp/help.el (help-add-fundoc-usage): |
| @@ -30117,7 +30117,7 @@ | |||
| 30117 | (bug#20730). | 30117 | (bug#20730). |
| 30118 | 30118 | ||
| 30119 | * lisp/progmodes/sh-script.el: Better handle nested quotes. | 30119 | * lisp/progmodes/sh-script.el: Better handle nested quotes. |
| 30120 | (sh-here-doc-open-re): Don't mis-match the <<< operator (bug#20683). | 30120 | (sh-here-doc-open-re): Don't mismatch the <<< operator (bug#20683). |
| 30121 | (sh-font-lock-quoted-subshell): Make sure double quotes within single | 30121 | (sh-font-lock-quoted-subshell): Make sure double quotes within single |
| 30122 | quotes don't mistakenly end prematurely the surrounding string. | 30122 | quotes don't mistakenly end prematurely the surrounding string. |
| 30123 | 30123 | ||
| @@ -31364,7 +31364,7 @@ | |||
| 31364 | 31364 | ||
| 31365 | 2015-05-25 Eli Zaretskii <eliz@gnu.org> | 31365 | 2015-05-25 Eli Zaretskii <eliz@gnu.org> |
| 31366 | 31366 | ||
| 31367 | Fix last change in etags.c that broke tagging compresed files | 31367 | Fix last change in etags.c that broke tagging compressed files |
| 31368 | * lib-src/etags.c (process_file_name) [MSDOS || DOS_NT]: Fix | 31368 | * lib-src/etags.c (process_file_name) [MSDOS || DOS_NT]: Fix |
| 31369 | quoting of decompression shell command for MS-Windows/MS-DOS. | 31369 | quoting of decompression shell command for MS-Windows/MS-DOS. |
| 31370 | 31370 | ||
| @@ -32680,7 +32680,7 @@ | |||
| 32680 | (verilog-beg-of-statement): Fix indenting for some forms of | 32680 | (verilog-beg-of-statement): Fix indenting for some forms of |
| 32681 | constraintsm bug433. Reported by Brad Parker. Fix indentation of | 32681 | constraintsm bug433. Reported by Brad Parker. Fix indentation of |
| 32682 | continued assignment incorrect if first line ends with ']', bug437. | 32682 | continued assignment incorrect if first line ends with ']', bug437. |
| 32683 | Reported by Dan Dever. Fix indention of cover inside an | 32683 | Reported by Dan Dever. Fix indentation of cover inside an |
| 32684 | ifdef, bug 862. Reported by Bernd Beuster. Fix labeling do-while | 32684 | ifdef, bug 862. Reported by Bernd Beuster. Fix labeling do-while |
| 32685 | blocks, bug842. | 32685 | blocks, bug842. |
| 32686 | (verilog-preprocessor-re): Fix fork/end UNMATCHED warning, bug859. | 32686 | (verilog-preprocessor-re): Fix fork/end UNMATCHED warning, bug859. |
| @@ -35272,7 +35272,7 @@ | |||
| 35272 | 2015-04-11 Artur Malabarba <bruce.connor.am@gmail.com> | 35272 | 2015-04-11 Artur Malabarba <bruce.connor.am@gmail.com> |
| 35273 | 35273 | ||
| 35274 | Speed up byte-compilation and autoload generation by avoiding mode-hooks | 35274 | Speed up byte-compilation and autoload generation by avoiding mode-hooks |
| 35275 | This prevents emacs-lisp-mode-hook from being run everytime an | 35275 | This prevents emacs-lisp-mode-hook from being run every time an |
| 35276 | autoload file is generated, which can account for a fraction of | 35276 | autoload file is generated, which can account for a fraction of |
| 35277 | package installation time depending on the hooks the user has | 35277 | package installation time depending on the hooks the user has |
| 35278 | configured. | 35278 | configured. |