From: Gerd Moellmann Date: Wed, 16 May 2001 15:09:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.104~481 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a90b3d3c213f931facee140532ff38388aeae188;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fde4307c11d..a264d2217fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-05-16 Gerd Moellmann + * tooltip.el (tooltip) : Put it in `gud' group instead + of `c'. + * textmodes/outline.el (outline-font-lock-level): Remove the condition-case, test what outline-level returns instead, to ease debugging. diff --git a/src/ChangeLog b/src/ChangeLog index d88b38f66b8..2ceb4ed297f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-05-16 Gerd Moellmann + * xfaces.c (split_font_name): Use the right field when + checking for `[...]' syntax. + * buffer.c (copy_overlays): New function. (clone_per_buffer_values): Use it.