aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2016-02-09 14:23:53 -0800
committerPaul Eggert2016-02-09 14:23:53 -0800
commit05595c2e59983db469e620c4f34b2eef5123391b (patch)
tree9c72fdb703ebbacb66a9ca08c7a3d4c5bef01049 /etc
parent8fa67e959bcc835c359981aae01f0dad3213451a (diff)
parent821213572075b3f5a97676f48aeb6733bf437277 (diff)
downloademacs-05595c2e59983db469e620c4f34b2eef5123391b.tar.gz
emacs-05595c2e59983db469e620c4f34b2eef5123391b.zip
-
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
1 files changed, 11 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 717c6bc89ab..f0a3bec4525 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -359,12 +359,17 @@ as you type. See also the new variable ‘text-quoting-style’.
359** New minor mode global-eldoc-mode is enabled by default. 359** New minor mode global-eldoc-mode is enabled by default.
360 360
361--- 361---
362** Emacs now supports "bracketed paste mode" when running on a terminal 362** Emacs now uses "bracketed paste mode" on text terminals that support it.
363that supports it. This facility allows Emacs to understand pasted 363Bracketed paste mode causes text terminals to wrap pasted text in special
364chunks of text as strings to be inserted, instead of interpreting each 364escape sequences that allow Emacs to tell the difference between text
365character in the pasted text as actual user input. This results in a 365you type and text you paste from other applications. Emacs then
366paste experience similar to that under a window system, and significant 366avoids interpreting each character in the pasted text as it does with
367performance improvements when pasting large amounts of text. 367keyboard input, which results in a paste experience similar to that
368under a window system, and significant performance improvements when
369pasting large amounts of text.
370
371Bracketed paste mode is disabled by default, so Emacs automatically
372enables it at startup if the terminal supports it.
368 373
369+++ 374+++
370** Emacs now supports the latest version of the UBA. 375** Emacs now supports the latest version of the UBA.