]> git.eshelyaron.com Git - emacs.git/commitdiff
Document the new coding system compound-text-with-extensions.
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Feb 2002 11:16:41 +0000 (11:16 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Feb 2002 11:16:41 +0000 (11:16 +0000)
etc/NEWS

index aaae232b4aef4b85c8dcff0dbd6390721c4c4186..406fbe5d630ebcf1344c7e96c2f42fa0f0160943 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -13,6 +13,16 @@ For older news, see the file ONEWS
 \f
 * Changes in Emacs 21.2
 
+** Emacs now supports ICCCM Extended Segments in X selections.
+
+Some versions of X, notably XFree86, use Extended Segments to encode
+in X selections characters that belong to character sets which are not
+part of the list of standard charsets supported by the ICCCM spec.
+Examples of such non-standard character sets include ISO 8859-14, ISO
+8859-15, KOI8-R, and BIG5.  To paste selections with such characters
+into Emacs, use the new coding system compound-text-with-extensions as
+the value of selection-coding-system.
+
 ** The default values of `tooltip-delay' and `tooltip-hide-delay'
 were changed.