summaryrefslogtreecommitdiff
path: root/lisp/outline.el
Commit message (Expand)AuthorAge
...
* Adjust outline--use-buttons-p to buffer-match-p changeLars Ingebrigtsen2022-07-30
* Make outline-view-change-hook obsoleteStefan Kangas2022-07-30
* Fix outline byte compilation warning from previous changeLars Ingebrigtsen2022-07-29
* Fix up the outline minor mode button logicLars Ingebrigtsen2022-07-29
* Use icons in outlineLars Ingebrigtsen2022-07-28
* ; Improve doc strings of 2 outline-minor-mode optionsEli Zaretskii2022-07-22
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-03
* Revert "Add meta navigation keys to outline-minor-mode-cycle-map"Lars Ingebrigtsen2022-05-11
* Add meta navigation keys to outline-minor-mode-cycle-mapLars Ingebrigtsen2022-05-09
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-22
* Merge from origin/emacs-28Eli Zaretskii2022-04-16
|\
| * Fix documentation of Outline minor mode optionsEli Zaretskii2022-04-16
* | Make outline-blank-line into defcustomJeff Norden2022-02-22
* | Fix some doc strings in outline.elMatthias Meulien2022-01-22
* | Extend Outline mode with default visibility stateMatthias Meulien2022-01-16
* | * lisp/outline.el (outline-minor-mode-cycle--bind): Fix outline-on-heading-p.Juri Linkov2022-01-11
* | * lisp/outline.el: Don't set outline-minor font-lock text property 'keymap'.Juri Linkov2022-01-10
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | * lisp/outline.el (outline-minor-mode-use-buttons): Add :safe #'booleanp.Juri Linkov2021-12-15
* | * lisp/outline.el (outline-font-lock-keywords): Replace ‘.+’ with ‘.*’.Juri Linkov2021-11-24
* | Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-16
* | Fix outline-cycle-buffer issue in `C-h b' buffersLars Ingebrigtsen2021-11-15
* | Add outline-minor-mode-use-buttons doc string caveatLars Ingebrigtsen2021-11-06
* | Make `outline-hide-body' work in `C-h b' buffersLars Ingebrigtsen2021-11-06
* | Fix widgets in Outline mode on TTY framesEli Zaretskii2021-11-03
* | * lisp/outline.el: Fix compilation of `outline--make-button`Stefan Monnier2021-11-02
* | Fix mouse-1 on `C-h b' buttonsLars Ingebrigtsen2021-11-02
* | Add a better test for emojisLars Ingebrigtsen2021-11-02
* | Re-fix the new mouse event logic in outlineLars Ingebrigtsen2021-11-01
* | Make TAB work on the outline buttonsLars Ingebrigtsen2021-10-31
* | Fix new mouse handling in outlineLars Ingebrigtsen2021-10-31
* | Add buttons to outlining and tweak `C-h b' bufferLars Ingebrigtsen2021-10-31
|/
* * lisp/outline.el (outline-minor-mode-cycle-filter): New defcustom (bug#50679)Juri Linkov2021-09-23
* * lisp/outline.el (outline-mode-cycle-map): Don't bind `tab`.Stefan Monnier2021-07-08
* * lisp/outline.el (outline-font-lock-keywords): Fix highlight case (bug#48707)Juri Linkov2021-05-28
* * lisp/outline.el (outline-minor-mode-highlight): Fix safe-local-variable.Utkarsh Singh2021-05-28
* Make outline commands repeatable (bug#47878)Philip K2021-04-22
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-11
* Separate values 'override' and 'append' in 'outline-minor-mode-highlight'Juri Linkov2021-03-13
* * lisp/outline.el (outline-font-lock-keywords): SimplifyStefan Monnier2021-03-11
* Remove outline-cycle-minor-mode and outline-cycle-highlight-minor-modeJuri Linkov2021-03-07
* New mode outline-cycle-minor-mode with Orgmode-like TAB cycling on headingsJuri Linkov2021-03-03
* Update copyright year to 2021Paul Eggert2021-01-01
* Prefer setq-local in most filesStefan Kangas2020-12-09
* Handle outline overlays better when cycling in outline.elPaul W. Rankin2020-11-24
* * lisp/outline.el: Use lexical-bindingStefan Monnier2020-10-20
* Handle "Before first headings" error in outline-cycleYuan Fu2020-10-19
* Fix documentation of Outline cycling commandsEli Zaretskii2020-10-13
* Add cycling commands to outlineYuan Fu2020-10-13