aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-09-14 21:35:31 +0300
committerEli Zaretskii2017-09-14 21:35:31 +0300
commit0d5f0a8d56bb7e15607c77a7d5d6e36776eff94d (patch)
treea1fae0c0d28336af3168696511dc08e0c387cc74
parent7d33ebc1f0d68b0b2a5bb089e5b62e7e1f6fc3f6 (diff)
downloademacs-0d5f0a8d56bb7e15607c77a7d5d6e36776eff94d.tar.gz
emacs-0d5f0a8d56bb7e15607c77a7d5d6e36776eff94d.zip
; * etc/NEWS: Reword the lcms2 entry.
-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.