aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2019-09-07 12:26:08 +0300
committerEli Zaretskii2019-09-07 12:26:08 +0300
commitf34f49f35e5c000a6ee070678f43d2ca38b76cad (patch)
tree4b23b17ef8bcedabcaf73f04d9d8be9a026c9090 /etc
parent7eaca940ceecc812d6099de64bf7e7a5081fdfb2 (diff)
downloademacs-f34f49f35e5c000a6ee070678f43d2ca38b76cad.tar.gz
emacs-f34f49f35e5c000a6ee070678f43d2ca38b76cad.zip
Set inhibit-compacting-font-caches to t by default on MS-Windows
* src/font.c (syms_of_font) [WINDOWSNT]: Set inhibit-compacting-font-caches to t by default. * etc/NEWS: Mention the change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d5130e9f3cb..d951444675e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2663,6 +2663,11 @@ is being used, except in Far Eastern locales. When this variable is
2663non-zero, Emacs at startup sets 'locale-coding-system' to the 2663non-zero, Emacs at startup sets 'locale-coding-system' to the
2664corresponding encoding, instead of using 'w32-ansi-code-page'. 2664corresponding encoding, instead of using 'w32-ansi-code-page'.
2665 2665
2666---
2667** The default value of 'inhibit-compacting-font-caches' is t on MS-Windows.
2668Experience shows that compacting font caches causes more trouble on
2669MS-Windows than it helps.
2670
2666+++ 2671+++
2667** On NS the behaviour of drag and drop can now be modified by use of 2672** On NS the behaviour of drag and drop can now be modified by use of
2668modifier keys in line with Apples guidelines. This makes the drag and 2673modifier keys in line with Apples guidelines. This makes the drag and