summaryrefslogtreecommitdiff
path: root/lisp/paren.el
Commit message (Expand)AuthorAgeFilesLines
* Make sure 'M-x show-paren-local-mode' turns on right awayDmitry Gutov2023-02-051-8/+12
* Fix inability to turn show-paren-local-mode on manually (bug#61098)Dmitry Gutov2023-02-051-2/+2
* ; * lisp/paren.el (show-paren-predicate): Doc fix. (Bug#61098)Eli Zaretskii2023-02-051-1/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Typo fixes in etc/NEWS and lisp/ filesJuanma Barranquero2022-11-291-1/+1
* Fix face issues in show-paren context overlay (bug#59527)Tassilo Horn2022-11-241-0/+4
* Add a basic widget type for buffer predicatesLars Ingebrigtsen2022-09-041-1/+1
* Default show-paren-mode to off in special-mode buffersLars Ingebrigtsen2022-09-021-1/+18
* Make buffer-local-value obsolete as a generalized variableLars Ingebrigtsen2022-08-231-1/+2
* Revert "Make the generalized buffer-local-variable obsolete"Lars Ingebrigtsen2022-08-221-2/+1
* Make the generalized buffer-local-variable obsoleteLars Ingebrigtsen2022-08-211-1/+2
* Allow show-paren to show matching parentheses inside commentsLars Ingebrigtsen2022-05-021-0/+7
* ; show-paren: improve previous commit bb69361cbeTassilo Horn2022-02-091-1/+2
* show-paren: Don't show context again after C-g-ing it away.Tassilo Horn2022-02-091-15/+23
* Allow showing show-paren context in an overlayTassilo Horn2022-02-081-10/+43
* ; paren.el: fix comment speaking of an undefined variableTassilo Horn2022-02-071-3/+3
* ; Set show-paren--context-child-frame to nil after deleting itTassilo Horn2022-02-071-1/+2
* ; Fix previous commit (6e5d79c048)Tassilo Horn2022-02-071-1/+1
* Display show-paren-context-when-offscreen in child frameTassilo Horn2022-02-061-7/+119
* Don't strip properties in show-paren-functionLars Ingebrigtsen2022-01-151-3/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | New option show-paren-context-when-offscreenDaniel Martín2021-10-181-0/+21
|/
* Enable show-paren-mode by defaultDmitry Gutov2021-09-291-0/+2
* New minor mode 'show-paren-local-mode'Dmitry Gutov2021-09-111-5/+27
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Use lexical-binding in paren.el and add testsSimen Heggestøyl2019-05-261-2/+2
* 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
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* A new face for show-paren in expression modeFelipe Ochoa2017-08-181-11/+15
* Merge from origin/emacs-25Paul Eggert2017-03-191-2/+4
|\
| * * lisp/paren.el (show-paren--default, show-paren-function): Add docstring.Hong Xu2017-03-141-2/+4
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Remove some face aliases obsoleted in 22.1Mark Oteiza2016-06-231-5/+0
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Add documentation for changes to Show Paren mode.Alan Mackenzie2015-12-161-1/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Trigger showing when point is in the "periphery" of a line or justAlan Mackenzie2014-10-161-74/+122
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Make blink-matching-paren perform blinking without moving the cursorDmitry Gutov2013-12-131-22/+0
* * lisp/paren.el: Simplify the code.Stefan Monnier2013-05-301-95/+76
* * lisp/paren.el (show-paren-data-function): New hook.Stefan Monnier2013-05-301-65/+80