1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
Richard M. Stallman
eb2e4e70fa (outline-mode): Autoload cookie deleted.
(outline-minor-mode): Likewise.
1997-05-07 03:57:29 +00:00
Richard M. Stallman
bbf5eb2805 Add defgroup's; use defcustom for user vars. 1997-04-12 03:18:33 +00:00
Richard M. Stallman
2729bba00d (outline-font-lock-keywords):
Treat carriage return like newline.
1996-09-10 03:18:36 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
a7acbbe4d4 Comment fixes. 1996-01-05 22:21:28 +00:00
Richard M. Stallman
ac1eea7911 (outline-minor-mode-prefix): Change to C-c @. 1995-05-02 01:50:32 +00:00
Karl Heuer
a57c6a283a (outline-minor-mode): Use force-mode-line-update. 1995-04-25 22:27:27 +00:00
Richard M. Stallman
612abcae5d Comment change. 1995-04-14 23:24:11 +00:00
Boris Goldowsky
dad432c6ab (outline-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:36:11 +00:00
Simon Marshall
d31e6eafc2 * outline.el: (outline-mode): Set font-lock-defaults. 1994-10-12 09:00:56 +00:00
Richard M. Stallman
b9998c334d (outline-font-lock-keywords): New variable.
(outline-mode): Set font-lock-keywords locally.
1994-10-07 09:54:58 +00:00
Richard M. Stallman
e8c138c21b (outline-minor-mode-prefix): Doc fix. 1994-09-03 00:07:49 +00:00
Richard M. Stallman
1644b1a55f (outline-mode-prefix-map): New variable.
Define all the C-c commands here.
(outline-mode-menu-bar-map): New variable, holds local menu-bar keymap.
(outline-mode-map): Bind C-c and menu-bar to those maps.
(outline-minor-mode-map): Likewise use those submaps for the prefixes.
1994-08-27 21:02:12 +00:00
Richard M. Stallman
f4136d9c78 (outline-next-preface): Undo previous change: do stop before final newline. 1994-07-06 20:12:42 +00:00
Richard M. Stallman
a46b893b12 (outline-mode): Make change-major-mode-hook buffer-local. 1994-06-15 23:03:28 +00:00
Richard M. Stallman
1e93f5de4d Comment change. 1994-05-12 07:41:56 +00:00
Richard M. Stallman
a9fd843b43 (hide-sublevels): Typo in previous change. 1994-05-04 19:55:33 +00:00
Richard M. Stallman
6f3c2ad978 (hide-sublevels): No need for condition-case.
Don't call show-children if levels is 0.
No need to check eob in while condition.
Delete spurious setq of `first'.
1994-05-04 05:48:53 +00:00
Karl Heuer
d733c5ec03 Update copyright. 1994-05-03 22:46:37 +00:00
Richard M. Stallman
a2b3bd0f11 Doc fixes.
(hide-sublevels): Rewritten faster and simpler.
1994-05-02 07:45:48 +00:00
Richard M. Stallman
c7cd67bd78 Comment change. 1994-04-19 07:44:27 +00:00
Karl Heuer
d8ec2bc893 (outline-end-of-subtree): Stop before final newline. 1994-04-18 23:53:51 +00:00
Richard M. Stallman
93da9e092c (hide-other, hide-sublevels): Renamed from outline-... 1994-03-13 00:38:48 +00:00
Karl Heuer
6483e43f34 Add a comment to document the reason for the change in outline-level. 1994-03-10 23:57:21 +00:00
Karl Heuer
eb6692ed46 (outline-mode, outline-level): Doc fix.
(outline-on-heading-p): Use bolp, not bobp.
(outline-hide-other): Rename from hide-other.
(outline-hide-sublevels): Rename from hide-sublevels.
(outline-back-to-heading): Error if no previous heading.
(outline-next-visible-heading): Check for search failure.
(outline-hide-sublevels): Ignore text before first outline heading.
(outline-level): Count characters, not columns, so ^L is level 1.
1994-03-10 23:49:00 +00:00
Karl Heuer
9f9d894124 (outline-regexp): Initialize outside the defvar. 1994-03-09 06:52:12 +00:00
Richard M. Stallman
c1eaf68c23 (outline-on-heading-p): Use bolp.
(show-children): Use outline-back-to-heading.
(outline-next-preface): Don't retreat over \n or ^M if no more headers.
1994-03-03 19:17:47 +00:00
Richard M. Stallman
71d7800099 (hide-sublevels): Doc fix. Rename arg. 1994-02-24 23:43:30 +00:00
Richard M. Stallman
9e9afbf866 (outline-minor-mode-prefix): Change to C-c C-o.
(hide-sublevels, hide-other): New functions.
(outline-mode-map): New key bindings.  New menu bindings.
1994-02-24 22:37:49 +00:00
Karl Heuer
9ea9bca3e3 (outline-mode): Fix spelling of add-hook. 1994-02-10 00:48:59 +00:00
Richard M. Stallman
3fa26c5001 (show-children): Don't narrow to (1+ (point-max)) when
exposing the last level-n header in the buffer.
1994-02-08 23:50:09 +00:00
Richard M. Stallman
9d721a9e79 (outline-end-of-subtree): If loop leaves us at eob,
don't move back from there.
1994-02-05 01:33:12 +00:00
Richard M. Stallman
384fc6ca30 (outline-mode-map): Move C-c C-h to C-c C-d. 1994-02-04 21:24:31 +00:00
Richard M. Stallman
babf687a8b (show-children): Don't call outline-level at eob. 1994-01-31 16:41:12 +00:00
Richard M. Stallman
8f22b9e08e (minor-mode-alist): Don't add "Outl" if already added. 1994-01-29 23:58:07 +00:00
Richard M. Stallman
85111db572 (outline-minor-mode): When turning off the mode, turn ^Ms back to \n's.
(outline-mode): Set change-major-mode-hook.
1993-12-23 04:47:13 +00:00
Brian Fox
671e87b36d (outline-minor-mode): Force update of modeline when outline-minor-mode
is toggled.
1993-09-21 07:32:51 +00:00
Richard M. Stallman
476731da98 (outline-level): New var. Everything funcalls this
instead of calling outline-level.
1993-08-14 09:13:23 +00:00
Richard M. Stallman
6e301d2449 (outline-minor-mode-prefix): New variable.
(outline-minor-mode-map): Use it.
1993-08-14 09:08:50 +00:00
Richard M. Stallman
32e612806b (outline-mode-map): Delete spurious `outline-'
from show and hide command names in menu.
1993-07-20 17:57:35 +00:00
Richard M. Stallman
ee1a4f843b (outline-mode-map): Add menu bar items.
(outline-minor-mode-map): Copy menu bar submap from outline-mode-map.
1993-07-04 21:44:25 +00:00
Richard M. Stallman
340600803e (outline-minor-mode): Add autoload cookie. 1993-06-07 03:47:20 +00:00
Richard M. Stallman
05cf4426ba (outline-flag-region): Pass t as NOUNDO arg
to subst-char-in-region.  No need to restore buffer-modified-p by hand.
1993-06-01 03:24:24 +00:00
Richard M. Stallman
326c43dc29 (outline-minor-mode): Make var permanent local in all buffers.
Give the command a doc string.
1993-05-21 17:25:50 +00:00
Richard M. Stallman
8f1e8ff04f (outline-heading-end-regexp): Fix typo.
(outline-minor-mode-map): New variable.
(minor-mode-map-alist): Add new entry.
(outline-minor-mode): Work with above change.
Do not set outline-regexp or outline-header-end-regexp.
1993-05-19 16:19:00 +00:00
Eric S. Raymond
edbd2f74bc Added or corrected Commentary sections 1993-03-22 05:42:35 +00:00
Eric S. Raymond
9750e079dd entered into RCS 1992-07-22 04:22:30 +00:00
Eric S. Raymond
e516799970 *** empty log message *** 1992-07-16 21:47:34 +00:00
Richard M. Stallman
9371315a05 *** empty log message *** 1992-06-26 04:13:37 +00:00
Eric S. Raymond
6594deb0dc *** empty log message *** 1992-05-30 22:12:04 +00:00