aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/outline.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (outline-previous-heading): New function.Richard M. Stallman1999-08-051-22/+8
| | | | | (outline-up-heading-all): Use outline-previous-heading. (outline-next-heading): Delete definition inserted yesterday.
* (outline-next-heading): New function.Richard M. Stallman1999-08-011-3/+39
| | | | | | (outline-up-heading-all): New function. (outline-font-lock-level): Using outline-up-heading-all. Tell outline-back-to-heading to accept invisible headings.
* (outline-regexp): Doc fix.Karl Heuer1999-04-261-1/+1
|
* (outline-back-to-heading): fix invisible-ok.Karl Heuer1999-03-091-1/+1
|
* (outline-get-last-sibling): Doc fix.Karl Heuer1999-03-051-1/+1
|
* (hide-region-body): BindDave Love1998-10-021-56/+68
| | | | | | outline-view-change-hook to nil while making repeated calls to outline-flag-region. Run it once at the end. (hide-other, hide-sublevels, show-children): Likewise.
* (outline-discard-overlays):Richard M. Stallman1998-04-271-3/+3
| | | | Interpret PROP as a value for `invisible', not as property name.
* (outline-font-lock-level): New function.Karl Heuer1998-04-151-6/+17
|
* *** empty log message ***Dan Nicolaescu1998-04-081-0/+10
|
* *** empty log message ***Dan Nicolaescu1998-04-081-3/+4
|
* Changed font-lock-reference-face to font-lock-constant-face.Simon Marshall1998-02-201-1/+1
|
* (outline-next-preface):Karl Heuer1997-12-071-1/+1
| | | | Don't try to move back if already at beginning of buffer.
* (outline-font-lock-keywords): Highlight theKarl Heuer1997-10-241-11/+14
| | | | whole line, not just the part that matches the regexp.
* (outline-back-to-heading): New arg INVISIBLE-OK.Karl Heuer1997-10-151-23/+21
| | | | | | (outline-on-heading-p): (show-entry): If the heading is invisible, show it too. (hide-other):
* (outline-up-heading): Avoid infinite loop at beginning of buffer.Richard M. Stallman1997-09-201-1/+2
|
* (outline-discard-overlays): Don't use let inside a cycle.Richard M. Stallman1997-06-241-14/+17
|
* (outline-mode): Use `add-to-invisibility-spec' andRichard M. Stallman1997-05-171-4/+4
| | | | | | | set the invisible property to `outline'. (outline-minor-mode): Likewise. Also, use `remove-from-invisibility-spec'. (outline-flag-region): Set `outline' as the invisible property.
* Fix customization change.Richard M. Stallman1997-05-071-1/+1
|
* (outline-mode): Autoload cookie added.Richard M. Stallman1997-05-071-2/+2
| | | | (outline-minor-mode): Likewise.
* Use defgroup and defcustom.Richard M. Stallman1997-05-071-14/+27
|
* (outline-discard-overlays): Fix the caseRichard M. Stallman1997-03-261-0/+16
| | | | | | where an overlay extends on both sides of the region. (outline-mark-subtree): New function. (outline-mode-prefix-map): Put outline-mark-subtree on C-c @.
* (outline-discard-overlays): Fix the caseRichard M. Stallman1997-03-261-1/+2
| | | | where an overlay extends on both sides of the region.
* (outline-discard-overlays):Richard M. Stallman1996-12-141-18/+15
| | | | Use overlays-in, to ensure we get rid of empty overlays.
* (outline-minor-mode): No longer permanent local.Richard M. Stallman1996-06-261-8/+13
|
* (outline-up-heading): Fix error message.Richard M. Stallman1996-06-201-3/+3
| | | | (outline-backward-same-level, outline-forward-same-level): Likewise.
* Update FSF's address.Erik Naggum1996-01-141-2/+4
|
* Comment fixes.Karl Heuer1996-01-051-1/+1
|
* (outline-view-change-hook): New hook variable.Richard M. Stallman1995-10-201-1/+5
| | | | (outline-flag-region): Run the hook.
* (outline-next-visible-heading): Rewritten to handleRichard M. Stallman1995-07-191-10/+12
| | | | backwards motion and handle beg/end of buffer properly.
* Provide noutline as well as outline.Richard M. Stallman1995-05-071-0/+1
|
* All autoload cookies disabled.Richard M. Stallman1995-05-061-3/+3
|
* (outline-minor-mode-prefix): Change to C-c @.Richard M. Stallman1995-05-021-1/+1
|
* (outline-minor-mode): Use force-mode-line-update.Karl Heuer1995-04-251-1/+1
|
* Comment change.Richard M. Stallman1995-04-141-0/+1
|
* entered into RCSRichard M. Stallman1995-03-141-6/+13
|
* *** empty log message ***Richard M. Stallman1995-03-141-1/+37
|
* Initial revisionRichard M. Stallman1995-03-101-0/+596