]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Reword the lcms2 entry.
authorEli Zaretskii <eliz@gnu.org>
Thu, 14 Sep 2017 18:35:31 +0000 (21:35 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 14 Sep 2017 18:35:31 +0000 (21:35 +0300)
etc/NEWS

index 315af5addc6e4d16866d3a62d2d52e99c674dd6d..016868d5a342659371b5e877f001540f0aa9b351 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -69,10 +69,14 @@ Deterministic builds omit the build date from the output of the
 following variables nil: 'emacs-build-system', 'emacs-build-time',
 'erc-emacs-build-time'.
 
-** New configure option '--with-lcms2' attempts to build an Emacs
-linked to Little CMS, exposing color management functions in Lisp.
-Implemented functions include the color metrics 'lcms-cie-de2000' and
-'lcms-cam02-ucs'.
+---
+** Emacs can now be built with support for Little CMS.
+
+If the lcms2 library is installed, Emacs will enable features built on
+top of that library.  The new configure option '--without-lcms2' can
+be used to build without lcms2 support even if it is installed.  Emacs
+linked to Little CMS exposes color management functions in Lisp: the
+color metrics 'lcms-cie-de2000' and 'lcms-cam02-ucs'.
 
 ** The configure option '--with-gameuser' now defaults to 'no',
 as this appears to be the most common configuration in practice.