aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2013-12-02 10:05:57 +0900
committerYAMAMOTO Mitsuharu2013-12-02 10:05:57 +0900
commite0e0af3bd5e06526bf69ec1f0f9958371eef59d7 (patch)
treeb67fc9348751075af4600bd1398ea5c9b63aa59b /src/ChangeLog
parentf224e5002292f7b9b9347147d4b5af913fed516a (diff)
downloademacs-e0e0af3bd5e06526bf69ec1f0f9958371eef59d7.tar.gz
emacs-e0e0af3bd5e06526bf69ec1f0f9958371eef59d7.zip
Remove fringe background extension code on X11.
* xterm.h (struct scroll_bar): Remove member `fringe_extended_p'. * xterm.c (x_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 fc9e8431146..6eb258ce4d5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12013-12-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * xterm.h (struct scroll_bar): Remove member `fringe_extended_p'.
4
5 * xterm.c (x_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-01 Paul Eggert <eggert@cs.ucla.edu> 122013-12-01 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 Fix minor problems found by static checking. 14 Fix minor problems found by static checking.