[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master b2ffcde: ; * etc/NEWS: Fix format of the first line
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] master b2ffcde: ; * etc/NEWS: Fix format of the first lines of some entries. |
Date: |
Tue, 21 Aug 2018 12:08:29 -0400 (EDT) |
branch: master
commit b2ffcdeae66719d886c9410ac07f6e0a4fe4459e
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
; * etc/NEWS: Fix format of the first lines of some entries.
---
etc/NEWS | 33 ++++++++++++++++++---------------
1 file changed, 18 insertions(+), 15 deletions(-)
diff --git a/etc/NEWS b/etc/NEWS
index 892797b..d757f52 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master b2ffcde: ; * etc/NEWS: Fix format of the first lines of some entries.,
Eli Zaretskii <=