; * etc/NEWS: Fix format of the first lines of some entries.

This commit is contained in:
Eli Zaretskii 2018-08-21 19:07:53 +03:00
parent 43b1bf355a
commit b2ffcdeae6

View file

@ -272,10 +272,10 @@ previous behavior of always creating a buffer that visits a ChangeLog
file.
** diff-mode
*** Hunks are now automatically refined by default
*** Hunks are now automatically refined by default.
To disable it, set the new defcustom 'diff-font-lock-refine' to nil.
*** File headers can be shortened, mimicking Magit's diff format
*** File headers can be shortened, mimicking Magit's diff format.
To enable it, set the new defcustom 'diff-font-lock-prettify to t.
** Browse-url
@ -287,7 +287,7 @@ shown in the currently selected window.
** Comint
+++
*** 'send-invisible' is now an obsolete alias for `comint-send-invisible'
*** 'send-invisible' is now an obsolete alias for `comint-send-invisible'.
Also, 'shell-strip-ctrl-m' is declared obsolete.
+++
@ -315,20 +315,20 @@ end.
** Flymake
+++
*** The variable 'flymake-diagnostic-types-alist' is obsolete
*** The variable 'flymake-diagnostic-types-alist' is obsolete.
You should instead set properties on known diagnostic symbols, like
':error' and ':warning', as demonstrated in the Flymake manual.
*** New customizable variable 'flymake-start-on-save-buffer'
*** New customizable variable 'flymake-start-on-save-buffer'.
Control whether Flymake starts checking the buffer on save.
*** Flymake and backend functions may exchange hints about buffer changes
*** Flymake and backend functions may exchange hints about buffer changes.
This enables more efficient backends. See the docstring of
'flymake-diagnostic-functions' or the Flymake manual for details.
** Package
*** New 'package-quickstart' feature
*** 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
your startup significantly.
@ -359,13 +359,13 @@ mouse click event, and is intended to be bound to a mouse event.
*** The ecomplete sorting has changed to a decay-based algorithm.
This can be controlled by the new 'ecomplete-sort-predicate' variable.
*** The 'ecompleterc' file is now placed in ~/.emacs.d/ecompleterc by default
*** The 'ecompleterc' file is now placed in ~/.emacs.d/ecompleterc by default.
Of course it will still find it if you have it in ~/.ecompleterc
** Gnus
+++
*** A prefix argument to 'gnus-summary-limit-to-score' will limit reverse
*** A prefix argument to 'gnus-summary-limit-to-score' will limit reverse.
Limit to articles with score at below.
*** The function 'gnus-score-find-favorite-words' has been renamed
@ -376,8 +376,8 @@ from 'gnus-score-find-favourite-words'.
has a search engine.
+++
*** Splitting mail on common mailing list headers has been added. See
the concept index in the Gnus manual for the 'match-list' entry.
*** Splitting mail on common mailing list headers has been added.
See the concept index in the Gnus manual for the 'match-list' entry.
+++
*** nil is no longer an allowed value for 'mm-text-html-renderer'.
@ -421,6 +421,7 @@ saved with the charset properties, and those properties will be
restored when the file is visited.
** Smtpmail
Authentication mechanisms can be added via external packages, by
defining new cl-defmethod of smtpmail-try-auth-method.
@ -772,6 +773,7 @@ The variable 'custom--inhibit-theme-enable' controls this behavior;
its default value changed in Emacs 27.1.
** The 'repetitions' argument of 'benchmark-run' can now also be a variable.
** The FILENAME argument to 'file-name-base' is now mandatory and no
longer defaults to 'buffer-file-name'.
@ -782,9 +784,10 @@ them through 'format' first. Even that is discouraged: for ElDoc
support, you should set 'eldoc-documentation-function' instead of
calling 'eldoc-message' directly.
** Old-style backquotes now generate an error. They have been
generating warnings for a decade. To interpret old-style backquotes
as new-style, bind the new variable 'force-new-style-backquotes' to t.
** Old-style backquotes now generate an error.
They have been generating warnings for a decade. To interpret
old-style backquotes as new-style, bind the new variable
'force-new-style-backquotes' to t.
** Defining a Common Lisp structure using 'cl-defstruct' or
'cl-struct-define' whose name clashes with a builtin type (e.g.,
@ -877,7 +880,7 @@ nonnegative value of the new variable 'integer-width' specifies the
maximum number of bits allowed in a bignum. Emacs signals an integer
overflow error if this limit is exceeded.
** define-minor-mode automatically documents the meaning of ARG
** define-minor-mode automatically documents the meaning of ARG.
+++
** The function 'recenter' now accepts an additional optional argument.