emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 40fc31e: ; * ChangeLog.3: Update.


From: Stefan Kangas
Subject: emacs-28 40fc31e: ; * ChangeLog.3: Update.
Date: Wed, 1 Dec 2021 11:09:12 -0500 (EST)

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

    ; * ChangeLog.3: Update.
---
 ChangeLog.3 | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 63 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.3 b/ChangeLog.3
index ac188ad..6e62182 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,65 @@
+2021-12-01  Alan Mackenzie  <acm@muc.de>
+
+       CC Mode: Recognise "struct foo {" as introducing a type declaration
+
+       This fixes bug #52157.
+
+       * lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): If such a 
construct
+       is parsed, set the flag at-type-decl which is part of the function's 
return
+       value.
+
+2021-12-01  Stefan Kangas  <stefan@marxist.se>
+
+       Update authors.el for Emacs 28
+
+       * admin/authors.el (authors-aliases, authors-ignored-files)
+       (authors-renamed-files-alist): Update for Emacs 28.
+
+2021-11-30  Juri Linkov  <juri@linkov.net>
+
+       * lisp/repeat.el: Fix long-standing problem when a random key activates 
map
+
+       * lisp/repeat.el (repeat-check-key): New defcustom (bug#51390).
+       (repeat--command-property): New internal function.
+       (repeat-check-key): New function.
+       (repeat-post-hook): Use repeat--command-property and repeat-check-key.
+
+       * test/lisp/repeat-tests.el (repeat-tests-check-key): New test.
+
+2021-11-30  Juri Linkov  <juri@linkov.net>
+
+       * lisp/repeat.el (repeat-keep-prefix): Change default to nil.
+
+       'repeat-keep-prefix' doesn't yet have sufficient support
+       that covers all cases in bug#51281, so it's disabled now.
+
+2021-11-30  Juri Linkov  <juri@linkov.net>
+
+       * test/lisp/repeat-tests.el (repeat-tests-call-b): Test for commit 
588caf0b27.
+
+       This tests for 'repeat-map' as a variable instead of a symbol.
+
+2021-11-30  Juri Linkov  <juri@linkov.net>
+
+       * src/callint.c (Fcall_interactively): Fix inhibit_mouse_event_check.
+
+       Don't search for the next mouse event with parameters
+       when inhibit-mouse-event-check is non-nil (bug#50067).
+
+2021-11-30  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       Fix regression in gdb-frame-handler
+
+       * lisp/progmodes/gdb-mi.el (gdb-frame-handler): Protect against
+       nil fullnames (bug#52196).
+
+2021-11-30  YugaEgo  <yet@ego.team>  (tiny change)
+
+       Format and index concept 'predicate' in ELisp Intro
+
+       * doc/lispintro/emacs-lisp-intro.texi (Wrong Type of Argument):
+       Add index and format definition (bug#52197).
+
 2021-11-29  Protesilaos Stavrou  <info@protesilaos.com>
 
        Remove problematic characters from modus-themes.org (bug#52126)
@@ -233321,7 +233383,7 @@
 
 This file records repository revisions from
 commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
-commit 30553d889d733613e8e5fd22358980baa7ee148e (inclusive).
+commit 2be090d5d3002e2ddfc8dbe46c29536f7410a86d (inclusive).
 See ChangeLog.2 for earlier changes.
 
 ;; Local Variables:



reply via email to

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