aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 227a7d036fe..2fed65f603a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -32,6 +32,17 @@ Emacs with Leim.
32 32
33* Changes in Emacs 21.3 33* Changes in Emacs 21.3
34 34
35---
36** Emacs now supports ICCCM Extended Segments in X selections.
37
38Some versions of X, notably XFree86, use Extended Segments to encode
39in X selections characters that belong to character sets which are not
40part of the list of standard charsets supported by the ICCCM spec.
41Examples of such non-standard character sets include ISO 8859-14, ISO
428859-15, KOI8-R, and BIG5. The coding system `compound-text' now
43supports these extensions. If you don't want this support, set
44`selection-coding-system' to `compound-text-no-extensions'.
45
35+++ 46+++
36** The parameters of automatic hscrolling can now be customized. 47** The parameters of automatic hscrolling can now be customized.
37The variable `automatic-hscroll-margin' determines how many columns 48The variable `automatic-hscroll-margin' determines how many columns