aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-08 22:08:19 -0500
committerGlenn Morris2012-02-08 22:08:19 -0500
commit523eedb06401fb6f75147befc2d8602c13851852 (patch)
tree059c5d5bb21ef38f60b5d535f2e50a60d988c052
parent962221c5966dac0b981739165ed643d3496eace3 (diff)
downloademacs-523eedb06401fb6f75147befc2d8602c13851852.tar.gz
emacs-523eedb06401fb6f75147befc2d8602c13851852.zip
NEWS updates for browse-url
-rw-r--r--etc/NEWS18
1 files changed, 12 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index adc5ffca073..025078e1eeb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -587,10 +587,6 @@ region (or with the left margin if there is no previous line).
587+++ 587+++
588** Archive Mode has basic support for browsing and updating 7z archives. 588** Archive Mode has basic support for browsing and updating 7z archives.
589 589
590+++
591** browse-url has a new variable `browse-url-mailto-function'
592specifies how mailto: URLs are handled. The default is `browse-url-mail'.
593
594--- 590---
595** BibTeX mode 591** BibTeX mode
596 592
@@ -640,6 +636,16 @@ appt-visible/appt-msg-window (use the variable appt-display-format)
640*** Some diary function aliases (obsolete since Emacs 22.1) have been removed: 636*** Some diary function aliases (obsolete since Emacs 22.1) have been removed:
641view-diary-entries, list-diary-entries, show-all-diary-entries 637view-diary-entries, list-diary-entries, show-all-diary-entries
642 638
639
640** Browse-url
641
642+++
643*** New option `browse-url-mailto-function' specifies how to handle "mailto:"s.
644
645---
646*** The default browser used by the package is now the "xdg-open" program,
647on platforms that support it. This calls your desktop's preferred browser.
648
643** CC Mode (C, C++, etc.) 649** CC Mode (C, C++, etc.)
644 650
645*** New feature to "guess" the style in an existing buffer. 651*** New feature to "guess" the style in an existing buffer.
@@ -892,8 +898,6 @@ this was not advertised at the time.
892Since Emacs 23, it has done the same thing as `toggle-read-only', but 898Since Emacs 23, it has done the same thing as `toggle-read-only', but
893this was not advertised at the time. 899this was not advertised at the time.
894 900
895** FIXME: xdg-open for browse-url and reportbug, 2010/08.
896
897** Obsolete modes 901** Obsolete modes
898 902
899--- 903---
@@ -924,6 +928,8 @@ They are superseded by shift-select-mode, enabled by default since 23.1.
924 928
925** Miscellaneous 929** Miscellaneous
926 930
931*** FIXME: xdg-open for reportbug, 2010/08.
932
927+++ 933+++
928*** The Landmark game is now invoked with `landmark', not `lm'. 934*** The Landmark game is now invoked with `landmark', not `lm'.
929 935