summaryrefslogtreecommitdiff
path: root/lisp/outline.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-10-091-1/+4
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
| * (outline-flag-region): Use front-advance.Stefan Monnier2007-09-081-1/+4
| |
* | (outline-4, outline-5, outline-7):Stefan Monnier2007-09-101-3/+3
| | | | | | | | | | Move font-lock-builtin-face down from 4 to 7 to better keep the progression of color brightness, and to better match Org-mode's faces.
* | (outline-font-lock-levels): Comment out unused var.Daniel Pfeiffer2007-08-301-5/+3
|/ | | | (outline-font-lock-face): Wrap around face list to handle any nesting depth gracefully.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* * outline.el (outline-get-next-sibling): Clarify docstring.Chong Yidong2007-04-131-9/+13
| | | | | (outline-get-last-sibling): Handle case where we are at the first heading. Clarify docstring.
* (hide-sublevels): Keep empty last line, if available.Stefan Monnier2007-02-191-7/+13
|
* (outline-promote, outline-demote): Doc fix. Rename the arg CHILDREN -> WHICH.Eli Zaretskii2007-01-271-12/+18
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (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