comparison lisp/ChangeLog @ 60301:f3c5c717aa02

(reveal-post-command): Don't try to reveal overlays which have a non-nil `invisible' property but are actually visible.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 27 Feb 2005 23:42:14 +0000
parents 8da4bb4a512f
children 178302732a79
comparison
equal deleted inserted replaced
60300:8da4bb4a512f 60301:f3c5c717aa02
1 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca> 1 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * reveal.el (reveal-post-command): Don't try to reveal overlays which
4 have a non-nil `invisible' property but are actually visible.
2 5
3 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries 6 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
4 for perldoc sections. 7 for perldoc sections.
5 (perl-outline-regexp, perl-outline-level): New var and function. 8 (perl-outline-regexp, perl-outline-level): New var and function.
6 (perl-mode): Use them. 9 (perl-mode): Use them.