diff options
| author | Jan D | 2010-04-09 18:49:06 +0200 |
|---|---|---|
| committer | Jan D | 2010-04-09 18:49:06 +0200 |
| commit | b13aef54997edcdceae7dab09a979f5833e6285d (patch) | |
| tree | 7c27948b37a82a43c5e46ab3add49b5a4f6233dd /src/ChangeLog | |
| parent | 0880716f5085e0203436a436280ce2cc9fb0edad (diff) | |
| download | emacs-b13aef54997edcdceae7dab09a979f5833e6285d.tar.gz emacs-b13aef54997edcdceae7dab09a979f5833e6285d.zip | |
Fix showing the complete tip the first time, bug #2423.
* xfns.c (Fx_show_tip): Call try_window in a loop until
fonts_changed_p is zero (Bug#2423).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0f61c91c790..cbb14a58622 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-04-09 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xfns.c (Fx_show_tip): Call try_window in a loop until | ||
| 4 | fonts_changed_p is zero (Bug#2423). | ||
| 5 | |||
| 1 | 2010-04-08 Eli Zaretskii <eliz@gnu.org> | 6 | 2010-04-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond | 8 | * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond |