changeset 37757:4db8f2c1ab36

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 16 May 2001 15:09:02 +0000
parents 2cea00ea4d76
children 270e6cb4c672
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <gerd@gnu.org>
 
+	* tooltip.el (tooltip) <defgroup>: 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.
--- 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  <gerd@gnu.org>
 
+	* 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.