aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-08-21 19:07:53 +0300
committerEli Zaretskii2018-08-21 19:07:53 +0300
commitb2ffcdeae66719d886c9410ac07f6e0a4fe4459e (patch)
tree0bfe4077420ce708bcfafc9872fa290d78f90a4a
parent43b1bf355a8a3ec4c6175b0e76007b8bf3a32eca (diff)
downloademacs-b2ffcdeae66719d886c9410ac07f6e0a4fe4459e.tar.gz
emacs-b2ffcdeae66719d886c9410ac07f6e0a4fe4459e.zip
; * etc/NEWS: Fix format of the first lines of some entries.
-rw-r--r--etc/NEWS33
1 files changed, 18 insertions, 15 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 892797b2dde..d757f52466a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -272,10 +272,10 @@ previous behavior of always creating a buffer that visits a ChangeLog
272file. 272file.
273 273
274** diff-mode 274** diff-mode
275*** Hunks are now automatically refined by default 275*** Hunks are now automatically refined by default.
276To disable it, set the new defcustom 'diff-font-lock-refine' to nil. 276To disable it, set the new defcustom 'diff-font-lock-refine' to nil.
277 277
278*** File headers can be shortened, mimicking Magit's diff format 278*** File headers can be shortened, mimicking Magit's diff format.
279To enable it, set the new defcustom 'diff-font-lock-prettify to t. 279To enable it, set the new defcustom 'diff-font-lock-prettify to t.
280 280
281** Browse-url 281** Browse-url
@@ -287,7 +287,7 @@ shown in the currently selected window.
287** Comint 287** Comint
288 288
289+++ 289+++
290*** 'send-invisible' is now an obsolete alias for `comint-send-invisible' 290*** 'send-invisible' is now an obsolete alias for `comint-send-invisible'.
291Also, 'shell-strip-ctrl-m' is declared obsolete. 291Also, 'shell-strip-ctrl-m' is declared obsolete.
292 292
293+++ 293+++
@@ -315,20 +315,20 @@ end.
315** Flymake 315** Flymake
316 316
317+++ 317+++
318*** The variable 'flymake-diagnostic-types-alist' is obsolete 318*** The variable 'flymake-diagnostic-types-alist' is obsolete.
319You should instead set properties on known diagnostic symbols, like 319You should instead set properties on known diagnostic symbols, like
320':error' and ':warning', as demonstrated in the Flymake manual. 320':error' and ':warning', as demonstrated in the Flymake manual.
321 321
322*** New customizable variable 'flymake-start-on-save-buffer' 322*** New customizable variable 'flymake-start-on-save-buffer'.
323Control whether Flymake starts checking the buffer on save. 323Control whether Flymake starts checking the buffer on save.
324 324
325*** Flymake and backend functions may exchange hints about buffer changes 325*** Flymake and backend functions may exchange hints about buffer changes.
326This enables more efficient backends. See the docstring of 326This enables more efficient backends. See the docstring of
327'flymake-diagnostic-functions' or the Flymake manual for details. 327'flymake-diagnostic-functions' or the Flymake manual for details.
328 328
329** Package 329** Package
330 330
331*** New 'package-quickstart' feature 331*** New 'package-quickstart' feature.
332When 'package-quickstart' is non-nil, package.el precomputes a big autoloads 332When 'package-quickstart' is non-nil, package.el precomputes a big autoloads
333file so that activation of packages can be done much faster, which can speed up 333file so that activation of packages can be done much faster, which can speed up
334your startup significantly. 334your startup significantly.
@@ -359,13 +359,13 @@ mouse click event, and is intended to be bound to a mouse event.
359*** The ecomplete sorting has changed to a decay-based algorithm. 359*** The ecomplete sorting has changed to a decay-based algorithm.
360This can be controlled by the new 'ecomplete-sort-predicate' variable. 360This can be controlled by the new 'ecomplete-sort-predicate' variable.
361 361
362*** The 'ecompleterc' file is now placed in ~/.emacs.d/ecompleterc by default 362*** The 'ecompleterc' file is now placed in ~/.emacs.d/ecompleterc by default.
363Of course it will still find it if you have it in ~/.ecompleterc 363Of course it will still find it if you have it in ~/.ecompleterc
364 364
365** Gnus 365** Gnus
366 366
367+++ 367+++
368*** A prefix argument to 'gnus-summary-limit-to-score' will limit reverse 368*** A prefix argument to 'gnus-summary-limit-to-score' will limit reverse.
369Limit to articles with score at below. 369Limit to articles with score at below.
370 370
371*** The function 'gnus-score-find-favorite-words' has been renamed 371*** The function 'gnus-score-find-favorite-words' has been renamed
@@ -376,8 +376,8 @@ from 'gnus-score-find-favourite-words'.
376has a search engine. 376has a search engine.
377 377
378+++ 378+++
379*** Splitting mail on common mailing list headers has been added. See 379*** Splitting mail on common mailing list headers has been added.
380the concept index in the Gnus manual for the 'match-list' entry. 380See the concept index in the Gnus manual for the 'match-list' entry.
381 381
382+++ 382+++
383*** nil is no longer an allowed value for 'mm-text-html-renderer'. 383*** 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
421restored when the file is visited. 421restored when the file is visited.
422 422
423** Smtpmail 423** Smtpmail
424
424Authentication mechanisms can be added via external packages, by 425Authentication mechanisms can be added via external packages, by
425defining new cl-defmethod of smtpmail-try-auth-method. 426defining new cl-defmethod of smtpmail-try-auth-method.
426 427
@@ -772,6 +773,7 @@ The variable 'custom--inhibit-theme-enable' controls this behavior;
772its default value changed in Emacs 27.1. 773its default value changed in Emacs 27.1.
773 774
774** The 'repetitions' argument of 'benchmark-run' can now also be a variable. 775** The 'repetitions' argument of 'benchmark-run' can now also be a variable.
776
775** The FILENAME argument to 'file-name-base' is now mandatory and no 777** The FILENAME argument to 'file-name-base' is now mandatory and no
776longer defaults to 'buffer-file-name'. 778longer defaults to 'buffer-file-name'.
777 779
@@ -782,9 +784,10 @@ them through 'format' first. Even that is discouraged: for ElDoc
782support, you should set 'eldoc-documentation-function' instead of 784support, you should set 'eldoc-documentation-function' instead of
783calling 'eldoc-message' directly. 785calling 'eldoc-message' directly.
784 786
785** Old-style backquotes now generate an error. They have been 787** Old-style backquotes now generate an error.
786generating warnings for a decade. To interpret old-style backquotes 788They have been generating warnings for a decade. To interpret
787as new-style, bind the new variable 'force-new-style-backquotes' to t. 789old-style backquotes as new-style, bind the new variable
790'force-new-style-backquotes' to t.
788 791
789** Defining a Common Lisp structure using 'cl-defstruct' or 792** Defining a Common Lisp structure using 'cl-defstruct' or
790'cl-struct-define' whose name clashes with a builtin type (e.g., 793'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
877maximum number of bits allowed in a bignum. Emacs signals an integer 880maximum number of bits allowed in a bignum. Emacs signals an integer
878overflow error if this limit is exceeded. 881overflow error if this limit is exceeded.
879 882
880** define-minor-mode automatically documents the meaning of ARG 883** define-minor-mode automatically documents the meaning of ARG.
881 884
882+++ 885+++
883** The function 'recenter' now accepts an additional optional argument. 886** The function 'recenter' now accepts an additional optional argument.