summaryrefslogtreecommitdiff
path: root/lisp/outline.el
Commit message (Collapse)AuthorAgeFilesLines
* (outline-next-visible-heading): Fix the case with a header at end-of-fileEli Zaretskii2006-12-221-13/+18
| | | | with no final newline.
* (outline-isearch-open-invisible-function): New defvar.Kim F. Storm2006-12-171-1/+8
| | | | | (outline-flag-region): Use it if non-nil for isearch-open-invisible overlay property instead of outline-isearch-open-invisible.
* (outline-end-of-subtree): Don't leave an emptyRichard M. Stallman2006-12-041-1/+2
| | | | line hidden as we would a real next heading.
* Move `safe-local-variable' declarations to the respective files.Reiner Steib2006-05-111-0/+1
|
* (hide-sublevels): Provide better interactive default.Stefan Monnier2006-03-061-3/+9
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Comment change.Richard M. Stallman2006-01-201-0/+1
|
* (hide-leaves): Don't call outline-end-of-heading.Richard M. Stallman2006-01-191-2/+2
| | | | Fixes bug reported in Nov 2005.
* (outline-mark-subtree): Activate the mark.Stefan Monnier2005-10-041-1/+1
|
* (font-lock-warning-face): Add defvar.Juanma Barranquero2005-08-311-0/+3
|
* (hide-entry, hide-leaves, outline-toggle-children):Juri Linkov2005-08-291-7/+8
| | | | Put outline-back-to-heading function call inside save-excursion.
* (outline-invent-heading): New fun.Stefan Monnier2005-08-261-30/+22
| | | | | | (outline-promote, outline-demote): Use it. (outline-move-subtree-down): Remove unused vars `re' and `txt'. (outline-end-of-subtree): Remove unused var `opoint'.
* (outline-promote): Try shortening the heading.Richard M. Stallman2005-08-261-13/+30
| | | | | As last resort, read the heading to use. (outline-demote): As last resort, read the heading to use.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (outlines): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* (outline-1, outline-2, outline-3, outline-4)Lute Kamstra2005-05-271-9/+40
| | | | (outline-5, outline-6, outline-7, outline-8): Specify customization group.
* (hide-body): Don't hide lines at the top of the fileEli Zaretskii2004-11-061-2/+3
| | | | that precede the first header line.
* (hide-other): Call outline-up-heading with INVISIBLE-OK=t.Richard M. Stallman2004-10-161-1/+1
|
* (outline-blank-line): New var.Juri Linkov2004-05-011-3/+13
| | | | | (outline-next-preface, outline-show-heading) (outline-end-of-subtree): Use it.
* (outline-next-preface, outline-show-heading): Don't leave unhidden blank ↵Juri Linkov2004-04-291-10/+6
| | | | | | | | line before heading. (outline-end-of-subtree): Include last newline into subtree. (hide-entry): Leave point at beginning of heading instead of end. (outline-up-heading): Push mark for the first call of successive command calls.
* (outline-insert-heading): Tighten up match.Stefan Monnier2004-01-211-4/+6
| | | | | (outline-demote, outline-move-subtree-down): Don't assume anything about outline-regexp.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (outline-mode): Revert part of last patch (outline-mode already runs the hook).Juanma Barranquero2003-07-281-2/+1
|
* (outline-mode-hook): Define it.Juanma Barranquero2003-07-281-9/+13
| | | | (outline-mode): Use it, as the documentation says.
* Moved from textmodes/.Juanma Barranquero2003-05-301-0/+987