diff options
| author | Chong Yidong | 2012-04-04 15:54:02 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-04 15:54:02 +0800 |
| commit | 3d439cd10fff3e71c7115263a03a5a92898ca7ea (patch) | |
| tree | e79c2b0c1e66474429fec04614701d38c5bf52e7 /etc | |
| parent | 97f4a299ee49ed580beb079752bd4d0c9dee0ce7 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -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'. |
| 744 | Completion is now performed via `completion-at-point', bound to M-TAB. | 745 | Completion is now performed via `completion-at-point', bound to M-TAB. |
| 745 | If `nxml-bind-meta-tab-to-complete-flag' is non-nil (the default), | 746 | If `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 |
| 1563 | being reverted, even if the buffer has a local `revert-buffer-function'. | 1565 | being 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'. |
| 1567 | If delayed-warnings-list is non-nil, the command loop calls | 1569 | If 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 |