Mercurial > emacs
diff lisp/ChangeLog @ 68108:0217588b5a1c
(reveal-open-new-overlays): New extracted fun.
(reveal-close-old-overlays): Idem. Check overlays's liveness before
using them. Simplify the code.
(reveal-post-command): Use them. Fix up obsolete windows in
reveal-open-spots.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 09 Jan 2006 22:56:08 +0000 |
parents | 78318387b7b6 |
children | 484c210112fb |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jan 09 21:21:06 2006 +0000 +++ b/lisp/ChangeLog Mon Jan 09 22:56:08 2006 +0000 @@ -1,5 +1,11 @@ 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca> + * reveal.el (reveal-open-new-overlays): New extracted fun. + (reveal-close-old-overlays): Idem. Check overlays's liveness before + using them. Simplify the code. + (reveal-post-command): Use them. Fix up obsolete windows in + reveal-open-spots. + * progmodes/flymake.el: Use `require' rather than autoload for XEmacs's overlays. (flymake-get-common-file-prefix, flymake-build-relative-filename):