Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5485:661aba8350af | 5486:58e320bde005 |
---|---|
1 2010-12-31 Mike Kupfer <mike.kupfer@xemacs.org> | |
2 | |
3 * redisplay.c (pixel_to_glyph_translation): | |
4 Handle redisplay edge case. | |
5 With motion events when entering a frame and the minibuffer is | |
6 active, row and column can be zero, and there aren't any runes. | |
7 | |
1 2011-04-30 Stephen J. Turnbull <stephen@xemacs.org> | 8 2011-04-30 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 9 |
3 * specifier.c (Fspecifier_matching_instance): | 10 * specifier.c (Fspecifier_matching_instance): |
4 Add comment about backward-incompatibility of MATCHSPEC. | 11 Add comment about backward-incompatibility of MATCHSPEC. |
5 | 12 |