[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (f7a2ff3 -> 4cf06bb)
From: |
Glenn Morris |
Subject: |
master updated (f7a2ff3 -> 4cf06bb) |
Date: |
Fri, 22 Oct 2021 12:40:07 -0400 (EDT) |
gm pushed a change to branch master.
from f7a2ff3 Adapt some emba parameters
adds 1cdb4d2 * lisp/menu-bar.el (menu-bar-keymap): Add optional arg
KEYMAP (bug#50067).
adds 2841e26 * test/lisp/dabbrev-tests.el: Use 'kbd' for readable keys.
adds 2b7655c ; More accurate doc string for 'tab-bar-format'
adds ee6bdd6 Fix non-interactive behavior of 'kill-region'
adds 5bc522b ; * lisp/simple.el (kill-region): A better fix for
bug#51320.
adds 9529e1d Update doc of Edebug specification for macros
adds 2a0a368 Fix typo in doc/emacs/anti.texi
adds d2849cc Fix 'calculate-lisp-indent' when "[" starts containing
sexp (Bug#51312)
adds cf7d8fb Add description of cards to etc/refcards/README
adds 24083c8 * lisp/net/eww.el (eww-retrieve-command): Add :tag.
adds caf87d8 * lisp/repeat.el (repeat-keep-prefix): Expand description.
adds 9c37b81 ; * lisp/repeat.el (repeat-mode): Fix docstring typo.
adds 9b46150 * etc/NEWS: Improve 'repeat-mode' entry.
adds 1f6cdeb Ensure valid end/beginning lines in
message-mark-inserted-region
adds 9b6b5e3 Regexp-quote github domains in bug-reference
adds 06c944c Fix rfc6068-parse-mailto-url autoload
adds efde024 time-stamp-tests: improvements to test macros
adds 168665d Move some xwidget entries
adds 5ecbed0 ; * test/lisp/mh-e/mh-utils-tests.el: Update macro
declarations.
adds 7fde84e Improve documentation of syntax-ppss-context slightly
adds b0d64be Improve some NEWS entries
new 4cf06bb Merge from origin/emacs-28
Summary of changes:
doc/emacs/anti.texi | 4 +-
doc/lispref/edebug.texi | 14 ++-
doc/lispref/syntax.texi | 1 +
etc/NEWS.28 | 154 ++++++++++++++++++--------------
etc/refcards/README | 45 ++++++++++
lisp/emacs-lisp/lisp-mode.el | 9 +-
lisp/gnus/message.el | 2 +
lisp/menu-bar.el | 9 +-
lisp/mouse.el | 2 +-
lisp/net/browse-url.el | 2 +-
lisp/net/eww.el | 8 +-
lisp/progmodes/bug-reference.el | 3 +-
lisp/repeat.el | 4 +-
lisp/simple.el | 12 ++-
lisp/tab-bar.el | 9 +-
test/lisp/dabbrev-tests.el | 13 ++-
test/lisp/emacs-lisp/find-func-tests.el | 2 +-
test/lisp/international/mule-tests.el | 2 +-
test/lisp/mh-e/mh-utils-tests.el | 4 +-
test/lisp/time-stamp-tests.el | 13 +--
20 files changed, 200 insertions(+), 112 deletions(-)
- master updated (f7a2ff3 -> 4cf06bb),
Glenn Morris <=