aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-10-27 22:20:05 +0000
committerChong Yidong <[email protected]>2008-10-27 22:20:05 +0000
commite2e325aaaf57a56526f5ea06d12cde8f10925d55 (patch)
tree6ebcf2525ccbb6e95f584ccdb07d3839134f0c69 /src/ChangeLog
parent5c8ad206590a212cef666610f49d9e7d2bc616ed (diff)
* 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/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b39b1c49ba..ae9044d47f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2008-10-27 Chong Yidong <[email protected]>
+ * 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.
+
* xdisp.c (try_scrolling): When computing the distance from the
scroll margin to PT, try moving some distance past the window
bottom before giving up.