summaryrefslogtreecommitdiff
path: root/lisp/paren.el
AgeCommit message (Expand)Author
2026-04-01Fix text visibility issue with show-paren--show-context-in-overlayTassilo Horn
2026-03-17Further improve blink-matching-paren-highlight-offscreenTassilo Horn
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-22(custom-initialize-after-file): New functionStefan Monnier
2025-06-07; Fix last change (bug#78396)Eli Zaretskii
2025-06-07Add option for not highlight parens inside comments or stringsElías Gabriel Pérez
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-22Don't check for child frame supportGerd Möllmann
2024-10-22Check for tty-child-frames feature in show-parenGerd Möllmann
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-15; * lisp/paren.el (show-paren-function): Fix last change (bug#64547).Eli Zaretskii
2023-07-10Fix show-paren-mode when the parentheses is partially visibleEli Zaretskii
2023-02-05Make sure 'M-x show-paren-local-mode' turns on right awayDmitry Gutov
2023-02-05Fix inability to turn show-paren-local-mode on manually (bug#61098)Dmitry Gutov
2023-02-05; * lisp/paren.el (show-paren-predicate): Doc fix. (Bug#61098)Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-29; Typo fixes in etc/NEWS and lisp/ filesJuanma Barranquero
2022-11-24Fix face issues in show-paren context overlay (bug#59527)Tassilo Horn
2022-09-04Add a basic widget type for buffer predicatesLars Ingebrigtsen
2022-09-02Default show-paren-mode to off in special-mode buffersLars Ingebrigtsen
2022-08-23Make buffer-local-value obsolete as a generalized variableLars Ingebrigtsen
2022-08-22Revert "Make the generalized buffer-local-variable obsolete"Lars Ingebrigtsen
2022-08-21Make the generalized buffer-local-variable obsoleteLars Ingebrigtsen
2022-05-02Allow show-paren to show matching parentheses inside commentsLars Ingebrigtsen
2022-02-09; show-paren: improve previous commit bb69361cbeTassilo Horn
2022-02-09show-paren: Don't show context again after C-g-ing it away.Tassilo Horn
2022-02-08Allow showing show-paren context in an overlayTassilo Horn
2022-02-07; paren.el: fix comment speaking of an undefined variableTassilo Horn
2022-02-07; Set show-paren--context-child-frame to nil after deleting itTassilo Horn
2022-02-07; Fix previous commit (6e5d79c048)Tassilo Horn
2022-02-06Display show-paren-context-when-offscreen in child frameTassilo Horn
2022-01-15Don't strip properties in show-paren-functionLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-18New option show-paren-context-when-offscreenDaniel Martín
2021-09-29Enable show-paren-mode by defaultDmitry Gutov
2021-09-11New minor mode 'show-paren-local-mode'Dmitry Gutov
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-05-26Use lexical-binding in paren.el and add testsSimen Heggestøyl
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-01Optionally add argument description in minor mode DOC (bug#10754)John Shahid
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-18A new face for show-paren in expression modeFelipe Ochoa
2017-03-19Merge from origin/emacs-25Paul Eggert
2017-03-14* lisp/paren.el (show-paren--default, show-paren-function): Add docstring.Hong Xu