aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-11-06 15:02:57 +0200
committerEli Zaretskii2021-11-06 15:02:57 +0200
commit7343b0d0e4a1e665f99ea4473c1a4e4a13081e96 (patch)
tree240d0f6fa371ce7513962e0790f6b85273d0ccc4
parent0d6b2b0b9dcb958193f21bd5bd3bd389a42b3de2 (diff)
downloademacs-7343b0d0e4a1e665f99ea4473c1a4e4a13081e96.tar.gz
emacs-7343b0d0e4a1e665f99ea4473c1a4e4a13081e96.zip
; * etc/NEWS: Native compilation is more picky about missing dependencies.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cc4cdfe5b67..9ed340ae6a7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -36,6 +36,12 @@ to configure with the '--without-compress-install' option, so that the
36installed *.el files are not compressed; otherwise, you will not be 36installed *.el files are not compressed; otherwise, you will not be
37able to use JIT native compilation of the installed *.el files. 37able to use JIT native compilation of the installed *.el files.
38 38
39Note that JIT native compilation is done in a fresh session of Emacs
40that is run in a subprocess, so it can legitimately report some
41warnings and errors that aren't uncovered by byte-compilation. We
42recommend examining any such warnings before you decide they are
43false.
44
39** The Cairo graphics library is now used by default if present. 45** The Cairo graphics library is now used by default if present.
40'--with-cairo' is now the default, if the appropriate development files 46'--with-cairo' is now the default, if the appropriate development files
41are found by 'configure'. Note that building with Cairo means using 47are found by 'configure'. Note that building with Cairo means using