aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-12-19 05:00:38 +0100
committerStefan Kangas2022-12-19 05:00:38 +0100
commit6c842ef81c28b5ca8d2255c3ccb91df8a11c971a (patch)
tree99c113aab850c415dc9ad0f6505648c87ed27665
parent6c540e38f4d9528f8e6dfdc44d1b95840efab456 (diff)
downloademacs-6c842ef81c28b5ca8d2255c3ccb91df8a11c971a.tar.gz
emacs-6c842ef81c28b5ca8d2255c3ccb91df8a11c971a.zip
; Fix merge errors in etc/NEWS
-rw-r--r--etc/NEWS10
-rw-r--r--etc/NEWS.2910
2 files changed, 10 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 00f96904156..af7f1050b76 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -38,11 +38,6 @@ connection.
38 38
39* Editing Changes in Emacs 30.1 39* Editing Changes in Emacs 30.1
40 40
41---
42*** New input method 'cyrillic-chuvash'.
43This input method is based on the russian-computer, and is intended
44for the Chuvash language written in the Cyrillic script.
45
46 41
47* Changes in Specialized Modes and Packages in Emacs 30.1 42* Changes in Specialized Modes and Packages in Emacs 30.1
48--- 43---
@@ -104,11 +99,6 @@ point is not in a comment or a string. It is by default bound to
104 99
105* Incompatible Lisp Changes in Emacs 30.1 100* Incompatible Lisp Changes in Emacs 30.1
106 101
107*** New major mode 'yaml-ts-mode'.
108A major mode based on the tree-sitter library for editing files
109written in YAML. It is auto-enabled for files with the ".yaml" or
110".yml" extensions.
111
112 102
113* Lisp Changes in Emacs 30.1 103* Lisp Changes in Emacs 30.1
114 104
diff --git a/etc/NEWS.29 b/etc/NEWS.29
index e1864e21174..017fd850b4e 100644
--- a/etc/NEWS.29
+++ b/etc/NEWS.29
@@ -1411,6 +1411,11 @@ language.
1411This is a variant of the 'slovak' input method, which corresponds to 1411This is a variant of the 'slovak' input method, which corresponds to
1412the QWERTY Slovak keyboards. 1412the QWERTY Slovak keyboards.
1413 1413
1414---
1415*** New input method 'cyrillic-chuvash'.
1416This input method is based on the russian-computer, and is intended
1417for the Chuvash language written in the Cyrillic script.
1418
1414 1419
1415* Changes in Specialized Modes and Packages in Emacs 29.1 1420* Changes in Specialized Modes and Packages in Emacs 29.1
1416 1421
@@ -3143,6 +3148,11 @@ the Go language. It is auto-enabled for files with the ".go" extension.
3143A major mode based on the tree-sitter library for editing "go.mod" 3148A major mode based on the tree-sitter library for editing "go.mod"
3144files. It is auto-enabled for files which are named "go.mod". 3149files. It is auto-enabled for files which are named "go.mod".
3145 3150
3151*** New major mode 'yaml-ts-mode'.
3152A major mode based on the tree-sitter library for editing files
3153written in YAML. It is auto-enabled for files with the ".yaml" or
3154".yml" extensions.
3155
3146*** New major mode 'rust-ts-mode'. 3156*** New major mode 'rust-ts-mode'.
3147A major mode based on the tree-sitter library for editing programs in 3157A major mode based on the tree-sitter library for editing programs in
3148the Rust language. It is auto-enabled for files with the ".rs" extension. 3158the Rust language. It is auto-enabled for files with the ".rs" extension.