aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTassilo Horn2020-06-25 22:06:53 +0200
committerTassilo Horn2020-06-25 22:06:53 +0200
commit511ddaaed09c39f7bffa357727df4d02df903a3c (patch)
tree2d0605088325eef26b006f9376307b48ca4ca339 /etc
parente2d796f374c23c9f7c09d9f8208584a546b92540 (diff)
downloademacs-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/NEWS17
1 files changed, 15 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 25832f3d627..d58a61be21f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
408There is a new variable 'browse-url-default-handlers' and a user 407There is a new variable 'browse-url-default-handlers' and a user
409option 'browse-url-handlers' being alists with '(REGEXP-OR-PREDICATE 408option '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
418supported but deprecated. 417supported but deprecated.
419 418
420*** Categorization of browsing functions in internal vs. external. 419*** Categorization of browsing functions in internal vs. external.
421
422All standard browsing functions such as 'browse-url-firefox', 420All 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
424is browsed in Emacs) or external (an external application is spawned 422is browsed in Emacs) or external (an external application is spawned
@@ -504,6 +502,21 @@ the function 'format-spec' documented under node "(elisp) Custom Format
504Strings". The new syntax includes specifiers for padding and 502Strings". The new syntax includes specifiers for padding and
505truncation, amongst other things. 503truncation, 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
510has been run and still 'bug-reference-bug-regexp' and
511'bug-reference-url-format' aren't both set, it tries to guess
512appropriate values for those two variables. There are two guessing
513mechanisms so far: based on version control information of the current
514buffer's file, and based on newsgroup/mail-folder name and several
515news and mail message headers in Gnus buffers. Both mechanisms are
516extensible 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