1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Stefan Monnier
d35b8a281b (outline-mark-subtree): Activate the mark. 2005-10-04 20:54:26 +00:00
Juanma Barranquero
f63f87375c (font-lock-warning-face): Add defvar. 2005-08-31 13:51:07 +00:00
Juri Linkov
c95502be04 (hide-entry, hide-leaves, outline-toggle-children):
Put outline-back-to-heading function call inside save-excursion.
2005-08-29 20:49:01 +00:00
Stefan Monnier
797d92ed1f (outline-invent-heading): New fun.
(outline-promote, outline-demote): Use it.
(outline-move-subtree-down): Remove unused vars `re' and `txt'.
(outline-end-of-subtree): Remove unused var `opoint'.
2005-08-26 15:31:59 +00:00
Richard M. Stallman
20e3210fb7 (outline-promote): Try shortening the heading.
As last resort, read the heading to use.
(outline-demote): As last resort, read the heading to use.
2005-08-26 11:52:08 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Juanma Barranquero
7a5c82539d (outlines): Finish `defgroup' description with period. 2005-07-04 02:56:16 +00:00
Lute Kamstra
1f2503a581 (outline-1, outline-2, outline-3, outline-4)
(outline-5, outline-6, outline-7, outline-8): Specify customization group.
2005-05-27 11:51:14 +00:00
Eli Zaretskii
00958fa2aa (hide-body): Don't hide lines at the top of the file
that precede the first header line.
2004-11-06 12:10:38 +00:00
Richard M. Stallman
6e32922db2 (hide-other): Call outline-up-heading with INVISIBLE-OK=t. 2004-10-16 15:33:59 +00:00
Juri Linkov
ca858c6419 (outline-blank-line): New var.
(outline-next-preface, outline-show-heading)
(outline-end-of-subtree): Use it.
2004-05-01 03:44:30 +00:00
Juri Linkov
e461972853 (outline-next-preface, outline-show-heading): Don't leave unhidden blank 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.
2004-04-29 15:34:58 +00:00
Stefan Monnier
f56af8ca83 (outline-insert-heading): Tighten up match.
(outline-demote, outline-move-subtree-down): Don't assume anything
about outline-regexp.
2004-01-21 03:26:30 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
53526855c4 (outline-mode): Revert part of last patch (outline-mode already runs the hook). 2003-07-28 22:27:22 +00:00
Juanma Barranquero
48c9ce10fb (outline-mode-hook): Define it.
(outline-mode): Use it, as the documentation says.
2003-07-28 21:50:05 +00:00
Juanma Barranquero
36a77f3729 Moved from textmodes/. 2003-05-30 23:30:10 +00:00