Mercurial > emacs
comparison etc/NEWS @ 100083:4e3cc6bdd997
hide-ifdef-mode documented; mark some entries as not needed doc updates.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 30 Nov 2008 23:02:50 +0000 |
parents | 40a45069dd91 |
children | 0cbd12bb2c9f |
comparison
equal
deleted
inserted
replaced
100082:b78b461e5efb | 100083:4e3cc6bdd997 |
---|---|
552 | 552 |
553 ** dbus.el provides D-Bus language bindings. | 553 ** dbus.el provides D-Bus language bindings. |
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 |
561 PDF and DVI files are now opened in Doc View mode by default. | 561 PDF and DVI files are now opened in Doc View mode by default. |
562 | 562 |
983 ** Miscellaneous | 983 ** Miscellaneous |
984 | 984 |
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 +++ |
992 *** In Etags, the --members option is now the default. | 992 *** In Etags, the --members option is now the default. |
993 Use --no-members if you want the old default behavior of not tagging | 993 Use --no-members if you want the old default behavior of not tagging |
1001 | 1001 |
1002 *** The new command `eshell/info' runs info in an eshell buffer. | 1002 *** The new command `eshell/info' runs info in an eshell buffer. |
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 |
1010 *** `icomplete-prospects-height' now supercedes `icomplete-prospects-length'. | 1010 *** `icomplete-prospects-height' now supercedes `icomplete-prospects-length'. |
1011 | 1011 |
1034 tex-font-script-display, tex-suscript-height-ratio, and | 1034 tex-font-script-display, tex-suscript-height-ratio, and |
1035 tex-suscript-height-minimum. | 1035 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 |
1043 | 1043 |
1044 * Changes in Emacs 23.1 on non-free operating systems | 1044 * Changes in Emacs 23.1 on non-free operating systems |
1398 | 1398 |
1399 **** `face-remap-reset-base' restores a face to its global definition. | 1399 **** `face-remap-reset-base' restores a face to its global definition. |
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' |
1407 and `process-file-shell-command' are also new; they call internally | 1408 and `process-file-shell-command' are also new; they call internally |
1408 `start-file-process' and `process-file', respectively. | 1409 `start-file-process' and `process-file', respectively. |