diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 79a59b903d3..583080f9ffd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2001-11-15 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-11-15 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07. | ||
| 4 | Some x_set_* function expect to be called even if old and new | ||
| 5 | value are equal. | ||
| 6 | |||
| 7 | * xdisp.c (build_desired_tool_bar_string): Accept zero | ||
| 8 | tool_bar_button_relief. | ||
| 9 | |||
| 10 | * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief. | ||
| 11 | |||
| 12 | * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief. | ||
| 13 | |||
| 3 | * xterm.c (x_draw_bar_cursor): If the background color of the | 14 | * xterm.c (x_draw_bar_cursor): If the background color of the |
| 4 | glyph under the cursor equals the frame's cursor color, use | 15 | glyph under the cursor equals the frame's cursor color, use |
| 5 | the glyph's foreground color for drawing the bar cursor. | 16 | the glyph's foreground color for drawing the bar cursor. |