aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS12
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 315af5addc6..016868d5a34 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -69,10 +69,14 @@ Deterministic builds omit the build date from the output of the
69following variables nil: 'emacs-build-system', 'emacs-build-time', 69following variables nil: 'emacs-build-system', 'emacs-build-time',
70'erc-emacs-build-time'. 70'erc-emacs-build-time'.
71 71
72** New configure option '--with-lcms2' attempts to build an Emacs 72---
73linked to Little CMS, exposing color management functions in Lisp. 73** Emacs can now be built with support for Little CMS.
74Implemented functions include the color metrics 'lcms-cie-de2000' and 74
75'lcms-cam02-ucs'. 75If the lcms2 library is installed, Emacs will enable features built on
76top of that library. The new configure option '--without-lcms2' can
77be used to build without lcms2 support even if it is installed. Emacs
78linked to Little CMS exposes color management functions in Lisp: the
79color metrics 'lcms-cie-de2000' and 'lcms-cam02-ucs'.
76 80
77** The configure option '--with-gameuser' now defaults to 'no', 81** The configure option '--with-gameuser' now defaults to 'no',
78as this appears to be the most common configuration in practice. 82as this appears to be the most common configuration in practice.