; * ChangeLog.3: Update.

This commit is contained in:
Stefan Kangas 2021-12-01 17:05:48 +01:00
parent 2be090d5d3
commit 40fc31ea28

View 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> 2021-11-29 Protesilaos Stavrou <info@protesilaos.com>
Remove problematic characters from modus-themes.org (bug#52126) Remove problematic characters from modus-themes.org (bug#52126)
@ -233321,7 +233383,7 @@
This file records repository revisions from This file records repository revisions from
commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
commit 30553d889d733613e8e5fd22358980baa7ee148e (inclusive). commit 2be090d5d3002e2ddfc8dbe46c29536f7410a86d (inclusive).
See ChangeLog.2 for earlier changes. See ChangeLog.2 for earlier changes.
;; Local Variables: ;; Local Variables: