aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-04-04 15:54:02 +0800
committerChong Yidong2012-04-04 15:54:02 +0800
commit3d439cd10fff3e71c7115263a03a5a92898ca7ea (patch)
treee79c2b0c1e66474429fec04614701d38c5bf52e7 /etc
parent97f4a299ee49ed580beb079752bd4d0c9dee0ce7 (diff)
downloademacs-3d439cd10fff3e71c7115263a03a5a92898ca7ea.tar.gz
emacs-3d439cd10fff3e71c7115263a03a5a92898ca7ea.zip
Several miscellaneous doc changes.
* doc/lispref/display.texi (Delayed Warnings): New node. * doc/misc/gnus-faq.texi (FAQ 8-2): Mention EasyPG. * doc/misc/gnus.texi: Reduce references to obsolete pgg library. (Security): Note that epg is now the default. * doc/misc/message.texi (Using PGP/MIME): Note that epg is now the default. * doc/misc/nxml-mode.texi (Completion): C-RET is no longer bound to nxml-complete. * lisp/subr.el (delayed-warnings-hook): Doc fix. * src/keyboard.c (Vdelayed_warnings_list): Doc fix.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8d98976275d..b9c6ff59ea6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -740,6 +740,7 @@ See MH-E-NEWS for details.
740--- 740---
741** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. 741** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
742 742
743+++
743** nXML mode no longer binds C-RET to `nxml-complete'. 744** nXML mode no longer binds C-RET to `nxml-complete'.
744Completion is now performed via `completion-at-point', bound to M-TAB. 745Completion is now performed via `completion-at-point', bound to M-TAB.
745If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the default), 746If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the default),
@@ -940,6 +941,7 @@ You can get a comparable behavior with:
940--- 941---
941*** pc-mode.el is obsolete (CUA mode is much more comprehensive). 942*** pc-mode.el is obsolete (CUA mode is much more comprehensive).
942 943
944+++
943*** pgg is obsolete (use EasyPG instead) 945*** pgg is obsolete (use EasyPG instead)
944 946
945--- 947---
@@ -1562,7 +1564,7 @@ displayed with a "spinning bar".
1562** New variable `revert-buffer-in-progress-p' is true while a buffer is 1564** New variable `revert-buffer-in-progress-p' is true while a buffer is
1563being reverted, even if the buffer has a local `revert-buffer-function'. 1565being reverted, even if the buffer has a local `revert-buffer-function'.
1564 1566
1565--- 1567+++
1566** New variables `delayed-warnings-list' and `delayed-warnings-hook'. 1568** New variables `delayed-warnings-list' and `delayed-warnings-hook'.
1567If delayed-warnings-list is non-nil, the command loop calls 1569If delayed-warnings-list is non-nil, the command loop calls
1568`delayed-warnings-hook' after `post-command-hook'. At present, this 1570`delayed-warnings-hook' after `post-command-hook'. At present, this