Mercurial > emacs
comparison etc/NEWS @ 45859:988fc3c76c19
More wording changes.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 17 Jun 2002 10:30:24 +0000 |
parents | eabc9c7b9cdc |
children | 5cce53a1bf6f |
comparison
equal
deleted
inserted
replaced
45858:4b82c5c8f5c8 | 45859:988fc3c76c19 |
---|---|
136 +++ | 136 +++ |
137 ** Emacs now supports compound-text Extended Segments in X selections. | 137 ** Emacs now supports compound-text Extended Segments in X selections. |
138 | 138 |
139 Some versions of X, notably XFree86, use Extended Segments to encode | 139 Some versions of X, notably XFree86, use Extended Segments to encode |
140 in X selections characters that belong to character sets which are not | 140 in X selections characters that belong to character sets which are not |
141 part of the list of standard charsets supported by the ICCCM spec. | 141 part of the list of approved standard encodings defined by the ICCCM |
142 Examples of such non-standard character sets include ISO 8859-14, ISO | 142 spec. Examples of such non-standard encodings include ISO 8859-14, ISO |
143 8859-15, KOI8-R, and BIG5. The new coding system | 143 8859-15, KOI8-R, and BIG5. The new coding system |
144 `compound-text-with-extensions' supports these extensions, and is now | 144 `compound-text-with-extensions' supports these extensions, and is now |
145 used by default for encoding and decoding X selections. If you don't | 145 used by default for encoding and decoding X selections. If you don't |
146 want this support, set `selection-coding-system' to `compound-text'. | 146 want this support, set `selection-coding-system' to `compound-text'. |
147 | 147 |