aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics2007-11-10 10:28:37 +0000
committerMartin Rudalics2007-11-10 10:28:37 +0000
commit0253fffae2a54285a337e4d622ab52e603208107 (patch)
tree4b51543f4d9c4222262f7bd58139d410eb80a77b /etc
parentaa13a0940432021c3b9dc94d1a27b95dcbd336cc (diff)
downloademacs-0253fffae2a54285a337e4d622ab52e603208107.tar.gz
emacs-0253fffae2a54285a337e4d622ab52e603208107.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c8c673b70ec..b54aa3a9417 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -190,6 +190,17 @@ consult the Remember Manual for usage details.
190 `:parents', `:case-fixed', `:enable-function', `:regexp', 190 `:parents', `:case-fixed', `:enable-function', `:regexp',
191 `abbrev-table-modiff'. 191 `abbrev-table-modiff'.
192 192
193** Help mode.
194*** New macro `with-help-window' should set up help windows better
195than `with-output-to-temp-buffer' with `print-help-return-message'.
196*** New option `help-window-select' permits to customize whether help
197window shall be automatically selected when invoking help.
198*** New variable `help-window-point-marker' permits to specify new
199position of point in help window (for example in `view-lossage').
200
201** view-remove-frame-by-deleting is now by default t
202since users found iconification of view-mode frames distracting.
203
193** isearch can now search through multiple ChangeLog files. 204** isearch can now search through multiple ChangeLog files.
194When running isearch in a ChangeLog file, if the search fails, 205When running isearch in a ChangeLog file, if the search fails,
195then another C-s tries searching the previous ChangeLog, 206then another C-s tries searching the previous ChangeLog,