diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b39b1c49bad..ae9044d47f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2008-10-27 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-10-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized | ||
| 4 | glyph, draw it with the default glyph width. | ||
| 5 | |||
| 6 | * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized | ||
| 7 | glyph, draw it with the default glyph width. | ||
| 8 | |||
| 3 | * xdisp.c (try_scrolling): When computing the distance from the | 9 | * xdisp.c (try_scrolling): When computing the distance from the |
| 4 | scroll margin to PT, try moving some distance past the window | 10 | scroll margin to PT, try moving some distance past the window |
| 5 | bottom before giving up. | 11 | bottom before giving up. |