Mercurial > emacs
changeset 41090:304a46db62e4
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 15 Nov 2001 16:16:23 +0000 |
parents | ead122ed3fe6 |
children | 418fff19f92e |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + * 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.