aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2013-12-21 16:04:07 +0900
committerYAMAMOTO Mitsuharu2013-12-21 16:04:07 +0900
commit5b2b60f0f88e1785b1edbf9be8427fb6f2e717ff (patch)
tree50ae64eb3e2fd775a5dd07bccc80ca21137f0922 /src/ChangeLog
parente0eb0550dc7eabc3777f322670200cb126d111e5 (diff)
downloademacs-5b2b60f0f88e1785b1edbf9be8427fb6f2e717ff.tar.gz
emacs-5b2b60f0f88e1785b1edbf9be8427fb6f2e717ff.zip
Remove fringe background extension code on W32.
* w32term.h (struct scroll_bar): Remove member `fringe_extended_p'. * w32term.c (w32_draw_fringe_bitmap, x_scroll_run): Remove code for fringe background extension. (x_scroll_bar_create): Remove variables `sb_left' and `sb_width', because they are now always the same as `left' and `width', respectively. Remove code for the case that `width' and `sb_width' are different.
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 dbb77ae1646..ecde9e1ddea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12013-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * w32term.h (struct scroll_bar): Remove member `fringe_extended_p'.
4
5 * w32term.c (w32_draw_fringe_bitmap, x_scroll_run): Remove code for
6 fringe background extension.
7 (x_scroll_bar_create): Remove variables `sb_left' and `sb_width',
8 because they are now always the same as `left' and `width',
9 respectively. Remove code for the case that `width' and
10 `sb_width' are different.
11
12013-12-20 Martin Rudalics <rudalics@gmx.at> 122013-12-20 Martin Rudalics <rudalics@gmx.at>
2 13
3 Remove scroll_bar_actual_width from frames. 14 Remove scroll_bar_actual_width from frames.