diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -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 | ||
| 195 | than `with-output-to-temp-buffer' with `print-help-return-message'. | ||
| 196 | *** New option `help-window-select' permits to customize whether help | ||
| 197 | window shall be automatically selected when invoking help. | ||
| 198 | *** New variable `help-window-point-marker' permits to specify new | ||
| 199 | position of point in help window (for example in `view-lossage'). | ||
| 200 | |||
| 201 | ** view-remove-frame-by-deleting is now by default t | ||
| 202 | since 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. |
| 194 | When running isearch in a ChangeLog file, if the search fails, | 205 | When running isearch in a ChangeLog file, if the search fails, |
| 195 | then another C-s tries searching the previous ChangeLog, | 206 | then another C-s tries searching the previous ChangeLog, |