aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-10-08 01:02:56 -0400
committerChong Yidong2010-10-08 01:02:56 -0400
commit389454fb57bafee5a0b1a22adb4ed90504ee6e71 (patch)
tree08b3b40a8d44a480cdf013cfc260af883dd0e76d /src/ChangeLog
parent775f75bcbc8e935ce49571ee32640edf7ee185e3 (diff)
downloademacs-389454fb57bafee5a0b1a22adb4ed90504ee6e71.tar.gz
emacs-389454fb57bafee5a0b1a22adb4ed90504ee6e71.zip
* xterm.c (x_draw_relief_rect): If box width is larger than 1,
draw the outermost line using the black relief, for legibility. Omit drawing the four corner pixels.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6f388cd7283..2effe2ea84c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-10-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * xterm.c (x_draw_relief_rect): If box width is larger than 1,
4 draw the outermost line using the black relief, for legibility.
5 Omit drawing the four corner pixels.
6
12010-10-04 Chong Yidong <cyd@stupidchicken.com> 72010-10-04 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * keyboard.c (echo_prompt): Function moved into read_key_sequence. 9 * keyboard.c (echo_prompt): Function moved into read_key_sequence.