1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Stefan Monnier
b7e5bc1c44 (outline-flag-region): Use front-advance. 2007-09-08 03:09:31 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Chong Yidong
29779b2d7b * outline.el (outline-get-next-sibling): Clarify docstring.
(outline-get-last-sibling): Handle case where we are at the first
heading.  Clarify docstring.
2007-04-13 01:17:51 +00:00
Stefan Monnier
8d683c8e16 (hide-sublevels): Keep empty last line, if available. 2007-02-19 18:48:58 +00:00
Eli Zaretskii
914f7ec3f5 (outline-promote, outline-demote): Doc fix. Rename the arg CHILDREN -> WHICH. 2007-01-27 18:47:55 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Eli Zaretskii
cf27cc8311 (outline-next-visible-heading): Fix the case with a header at end-of-file
with no final newline.
2006-12-22 22:57:15 +00:00
Kim F. Storm
203bef736b (outline-isearch-open-invisible-function): New defvar.
(outline-flag-region): Use it if non-nil for isearch-open-invisible
overlay property instead of outline-isearch-open-invisible.
2006-12-17 00:48:26 +00:00
Richard M. Stallman
49bb7f019f (outline-end-of-subtree): Don't leave an empty
line hidden as we would a real next heading.
2006-12-04 00:31:04 +00:00
Reiner Steib
631c8020a5 Move `safe-local-variable' declarations to the respective files. 2006-05-11 15:01:41 +00:00
Stefan Monnier
1e0e9b382c (hide-sublevels): Provide better interactive default. 2006-03-06 04:49:42 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Richard M. Stallman
4af23f8151 Comment change. 2006-01-20 01:21:18 +00:00
Richard M. Stallman
d8b5b5d578 (hide-leaves): Don't call outline-end-of-heading.
Fixes bug reported in Nov 2005.
2006-01-19 17:51:38 +00:00
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