aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-06-27 21:08:28 +0300
committerEli Zaretskii2018-06-27 21:08:28 +0300
commit79f6911bf1f6262c723f5a3602c2f80cbe63cf54 (patch)
tree5f0fdb5592cec1211fc407ca368537536e7b18e8
parentce54573dacaeb234ac006b71cbaafe1c543515f1 (diff)
downloademacs-79f6911bf1f6262c723f5a3602c2f80cbe63cf54.tar.gz
emacs-79f6911bf1f6262c723f5a3602c2f80cbe63cf54.zip
; * etc/NEWS: Fix recently added entries.
-rw-r--r--etc/NEWS19
1 files changed, 13 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6bfc8e58cf9..eb9169a7762 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -85,12 +85,6 @@ work right without some adjustment:
85* Changes in Emacs 27.1 85* Changes in Emacs 27.1
86 86
87--- 87---
88*** Info browser can follow ``file:'' protocol URL's URL created with
89The URL's created by the @url Texinfo command, and followed with the
90Info-follow-nearest-node function, can now have 'file:' prototype and
91are passed to 'browse-url' function, like were the other Web protocols
92(namely ftp, http, and https).
93---
94** New variable 'xft-ignore-color-fonts'. 88** New variable 'xft-ignore-color-fonts'.
95Default t means don't try to load color fonts when using Xft, as they 89Default t means don't try to load color fonts when using Xft, as they
96often cause crashes. Set it to nil if you really need those fonts. 90often cause crashes. Set it to nil if you really need those fonts.
@@ -251,6 +245,7 @@ This enables more efficient backends. See the docstring of
251'flymake-diagnostic-functions' or the Flymake manual for details. 245'flymake-diagnostic-functions' or the Flymake manual for details.
252 246
253** Package 247** Package
248
254*** New 'package-quickstart' feature 249*** New 'package-quickstart' feature
255When 'package-quickstart' is non-nil, package.el precomputes a big autoloads 250When 'package-quickstart' is non-nil, package.el precomputes a big autoloads
256file so that activation of packages can be done much faster, which can speed up 251file so that activation of packages can be done much faster, which can speed up
@@ -261,7 +256,17 @@ you don't need to set them in your early init file.
261 256
262*** New function 'package-activate-all'. 257*** New function 'package-activate-all'.
263 258
259** Info
260
261---
262*** Info can now follow 'file://' protocol URLs.
263The 'file://' URLs in Info documents can now be followed by passing
264them to the 'browse-url' function, like the other protocols: ftp,
265http, and https. This allows to have references to local HTML files,
266for example.
267
264** Ecomplete 268** Ecomplete
269
265*** The ecomplete sorting has changed to a decay-based algorithm. 270*** The ecomplete sorting has changed to a decay-based algorithm.
266This can be controlled by the new 'ecomplete-sort-predicate' variable. 271This can be controlled by the new 'ecomplete-sort-predicate' variable.
267 272
@@ -308,6 +313,7 @@ and its value has been changed to Duck Duck Go.
308has been executed. 313has been executed.
309 314
310** Htmlfontify 315** Htmlfontify
316
311*** The functions 'hfy-color', 'hfy-color-vals' and 317*** The functions 'hfy-color', 'hfy-color-vals' and
312'hfy-fallback-color-values' and the variables 'hfy-fallback-color-map' 318'hfy-fallback-color-values' and the variables 'hfy-fallback-color-map'
313and 'hfy-rgb-txt-color-map' have been renamed from names that used 319and 'hfy-rgb-txt-color-map' have been renamed from names that used
@@ -326,6 +332,7 @@ Authentication mechanisms can be added via external packages, by
326defining new cl-defmethod of smtpmail-try-auth-method. 332defining new cl-defmethod of smtpmail-try-auth-method.
327 333
328** Footnote-mode 334** Footnote-mode
335
329*** Support Hebrew-style footnotes 336*** Support Hebrew-style footnotes
330*** Footnote text lines are now aligned. 337*** Footnote text lines are now aligned.
331Can be controlled via the new variable 'footnote-align-to-fn-text'. 338Can be controlled via the new variable 'footnote-align-to-fn-text'.