diff options
| author | Chong Yidong | 2008-11-30 23:02:50 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-30 23:02:50 +0000 |
| commit | 85c78c0fe440632f8bc95f3b79fde3af9d3f7a71 (patch) | |
| tree | 56d3d6ba3d90326e6d82c8c8c5f0e89bf3450676 | |
| parent | 3f6db3932c2f09c30744879a23d773543f67f0fc (diff) | |
| download | emacs-85c78c0fe440632f8bc95f3b79fde3af9d3f7a71.tar.gz emacs-85c78c0fe440632f8bc95f3b79fde3af9d3f7a71.zip | |
hide-ifdef-mode documented; mark some entries as not needed doc updates.
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 6 insertions, 5 deletions
| @@ -554,7 +554,7 @@ It uses `auto-composition-function' (default `auto-compose-chars'). | |||
| 554 | D-Bus is an inter-process communication mechanism for applications | 554 | D-Bus is an inter-process communication mechanism for applications |
| 555 | residing on the same host. See the manual for details. | 555 | residing 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. |
| 558 | One can also search for a regular expression in the document. For | 558 | One can also search for a regular expression in the document. For |
| 559 | details, see the commentary in doc-view.el. | 559 | details, 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). |
| 986 | If `default-directory' is a remote file name, subprocesses are started | 986 | If `default-directory' is a remote file name, subprocesses are started |
| 987 | on the corresponding remote system. | 987 | on the corresponding remote system. |
| 988 | 988 | --- | |
| 989 | *** Eldoc highlights the function argument under point | 989 | *** Eldoc highlights the function argument under point |
| 990 | with the face `eldoc-highlight-function-argument'. | 990 | with 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 |
| 1005 | directories in which `ffap-rfc' will first search for RFCs. | 1005 | directories 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. |
| 1008 | See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'. | 1008 | See 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 |
| 1038 | since users found iconification of view-mode frames distracting. | 1038 | since 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 |
| 1041 | search path. This can be disabled by setting `woman-locale' to nil. | 1041 | search 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', |
| 1405 | but obeys file handlers. The file handler is chosen based on | 1406 | but 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' |