[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (48db8b68a8 -> 419ca81809)
From: |
Stefan Kangas |
Subject: |
master updated (48db8b68a8 -> 419ca81809) |
Date: |
Mon, 26 Dec 2022 00:45:46 -0500 (EST) |
skangas pushed a change to branch master.
from 48db8b68a8 Merge from origin/emacs-29
adds ecee3bd420 ; Fix recent changes in treesit documentation
adds 2cec78254e ; * nt/INSTALL.W64: Fix wording.
adds 7bc7b6b4dd ; Partial revert of f3e7820b
adds b38e56d8a9 Handle missing dependencies for source packages
adds e8b34109ee Reorder optional arguments to 'package-vc-install'
adds a819ca5a93 Generalize treesit-defun functions to "things"
adds 79584a206b Further generalize treesit-defun functions
adds 4234033a47 ; * lisp/treesit.el: Add some comments.
adds e6c49c0454 ; Fix byte-copmiler warning in
c-ts-mode--fontify-declarator
adds f6c5b3d635 ; * doc/lispref/parsing.texi: Add a reminder.
adds d62b634d8f ; * src/process.c (Fprocess_running_child_p): Doc fix.
adds dda011c78d ; * doc/lispref/parsing.texi (Tree-sitter major modes):
Fix @cindex.
adds 9ab98cd42a Add heuristic to locate lisp code in source packages
adds 940ab2423c ; Always consider :lisp-dir when locating main file of
VC packages
adds 72786ae237 ; Restore ARGS argument in c-ts-mode--fontify-declarator
adds dad73e4de1 ; Review and fix NEWS and related documentation
adds b1e68a33d8 Update to Org 9.6-61-g63e073f
adds 1073e96170 ; * doc/lispref/text.texi (Database): Fix a typo.
(Bug#60317)
adds 6c00d126e7 Remove remaining mentions of 'eval-current-buffer'
new 419ca81809 Merge from origin/emacs-29
Summary of changes:
doc/lispref/display.texi | 14 ++
doc/lispref/edebug.texi | 23 +-
doc/lispref/eval.texi | 3 -
doc/lispref/parsing.texi | 35 ++-
doc/lispref/text.texi | 2 +-
etc/NEWS.29 | 559 ++++++++++++++++++++++++------------------
lisp/emacs-lisp/edebug.el | 6 +-
lisp/emacs-lisp/package-vc.el | 263 +++++++++++++-------
lisp/emacs-lisp/package.el | 2 +-
lisp/emacs-lisp/subr-x.el | 5 +-
lisp/org/ob-core.el | 10 +-
lisp/org/ob-tangle.el | 3 +-
lisp/org/oc-basic.el | 18 +-
lisp/org/org-element.el | 16 +-
lisp/org/org-persist.el | 46 +++-
lisp/org/org-version.el | 2 +-
lisp/org/org.el | 5 +-
lisp/org/ox-html.el | 2 +-
lisp/progmodes/c-ts-mode.el | 2 +-
lisp/treesit.el | 180 ++++++++++----
nt/INSTALL.W64 | 37 +--
src/process.c | 11 +-
22 files changed, 774 insertions(+), 470 deletions(-)
- master updated (48db8b68a8 -> 419ca81809),
Stefan Kangas <=