diff options
| author | Chong Yidong | 2008-10-27 22:20:05 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-27 22:20:05 +0000 |
| commit | e2e325aaaf57a56526f5ea06d12cde8f10925d55 (patch) | |
| tree | 6ebcf2525ccbb6e95f584ccdb07d3839134f0c69 /src/ChangeLog | |
| parent | 5c8ad206590a212cef666610f49d9e7d2bc616ed (diff) | |
| download | emacs-e2e325aaaf57a56526f5ea06d12cde8f10925d55.tar.gz emacs-e2e325aaaf57a56526f5ea06d12cde8f10925d55.zip | |
* w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.
* xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.
Diffstat (limited to 'src/ChangeLog')
| -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. |