aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorStefan Kangas2022-12-15 02:41:20 +0100
committerStefan Kangas2022-12-16 08:29:28 +0100
commit033071692c7cd1cd550d25170d4b3168668567ac (patch)
tree4652c5a846b8d166757c46c81a709beaed962e0a /ChangeLog.3
parentf4a513344d95badf2b75b0577016edcdd9ea5fbe (diff)
downloademacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.gz
emacs-033071692c7cd1cd550d25170d4b3168668567ac.zip
; Fix typos
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.340
1 files changed, 20 insertions, 20 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index b162f96cb11..4b3507bae31 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -14724,7 +14724,7 @@
14724 14724
14725 * lisp/icomplete.el (icomplete-vertical-mode): 14725 * lisp/icomplete.el (icomplete-vertical-mode):
14726 (fido-vertical-mode): Tweak docstring. Turn on 14726 (fido-vertical-mode): Tweak docstring. Turn on
14727 icomplete-mode. and fido-mdoe 14727 icomplete-mode. and fido-mode
14728 14728
147292021-08-16 Glenn Morris <rgm@gnu.org> 147292021-08-16 Glenn Morris <rgm@gnu.org>
14730 14730
@@ -20654,7 +20654,7 @@
20654 * lisp/progmodes/cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props) 20654 * lisp/progmodes/cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
20655 (c-clear-<-pair-props-if-match-after, c-clear->-pair-props-if-match-before) 20655 (c-clear-<-pair-props-if-match-after, c-clear->-pair-props-if-match-before)
20656 (c-forward-<>-arglist-recur): 20656 (c-forward-<>-arglist-recur):
20657 Invalidate caches with c-trunctate-lit-pos-cache. 20657 Invalidate caches with c-truncate-lit-pos-cache.
20658 (c-forward-<>-arglist-recur): If in a matching <...> expression, the < has a 20658 (c-forward-<>-arglist-recur): If in a matching <...> expression, the < has a
20659 syntax-table property, but the > not, remove that property. 20659 syntax-table property, but the > not, remove that property.
20660 20660
@@ -28297,7 +28297,7 @@
28297 28297
282982021-04-17 Eli Zaretskii <eliz@gnu.org> 282982021-04-17 Eli Zaretskii <eliz@gnu.org>
28299 28299
28300 * src/emacs.c (load_pdump): Fix compilation on picky-complier platforms. 28300 * src/emacs.c (load_pdump): Fix compilation on picky-compiler platforms.
28301 28301
283022021-04-17 Daniel Martín <mardani29@yahoo.es> 283022021-04-17 Daniel Martín <mardani29@yahoo.es>
28303 28303
@@ -29362,7 +29362,7 @@
29362 Make the function correctly recognize a brace block preceded by an 29362 Make the function correctly recognize a brace block preceded by an
29363 introductory line without a parameter list. 29363 introductory line without a parameter list.
29364 29364
29365 * lisp/progmodes/cc-cmds.el (c-where-wrt-brace-contruct): Reintroduce the use 29365 * lisp/progmodes/cc-cmds.el (c-where-wrt-brace-construct): Reintroduce the use
29366 of c-beginning-of-decl-1, which was removed some weeks ago, in place of a 29366 of c-beginning-of-decl-1, which was removed some weeks ago, in place of a
29367 c-syntactic-skip-backward. Reformulate the code generally. 29367 c-syntactic-skip-backward. Reformulate the code generally.
29368 29368
@@ -31051,7 +31051,7 @@
31051 31051
310522021-03-28 Lars Ingebrigtsen <larsi@gnus.org> 310522021-03-28 Lars Ingebrigtsen <larsi@gnus.org>
31053 31053
31054 Clarify the doc string of plist-memeber and plist-put 31054 Clarify the doc string of plist-member and plist-put
31055 31055
31056 * src/fns.c (Fplist_member): 31056 * src/fns.c (Fplist_member):
31057 (Fplist_put): Clarify what comparison function is used for PROP 31057 (Fplist_put): Clarify what comparison function is used for PROP
@@ -35236,7 +35236,7 @@
35236 35236
352372021-03-04 Andrea Corallo <akrl@sdf.org> 352372021-03-04 Andrea Corallo <akrl@sdf.org>
35238 35238
35239 * src/comp.c (hash_native_abi): Account for `system-configuraton-options'. 35239 * src/comp.c (hash_native_abi): Account for `system-configuration-options'.
35240 35240
352412021-03-04 Glenn Morris <rgm@gnu.org> 352412021-03-04 Glenn Morris <rgm@gnu.org>
35242 35242
@@ -46491,7 +46491,7 @@
46491 46491
46492 Fix Quit button in dictionary buffer 46492 Fix Quit button in dictionary buffer
46493 46493
46494 * lisp/net/dictionary.el (dictionay-close): Changing the arity of the 46494 * lisp/net/dictionary.el (dictionary-close): Changing the arity of the
46495 function in cc5f2803785c5dc785f09a292313cf799e8d29bb was a mistake. 46495 function in cc5f2803785c5dc785f09a292313cf799e8d29bb was a mistake.
46496 Restore it, but mark the argument as unused to avoid a 46496 Restore it, but mark the argument as unused to avoid a
46497 wrong-number-of-arguments error when using the Quit button. 46497 wrong-number-of-arguments error when using the Quit button.
@@ -80628,7 +80628,7 @@
80628 80628
806292020-05-17 Andrea Corallo <akrl@sdf.org> 806292020-05-17 Andrea Corallo <akrl@sdf.org>
80630 80630
80631 Fix Garbage Collector for missing calle-saved regs content (Bug#41357) 80631 Fix Garbage Collector for missing callee-saved regs content (Bug#41357)
80632 80632
80633 * src/alloc.c (SET_STACK_TOP_ADDRESS): Do not call 80633 * src/alloc.c (SET_STACK_TOP_ADDRESS): Do not call
80634 __builtin_unwind_init. 80634 __builtin_unwind_init.
@@ -88998,7 +88998,7 @@
88998 88998
889992020-01-19 Stefan Kangas <stefankangas@gmail.com> 889992020-01-19 Stefan Kangas <stefankangas@gmail.com>
89000 89000
89001 Make arguments to dired-chage-marks non-optional 89001 Make arguments to dired-change-marks non-optional
89002 89002
89003 * lisp/dired.el (dired-change-marks): Make arguments 89003 * lisp/dired.el (dired-change-marks): Make arguments
89004 non-optional. (Bug#29842) 89004 non-optional. (Bug#29842)
@@ -103735,7 +103735,7 @@
103735 103735
103736 Fixes bug#38131. 103736 Fixes bug#38131.
103737 103737
103738 This is not the best way to have fido-mdoe emulate that particular bit 103738 This is not the best way to have fido-mode emulate that particular bit
103739 of ido-mode. 103739 of ido-mode.
103740 103740
103741 This reverts commit 5761a1a3939e23d8e8c725241dd9398a12f191b0. 103741 This reverts commit 5761a1a3939e23d8e8c725241dd9398a12f191b0.
@@ -118445,7 +118445,7 @@
118445 internal variable... 118445 internal variable...
118446 (browse-url-browser-function, browse-url-external-browser): Used 118446 (browse-url-browser-function, browse-url-external-browser): Used
118447 by these two; the latter of which is a new variable. 118447 by these two; the latter of which is a new variable.
118448 (browse-url-botton-regexp): New variable. 118448 (browse-url-button-regexp): New variable.
118449 (browse-url-button-map): New keymap. 118449 (browse-url-button-map): New keymap.
118450 (browse-url-button): New face. 118450 (browse-url-button): New face.
118451 (browse-url-add-buttons): New function to add clickable browse-url 118451 (browse-url-add-buttons): New function to add clickable browse-url
@@ -139023,7 +139023,7 @@
139023 Add 'breakpoint' to builtins for Python 139023 Add 'breakpoint' to builtins for Python
139024 139024
139025 * lisp/progmodes/python.el (python-font-lock-keywords-level-2) 139025 * lisp/progmodes/python.el (python-font-lock-keywords-level-2)
139026 (python-font-lock-keywords-maxiumum-decoration): Add 'breakpoint' 139026 (python-font-lock-keywords-maximum-decoration): Add 'breakpoint'
139027 to the list of builtins, it's new as of Python 3.7. 139027 to the list of builtins, it's new as of Python 3.7.
139028 139028
1390292019-03-01 Eli Zaretskii <eliz@gnu.org> 1390292019-03-01 Eli Zaretskii <eliz@gnu.org>
@@ -143055,7 +143055,7 @@
143055 143055
1430562019-01-05 João Távora <joaotavora@gmail.com> 1430562019-01-05 João Távora <joaotavora@gmail.com>
143057 143057
143058 New flymake-supress-zero-counters defcustom 143058 New flymake-suppress-zero-counters defcustom
143059 143059
143060 A feature suggested by Yuri Khan <yurivkhan@gmail.com>. 143060 A feature suggested by Yuri Khan <yurivkhan@gmail.com>.
143061 143061
@@ -185861,7 +185861,7 @@
185861 (flymake-start-syntax-check-on-find-file): Obsolete alias for 185861 (flymake-start-syntax-check-on-find-file): Obsolete alias for
185862 flymake-start-on-flymake-mode. 185862 flymake-start-on-flymake-mode.
185863 (flymake-start): Redesign. Affect the global post-command-hook 185863 (flymake-start): Redesign. Affect the global post-command-hook
185864 and local window-configuraiton-change-hook. 185864 and local window-configuration-change-hook.
185865 (flymake--schedule-timer-maybe) 185865 (flymake--schedule-timer-maybe)
185866 (flymake-after-change-function, flymake-after-save-hook): Pass 185866 (flymake-after-change-function, flymake-after-save-hook): Pass
185867 t to flymake-start. 185867 t to flymake-start.
@@ -190903,7 +190903,7 @@
190903 (initFrameFromEmacs) [NS_IMPL_COCOA]: Handle ns-appearance and 190903 (initFrameFromEmacs) [NS_IMPL_COCOA]: Handle ns-appearance and
190904 ns-transparent-titlebar frame parameters. 190904 ns-transparent-titlebar frame parameters.
190905 * doc/lispref/frames.texi (Window Management Parameters): Document 190905 * doc/lispref/frames.texi (Window Management Parameters): Document
190906 ns-apperance and ns-transparent-titlebar. 190906 ns-appearance and ns-transparent-titlebar.
190907 190907
1909082017-08-22 Alan Mackenzie <acm@muc.de> 1909082017-08-22 Alan Mackenzie <acm@muc.de>
190909 190909
@@ -204016,7 +204016,7 @@
204016 204016
2040172017-04-02 Michael Albinus <michael.albinus@gmx.de> 2040172017-04-02 Michael Albinus <michael.albinus@gmx.de>
204018 204018
204019 Apply connecion-local variables for shells 204019 Apply connection-local variables for shells
204020 204020
204021 * doc/misc/tramp.texi (Remote processes): Show use of connection-local 204021 * doc/misc/tramp.texi (Remote processes): Show use of connection-local
204022 variables. Don't mention Emacs 23 anymore. 204022 variables. Don't mention Emacs 23 anymore.
@@ -204027,7 +204027,7 @@
204027 (connection-local-set-profiles, with-connection-local-profiles): 204027 (connection-local-set-profiles, with-connection-local-profiles):
204028 Adapt docstring. 204028 Adapt docstring.
204029 204029
204030 * lisp/shell.el (shell): Apply connecion-local variables. 204030 * lisp/shell.el (shell): Apply connection-local variables.
204031 204031
2040322017-04-01 Evgeni Kolev <evgenysw@gmail.com> (tiny change) 2040322017-04-01 Evgeni Kolev <evgenysw@gmail.com> (tiny change)
204033 204033
@@ -206673,7 +206673,7 @@
206673 * lisp/emacs-lisp/package.el (package-initialize): Check 206673 * lisp/emacs-lisp/package.el (package-initialize): Check
206674 `after-init-time' rather than `load-file-name' to decide if 206674 `after-init-time' rather than `load-file-name' to decide if
206675 `package--ensure-init-file' should be called. Depending on 206675 `package--ensure-init-file' should be called. Depending on
206676 `load-file-name' will fail if the user calls `pacakge-initialize' in 206676 `load-file-name' will fail if the user calls `package-initialize' in
206677 file which is loaded from the init file (Bug#24643, Bug#25819). 206677 file which is loaded from the init file (Bug#24643, Bug#25819).
206678 206678
2066792017-02-26 Eli Zaretskii <eliz@gnu.org> 2066792017-02-26 Eli Zaretskii <eliz@gnu.org>
@@ -229958,7 +229958,7 @@
229958 Use #' read syntax for functions. 229958 Use #' read syntax for functions.
229959 (file-notify-test05-dir-validity) 229959 (file-notify-test05-dir-validity)
229960 (file-notify-test06-many-events): Simplify directory creation. 229960 (file-notify-test06-many-events): Simplify directory creation.
229961 (file-notify-test09-sufficient-ressources): New test. 229961 (file-notify-test09-sufficient-resources): New test.
229962 229962
2299632016-03-04 Lars Ingebrigtsen <larsi@gnus.org> 2299632016-03-04 Lars Ingebrigtsen <larsi@gnus.org>
229964 229964
@@ -231088,7 +231088,7 @@
231088 * lisp/gnus/gnus-rfc1843.el: New file for Gnus/rfc1843 231088 * lisp/gnus/gnus-rfc1843.el: New file for Gnus/rfc1843
231089 interface functions. 231089 interface functions.
231090 231090
231091 * lisp/gnus/gnus-rfc1843.el: Move all Gnus-specifig functions to 231091 * lisp/gnus/gnus-rfc1843.el: Move all Gnus-specific functions to
231092 gnus-rfc1843. 231092 gnus-rfc1843.
231093 231093
2310942016-02-22 Lars Ingebrigtsen <larsi@gnus.org> 2310942016-02-22 Lars Ingebrigtsen <larsi@gnus.org>