aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2021-12-01 20:15:20 +0100
committerStefan Kangas2021-12-01 20:15:20 +0100
commitb3d4b18507da5bdadf7423a4c1ddca5de667487f (patch)
tree820bc6f4f521730d0d7fc9de39647f64f7a9f8cb
parent334ff0232e07dad2ff5595b7f85c0f6f5efcb11c (diff)
downloademacs-b3d4b18507da5bdadf7423a4c1ddca5de667487f.tar.gz
emacs-b3d4b18507da5bdadf7423a4c1ddca5de667487f.zip
; make change-history-commit
-rw-r--r--ChangeLog.332
1 files changed, 31 insertions, 1 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 6e621823ff2..fecad62af0f 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,33 @@
12021-12-01 Juri Linkov <juri@linkov.net>
2
3 * lisp/repeat.el: Use same logic for repeat-check-key and repeat-exit-timeout.
4
5 * lisp/repeat.el (repeat-check-key): Use for repeat-check-key the same logic
6 as is used for repeat-exit-timeout in repeat-post-hook (bug#51390).
7 (repeat-post-hook): Check for repeat-exit-timeout symbol property.
8
92021-12-01 Juri Linkov <juri@linkov.net>
10
11 * lisp/help.el (help--analyze-key): Prefer posn-set-point over mouse-set-point
12
13 * lisp/help.el (help--analyze-key): Use posn-set-point instead of
14 mouse-set-point that runs the hook mouse-leave-buffer-hook via
15 mouse-minibuffer-check. Using posn-set-point also unnecessitates
16 extra conditions added in bug#51421.
17
18 * lisp/isearch.el (isearch-describe-key, isearch-describe-mode):
19 Add precautions to not call isearch-update when the executed
20 command exited isearch-mode (bug#51173).
21
222021-12-01 Stefan Kangas <stefan@marxist.se>
23
24 Bump Emacs version to 28.0.90
25
26 * README:
27 * configure.ac:
28 * msdos/sed2v2.inp:
29 * nt/README.W32: Bump Emacs version to 28.0.90.
30
12021-12-01 Alan Mackenzie <acm@muc.de> 312021-12-01 Alan Mackenzie <acm@muc.de>
2 32
3 CC Mode: Recognise "struct foo {" as introducing a type declaration 33 CC Mode: Recognise "struct foo {" as introducing a type declaration
@@ -233383,7 +233413,7 @@
233383 233413
233384This file records repository revisions from 233414This file records repository revisions from
233385commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 233415commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
233386commit 2be090d5d3002e2ddfc8dbe46c29536f7410a86d (inclusive). 233416commit 334ff0232e07dad2ff5595b7f85c0f6f5efcb11c (inclusive).
233387See ChangeLog.2 for earlier changes. 233417See ChangeLog.2 for earlier changes.
233388 233418
233389;; Local Variables: 233419;; Local Variables: