From: Gerd Moellmann Date: Mon, 14 Aug 2000 19:47:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2325 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=956777b3e69ca82cc32c43776b08af8a90ad5c7f;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 3f56dcf435f..d2bcddd13a0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -236,6 +236,12 @@ There is now support for Imenu to index headings. A new command `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 --git a/lisp/ChangeLog b/lisp/ChangeLog index e557dec5328..612d738ac97 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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