# HG changeset patch # User Gerd Moellmann # Date 966282449 0 # Node ID fff9b9ec1df1c882ea139eb21fa924f47cd52a96 # Parent efa4d1ed3f1b5f3979401ca14b390c620b7f9b66 *** empty log message *** diff -r efa4d1ed3f1b -r fff9b9ec1df1 etc/NEWS --- a/etc/NEWS Mon Aug 14 19:46:18 2000 +0000 +++ b/etc/NEWS Mon Aug 14 19:47:29 2000 +0000 @@ -236,6 +236,12 @@ `outline-headers-as-kill' copies the visible headings in the region to the kill ring, e.g. to produce a table of contents. +** Changes to Show Paren mode. + +*** Overlays used by Show Paren mode now use a priority property. +The new user option show-paren-priority specifies the priority to +use. Default is 1000. + ** New command M-x check-parens can be used to find unbalanced paren groups and strings in buffers in Lisp mode (or other modes). diff -r efa4d1ed3f1b -r fff9b9ec1df1 lisp/ChangeLog --- a/lisp/ChangeLog Mon Aug 14 19:46:18 2000 +0000 +++ b/lisp/ChangeLog Mon Aug 14 19:47:29 2000 +0000 @@ -1,3 +1,9 @@ +2000-08-14 Gerd Moellmann + + * paren.el (show-paren-priority): New user option. + (show-paren-function): Set overlay priorities to + show-paren-priority. + 2000-08-14 Miles Bader * comint.el (comint-bol): Use `forward-line 0' instead of calling