diff options
| author | Tassilo Horn | 2020-06-25 22:06:53 +0200 |
|---|---|---|
| committer | Tassilo Horn | 2020-06-25 22:06:53 +0200 |
| commit | 511ddaaed09c39f7bffa357727df4d02df903a3c (patch) | |
| tree | 2d0605088325eef26b006f9376307b48ca4ca339 /etc | |
| parent | e2d796f374c23c9f7c09d9f8208584a546b92540 (diff) | |
| download | emacs-511ddaaed09c39f7bffa357727df4d02df903a3c.tar.gz emacs-511ddaaed09c39f7bffa357727df4d02df903a3c.zip | |
Add NEWS entry for bug-reference auto-setup.
* etc/NEWS: Add entry for bug-reference auto-setup.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 17 |
1 files changed, 15 insertions, 2 deletions
| @@ -404,7 +404,6 @@ To enable, add it to appropriate entries in 'c-offsets-alist', e.g.: | |||
| 404 | ** browse-url | 404 | ** browse-url |
| 405 | 405 | ||
| 406 | *** Added support for custom URL handlers. | 406 | *** Added support for custom URL handlers. |
| 407 | |||
| 408 | There is a new variable 'browse-url-default-handlers' and a user | 407 | There is a new variable 'browse-url-default-handlers' and a user |
| 409 | option 'browse-url-handlers' being alists with '(REGEXP-OR-PREDICATE | 408 | option 'browse-url-handlers' being alists with '(REGEXP-OR-PREDICATE |
| 410 | . FUNCTION)' entries allowing to define different browsing FUNCTIONs | 409 | . FUNCTION)' entries allowing to define different browsing FUNCTIONs |
| @@ -418,7 +417,6 @@ Formerly, one could do the same by setting | |||
| 418 | supported but deprecated. | 417 | supported but deprecated. |
| 419 | 418 | ||
| 420 | *** Categorization of browsing functions in internal vs. external. | 419 | *** Categorization of browsing functions in internal vs. external. |
| 421 | |||
| 422 | All standard browsing functions such as 'browse-url-firefox', | 420 | All standard browsing functions such as 'browse-url-firefox', |
| 423 | 'browse-url-mail', or 'eww' have been categorized into internal (URL | 421 | 'browse-url-mail', or 'eww' have been categorized into internal (URL |
| 424 | is browsed in Emacs) or external (an external application is spawned | 422 | is browsed in Emacs) or external (an external application is spawned |
| @@ -504,6 +502,21 @@ the function 'format-spec' documented under node "(elisp) Custom Format | |||
| 504 | Strings". The new syntax includes specifiers for padding and | 502 | Strings". The new syntax includes specifiers for padding and |
| 505 | truncation, amongst other things. | 503 | truncation, amongst other things. |
| 506 | 504 | ||
| 505 | ** bug-reference.el | ||
| 506 | |||
| 507 | --- | ||
| 508 | *** Bug reference mode auto-setup. If 'bug-reference-mode' or | ||
| 509 | 'bug-reference-prog-mode' have been activated, their respective hook | ||
| 510 | has been run and still 'bug-reference-bug-regexp' and | ||
| 511 | 'bug-reference-url-format' aren't both set, it tries to guess | ||
| 512 | appropriate values for those two variables. There are two guessing | ||
| 513 | mechanisms so far: based on version control information of the current | ||
| 514 | buffer's file, and based on newsgroup/mail-folder name and several | ||
| 515 | news and mail message headers in Gnus buffers. Both mechanisms are | ||
| 516 | extensible with custom rules, see the variables | ||
| 517 | 'bug-reference-setup-from-vc-alist' and | ||
| 518 | 'bug-reference-setup-from-mail-alist'. | ||
| 519 | |||
| 507 | 520 | ||
| 508 | * New Modes and Packages in Emacs 28.1 | 521 | * New Modes and Packages in Emacs 28.1 |
| 509 | 522 | ||