diff options
| author | Eli Zaretskii | 2015-12-05 14:04:03 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-05 14:04:03 +0200 |
| commit | f7437b8a9a71f7fa5c0aa133ddd389ffdb0c01db (patch) | |
| tree | 124c2900f5fa7392db96fd5739ba5250d8d08234 | |
| parent | ffea04e6993df1dfccb02e11c1235d66f8fe0477 (diff) | |
| download | emacs-f7437b8a9a71f7fa5c0aa133ddd389ffdb0c01db.tar.gz emacs-f7437b8a9a71f7fa5c0aa133ddd389ffdb0c01db.zip | |
; Minor changes in etc/NEWS
* etc/NEWS: Mark several entries as already documented or as not
requiring documentation.
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 11 insertions, 3 deletions
| @@ -244,16 +244,23 @@ affected by the command. | |||
| 244 | +++ | 244 | +++ |
| 245 | ** New command `comment-line' bound to `C-x C-;'. | 245 | ** New command `comment-line' bound to `C-x C-;'. |
| 246 | 246 | ||
| 247 | ** Unicode names entered via C-x 8 RET now use substring completion by default. | 247 | ** New and improved facilities for inserting Unicode characters |
| 248 | 248 | ||
| 249 | ** C-x 8 now has shorthands for these chars: ‐ ‑ ‒ – — ― ‘ ’ “ ” † ‡ • ′ ″ | 249 | --- |
| 250 | *** Unicode names entered via C-x 8 RET now use substring completion by default. | ||
| 251 | |||
| 252 | +++ | ||
| 253 | *** C-x 8 now has shorthands for these chars: ‐ ‑ ‒ – — ― ‘ ’ “ ” † ‡ • ′ ″ | ||
| 250 | € № ← → ↔ − ≈ ≠ ≤ ≥. As before, you can type C-x 8 C-h to list shorthands. | 254 | € № ← → ↔ − ≈ ≠ ≤ ≥. As before, you can type C-x 8 C-h to list shorthands. |
| 251 | 255 | ||
| 252 | ** New minor mode electric-quote-mode for quoting ‘like this’ and “like this” | 256 | +++ |
| 257 | *** New minor mode electric-quote-mode for quoting ‘like this’ and “like this” | ||
| 253 | as you type. See also the new variable ‘text-quoting-style’. | 258 | as you type. See also the new variable ‘text-quoting-style’. |
| 254 | 259 | ||
| 260 | --- | ||
| 255 | ** New minor mode global-eldoc-mode is enabled by default. | 261 | ** New minor mode global-eldoc-mode is enabled by default. |
| 256 | 262 | ||
| 263 | --- | ||
| 257 | ** Emacs now supports "bracketed paste mode" when running on a terminal | 264 | ** Emacs now supports "bracketed paste mode" when running on a terminal |
| 258 | that supports it. This facility allows Emacs to understand pasted | 265 | that supports it. This facility allows Emacs to understand pasted |
| 259 | chunks of text as strings to be inserted, instead of interpreting each | 266 | chunks of text as strings to be inserted, instead of interpreting each |
| @@ -261,6 +268,7 @@ character in the pasted text as actual user input. This results in a | |||
| 261 | paste experience similar to that under a window system, and significant | 268 | paste experience similar to that under a window system, and significant |
| 262 | performance improvements when pasting large amounts of text. | 269 | performance improvements when pasting large amounts of text. |
| 263 | 270 | ||
| 271 | +++ | ||
| 264 | ** Emacs now supports the latest version of the UBA. | 272 | ** Emacs now supports the latest version of the UBA. |
| 265 | The Emacs implementation of the Unicode Bidirectional Algorithm (UBA) | 273 | The Emacs implementation of the Unicode Bidirectional Algorithm (UBA) |
| 266 | was updated to support all the latest additions and changes introduced | 274 | was updated to support all the latest additions and changes introduced |