aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-11-15 16:16:23 +0000
committerGerd Moellmann2001-11-15 16:16:23 +0000
commit9f7e52b4de1a3e79d69002c3d5491dde26826f01 (patch)
treeccc8aadb9e259f94e2abe5ba99f4508a79df658e /src/ChangeLog
parenta10b6ff1a9e9845771275356208e0ae0326415f8 (diff)
downloademacs-9f7e52b4de1a3e79d69002c3d5491dde26826f01.tar.gz
emacs-9f7e52b4de1a3e79d69002c3d5491dde26826f01.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
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 @@
12001-11-15 Gerd Moellmann <gerd@gnu.org> 12001-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.