Mercurial > emacs
changeset 60089:5bd1e5eb4154
Add note about Unicode clipboard support on Windows.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 15 Feb 2005 23:02:56 +0000 |
parents | 536d0d547298 |
children | 0764705c7e03 |
files | etc/NEWS |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Feb 15 22:07:53 2005 +0000 +++ b/etc/NEWS Tue Feb 15 23:02:56 2005 +0000 @@ -2188,6 +2188,14 @@ `list-colors-display' shows the list of System color names, in case you wish to use them in other faces. +--- +** On MS Windows NT/W2K/XP, Emacs uses Unicode for clipboard operations. +Those systems use Unicode internally, so this allows Emacs to share +multilingual text with other applications. On other versions of +MS Windows, Emacs now uses the appropriate locale coding-system, so +the clipboard should work correctly for your local language without +any customizations. + +++ ** Under X11, it is possible to swap Alt and Meta (and Super and Hyper). The new variables `x-alt-keysym', `x-hyper-keysym', `x-meta-keysym',