summaryrefslogtreecommitdiff
path: root/lisp/outline.el
Commit message (Expand)AuthorAgeFilesLines
* Improve outline-default-state docstringRobert Pluim2023-04-261-2/+4
* * lisp/outline.el (outline--fix-buttons-after-change): Add save-match-data.Juri Linkov2023-03-221-1/+1
* Use named keymaps for outline buttonsRobert Pluim2023-01-241-15/+18
* * etc/NEWS: Mention incompatible changes in 'outline-minor-mode-cycle-map'.Juri Linkov2023-01-111-6/+16
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov2022-12-221-13/+2
* * lisp/outline.el: Fix the value 'insert' of outline-minor-mode-use-buttons.Juri Linkov2022-12-121-1/+1
* Fix the width of margins for icons in outline-minor-mode (bug#59719)Juri Linkov2022-12-021-10/+31
* * lisp/outline.el: 'S-<down-mouse-1>' on buffer buttons cycles all outlines.Juri Linkov2022-11-231-5/+11
* ; Fix typos (misspelled symbols)Stefan Kangas2022-11-211-0/+2
* * lisp/outline.el (outline-search-function): New variable (bug#53981).Juri Linkov2022-11-211-30/+128
* ; Fix typosStefan Kangas2022-11-181-1/+1
* * lisp/outline.el (outline-minor-mode): Ensure margins are either 0 or 1.Juri Linkov2022-11-071-2/+6
* * lisp/outline.el: Pre-compute some frequent data for button icons (bug#57813)Juri Linkov2022-10-231-98/+80
* * lisp/outline.el: Use 'outline-cycle' on buttons for 'RET' like 'TAB' uses.Juri Linkov2022-10-221-10/+10
* Unify outline-minor-mode-use-buttons with in-margins/insert values (bug#57813)Juri Linkov2022-10-221-71/+51
* * lisp/outline.el (outline-minor-mode-insert-buttons): New defvar-local.Juri Linkov2022-10-181-11/+20
* * lisp/outline.el: Use one character wide strings for margins (bug#57813)Juri Linkov2022-10-181-5/+16
* * lisp/outline.el: Rearrange button/margin functions.Juri Linkov2022-10-131-100/+100
* * lisp/outline.el (outline--fix-buttons-after-change): New function.Juri Linkov2022-10-131-9/+21
* Revert "keymap.el: Ease up support for non-`kbd` formats."Lars Ingebrigtsen2022-10-031-2/+1
* keymap.el: Ease up support for non-`kbd` formats.Stefan Monnier2022-10-021-1/+2
* * lisp/outline.el: More improvements for buttons/margins (bug#57813)Juri Linkov2022-09-211-12/+17
* * lisp/outline.el: Bind margin mouse event to cycle outlines (bug#57813)Juri Linkov2022-09-201-40/+42
* * lisp/outline.el (outline-open): Revert 'text' back to " open ".Juri Linkov2022-09-191-4/+3
* * lisp/outline.el (outline-minor-mode-use-margins): New user option.Juri Linkov2022-09-191-32/+137
* Support imenu in emacs-news-modeStefan Kangas2022-09-191-2/+5
* * lisp/outline.el: Optimize performance of S-TAB (bug#57813)Juri Linkov2022-09-161-10/+6
* Fix icon spec for outline iconsPo Lu2022-09-161-4/+4
* Add portable versions of the outline SVGsPo Lu2022-09-161-0/+2
* Add outline open/close images (bug#57813)Juri Linkov2022-09-161-4/+6
* Fix outline image icon display (bug#57813)Juri Linkov2022-09-151-9/+9
* Prefer defvar-keymap for repeat-map in outline.elJuri Linkov2022-09-131-24/+22
* Add prefix argument to outline-cycle-bufferAugusto Stoffel2022-09-081-10/+18
* Don't replace the first character with an arrow in outline-minor-modeJuri Linkov2022-09-041-1/+2
* Add a basic widget type for buffer predicatesLars Ingebrigtsen2022-09-041-2/+1
* Fix outline-minor-mode-mapLars Ingebrigtsen2022-09-011-4/+4
* Fix 744ed0ceeed7472a160fea7154939cf641205577 from bug#57082 (bug#57176)Juri Linkov2022-08-301-10/+11
* Tweak outline symbol iconsLars Ingebrigtsen2022-08-131-2/+2
* Default outline-minor-mode-use-buttons to only happen in *Help*Lars Ingebrigtsen2022-08-121-1/+1
* Reverse the outline arrowsStephen Berman2022-08-121-4/+4
* Make outline buttons work in NEWSStephen Berman2022-08-091-30/+31
* Make the symbol icons in outline.el more logicalLars Ingebrigtsen2022-07-301-2/+2
* Fix outline-minor-mode-use-buttons defcustom typeLars Ingebrigtsen2022-07-301-1/+1
* Adjust outline--use-buttons-p to buffer-match-p changeLars Ingebrigtsen2022-07-301-6/+3
* Make outline-view-change-hook obsoleteStefan Kangas2022-07-301-1/+1
* Fix outline byte compilation warning from previous changeLars Ingebrigtsen2022-07-291-7/+7
* Fix up the outline minor mode button logicLars Ingebrigtsen2022-07-291-7/+11
* Use icons in outlineLars Ingebrigtsen2022-07-281-40/+46
* ; Improve doc strings of 2 outline-minor-mode optionsEli Zaretskii2022-07-221-2/+13