]> git.eshelyaron.com Git - emacs.git/commitdiff
; * ChangeLog.3: Update.
authorStefan Kangas <stefan@marxist.se>
Wed, 1 Dec 2021 16:05:48 +0000 (17:05 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 1 Dec 2021 16:05:48 +0000 (17:05 +0100)
ChangeLog.3

index ac188adeb86d933bf90a1267b5f79a0b581e2cfc..6e621823ff2165a424f63d913e345338f2957a7d 100644 (file)
@@ -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)
 
 This file records repository revisions from
 commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
-commit 30553d889d733613e8e5fd22358980baa7ee148e (inclusive).
+commit 2be090d5d3002e2ddfc8dbe46c29536f7410a86d (inclusive).
 See ChangeLog.2 for earlier changes.
 
 ;; Local Variables: