mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
; * etc/NEWS: Fix recently added entries.
This commit is contained in:
parent
ce54573dac
commit
79f6911bf1
19
etc/NEWS
19
etc/NEWS
@ -84,12 +84,6 @@ work right without some adjustment:
|
|||||||
|
|
||||||
* Changes in Emacs 27.1
|
* Changes in Emacs 27.1
|
||||||
|
|
||||||
---
|
|
||||||
*** Info browser can follow ``file:'' protocol URL's URL created with
|
|
||||||
The URL's created by the @url Texinfo command, and followed with the
|
|
||||||
Info-follow-nearest-node function, can now have 'file:' prototype and
|
|
||||||
are passed to 'browse-url' function, like were the other Web protocols
|
|
||||||
(namely ftp, http, and https).
|
|
||||||
---
|
---
|
||||||
** New variable 'xft-ignore-color-fonts'.
|
** New variable 'xft-ignore-color-fonts'.
|
||||||
Default t means don't try to load color fonts when using Xft, as they
|
Default t means don't try to load color fonts when using Xft, as they
|
||||||
@ -251,6 +245,7 @@ This enables more efficient backends. See the docstring of
|
|||||||
'flymake-diagnostic-functions' or the Flymake manual for details.
|
'flymake-diagnostic-functions' or the Flymake manual for details.
|
||||||
|
|
||||||
** Package
|
** Package
|
||||||
|
|
||||||
*** New 'package-quickstart' feature
|
*** New 'package-quickstart' feature
|
||||||
When 'package-quickstart' is non-nil, package.el precomputes a big autoloads
|
When 'package-quickstart' is non-nil, package.el precomputes a big autoloads
|
||||||
file so that activation of packages can be done much faster, which can speed up
|
file 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.
|
|||||||
|
|
||||||
*** New function 'package-activate-all'.
|
*** New function 'package-activate-all'.
|
||||||
|
|
||||||
|
** Info
|
||||||
|
|
||||||
|
---
|
||||||
|
*** Info can now follow 'file://' protocol URLs.
|
||||||
|
The 'file://' URLs in Info documents can now be followed by passing
|
||||||
|
them to the 'browse-url' function, like the other protocols: ftp,
|
||||||
|
http, and https. This allows to have references to local HTML files,
|
||||||
|
for example.
|
||||||
|
|
||||||
** Ecomplete
|
** Ecomplete
|
||||||
|
|
||||||
*** The ecomplete sorting has changed to a decay-based algorithm.
|
*** The ecomplete sorting has changed to a decay-based algorithm.
|
||||||
This can be controlled by the new 'ecomplete-sort-predicate' variable.
|
This can be controlled by the new 'ecomplete-sort-predicate' variable.
|
||||||
|
|
||||||
@ -308,6 +313,7 @@ and its value has been changed to Duck Duck Go.
|
|||||||
has been executed.
|
has been executed.
|
||||||
|
|
||||||
** Htmlfontify
|
** Htmlfontify
|
||||||
|
|
||||||
*** The functions 'hfy-color', 'hfy-color-vals' and
|
*** The functions 'hfy-color', 'hfy-color-vals' and
|
||||||
'hfy-fallback-color-values' and the variables 'hfy-fallback-color-map'
|
'hfy-fallback-color-values' and the variables 'hfy-fallback-color-map'
|
||||||
and 'hfy-rgb-txt-color-map' have been renamed from names that used
|
and '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
|
|||||||
defining new cl-defmethod of smtpmail-try-auth-method.
|
defining new cl-defmethod of smtpmail-try-auth-method.
|
||||||
|
|
||||||
** Footnote-mode
|
** Footnote-mode
|
||||||
|
|
||||||
*** Support Hebrew-style footnotes
|
*** Support Hebrew-style footnotes
|
||||||
*** Footnote text lines are now aligned.
|
*** Footnote text lines are now aligned.
|
||||||
Can be controlled via the new variable 'footnote-align-to-fn-text'.
|
Can be controlled via the new variable 'footnote-align-to-fn-text'.
|
||||||
|
Loading…
Reference in New Issue
Block a user