summaryrefslogtreecommitdiff
path: root/etc/NEWS.29
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-01-04 06:30:13 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-01-04 06:30:13 +0100
commit1ddd31bf9843c0453af92a09f98935cfcbb4e250 (patch)
tree169886ea0c3694832b5db6e355240a1bc4639435 /etc/NEWS.29
parent0e1b03bbb87d0b09ba841c0318fce77533914208 (diff)
parent0d98fac6bbc19c7728d42d6196adf4d392ba3132 (diff)
downloademacs-1ddd31bf9843c0453af92a09f98935cfcbb4e250.tar.gz
Merge from origin/emacs-29
0d98fac6bbc (ruby-ts-add-log-current-function): Fix when between two ... da69f116bfc ; * doc/lispref/positions.texi (List Motion): Minor wordi... 0b0eae0bf76 ; Improve documentation of 'treesit-language-source-alist' ae0d218d0b3 ; * etc/NEWS: Mention treesit-install-language-grammar. de3df3bc51e * lisp/vc/vc-git.el (vc-git-checkin): Pass vc-git-diff-sw... # Conflicts: # etc/NEWS
Diffstat (limited to 'etc/NEWS.29')
-rw-r--r--etc/NEWS.296
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS.29 b/etc/NEWS.29
index 355ba6ba8aa..38a8798507a 100644
--- a/etc/NEWS.29
+++ b/etc/NEWS.29
@@ -68,6 +68,12 @@ Emacs modes you will use, as Emacs loads these libraries only when the
corresponding mode is turned on in some buffer for the first time in
an Emacs session.
+Emacs provides a user command, 'treesit-install-language-grammar',
+that automates the download and build process of a grammar library.
+It prompts for the language, the URL of the language grammar's VCS
+repository, and then uses the installed C/C++ compiler to build the
+library and install it.
+
+++
** Emacs can be built with built-in support for accessing SQLite databases.
This uses the popular sqlite3 library, and can be disabled by using