aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/reveal.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update my email address.Stefan Monnier2006-04-301-1/+1
|
* (reveal-post-command): window-buffer signals an error onStefan Monnier2006-01-111-30/+33
| | | | | dead windows rather than returning nil. (reveal-open-new-overlays): An overlay might die while we open others.
* (reveal-open-new-overlays): New extracted fun.Stefan Monnier2006-01-091-94/+104
| | | | | | | (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.
* (reveal-post-command): Rework the handling ofStefan Monnier2005-11-071-46/+54
| | | | | | | reveal-open-spots, so as to be more reliable. There were several tricky corner cases where an open spot might be lost, or where a closed spot might end up on the list of open spots. Only reveal text that's ellipsised.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Specify missing group (and type, if simple) in defcustom.Juanma Barranquero2005-05-191-1/+2
|
* (reveal-mode): Specify :group.Lute Kamstra2005-04-041-0/+1
|
* (reveal-mode-map): Don't override C-a and C-e.Stefan Monnier2005-03-291-2/+2
|
* (reveal-mode-map): Bind C-a to beginning-of-line.Kim F. Storm2005-03-071-2/+3
|
* (reveal-post-command): Don't try to reveal overlays whichStefan Monnier2005-02-271-13/+21
| | | | have a non-nil `invisible' property but are actually visible.
* (reveal-mode-map): New var.Stefan Monnier2004-11-221-0/+8
| | | | (reveal-mode): Use it.
* (reveal-last-tick): New var.Stefan Monnier2004-10-311-32/+47
| | | | | (reveal-post-command): Use it to avoid closing overlays when we're appending text to them.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (reveal-post-command): Use overlay-get for overlays.Stefan Monnier2003-04-161-2/+2
|
* (reveal-post-command): Remove buggy debugging code.Stefan Monnier2003-03-311-8/+4
|
* (reveal-post-command): Better error handling and debugging.Stefan Monnier2003-03-311-3/+11
|
* (global-reveal-mode): Add group.Markus Rost2002-11-181-1/+2
|
* (reveal-post-command): Reverse the semantics ofStefan Monnier2002-05-201-20/+26
| | | | reveal-toggle-invisible and support isearch-open-invisible-temporary.
* More preamble fixes.Eli Zaretskii2002-05-181-1/+1
|
* Fix the preamble comments.Eli Zaretskii2002-05-181-1/+1
|
* Fix Lisp headers.Pavel Janík2001-12-251-0/+2
|
* (reveal-mode): Fix reveal-mode's lighter.Stefan Monnier2001-12-021-1/+1
|
* Initial commit.Stefan Monnier2001-11-281-0/+161