[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (ad5c8f25b36 -> af3bbc83600)
From: |
Eli Zaretskii |
Subject: |
master updated (ad5c8f25b36 -> af3bbc83600) |
Date: |
Sat, 28 Dec 2024 08:32:31 -0500 (EST) |
eliz pushed a change to branch master.
from ad5c8f25b36 Merge branch 'master' of
git.savannah.gnu.org:/srv/git/emacs
adds e281355a5e8 Improve D-Bus and Tramp manual
adds 8fb884f0dc0 ; * etc/NEWS: Fix wording.
adds fe2ac33bae8 ;* doc/misc/efaq.texi (New in Emacs 30): Mention
'trusted-contents'.
adds 77243ba5be8 ; Update version tags of defcustoms
adds 861b7864fc4 ; Fix node name in emacs-lisp-intro.texi
adds 14e791f9ba2 ; Update acknowledgments for Emacs 30
adds e6fb18406ee ; Fix refcards
adds 41caccc488b ; * etc/publicsuffix.txt: Update from upstream.
adds b83cd8a8fb0 ; * etc/tutorials/TUTORIAL.ko: Fix the beginning.
adds 0e43e35f96e * admin/nt/dist-build/emacs.nsi: (Uninstall) delete
only one Emacs
adds c29b798537e ; etc/w32-feature.el (harfbuzz): improve test
adds 8064b2a6798 Document undocumented completion commands
adds 8b95549e908 * admin/nt/dist-build/build-dep-zips.py: (deps src)
handle zst
adds 54f35137096 Fix comment indent in 'lua-ts-mode' and old grammar
adds cb8ce2e68bb Enable indent-tabs-mode in obj-c-mode
adds 186ea407326 Don't start docstrings with "This function" or similar
adds 5bafb11b400 ; Fix copyright year
adds 624322d5f6a Add missing fontification matches for elixir-ts-mode
adds 8ac6a178804 ; * etc/PROBLEMS: Mention problems with XPM support in
GDK (bug#75018).
adds 2ba6387d1d6 ; Fix inaccuracy in ELisp Reference manual
new af3bbc83600 Merge from origin/emacs-30
Summary of changes:
.dir-locals.el | 1 +
admin/nt/dist-build/build-dep-zips.py | 278 ++-
admin/nt/dist-build/emacs.nsi | 95 +-
admin/release-process | 22 +-
doc/emacs/ack.texi | 46 +-
doc/emacs/emacs.texi | 31 +-
doc/emacs/mini.texi | 104 +-
doc/lispintro/emacs-lisp-intro.texi | 4 +-
doc/lispref/objects.texi | 2 +-
doc/misc/dbus.texi | 9 +-
doc/misc/efaq.texi | 7 +
doc/misc/tramp.texi | 9 +-
etc/NEWS.30 | 2 +-
etc/PROBLEMS | 10 +
etc/publicsuffix.txt | 3173 ++++++++++++++++-----------------
etc/refcards/cs-refcard.tex | 1 -
etc/refcards/cs-survival.tex | 3 +-
etc/refcards/de-refcard.tex | 1 -
etc/refcards/fr-refcard.tex | 1 -
etc/refcards/fr-survival.tex | 4 +-
etc/refcards/pl-refcard.tex | 2 -
etc/refcards/pt-br-refcard.tex | 1 -
etc/refcards/refcard.tex | 1 -
etc/refcards/ru-refcard.tex | 1 -
etc/refcards/sk-refcard.tex | 1 -
etc/refcards/sk-survival.tex | 3 +-
etc/refcards/survival.tex | 3 +-
etc/tutorials/TUTORIAL.ko | 5 +-
etc/w32-feature.el | 4 +-
lisp/editorconfig.el | 2 +
lisp/erc/erc-backend.el | 2 +-
lisp/erc/erc-log.el | 4 +-
lisp/erc/erc-track.el | 2 +-
lisp/eshell/em-cmpl.el | 3 +-
lisp/eshell/em-smart.el | 2 +-
lisp/eshell/esh-ext.el | 1 +
lisp/eshell/esh-mode.el | 2 +-
lisp/gnus/gnus-art.el | 2 +-
lisp/gnus/nnfeed.el | 1 +
lisp/mail/supercite.el | 2 +-
lisp/minibuffer.el | 12 +-
lisp/net/newst-ticker.el | 1 +
lisp/net/nsm.el | 21 +-
lisp/org/org-element.el | 2 +-
lisp/progmodes/cc-vars.el | 1 +
lisp/progmodes/cperl-mode.el | 1 +
lisp/progmodes/eglot.el | 18 +-
lisp/progmodes/elixir-ts-mode.el | 7 +-
lisp/progmodes/flymake.el | 5 +
lisp/progmodes/lua-ts-mode.el | 2 +-
lisp/progmodes/modula2.el | 2 +-
lisp/progmodes/ruby-mode.el | 1 +
lisp/progmodes/verilog-mode.el | 9 +
lisp/progmodes/xscheme.el | 8 +-
lisp/register.el | 3 +-
lisp/vc/vc-annotate.el | 1 +
lisp/which-key.el | 2 +-
src/minibuf.c | 5 +
58 files changed, 2082 insertions(+), 1866 deletions(-)
- master updated (ad5c8f25b36 -> af3bbc83600),
Eli Zaretskii <=