aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-16 15:09:02 +0000
committerGerd Moellmann2001-05-16 15:09:02 +0000
commita90b3d3c213f931facee140532ff38388aeae188 (patch)
tree1cf5bd8e98e2c8cf90fdff777eeef565fb450ec5
parent3849cbf41c5e95e98542d001aa217a3a09b48fc3 (diff)
downloademacs-a90b3d3c213f931facee140532ff38388aeae188.tar.gz
emacs-a90b3d3c213f931facee140532ff38388aeae188.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog3
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fde4307c11d..a264d2217fb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-05-16 Gerd Moellmann <gerd@gnu.org> 12001-05-16 Gerd Moellmann <gerd@gnu.org>
2 2
3 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4 of `c'.
5
3 * textmodes/outline.el (outline-font-lock-level): Remove the 6 * textmodes/outline.el (outline-font-lock-level): Remove the
4 condition-case, test what outline-level returns instead, to ease 7 condition-case, test what outline-level returns instead, to ease
5 debugging. 8 debugging.
diff --git a/src/ChangeLog b/src/ChangeLog
index d88b38f66b8..2ceb4ed297f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-05-16 Gerd Moellmann <gerd@gnu.org> 12001-05-16 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfaces.c (split_font_name): Use the right field when
4 checking for `[...]' syntax.
5
3 * buffer.c (copy_overlays): New function. 6 * buffer.c (copy_overlays): New function.
4 (clone_per_buffer_values): Use it. 7 (clone_per_buffer_values): Use it.
5 8