# HG changeset patch # User Gerd Moellmann # Date 990025742 0 # Node ID 4db8f2c1ab3689aa37711d31c93bc308b655376b # Parent 2cea00ea4d7600a235eabf8e988c6f4cce34e775 *** empty log message *** diff -r 2cea00ea4d76 -r 4db8f2c1ab36 lisp/ChangeLog --- a/lisp/ChangeLog Wed May 16 15:08:35 2001 +0000 +++ b/lisp/ChangeLog Wed May 16 15:09:02 2001 +0000 @@ -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 -r 2cea00ea4d76 -r 4db8f2c1ab36 src/ChangeLog --- a/src/ChangeLog Wed May 16 15:08:35 2001 +0000 +++ b/src/ChangeLog Wed May 16 15:09:02 2001 +0000 @@ -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.