# HG changeset patch # User Gerd Moellmann # Date 1005840983 0 # Node ID 304a46db62e45c8da564e91d19ae85c6257f7821 # Parent ead122ed3fe6908768208a20f251095121f7f0ba *** empty log message *** diff -r ead122ed3fe6 -r 304a46db62e4 src/ChangeLog --- a/src/ChangeLog Thu Nov 15 16:15:47 2001 +0000 +++ b/src/ChangeLog Thu Nov 15 16:16:23 2001 +0000 @@ -1,5 +1,16 @@ 2001-11-15 Gerd Moellmann + * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07. + Some x_set_* function expect to be called even if old and new + value are equal. + + * xdisp.c (build_desired_tool_bar_string): Accept zero + tool_bar_button_relief. + + * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief. + + * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief. + * xterm.c (x_draw_bar_cursor): If the background color of the glyph under the cursor equals the frame's cursor color, use the glyph's foreground color for drawing the bar cursor.