aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-14 19:47:29 +0000
committerGerd Moellmann2000-08-14 19:47:29 +0000
commit956777b3e69ca82cc32c43776b08af8a90ad5c7f (patch)
tree7a26cc67124eb3d5553932f1006df2144b65cba9
parent5780586ea03237476664e42dc239489e5a725a2d (diff)
downloademacs-956777b3e69ca82cc32c43776b08af8a90ad5c7f.tar.gz
emacs-956777b3e69ca82cc32c43776b08af8a90ad5c7f.zip
*** empty log message ***
-rw-r--r--etc/NEWS6
-rw-r--r--lisp/ChangeLog6
2 files changed, 12 insertions, 0 deletions
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
236`outline-headers-as-kill' copies the visible headings in the region to 236`outline-headers-as-kill' copies the visible headings in the region to
237the kill ring, e.g. to produce a table of contents. 237the kill ring, e.g. to produce a table of contents.
238 238
239** Changes to Show Paren mode.
240
241*** Overlays used by Show Paren mode now use a priority property.
242The new user option show-paren-priority specifies the priority to
243use. Default is 1000.
244
239** New command M-x check-parens can be used to find unbalanced paren 245** New command M-x check-parens can be used to find unbalanced paren
240groups and strings in buffers in Lisp mode (or other modes). 246groups and strings in buffers in Lisp mode (or other modes).
241 247
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e557dec5328..612d738ac97 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-08-14 Gerd Moellmann <gerd@gnu.org>
2
3 * paren.el (show-paren-priority): New user option.
4 (show-paren-function): Set overlay priorities to
5 show-paren-priority.
6
12000-08-14 Miles Bader <miles@gnu.org> 72000-08-14 Miles Bader <miles@gnu.org>
2 8
3 * comint.el (comint-bol): Use `forward-line 0' instead of calling 9 * comint.el (comint-bol): Use `forward-line 0' instead of calling