# HG changeset patch # User Jason Rumney # Date 1108508576 0 # Node ID 5bd1e5eb4154e70fcd370d7b518fdf299f1323c9 # Parent 536d0d5472988f9cd9c408ab118adbbbebe59b5d Add note about Unicode clipboard support on Windows. diff -r 536d0d547298 -r 5bd1e5eb4154 etc/NEWS --- 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',