Mercurial > emacs
comparison etc/NEWS @ 43563:1440b9054cb4
Document the changes with compound-text and compound-text-with-extensions.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 26 Feb 2002 16:51:30 +0000 |
parents | 324295ebaf57 |
children | b0f0d5c8cb4f 7f6de538d995 |
comparison
equal
deleted
inserted
replaced
43562:ca00a6c76017 | 43563:1440b9054cb4 |
---|---|
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 | 34 |
35 --- | 35 +++ |
36 ** Emacs now supports ICCCM Extended Segments in X selections. | 36 ** Emacs now supports ICCCM Extended Segments in X selections. |
37 | 37 |
38 Some versions of X, notably XFree86, use Extended Segments to encode | 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 | 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. | 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 | 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 | 42 8859-15, KOI8-R, and BIG5. The new coding system |
43 supports these extensions. If you don't want this support, set | 43 `compound-text-with-extensions' supports these extensions, and is now |
44 `selection-coding-system' to `compound-text-no-extensions'. | 44 used by default for encoding and decoding X selections. If you don't |
45 want this support, set `selection-coding-system' to `compound-text'. | |
45 | 46 |
46 +++ | 47 +++ |
47 ** The parameters of automatic hscrolling can now be customized. | 48 ** The parameters of automatic hscrolling can now be customized. |
48 The variable `automatic-hscroll-margin' determines how many columns | 49 The variable `automatic-hscroll-margin' determines how many columns |
49 away from the window edge point is allowed to get before automatic | 50 away from the window edge point is allowed to get before automatic |