summaryrefslogtreecommitdiff
path: root/lisp/outline.el
AgeCommit message (Expand)Author
2026-04-04; Fix quotation of some symbolsArash Esbati
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-02Improve margin handling in outline-minor-mode (bug#76193)Juri Linkov
2025-11-16* lisp/outline.el: Small fixes.Juri Linkov
2025-07-17outline.el: Don't silence buffer text modificationStefan Monnier
2025-07-17outline.el: Use jit-lock to maintain the buttonsStefan Monnier
2025-07-17outline.el: Remove buttons properly, including the " "Stefan Monnier
2025-07-17lisp/outline.el (outline-minor-mode-cycle-filter): Don't quote lambdaStefan Monnier
2025-06-04(outline--hidden-headings-paths): Fix slow saves (bug#78665)Stefan Monnier
2025-05-29Use 'outline-heading-end-regexp' consistently.Juri Linkov
2025-05-05* lisp/outline.el (outline-minor-mode-highlight-buffer): Adjust match data.Juri Linkov
2025-04-29Ignore parens in strings for outline headings in emacs-lisp-mode.Juri Linkov
2025-04-16New hook 'outline-after-change-functions' (bug#77256).Juri Linkov
2025-03-25outline-move-subtree-down/up: Fix for non-nil outline-blank-lineJames Cherti
2025-03-13; Fix mistake in defvar-keymap conversionStefan Kangas
2025-03-11Use defvar-keymap for outline-mode-prefix-mapStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-06-17* lisp/outline.el: Make revert-related functions internal.Juri Linkov
2024-06-17* lisp/outline.el: Keep point on the same outline after revert.Juri Linkov
2024-06-10; Fix recent change to outline.el.Basil L. Contovounesios
2024-06-10; * lisp/outline.el: Remove unused variable.Juri Linkov
2024-06-10* lisp/outline.el: Improve new feature of preserving outlines after revert.Juri Linkov
2024-06-04Spelling fixesPaul Eggert
2024-06-04* lisp/outline.el (outline-revert-buffer-rehighlight): New function.Juri Linkov
2024-06-04; * lisp/outline.el (outline-revert-buffer-restore-visibility): Doc fix.Eli Zaretskii
2024-06-04* lisp/outline.el (outline-revert-buffer-restore-visibility): New function.Juri Linkov
2024-06-03Move revert-buffer-restore-functions use from buff-menu.el to outline.elJuri Linkov
2024-06-03New commands to show/hide outlines by regexp (bug#49731)Juri Linkov
2024-02-17Merge from origin/emacs-29Eli Zaretskii
2024-02-12Make outline.el ignore field properties in textJim Porter
2024-02-10Don't quote 't' in doc stringsEli Zaretskii
2024-01-11Consider outline-heading-end-regexp in outline-font-lock-keywordsGabriel do Nascimento Ribeiro
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-13* doc/emacs/text.texi (Outline Minor Mode): Add a note about value 'insert'.Juri Linkov
2023-04-26Improve outline-default-state docstringRobert Pluim
2023-03-22* lisp/outline.el (outline--fix-buttons-after-change): Add save-match-data.Juri Linkov
2023-01-24Use named keymaps for outline buttonsRobert Pluim
2023-01-11* etc/NEWS: Mention incompatible changes in 'outline-minor-mode-cycle-map'.Juri Linkov
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-22Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov
2022-12-12* lisp/outline.el: Fix the value 'insert' of outline-minor-mode-use-buttons.Juri Linkov
2022-12-02Fix the width of margins for icons in outline-minor-mode (bug#59719)Juri Linkov
2022-11-23* lisp/outline.el: 'S-<down-mouse-1>' on buffer buttons cycles all outlines.Juri Linkov
2022-11-21; Fix typos (misspelled symbols)Stefan Kangas
2022-11-21* lisp/outline.el (outline-search-function): New variable (bug#53981).Juri Linkov
2022-11-18; Fix typosStefan Kangas
2022-11-07* lisp/outline.el (outline-minor-mode): Ensure margins are either 0 or 1.Juri Linkov
2022-10-23* lisp/outline.el: Pre-compute some frequent data for button icons (bug#57813)Juri Linkov
2022-10-22* lisp/outline.el: Use 'outline-cycle' on buttons for 'RET' like 'TAB' uses.Juri Linkov