comparison etc/NEWS @ 43459:d242c8e8b2a0

Document the support for ICCCM Extended Segments.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Feb 2002 13:49:56 +0000
parents bacf1b0c4081
children dcf4af6ac385
comparison
equal deleted inserted replaced
43458:3dd402082e18 43459:d242c8e8b2a0
29 --- 29 ---
30 ** Support for BSD/OS 5.0 was added. 30 ** Support for BSD/OS 5.0 was added.
31 31
32 32
33 * Changes in Emacs 21.3 33 * Changes in Emacs 21.3
34
35 ---
36 ** Emacs now supports ICCCM Extended Segments in X selections.
37
38 Some versions of X, notably XFree86, use Extended Segments to encode
39 in X selections characters that belong to character sets which are not
40 part of the list of standard charsets supported by the ICCCM spec.
41 Examples of such non-standard character sets include ISO 8859-14, ISO
42 8859-15, KOI8-R, and BIG5. The coding system `compound-text' now
43 supports these extensions. If you don't want this support, set
44 `selection-coding-system' to `compound-text-no-extensions'.
34 45
35 +++ 46 +++
36 ** The parameters of automatic hscrolling can now be customized. 47 ** The parameters of automatic hscrolling can now be customized.
37 The variable `automatic-hscroll-margin' determines how many columns 48 The variable `automatic-hscroll-margin' determines how many columns
38 away from the window edge point is allowed to get before automatic 49 away from the window edge point is allowed to get before automatic