aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJulien Danjou2013-12-27 11:43:11 +0100
committerJulien Danjou2013-12-27 11:43:11 +0100
commit765fe182c4b39093b4763c065b98cf7019cc6979 (patch)
treeff0e9ba2060bfaddebd129f9397dde70958725bd /etc
parentfe6462ee7ce2ec04322674952ff3e97085a4db69 (diff)
downloademacs-765fe182c4b39093b4763c065b98cf7019cc6979.tar.gz
emacs-765fe182c4b39093b4763c065b98cf7019cc6979.zip
Enable ns-use-srgb-colorspace by default
See thread https://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00706.html * nsterm.m (syms_of_nsterm): Enable ns-use-srgb-colorspace by default.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a9fd1eac038..a83f7d0742c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1288,7 +1288,7 @@ Customize `ns-use-native-fullscreen' to change style. For >= 10.7
1288native is the default. 1288native is the default.
1289 1289
1290** OSX >= 10.7 can use sRGB colorspace. 1290** OSX >= 10.7 can use sRGB colorspace.
1291Customize `ns-use-srgb-colorspace' to change style. nil is the default. 1291Customize `ns-use-srgb-colorspace' to change style. t is the default.
1292Note: This does not apply to images. 1292Note: This does not apply to images.
1293 1293
1294 1294