aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ab9a2a5f32d..adeee9e6ef2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -76,7 +76,8 @@ If the lcms2 library is installed, Emacs will enable features built on
76top of that library. The new configure option '--without-lcms2' can 76top of that library. The new configure option '--without-lcms2' can
77be used to build without lcms2 support even if it is installed. Emacs 77be used to build without lcms2 support even if it is installed. Emacs
78linked to Little CMS exposes color management functions in Lisp: the 78linked to Little CMS exposes color management functions in Lisp: the
79color metrics 'lcms-cie-de2000' and 'lcms-cam02-ucs'. 79color metrics 'lcms-cie-de2000' and 'lcms-cam02-ucs', as well as
80functions for conversion to and from CIE CAM02 and CAM02-UCS.
80 81
81** The configure option '--with-gameuser' now defaults to 'no', 82** The configure option '--with-gameuser' now defaults to 'no',
82as this appears to be the most common configuration in practice. 83as this appears to be the most common configuration in practice.