summaryrefslogtreecommitdiff
path: root/lisp/outline.el
Commit message (Expand)AuthorAgeFilesLines
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-04-161-24/+49
|\
| * Fix documentation of Outline minor mode optionsEli Zaretskii2022-04-161-24/+49
* | Make outline-blank-line into defcustomJeff Norden2022-02-221-2/+5
* | Fix some doc strings in outline.elMatthias Meulien2022-01-221-12/+18
* | Extend Outline mode with default visibility stateMatthias Meulien2022-01-161-2/+176
* | * lisp/outline.el (outline-minor-mode-cycle--bind): Fix outline-on-heading-p.Juri Linkov2022-01-111-1/+1
* | * lisp/outline.el: Don't set outline-minor font-lock text property 'keymap'.Juri Linkov2022-01-101-19/+14
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/outline.el (outline-minor-mode-use-buttons): Add :safe #'booleanp.Juri Linkov2021-12-151-2/+3
* | * lisp/outline.el (outline-font-lock-keywords): Replace ‘.+’ with ‘.*’.Juri Linkov2021-11-241-1/+1
* | Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-161-4/+4
* | Fix outline-cycle-buffer issue in `C-h b' buffersLars Ingebrigtsen2021-11-151-1/+4
* | Add outline-minor-mode-use-buttons doc string caveatLars Ingebrigtsen2021-11-061-0/+3
* | Make `outline-hide-body' work in `C-h b' buffersLars Ingebrigtsen2021-11-061-9/+14
* | Fix widgets in Outline mode on TTY framesEli Zaretskii2021-11-031-1/+2
* | * lisp/outline.el: Fix compilation of `outline--make-button`Stefan Monnier2021-11-021-0/+2
* | Fix mouse-1 on `C-h b' buttonsLars Ingebrigtsen2021-11-021-2/+2
* | Add a better test for emojisLars Ingebrigtsen2021-11-021-5/+11
* | Re-fix the new mouse event logic in outlineLars Ingebrigtsen2021-11-011-2/+2
* | Make TAB work on the outline buttonsLars Ingebrigtsen2021-10-311-0/+2
* | Fix new mouse handling in outlineLars Ingebrigtsen2021-10-311-2/+4
* | Add buttons to outlining and tweak `C-h b' bufferLars Ingebrigtsen2021-10-311-6/+81
|/
* * lisp/outline.el (outline-minor-mode-cycle-filter): New defcustom (bug#50679)Juri Linkov2021-09-231-13/+35
* * lisp/outline.el (outline-mode-cycle-map): Don't bind `tab`.Stefan Monnier2021-07-081-1/+0
* * lisp/outline.el (outline-font-lock-keywords): Fix highlight case (bug#48707)Juri Linkov2021-05-281-1/+3
* * lisp/outline.el (outline-minor-mode-highlight): Fix safe-local-variable.Utkarsh Singh2021-05-281-1/+1
* Make outline commands repeatable (bug#47878)Philip K2021-04-221-0/+39
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-2/+3
* Separate values 'override' and 'append' in 'outline-minor-mode-highlight'Juri Linkov2021-03-131-6/+10
* * lisp/outline.el (outline-font-lock-keywords): SimplifyStefan Monnier2021-03-111-4/+1
* Remove outline-cycle-minor-mode and outline-cycle-highlight-minor-modeJuri Linkov2021-03-071-41/+30
* New mode outline-cycle-minor-mode with Orgmode-like TAB cycling on headingsJuri Linkov2021-03-031-7/+92
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in most filesStefan Kangas2020-12-091-1/+1
* Handle outline overlays better when cycling in outline.elPaul W. Rankin2020-11-241-22/+37
* * lisp/outline.el: Use lexical-bindingStefan Monnier2020-10-201-72/+49
* Handle "Before first headings" error in outline-cycleYuan Fu2020-10-191-21/+19
* Fix documentation of Outline cycling commandsEli Zaretskii2020-10-131-1/+1
* Add cycling commands to outlineYuan Fu2020-10-131-0/+83
* * lisp/outline.el (outline-minor-mode-prefix): Fix compilation.Glenn Morris2020-08-081-0/+1
* outline-minor-mode-prefix is a key sequence, not a stringPhilip K2020-08-081-1/+1
* Make Customize changes to outline-minor-mode-prefix happen immediatelyPhilip K2020-08-081-1/+7
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-3/+3
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1