diff options
| author | YAMAMOTO Mitsuharu | 2011-05-11 12:13:58 +0900 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2011-05-11 12:13:58 +0900 |
| commit | 7db47798f82694ea85003f3ea004600ab6a68fc3 (patch) | |
| tree | eeed4c4a9f50fa70a4406f44f73e12d2e21bc3f0 /src/ChangeLog | |
| parent | 3ee240faef2c679ecf9eb6b99ac22b9e75b23f08 (diff) | |
| download | emacs-7db47798f82694ea85003f3ea004600ab6a68fc3.tar.gz emacs-7db47798f82694ea85003f3ea004600ab6a68fc3.zip | |
Take account of fringe background extension in scroll_run_hook.
* w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
`width' to `bar_area_x' and `bar_area_width', respectively.
(x_scroll_run): Take account of fringe background extension.
* xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]: Rename
local vars `left' and `width' to `bar_area_x' and
`bar_area_width', respectively.
(x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
background extension.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4ab5b4e64f1..6ed7883ded4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2011-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and | ||
| 4 | `width' to `bar_area_x' and `bar_area_width', respectively. | ||
| 5 | (x_scroll_run): Take account of fringe background extension. | ||
| 6 | |||
| 7 | * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]: Rename | ||
| 8 | local vars `left' and `width' to `bar_area_x' and | ||
| 9 | `bar_area_width', respectively. | ||
| 10 | (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe | ||
| 11 | background extension. | ||
| 12 | |||
| 1 | 2011-05-09 Andreas Schwab <schwab@linux-m68k.org> | 13 | 2011-05-09 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 14 | ||
| 3 | * xmenu.c (set_frame_menubar): Fix submenu loops. | 15 | * xmenu.c (set_frame_menubar): Fix submenu loops. |