summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorYuan Fu <casouri@gmail.com>2024-06-04 19:55:33 -0700
committerYuan Fu <casouri@gmail.com>2024-06-04 21:44:05 -0700
commit2ee3edce3f5de55fc11997f522cbe2f00a4471fd (patch)
treee11f3bb48934012f6100737e2f9d8a56785bcf76 /etc
parent24b7bf2746fd7bf097e04c5b9363cab197edbc7c (diff)
Revert "New function treesit-parser-changed-ranges"
This reverts commit 996b9576713f9d63ea7ff7e9630a15cb0a0214eb. For reason see 760b54de080.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS18
1 files changed, 0 insertions, 18 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 302cd30a135..3220a3f16e4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2872,24 +2872,6 @@ only return parsers for that language. If TAG is given, only return
parsers with that tag. Note that passing nil as tag doesn't mean return
all parsers, but rather "all parsers with no tags".
-+++
-*** New function 'treesit-parser-changed-ranges'.
-This function returns buffer regions that are affected by the last
-buffer edits.
-
-*** New function 'treesit-add-font-lock-rules'.
-This function helps users to add custom font-lock rules to a tree-sitter
-major mode.
-
----
-** The variable 'rx-constituents' is now obsolete.
-Use 'rx-define', 'rx-let' and 'rx-let-eval' instead.
-
----
-** 'defvar-keymap' can specify hints for 'repeat-mode'.
-Using ':repeat (:hints ((command . "hint") ...))' will show
-the hint string in the echo area together with repeatable keys.
-
* Changes in Emacs 30.1 on Non-Free Operating Systems