Mercurial > emacs
changeset 86014:11902b5f216b
*** empty log message ***
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Sat, 10 Nov 2007 10:28:37 +0000 |
parents | b9388e73e985 |
children | 7920c81ff1c9 |
files | etc/NEWS |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Nov 10 09:59:54 2007 +0000 +++ b/etc/NEWS Sat Nov 10 10:28:37 2007 +0000 @@ -190,6 +190,17 @@ `:parents', `:case-fixed', `:enable-function', `:regexp', `abbrev-table-modiff'. +** Help mode. +*** New macro `with-help-window' should set up help windows better +than `with-output-to-temp-buffer' with `print-help-return-message'. +*** New option `help-window-select' permits to customize whether help +window shall be automatically selected when invoking help. +*** New variable `help-window-point-marker' permits to specify new +position of point in help window (for example in `view-lossage'). + +** view-remove-frame-by-deleting is now by default t +since users found iconification of view-mode frames distracting. + ** isearch can now search through multiple ChangeLog files. When running isearch in a ChangeLog file, if the search fails, then another C-s tries searching the previous ChangeLog,