aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-30 23:02:50 +0000
committerChong Yidong2008-11-30 23:02:50 +0000
commit85c78c0fe440632f8bc95f3b79fde3af9d3f7a71 (patch)
tree56d3d6ba3d90326e6d82c8c8c5f0e89bf3450676
parent3f6db3932c2f09c30744879a23d773543f67f0fc (diff)
downloademacs-85c78c0fe440632f8bc95f3b79fde3af9d3f7a71.tar.gz
emacs-85c78c0fe440632f8bc95f3b79fde3af9d3f7a71.zip
hide-ifdef-mode documented; mark some entries as not needed doc updates.
-rw-r--r--etc/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6b6993342d9..f08844e4335 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -554,7 +554,7 @@ It uses `auto-composition-function' (default `auto-compose-chars').
554D-Bus is an inter-process communication mechanism for applications 554D-Bus is an inter-process communication mechanism for applications
555residing on the same host. See the manual for details. 555residing on the same host. See the manual for details.
556 556
557** Doc View mode allows viewing of PDF, PostScript and DVI documents. 557** DocView mode allows viewing of PDF, PostScript and DVI documents.
558One can also search for a regular expression in the document. For 558One can also search for a regular expression in the document. For
559details, see the commentary in doc-view.el. 559details, see the commentary in doc-view.el.
560 560
@@ -985,7 +985,7 @@ to update it to the new VC.
985*** comint-mode uses `start-file-process' now (see Lisp Changes). 985*** comint-mode uses `start-file-process' now (see Lisp Changes).
986If `default-directory' is a remote file name, subprocesses are started 986If `default-directory' is a remote file name, subprocesses are started
987on the corresponding remote system. 987on the corresponding remote system.
988 988---
989*** Eldoc highlights the function argument under point 989*** Eldoc highlights the function argument under point
990with the face `eldoc-highlight-function-argument'. 990with the face `eldoc-highlight-function-argument'.
991+++ 991+++
@@ -1003,7 +1003,7 @@ goto-address-prog-mode, which buttonize URLS and email addresses.
1003 1003
1004*** The new variable `ffap-rfc-directories' specifies a list of local 1004*** The new variable `ffap-rfc-directories' specifies a list of local
1005directories in which `ffap-rfc' will first search for RFCs. 1005directories in which `ffap-rfc' will first search for RFCs.
1006 1006+++
1007*** hide-ifdef-mode allows shadowing ifdef-blocks instead of hiding them. 1007*** hide-ifdef-mode allows shadowing ifdef-blocks instead of hiding them.
1008See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'. 1008See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'.
1009 1009
@@ -1036,7 +1036,7 @@ tex-suscript-height-minimum.
1036 1036
1037*** view-remove-frame-by-deleting is now by default t 1037*** view-remove-frame-by-deleting is now by default t
1038since users found iconification of view-mode frames distracting. 1038since users found iconification of view-mode frames distracting.
1039 1039---
1040*** WoMan tries to add locale-specific manual page directories to the 1040*** WoMan tries to add locale-specific manual page directories to the
1041search path. This can be disabled by setting `woman-locale' to nil. 1041search path. This can be disabled by setting `woman-locale' to nil.
1042 1042
@@ -1400,7 +1400,8 @@ the current buffer.
1400 1400
1401**** `face-remap-set-base' sets the base remapping of a face. 1401**** `face-remap-set-base' sets the base remapping of a face.
1402 1402
1403** Process changes +++ 1403** Process changes
1404+++
1404*** The new function `start-file-process' is similar to `start-process', 1405*** The new function `start-file-process' is similar to `start-process',
1405but obeys file handlers. The file handler is chosen based on 1406but obeys file handlers. The file handler is chosen based on
1406`default-directory'. The functions `start-file-process-shell-command' 1407`default-directory'. The functions `start-file-process-shell-command'