diff options
| author | Mark A. Hershberger | 2010-05-21 01:16:19 +0300 |
|---|---|---|
| committer | Juri Linkov | 2010-05-21 01:16:19 +0300 |
| commit | a602033560060cf8b1a7ca2faed46257441047c2 (patch) | |
| tree | 5754a570af7581adbb873a09f99e0df99cf3d2cf /etc | |
| parent | 50de6a38df9b32d34247784e5dc937c175bf1f2b (diff) | |
| download | emacs-a602033560060cf8b1a7ca2faed46257441047c2.tar.gz emacs-a602033560060cf8b1a7ca2faed46257441047c2.zip | |
* isearch.el (isearch-update-post-hook): New hook.
(isearch-update): Use the new hook. (Bug#6225)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -255,6 +255,10 @@ by the Graphic Control Extension of the image. | |||
| 255 | 255 | ||
| 256 | *** `image-extension-data' is renamed to `image-metadata'. | 256 | *** `image-extension-data' is renamed to `image-metadata'. |
| 257 | 257 | ||
| 258 | ** Isearch | ||
| 259 | |||
| 260 | *** New hook `isearch-update-post-hook' that runs in `isearch-update'. | ||
| 261 | |||
| 258 | ** Progress reporters can now "spin". | 262 | ** Progress reporters can now "spin". |
| 259 | The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can | 263 | The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can |
| 260 | now be nil, or omitted. This makes a "non-numeric" reporter. Each | 264 | now be nil, or omitted. This makes a "non-numeric" reporter. Each |