comparison lisp/ChangeLog @ 32403:c86b75f277bb

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Thu, 12 Oct 2000 07:39:14 +0000
parents 89808047822b
children fb79b2de00db
comparison
equal deleted inserted replaced
32402:b8defc3b27e2 32403:c86b75f277bb
1 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2
3 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4 (isearch-highlight): Restore lazy-isearch face properties at old
5 position, and suppress them at new position.
6 (isearch-dehighlight): Restore lazy-isearch face properties.
7 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8 over the real isearch overlay, but in that case, don't give it a
9 face property. Use `push'.
10
1 2000-10-12 Kenichi Handa <handa@etl.go.jp> 11 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2 12
3 * man.el (Man-getpage-in-background): Fix previous change. 13 * man.el (Man-getpage-in-background): Fix previous change.
4 Decode the process output only when we are in multibyte mode. 14 Decode the process output only when we are in multibyte mode.
5 15