diff options
| author | Eli Zaretskii | 2018-06-27 21:08:28 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-06-27 21:08:28 +0300 |
| commit | 79f6911bf1f6262c723f5a3602c2f80cbe63cf54 (patch) | |
| tree | 5f0fdb5592cec1211fc407ca368537536e7b18e8 | |
| parent | ce54573dacaeb234ac006b71cbaafe1c543515f1 (diff) | |
| download | emacs-79f6911bf1f6262c723f5a3602c2f80cbe63cf54.tar.gz emacs-79f6911bf1f6262c723f5a3602c2f80cbe63cf54.zip | |
; * etc/NEWS: Fix recently added entries.
| -rw-r--r-- | etc/NEWS | 19 |
1 files changed, 13 insertions, 6 deletions
| @@ -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 | ||
| 89 | The URL's created by the @url Texinfo command, and followed with the | ||
| 90 | Info-follow-nearest-node function, can now have 'file:' prototype and | ||
| 91 | are 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'. |
| 95 | Default t means don't try to load color fonts when using Xft, as they | 89 | Default t means don't try to load color fonts when using Xft, as they |
| 96 | often cause crashes. Set it to nil if you really need those fonts. | 90 | 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 | |||
| 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 |
| 255 | When 'package-quickstart' is non-nil, package.el precomputes a big autoloads | 250 | When 'package-quickstart' is non-nil, package.el precomputes a big autoloads |
| 256 | file so that activation of packages can be done much faster, which can speed up | 251 | 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. | |||
| 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. | ||
| 263 | The 'file://' URLs in Info documents can now be followed by passing | ||
| 264 | them to the 'browse-url' function, like the other protocols: ftp, | ||
| 265 | http, and https. This allows to have references to local HTML files, | ||
| 266 | for 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. |
| 266 | This can be controlled by the new 'ecomplete-sort-predicate' variable. | 271 | This 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. | |||
| 308 | has been executed. | 313 | has 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' |
| 313 | and 'hfy-rgb-txt-color-map' have been renamed from names that used | 319 | 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 | |||
| 326 | defining new cl-defmethod of smtpmail-try-auth-method. | 332 | defining 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. |
| 331 | Can be controlled via the new variable 'footnote-align-to-fn-text'. | 338 | Can be controlled via the new variable 'footnote-align-to-fn-text'. |