emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 b3d4b18 1/2: ; make change-history-commit


From: Stefan Kangas
Subject: emacs-28 b3d4b18 1/2: ; make change-history-commit
Date: Wed, 1 Dec 2021 15:15:15 -0500 (EST)

branch: emacs-28
commit b3d4b18507da5bdadf7423a4c1ddca5de667487f
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; make change-history-commit
---
 ChangeLog.3 | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.3 b/ChangeLog.3
index 6e62182..fecad62 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,33 @@
+2021-12-01  Juri Linkov  <juri@linkov.net>
+
+       * lisp/repeat.el: Use same logic for repeat-check-key and 
repeat-exit-timeout.
+
+       * lisp/repeat.el (repeat-check-key): Use for repeat-check-key the same 
logic
+       as is used for repeat-exit-timeout in repeat-post-hook (bug#51390).
+       (repeat-post-hook): Check for repeat-exit-timeout symbol property.
+
+2021-12-01  Juri Linkov  <juri@linkov.net>
+
+       * lisp/help.el (help--analyze-key): Prefer posn-set-point over 
mouse-set-point
+
+       * lisp/help.el (help--analyze-key): Use posn-set-point instead of
+       mouse-set-point that runs the hook mouse-leave-buffer-hook via
+       mouse-minibuffer-check.  Using posn-set-point also unnecessitates
+       extra conditions added in bug#51421.
+
+       * lisp/isearch.el (isearch-describe-key, isearch-describe-mode):
+       Add precautions to not call isearch-update when the executed
+       command exited isearch-mode (bug#51173).
+
+2021-12-01  Stefan Kangas  <stefan@marxist.se>
+
+       Bump Emacs version to 28.0.90
+
+       * README:
+       * configure.ac:
+       * msdos/sed2v2.inp:
+       * nt/README.W32: Bump Emacs version to 28.0.90.
+
 2021-12-01  Alan Mackenzie  <acm@muc.de>
 
        CC Mode: Recognise "struct foo {" as introducing a type declaration
@@ -233383,7 +233413,7 @@
 
 This file records repository revisions from
 commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
-commit 2be090d5d3002e2ddfc8dbe46c29536f7410a86d (inclusive).
+commit 334ff0232e07dad2ff5595b7f85c0f6f5efcb11c (inclusive).
 See ChangeLog.2 for earlier changes.
 
 ;; Local Variables:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]