diff options
| author | Eli Zaretskii | 2018-08-21 19:07:53 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-08-21 19:07:53 +0300 |
| commit | b2ffcdeae66719d886c9410ac07f6e0a4fe4459e (patch) | |
| tree | 0bfe4077420ce708bcfafc9872fa290d78f90a4a | |
| parent | 43b1bf355a8a3ec4c6175b0e76007b8bf3a32eca (diff) | |
| download | emacs-b2ffcdeae66719d886c9410ac07f6e0a4fe4459e.tar.gz emacs-b2ffcdeae66719d886c9410ac07f6e0a4fe4459e.zip | |
; * etc/NEWS: Fix format of the first lines of some entries.
| -rw-r--r-- | etc/NEWS | 33 |
1 files changed, 18 insertions, 15 deletions
| @@ -272,10 +272,10 @@ previous behavior of always creating a buffer that visits a ChangeLog | |||
| 272 | file. | 272 | file. |
| 273 | 273 | ||
| 274 | ** diff-mode | 274 | ** diff-mode |
| 275 | *** Hunks are now automatically refined by default | 275 | *** Hunks are now automatically refined by default. |
| 276 | To disable it, set the new defcustom 'diff-font-lock-refine' to nil. | 276 | To 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. |
| 279 | To enable it, set the new defcustom 'diff-font-lock-prettify to t. | 279 | To 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'. |
| 291 | Also, 'shell-strip-ctrl-m' is declared obsolete. | 291 | Also, '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. |
| 319 | You should instead set properties on known diagnostic symbols, like | 319 | You 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'. |
| 323 | Control whether Flymake starts checking the buffer on save. | 323 | Control 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. |
| 326 | This enables more efficient backends. See the docstring of | 326 | This 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. |
| 332 | When 'package-quickstart' is non-nil, package.el precomputes a big autoloads | 332 | When 'package-quickstart' is non-nil, package.el precomputes a big autoloads |
| 333 | file so that activation of packages can be done much faster, which can speed up | 333 | file so that activation of packages can be done much faster, which can speed up |
| 334 | your startup significantly. | 334 | your 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. |
| 360 | This can be controlled by the new 'ecomplete-sort-predicate' variable. | 360 | This 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. |
| 363 | Of course it will still find it if you have it in ~/.ecompleterc | 363 | Of 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. |
| 369 | Limit to articles with score at below. | 369 | Limit 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'. | |||
| 376 | has a search engine. | 376 | has 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. |
| 380 | the concept index in the Gnus manual for the 'match-list' entry. | 380 | See 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 | |||
| 421 | restored when the file is visited. | 421 | restored when the file is visited. |
| 422 | 422 | ||
| 423 | ** Smtpmail | 423 | ** Smtpmail |
| 424 | |||
| 424 | Authentication mechanisms can be added via external packages, by | 425 | Authentication mechanisms can be added via external packages, by |
| 425 | defining new cl-defmethod of smtpmail-try-auth-method. | 426 | defining new cl-defmethod of smtpmail-try-auth-method. |
| 426 | 427 | ||
| @@ -772,6 +773,7 @@ The variable 'custom--inhibit-theme-enable' controls this behavior; | |||
| 772 | its default value changed in Emacs 27.1. | 773 | its 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 |
| 776 | longer defaults to 'buffer-file-name'. | 778 | longer defaults to 'buffer-file-name'. |
| 777 | 779 | ||
| @@ -782,9 +784,10 @@ them through 'format' first. Even that is discouraged: for ElDoc | |||
| 782 | support, you should set 'eldoc-documentation-function' instead of | 784 | support, you should set 'eldoc-documentation-function' instead of |
| 783 | calling 'eldoc-message' directly. | 785 | calling 'eldoc-message' directly. |
| 784 | 786 | ||
| 785 | ** Old-style backquotes now generate an error. They have been | 787 | ** Old-style backquotes now generate an error. |
| 786 | generating warnings for a decade. To interpret old-style backquotes | 788 | They have been generating warnings for a decade. To interpret |
| 787 | as new-style, bind the new variable 'force-new-style-backquotes' to t. | 789 | old-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 | |||
| 877 | maximum number of bits allowed in a bignum. Emacs signals an integer | 880 | maximum number of bits allowed in a bignum. Emacs signals an integer |
| 878 | overflow error if this limit is exceeded. | 881 | overflow 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. |