[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (fd529bbd076 -> a1d08d2c134)
From: |
Eli Zaretskii |
Subject: |
master updated (fd529bbd076 -> a1d08d2c134) |
Date: |
Sat, 21 Dec 2024 07:59:18 -0500 (EST) |
eliz pushed a change to branch master.
from fd529bbd076 Add support for the ':data' keyword for play-sound in
MS-Windows.
adds b5158bd1914 elisp-mode.el: Disable Flymake byte-compile backend in
untrusted files
adds 4c68846223b Update documentation of 'etags' regexps
adds 856a58e2827 Update documentation of 'etags' regexps some more
adds 5c6dbc65f36 ; * doc/lispref/frames.texi (Multiple Terminals): Add
indexing.
adds 69b16e5c638 ; * etc/NEWS: Fix typos.
adds 8b6c6cffd1f trusted-content: Adjust the last patch based on
preliminary feedback
adds 55303a6bc0a * lisp/org/ox-texinfo.el (org-texinfo-template): Fix
Info format (bug#74844)
adds 10f976300d0 ; Add some tree-sitter thing content to the manual
adds c14c4895719 ; * lisp/net/nsm.el (nsm-trust-local-network): Fix typo.
adds 4b685bc4fcd ; * src/process.c (Fnetwork_interface_list): Fix typo.
adds b9dc337ea74 * lisp/files.el (trusted-content-p): Make `:all` work
in non-file buffers
adds 9fd96e2ab95 Improve reb-change-syntax docstring
adds 92041e15f4a Minor doc fix for url-handler-regexp
adds 5686bb5b428 Improve browse-url-android-share docstring
adds cde22c02011 Move NEWS items from unreleased 28.3 to released 29.1
adds a7905145f70 ; * lisp/emacs-lisp/re-builder.el (reb-change-syntax):
Fix typo.
adds c6ce11b2a48 Mention network-interface-list in
network-interface-info docstring
adds 8a0c9c234f1 Document 'trusted-content
adds 5c0f3f5826e ; * etc/NEWS: Mark unmarked entries.
adds 1381c6f9591 * Update authors.el
adds 49adcf30b01 ; * etc/AUTHORS: Update.
adds 8f8da2d7854 ; * ChangeLog.4: Update.
new 3617940f322 Merge from origin/emacs-30
adds 9d93d717d58 * Bump Emacs version to 30.0.93
adds 68bcabf58af * Update 'ldefs-boot.el' (don't merge)
new b6d9183e7dd ; Merge from origin/emacs-30
adds faaa13ec762 Autoload 'shortdoc-help-fns-examples-function'
adds d8ffcf2fbac Document representation of dates in calendar.el
adds 08b62132dde Add 'lua-ts-mode' to 'interpreter-mode-alist'
adds 6902673b5b9 ; Improve commentary in calendar.el
adds 5e97079cc75 ; Fix call to 'decode_string_utf_8' in #ifdef'ed-away
code
new a1d08d2c134 Merge from origin/emacs-30
Summary of changes:
ChangeLog.4 | 854 +++++++++++++++++++++++++++++++++++++++++-
admin/authors.el | 7 +-
doc/emacs/maintaining.texi | 7 +-
doc/emacs/misc.texi | 33 ++
doc/lispref/frames.texi | 3 +
doc/lispref/parsing.texi | 10 +
doc/man/etags.1 | 13 +-
etc/AUTHORS | 62 +--
etc/NEWS.28 | 35 --
etc/NEWS.29 | 8 +
etc/NEWS.30 | 21 ++
lisp/calendar/calendar.el | 13 +
lisp/emacs-lisp/re-builder.el | 17 +-
lisp/files.el | 51 +++
lisp/help-fns.el | 2 +
lisp/ielm.el | 1 +
lisp/net/browse-url.el | 2 +-
lisp/net/nsm.el | 4 +-
lisp/org/ox-texinfo.el | 4 +-
lisp/progmodes/elisp-mode.el | 59 ++-
lisp/progmodes/lua-ts-mode.el | 3 +-
lisp/simple.el | 1 +
lisp/url/url-handlers.el | 14 +-
src/coding.c | 2 +-
src/process.c | 5 +-
25 files changed, 1122 insertions(+), 109 deletions(-)
- master updated (fd529bbd076 -> a1d08d2c134),
Eli Zaretskii <=