emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 79f6911: ; * etc/NEWS: Fix recently added entries.


From: Eli Zaretskii
Subject: [Emacs-diffs] master 79f6911: ; * etc/NEWS: Fix recently added entries.
Date: Wed, 27 Jun 2018 14:08:45 -0400 (EDT)

branch: master
commit 79f6911bf1f6262c723f5a3602c2f80cbe63cf54
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * etc/NEWS: Fix recently added entries.
---
 etc/NEWS | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 6bfc8e5..eb9169a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -85,12 +85,6 @@ work right without some adjustment:
 * 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'.
 Default t means don't try to load color fonts when using Xft, as they
 often 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
 'flymake-diagnostic-functions' or the Flymake manual for details.
 
 ** Package
+
 *** New 'package-quickstart' feature
 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
@@ -261,7 +256,17 @@ you don't need to set them in your early init file.
 
 *** 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
+
 *** The ecomplete sorting has changed to a decay-based algorithm.
 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.
 
 ** Htmlfontify
+
 *** The functions 'hfy-color', 'hfy-color-vals' and
 'hfy-fallback-color-values' and the variables 'hfy-fallback-color-map'
 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.
 
 ** Footnote-mode
+
 *** Support Hebrew-style footnotes
 *** Footnote text lines are now aligned.
 Can be controlled via the new variable 'footnote-align-to-fn-text'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]