Mercurial > emacs
comparison etc/NEWS @ 57081:57af72a4846c
Rename isearch-resume-enabled to isearch-resume-in-command-history
and change default to disabled.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 13 Sep 2004 08:16:38 +0000 |
parents | 0b058857c704 |
children | be3afbddb35b |
comparison
equal
deleted
inserted
replaced
57080:82fe8e8f2ffe | 57081:57af72a4846c |
---|---|
1172 ** M-% typed in isearch mode invokes `query-replace' or | 1172 ** M-% typed in isearch mode invokes `query-replace' or |
1173 `query-replace-regexp' (depending on search mode) with the current | 1173 `query-replace-regexp' (depending on search mode) with the current |
1174 search string used as the string to replace. | 1174 search string used as the string to replace. |
1175 | 1175 |
1176 +++ | 1176 +++ |
1177 ** New user option `isearch-resume-enabled'. | 1177 ** Isearch no longer adds `isearch-resume' commands to the command |
1178 This option can be disabled, to avoid the normal behavior of isearch | 1178 history by default. To enable this feature, customize the new |
1179 which puts calls to `isearch-resume' in the command history. | 1179 user option `isearch-resume-in-command-history'. |
1180 | 1180 |
1181 +++ | 1181 +++ |
1182 ** New user option `history-delete-duplicates'. | 1182 ** New user option `history-delete-duplicates'. |
1183 If set to t when adding a new history element, all previous identical | 1183 If set to t when adding a new history element, all previous identical |
1184 elements are deleted. | 1184 elements are deleted. |