1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

; * etc/NEWS: Reword the lcms2 entry.

This commit is contained in:
Eli Zaretskii 2017-09-14 21:35:31 +03:00
parent 7d33ebc1f0
commit 0d5f0a8d56

View File

@ -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.