[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (f77ea3b2d75 -> 9d27b95b263)
From: |
Eli Zaretskii |
Subject: |
master updated (f77ea3b2d75 -> 9d27b95b263) |
Date: |
Sat, 9 Sep 2023 04:41:45 -0400 (EDT) |
eliz pushed a change to branch master.
from f77ea3b2d75 ; * lisp/progmodes/c-ts-mode.el
(treesit-parser-root-node): Declare.
adds 71a85e22668 A revision to the Widget manual
adds f48dccc4675 Merge branch 'emacs-29' of
git.savannah.gnu.org:/srv/git/emacs into emacs-29
adds 524c0c34f24 ; * lisp/ffap.el (ffap-rfs-regexp): Fix :type
(bug#65698).
adds 0bd46619413 Doc fixes for obsolete functions and variables
adds 5b246b9b817 * CONTRIBUTE: Document making ChangeLogs with Magit.
adds 3550f44c17c ; Fix typos
adds dd896ea1e62 Ignore errors when checking for object initializers
(bug#63379)
adds fd5593c7f25 * etc/PROBLEMS: Mention bug#65432 and its remedy.
adds f1e4cbe72aa ; * etc/PROBLEMS: Minor wording fix.
adds ff5190a174f Add note on ELPA to admin/notes/bug-triage
adds 42b14c6e5bb Bump seq version to 2.24
adds 1d3d4196073 ; * lisp/files.el (save-some-buffers-functions): Doc
fix (bug#65414).
adds 6fad73d7cc5 * src/regex-emacs.c (mutually_exclusive_p): Fix
inf-loop (bug#65726)
adds 8a9e653cc82 ; Add regression test for bug#65726
adds 80bdcf8f351 (regexp-tests-backtrack-optimization): Mark it as
failing
adds 4ec4b18c2a0 Fix libgccjit build on Haiku
adds 59c66244080 ; * lisp/ido.el (ido-completion-buffer): Fix :type
(bug#65756).
adds 7427efa033b Fix typo (Bug#65764)
adds 9e9f61866e7 Improve wording in ELisp manual
adds d17c5adc057 Fix regexp for recognizing PBM images
adds bc56da92d8d ; Fix error in 'tex-recenter-output-buffer'
new 02739149218 Merge from origin/emacs-29
adds 14819131fff Fix c-ts-mode BSD style indentation
new 22fe8955c21 ; Merge from origin/emacs-29
adds 1458daf3164 Avoid crashes on macOS with context menus
adds d3382f94714 ; * lisp/completion.el (dynamic-completion-mode): Doc
fix.
adds 77b6e9bb17b Improve documentation of EPG
adds 1a668cda8bc Unbreak builds with CHECK_STRUCTS.
adds d32f00a35bc Improve docstring of message-sendmail-envelope-from
adds 2e2a5f8118c Adapt Tramp manual
adds b068fcd4a31 * doc/lispref/strings.texi (Text Comparison): Fix typo
(bug#65799).
adds 2f0f33fbf9d Update docs for (co-)maintainer changes
adds 4613575d97f ; * lisp/completion.el (dynamic-completion-mode): Fix
last change.
adds 2af092741e5 Fix remote path setting in Eshell
adds 34bbb6c8d21 Document NonGNU ELPA in FAQ
adds 4e7112ab211 ; Fix inaccuracy in ELisp reference manual
adds 0ab2823f518 ; Describe in PROBLEMS 2 problems with keyboard input
adds 82af484ec15 ; Two updates of etc/TODO
adds 5b906b62157 Fix defcustom :type of ielm-indirect-setup-hook
adds b8a8106fa1a ; Add missing space in the manual
new 9d27b95b263 Merge from origin/emacs-29
Summary of changes:
CONTRIBUTE | 5 +
admin/MAINTAINERS | 5 +
admin/make-tarball.txt | 20 +-
admin/notes/bug-triage | 71 +-
admin/notes/multi-tty | 2 -
configure.ac | 5 +-
doc/emacs/ack.texi | 11 +-
doc/emacs/building.texi | 7 +-
doc/lispref/compile.texi | 2 +-
doc/lispref/objects.texi | 4 +-
doc/lispref/strings.texi | 2 +-
doc/lispref/text.texi | 11 +-
doc/misc/efaq-w32.texi | 12 +-
doc/misc/efaq.texi | 39 +-
doc/misc/gnus.texi | 4 +-
doc/misc/tramp.texi | 34 +-
doc/misc/widget.texi | 2779 +++++++++++++++++++++++++++---------
etc/PROBLEMS | 32 +
etc/TODO | 49 +-
lisp/ChangeLog.12 | 2 +-
lisp/align.el | 2 +-
lisp/completion.el | 20 +-
lisp/emacs-lisp/eieio.el | 7 +-
lisp/emacs-lisp/seq.el | 2 +-
lisp/epg.el | 56 +-
lisp/eshell/esh-proc.el | 16 +-
lisp/ffap.el | 3 +-
lisp/files.el | 10 +-
lisp/gnus/message.el | 6 +-
lisp/ido.el | 3 +-
lisp/ielm.el | 3 +-
lisp/image.el | 2 +-
lisp/org/ChangeLog.1 | 2 +-
lisp/progmodes/csharp-mode.el | 2 +-
lisp/progmodes/perl-mode.el | 4 -
lisp/subr.el | 2 +-
lisp/textmodes/ispell.el | 4 +-
lisp/textmodes/tex-mode.el | 18 +-
src/buffer.h | 6 +-
src/data.c | 2 +-
src/nsmenu.m | 8 +
src/pdumper.c | 2 +-
src/regex-emacs.c | 2 +-
test/lisp/eshell/esh-proc-tests.el | 15 +
test/src/regex-emacs-tests.el | 5 +
45 files changed, 2403 insertions(+), 895 deletions(-)
- master updated (f77ea3b2d75 -> 9d27b95b263),
Eli Zaretskii <=