]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 14 Aug 2000 19:47:29 +0000 (19:47 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 14 Aug 2000 19:47:29 +0000 (19:47 +0000)
etc/NEWS
lisp/ChangeLog

index 3f56dcf435f138d24e6f5d4f9cba7d9400a566d3..d2bcddd13a0317d6dc4da46e01f9e6a6b2c2e1d0 100644 (file)
--- 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).
 
index e557dec5328b16339c089c27fd356be4f28deed2..612d738ac977aeb921a22d0a8c4734773947e31b 100644 (file)
@@ -1,3 +1,9 @@
+2000-08-14  Gerd Moellmann  <gerd@gnu.org>
+
+       * paren.el (show-paren-priority): New user option.
+       (show-paren-function): Set overlay priorities to
+       show-paren-priority.
+       
 2000-08-14  Miles Bader  <miles@gnu.org>
 
        * comint.el (comint-bol): Use `forward-line 0' instead of calling