# HG changeset patch # User Kim F. Storm # Date 1087292538 0 # Node ID f5427343598928dc0331d9de410c0fcd072882e4 # Parent d61ec0ebc2817db49bb592a29dbd22aa822e1c62 *** empty log message *** diff -r d61ec0ebc281 -r f54273435989 src/ChangeLog --- a/src/ChangeLog Mon Jun 14 22:06:15 2004 +0000 +++ b/src/ChangeLog Tue Jun 15 09:42:18 2004 +0000 @@ -1,10 +1,15 @@ +2004-06-15 Kim F. Storm + + * syntax.c (skip_chars): Only recognize [:class:] when it has the + proper format and class is a lower-case word. + 2004-06-14 Jan Dj,Ad(Brv * gtkutil.c (xg_get_image_for_pixmap): New function. (xg_get_gdk_pixmap_and_mask): Removed. (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of xg_get_gdk_pixmap_and_mask. - + * xterm.h (struct x_display_info): Typo in comment fixed. 2004-06-14 Juanma Barranquero