diff options
| author | Stefan Kangas | 2022-12-19 05:00:38 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-19 05:00:38 +0100 |
| commit | 6c842ef81c28b5ca8d2255c3ccb91df8a11c971a (patch) | |
| tree | 99c113aab850c415dc9ad0f6505648c87ed27665 | |
| parent | 6c540e38f4d9528f8e6dfdc44d1b95840efab456 (diff) | |
| download | emacs-6c842ef81c28b5ca8d2255c3ccb91df8a11c971a.tar.gz emacs-6c842ef81c28b5ca8d2255c3ccb91df8a11c971a.zip | |
; Fix merge errors in etc/NEWS
| -rw-r--r-- | etc/NEWS | 10 | ||||
| -rw-r--r-- | etc/NEWS.29 | 10 |
2 files changed, 10 insertions, 10 deletions
| @@ -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'. | ||
| 43 | This input method is based on the russian-computer, and is intended | ||
| 44 | for 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'. | ||
| 108 | A major mode based on the tree-sitter library for editing files | ||
| 109 | written 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. | |||
| 1411 | This is a variant of the 'slovak' input method, which corresponds to | 1411 | This is a variant of the 'slovak' input method, which corresponds to |
| 1412 | the QWERTY Slovak keyboards. | 1412 | the QWERTY Slovak keyboards. |
| 1413 | 1413 | ||
| 1414 | --- | ||
| 1415 | *** New input method 'cyrillic-chuvash'. | ||
| 1416 | This input method is based on the russian-computer, and is intended | ||
| 1417 | for 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. | |||
| 3143 | A major mode based on the tree-sitter library for editing "go.mod" | 3148 | A major mode based on the tree-sitter library for editing "go.mod" |
| 3144 | files. It is auto-enabled for files which are named "go.mod". | 3149 | files. It is auto-enabled for files which are named "go.mod". |
| 3145 | 3150 | ||
| 3151 | *** New major mode 'yaml-ts-mode'. | ||
| 3152 | A major mode based on the tree-sitter library for editing files | ||
| 3153 | written 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'. |
| 3147 | A major mode based on the tree-sitter library for editing programs in | 3157 | A major mode based on the tree-sitter library for editing programs in |
| 3148 | the Rust language. It is auto-enabled for files with the ".rs" extension. | 3158 | the Rust language. It is auto-enabled for files with the ".rs" extension. |