[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (a9889b8eece -> ca8170d906f)
From: |
Eli Zaretskii |
Subject: |
master updated (a9889b8eece -> ca8170d906f) |
Date: |
Sat, 31 Aug 2024 08:21:05 -0400 (EDT) |
eliz pushed a change to branch master.
from a9889b8eece ; Fix last change in subr-x.el
adds 427fb319dab ; * lisp/simple.el (use-region-beginning,
use-region-end): Doc fix.
adds 13f69f254cf Fix rare segfaults due to freed fontsets
adds d05d8c336c8 xwidget: Fix xwidget-at misinterpreting non-xwidget
text-properties
adds 0fb50e26316 ; * admin/MAINTAINERS: Spencer Baugh maintains
flymake.el.
adds 37a097d8663 ; * admin/authors.el (authors-aliases): Fix regexps.
adds 766f69bab12 ; * etc/NEWS: Announce VC-dir "Tracking" header.
(bug#68183)
adds d809d53afc0 ; * admin/authors.el (authors-ignored-files): Add
removed files.
adds 6734b60c0c3 ; * admin/authors.el (authors-valid-file-names): Ignore
Unicode files.
adds 0db53f14a29 ; * admin/authors.el (authors-ignored-files): Ignore
Unicode files.
adds 2a5b129509f Revert "; * admin/authors.el (authors-ignored-files):
Ignore Unicode files."
adds 2d723a280b3 Revert "; * admin/authors.el (authors-ignored-files):
Add removed files."
adds e24d568b565 ; Revert "Revert "; * admin/authors.el
(authors-ignored-files): Add removed files.""
adds 762b85be27b ; Revert "; * admin/authors.el
(authors-valid-file-names): Ignore Unicode files."
adds a9433858131 ; * etc/AUTHORS: Update.
adds a0f740c88d8 ; * lisp/progmodes/flymake.el: Fix "Maintainer" header
new a18c29a7ebe Merge from origin/emacs-30
adds 4af1dc83ae8 Fix redirecting Eshell output to symbols in some places
adds 5fbbc3d0cd2 Support "/dev/null" as a target when creating Eshell
handles
new fa00e4a10c8 ; Merge from origin/emacs-30
adds dfcfaa0ef58 More accurate documentation of 'equal' in ELisp
Reference
adds baaf97ce1a1 ; Fix some ungrammatical uses of "allows to"
adds 1baa62b2ac1 ; * etc/NEWS: Fix typos.
adds 62dcbfb776f Merge branch 'emacs-30' of
git.savannah.gnu.org:/srv/git/emacs into emacs-30
adds 4b60267d832 Make Python skeletons available in 'python-ts-mode' as
well
new d1f896b5f89 Merge from origin/emacs-30
adds 608526a91a0 Revert "* lisp/help-fns.el (help-definition-prefixes):
Don't delete the hashtable"
new e176ec4a8f2 ; Merge from origin/emacs-30
adds bb5576fc907 Work around Gnuplot bug in displaying plots
adds 4f521fa14c1 Fix handling of hook variables in 'use-package'
adds e27849ecf6e Avoid ANSI escape characters in Python output
(bug#45938)
adds 5fd75133cfe Make 'python-shell--with-environment' respect
buffer-local vars
new fa76ec7b5f0 Merge from origin/emacs-30
new ca8170d906f ; Fix merge problem in etc/NEWS.30.
Summary of changes:
ChangeLog.4 | 1 -
admin/MAINTAINERS | 3 +
admin/authors.el | 47 +++----
doc/emacs/anti.texi | 2 +-
doc/lispref/objects.texi | 9 +-
etc/AUTHORS | 246 ++++++++++++++++++++---------------
etc/NEWS.29 | 8 +-
etc/NEWS.30 | 22 +++-
lib/cdefs.h | 2 +-
lisp/calc/calc-graph.el | 4 +-
lisp/progmodes/flymake.el | 2 +-
lisp/progmodes/python.el | 17 ++-
lisp/simple.el | 8 +-
lisp/tab-bar.el | 2 +-
lisp/use-package/use-package-core.el | 12 +-
lisp/vc/vc-git.el | 2 +-
lisp/xwidget.el | 2 +-
m4/gnulib-common.m4 | 4 +-
src/xfaces.c | 9 ++
19 files changed, 245 insertions(+), 157 deletions(-)
- master updated (a9889b8eece -> ca8170d906f),
Eli Zaretskii <=
- master fa00e4a10c8 2/6: ; Merge from origin/emacs-30, Eli Zaretskii, 2024/08/31
- master d1f896b5f89 3/6: Merge from origin/emacs-30, Eli Zaretskii, 2024/08/31
- master ca8170d906f 6/6: ; Fix merge problem in etc/NEWS.30., Eli Zaretskii, 2024/08/31
- master a18c29a7ebe 1/6: Merge from origin/emacs-30, Eli Zaretskii, 2024/08/31
- master e176ec4a8f2 4/6: ; Merge from origin/emacs-30, Eli Zaretskii, 2024/08/31
- master fa76ec7b5f0 5/6: Merge from origin/emacs-30, Eli Zaretskii, 2024/08/31