[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (d6f717cd1dc -> e78318ad2e6)
From: |
Eli Zaretskii |
Subject: |
master updated (d6f717cd1dc -> e78318ad2e6) |
Date: |
Fri, 26 May 2023 07:12:51 -0400 (EDT) |
eliz pushed a change to branch master.
from d6f717cd1dc Fix emacsclient when there are irrecoverable
file-visiting errors
adds 3bc5efb87e5 ; * lisp/emacs-lisp/benchmark.el (benchmark-progn): Fix
declare form.
adds 459d08c7fe7 Fix tree-sitter test (bug#63481)
adds 8e61d23f71e Split windows horizontally in places that use split to
create a new window.
adds 42a28ffdc27 * lisp/tab-bar.el: Don't use
'minibuffer-selected-window' (bug#62427).
adds f571e8f1bb6 Improve c-ts-mode font-lock for function names
(bug#63390)
adds cec9333dc52 Fix c-ts-mode--top-level-declarator
adds f49fe936abd * etc/NEWS: Note dotimes loop variable scoping change
(bug#63586)
adds a6bddd17658 ; * etc/NEWS: Fix typos.
adds ead3a2abbfc Fix loading SQLite extensions
adds cf403628692 ; * etc/NEWS: PGTK cannot switch to -new automatically
(bug#6355).
adds 58eb38cfb47 ; * etc/NEWS: missing definite article
adds 8c56557cd9d Fix Skeletons menu-bar menu in Python modes
adds 6b60c8142ea Fix systemd unit completion for old versions of systemd
adds 2a5c946f879 Preserve mark in comint-history-isearch
adds dd3e4e14fdc Remove obsolete information from Gnus manual
adds d6fb868cdd3 Fix multihop file name expansion in Tramp
adds 504ef25ef36 ; * etc/NEWS: Fix typos.
adds ecccdc07a09 shr: allow moving between adjacent anchors
adds 6ad041939be Support 'isearch-allow-scroll' in
'pixel-scroll-precision-mode'
adds 5c95239aca2 ; Fix markup of some treesit vars in Elisp manual.
adds 64dbbde3b77 Fix visiting HTML files encoded in iso-2022 variants
adds fe22bf503fb ; * lisp/progmodes/project.el
(project-switch-use-entire-map): Doc fix.
adds a347b26cba2 Disable loading SQLite3 extensions when SQLite3 version
is too old
adds 117b29c6f66 ; Improve documentation of Isearch command properties
adds 6f6071c5261 Avoid duplicate load-path entry when generating package
autoloads
new eacee3e536e Merge from origin/emacs-29
adds 0abb79ca09a Avoid duplicates when adding package dirs to load-path
new d1156488660 ; Merge from origin/emacs-29
adds 5aadb87d6f6 Fix 'use-dialog-box-p' and friends
adds 765edc204d4 ; Support SQLite3 extensions on macOS
adds 1b9812af80b ; * etc/PROBLEMS: Document problem with GnuPG 2.4.1.
(Bug#63256)
adds 212884f2bfe ; Fix last change.
adds 5c6517a115d ; * lisp/menu-bar.el (popup-menu): Doc fix.
adds a72a1f24fcb ; Fix last change.
adds 709d9020021 Make last Tramp change less invasive
adds d292d282292 Fix rare crashes in 'try_window_reusing_current_matrix'
adds b62a2b08b80 Add vc-create/switch/print-branch to menu and update
documentation (bug#63690)
adds 3afe4a42e90 * lisp/vc/vc-annotate.el (vc-annotate-mode-menu): Quote
vc-annotate-backend.
adds e5f42706ce2 * lisp/progmodes/project.el: Move :safe from defcustom
to autoload (bug#63469)
adds 9f5249d5c8d Disable cairo-xcb support by default
adds 42052686752 Don't mark selection request events
adds c0d7447e9dc ; * etc/NEWS: Describe the Cairo XCB option.
(Bug#63589)
adds 40a758f5ceb ; Minor fixes in documentation of recently-changed VC
commands
adds f535c0e49d5 Handle #@00 in new reader in a compatible way
(bug#63722)
adds 916c2a19bde Merge branch 'emacs-29' of
git.savannah.gnu.org:/srv/git/emacs into emacs-29
adds b6b384023a9 Fix cancellation of Wdired
adds f42de74ebea ; * src/lread.c (read0, skip_lazy_string): Fix
commentary wording.
adds b7b82ecb2b4 Fix python-info-docstring-p
adds aa5158630e7 Use 'font-lock-extend-region-functions' in python-mode
new e78318ad2e6 Merge from origin/emacs-29
Summary of changes:
INSTALL | 6 +++
configure.ac | 17 ++++----
doc/emacs/display.texi | 5 ++-
doc/emacs/maintaining.texi | 19 ++++++++-
doc/emacs/search.texi | 37 +++++++++--------
doc/lispref/minibuf.texi | 30 +++++++-------
doc/lispref/modes.texi | 10 ++---
doc/lispref/parsing.texi | 6 +--
doc/misc/gnus.texi | 25 -----------
etc/NEWS.29 | 80 ++++++++++++++++++++++++------------
etc/PROBLEMS | 7 ++++
lisp/comint.el | 2 +
lisp/emacs-lisp/benchmark.el | 2 +-
lisp/emacs-lisp/package.el | 8 +++-
lisp/international/mule.el | 16 +++++---
lisp/menu-bar.el | 5 ++-
lisp/net/shr.el | 3 +-
lisp/net/tramp.el | 12 ++++--
lisp/pcmpl-linux.el | 3 +-
lisp/pixel-scroll.el | 7 ++++
lisp/progmodes/c-ts-mode.el | 20 +++++++++
lisp/progmodes/project.el | 33 +++++++--------
lisp/progmodes/python.el | 47 +++++++++++----------
lisp/subr.el | 7 +++-
lisp/tab-bar.el | 15 +++----
lisp/vc/vc-annotate.el | 2 +-
lisp/vc/vc-hooks.el | 9 ++++
lisp/vc/vc.el | 48 ++++++++++++++++------
lisp/wdired.el | 3 ++
lisp/window.el | 2 +-
src/fns.c | 16 +++++---
src/lread.c | 17 +++++---
src/pgtkterm.c | 7 ++++
src/sqlite.c | 82 +++++++++++++++++++++++++++++--------
src/xdisp.c | 4 +-
test/lisp/progmodes/python-tests.el | 16 ++++++++
test/src/lread-tests.el | 16 ++++++++
test/src/sqlite-tests.el | 23 +++++++----
test/src/treesit-tests.el | 2 +-
39 files changed, 453 insertions(+), 216 deletions(-)
- master updated (d6f717cd1dc -> e78318ad2e6),
Eli Zaretskii <=