Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5486:58e320bde005
Handle redisplay edge case.
With motion events when entering a frame and the minibuffer is
active, row and column can be zero, and there aren't any runes.
author | Mike Kupfer <mike.kupfer@xemacs.org> |
---|---|
date | Sat, 30 Apr 2011 13:30:47 +0900 |
parents | 661aba8350af |
children | 159face738c3 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Apr 30 13:24:10 2011 +0900 +++ b/src/ChangeLog Sat Apr 30 13:30:47 2011 +0900 @@ -1,3 +1,10 @@ +2010-12-31 Mike Kupfer <mike.kupfer@xemacs.org> + + * redisplay.c (pixel_to_glyph_translation): + Handle redisplay edge case. + With motion events when entering a frame and the minibuffer is + active, row and column can be zero, and there aren't any runes. + 2011-04-30 Stephen J. Turnbull <stephen@xemacs.org> * specifier.c (Fspecifier_matching_instance):