[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (1f3995f65a0 -> 18b176280db)
From: |
Eli Zaretskii |
Subject: |
master updated (1f3995f65a0 -> 18b176280db) |
Date: |
Mon, 31 Jul 2023 11:12:20 -0400 (EDT) |
eliz pushed a change to branch master.
from 1f3995f65a0 Avoid face attribute warnings in themes
adds 39873d6d5d1 Fix typo in pre-filter for underline property
adds bb885928d73 Fix NetBSD build --with-sound
adds c692bbc6596 Revert "Improve commentary in nsfns.m"
new f56034ca3c6 Merge from origin/emacs-29
adds 6152a411905 Unbreak build with CHECK_STRUCTS.
new 65cd0912460 ; Merge from origin/emacs-29
adds 101455cb853 ; * lisp/subr.el (ignore, always): Doc fixes.
(Bug#64776)
adds 42a99627948 ; Improve documentation of 'last-command-event'
adds d149a4dc428 ; Improve documentation of automatic addition to
minibuffer history
adds 12ab82d3b35 ; Fix customization form of
'bookmark-watch-bookmark-file'
adds 235561a2ccc Update TSX support due to upstream changes (bug#64647)
adds 2215298d90b Update JSX support due to upstream changes (bug#64647)
adds ee20b50dfed ; * lisp/progmodes/typescript-ts-mode.el
(treesit-query-capture): Declare.
new 555cb8f7b13 Merge from origin/emacs-29
adds 76a142e265d ; * etc/NEWS: Prepare for Emacs 29.1 release.
new c570d314b76 ; Merge from origin/emacs-29
adds 6b00e1a197d Update AUTHORS and ChangeLog.4
new 358a2e0568b Merge from origin/emacs-29
adds 7d1737071fb Bump Emacs version
new 9f3edb5726a ; Merge from origin/emacs-29
adds 82d6bb66fea Update HISTORY and ChangeLog.4
new 31e98998304 Merge from origin/emacs-29
adds 31cef9a4eac ; * lisp/ldefs-boot.el: Regenerated for Emacs 29.1.
new d85805a4e16 ; Merge from origin/emacs-29
adds 906ecf442c4 ; * etc/HISTORY: Fix the 28.3 entry.
adds 4e977136d31 Make compat check also check typescript
adds c2d95dd00e6 Remove nullptr named node from c++-ts-mode (bug#64818)
adds 7da1cee56b3 Update CMake support due to upstream changes (bug#64922)
adds a9b28224af0 ; Last-minute changes befor releasing 29.1
new 70421a88196 Merge from origin/emacs-29
adds 4a687bcc20d Bump Emacs version
adds cb1f7db2490 ; Minor documentation fixes
adds d13029cdcde Avoid crashes under 'which-key-mode'
adds 54e98b5f9bd ; Clarify documentation of
'server-after-make-frame-hook'
adds b2cb6e82160 ; Better documentation of HOME on MS-Windows
adds 71419a60c37 Avoid crashes due to invalid 'mode-line-format'
adds 96d52f89444 Fix function help for advised aliases (bug#64797)
adds 0002d4f3166 Avoid spurious whitespace in the modeline of
emacsclient frames
new cd6629c5dc7 ; Merge from origin/emacs-29
adds 7b9e83d3cf9 Fix bug#64923
adds 092a2ecb083 ; * admin/make-tarball.txt: Update based on latest
experiences.
new ec80c3e544e Merge from origin/emacs-29
adds ba60070b81c Backport: Fix some tree-sitter :match regexps
adds 2b8796eea19 Fix rx wrong-code bug: ranges starting with ^
new 38bbfdee62d ; Merge from origin/emacs-29
adds 23fc4793001 ; Fix admin/upload-manuals script
adds 1198cdb5567 Merge branch 'emacs-29' of
git.sv.gnu.org:/srv/git/emacs into emacs-29
adds bf83fdba9e3 ; * src/character.c (Fstring_width, Fchar_width): Doc
fixes.
adds 735f3700f65 ; * src/character.c (Fstring_width): Fix last change.
adds 29ef2157116 ; * lisp/textmodes/paragraphs.el: Remove leftover
comment.
adds 80c9f491fc8 Update to Org 9.6.7-5-gd1d0c3
adds 525d05c1b8a Merge branch 'emacs-29' of
git.savannah.gnu.org:/srv/git/emacs into emacs-29
new 30bcd714761 Merge from origin/emacs-29
adds 3560dfdb868 ; Fix backport of help-fns--analyze-function bug fix
new 18b176280db ; Merge from origin/emacs-29
Summary of changes:
ChangeLog.4 | 731 ++++++++++++++++++++++++++++++++++-
admin/make-tarball.txt | 7 +
admin/upload-manuals | 13 +-
doc/lispref/commands.texi | 4 +-
doc/lispref/minibuf.texi | 40 +-
doc/lispref/text.texi | 19 +-
doc/misc/org.org | 9 +-
etc/AUTHORS | 49 +--
etc/HISTORY | 4 +-
etc/refcards/orgcard.tex | 2 +-
lisp/bookmark.el | 6 +-
lisp/cus-face.el | 2 +-
lisp/org/ob-C.el | 2 +-
lisp/org/ob-tangle.el | 5 +-
lisp/org/org-element.el | 3 +-
lisp/org/org-faces.el | 2 +-
lisp/org/org-fold-core.el | 58 +--
lisp/org/org-mouse.el | 2 +-
lisp/org/org-version.el | 4 +-
lisp/org/org.el | 19 +-
lisp/org/ox-texinfo.el | 3 -
lisp/progmodes/c-ts-mode.el | 4 +-
lisp/progmodes/cmake-ts-mode.el | 52 ++-
lisp/progmodes/js.el | 61 ++-
lisp/progmodes/typescript-ts-mode.el | 80 ++--
lisp/subr.el | 8 +-
lisp/textmodes/paragraphs.el | 1 -
src/character.c | 36 +-
src/cmds.c | 3 +-
src/nsfns.m | 6 +-
src/sound.c | 2 +
src/xfns.c | 11 +
32 files changed, 1073 insertions(+), 175 deletions(-)
- master updated (1f3995f65a0 -> 18b176280db),
Eli Zaretskii <=
- master 65cd0912460 02/14: ; Merge from origin/emacs-29, Eli Zaretskii, 2023/07/31
- master d85805a4e16 08/14: ; Merge from origin/emacs-29, Eli Zaretskii, 2023/07/31
- master 358a2e0568b 05/14: Merge from origin/emacs-29, Eli Zaretskii, 2023/07/31
- master 555cb8f7b13 03/14: Merge from origin/emacs-29, Eli Zaretskii, 2023/07/31
- master f56034ca3c6 01/14: Merge from origin/emacs-29, Eli Zaretskii, 2023/07/31
- master c570d314b76 04/14: ; Merge from origin/emacs-29, Eli Zaretskii, 2023/07/31
- master 31e98998304 07/14: Merge from origin/emacs-29, Eli Zaretskii, 2023/07/31
- master cd6629c5dc7 10/14: ; Merge from origin/emacs-29, Eli Zaretskii, 2023/07/31
- master 18b176280db 14/14: ; Merge from origin/emacs-29, Eli Zaretskii, 2023/07/31
- master 30bcd714761 13/14: Merge from origin/emacs-29, Eli Zaretskii, 2023/07/31