aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-05 14:04:03 +0200
committerEli Zaretskii2015-12-05 14:04:03 +0200
commitf7437b8a9a71f7fa5c0aa133ddd389ffdb0c01db (patch)
tree124c2900f5fa7392db96fd5739ba5250d8d08234
parentffea04e6993df1dfccb02e11c1235d66f8fe0477 (diff)
downloademacs-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/NEWS14
1 files changed, 11 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2a470ce5323..b838e70f436 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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”
253as you type. See also the new variable ‘text-quoting-style’. 258as 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
258that supports it. This facility allows Emacs to understand pasted 265that supports it. This facility allows Emacs to understand pasted
259chunks of text as strings to be inserted, instead of interpreting each 266chunks 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
261paste experience similar to that under a window system, and significant 268paste experience similar to that under a window system, and significant
262performance improvements when pasting large amounts of text. 269performance 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.
265The Emacs implementation of the Unicode Bidirectional Algorithm (UBA) 273The Emacs implementation of the Unicode Bidirectional Algorithm (UBA)
266was updated to support all the latest additions and changes introduced 274was updated to support all the latest additions and changes introduced