aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e0a736b87a4..aa7547ac07a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1041,6 +1041,16 @@ The new variable `w32-pass-extra-mouse-buttons-to-system' controls
1041whether Emacs should handle the extra buttons itself (the default), or 1041whether Emacs should handle the extra buttons itself (the default), or
1042pass them to Windows to be handled with system-wide functions. 1042pass them to Windows to be handled with system-wide functions.
1043 1043
1044---
1045** Emacs takes note of colors defined in Control Panel on MS-Windows.
1046The Control Panel defines some default colors for applications in
1047much the same way as wildcard X Resources do on X. Emacs now
1048adds these colors to the colormap prefixed by System (eg SystemMenu
1049for the default Menu background, SystemMenuText for the foreground),
1050and uses some of them to initialize some of the default faces.
1051`list-colors-display' will show the list of System color names if you
1052wish to use them in other faces.
1053
1044+++ 1054+++
1045** Under X11, it is possible to swap Alt and Meta (and Super and Hyper). 1055** Under X11, it is possible to swap Alt and Meta (and Super and Hyper).
1046The new variables `x-alt-keysym', `x-hyper-keysym', `x-meta-keysym', 1056The new variables `x-alt-keysym', `x-hyper-keysym', `x-meta-keysym',