comparison src/ChangeLog @ 4476:dbf79a1732ba

Don't try to get text width for the null font instance, mswindows 2008-07-10 Aidan Kehoe <kehoea@parhasard.net> * redisplay-msw.c (mswindows_text_width_single_run): Explicitly check for the null font instance, and return zero if so. Avoids the crash documented in http://mid.gmane.org/18473.32468.712317.149457@parhasard.net .
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 10 Jul 2008 17:05:59 +0200
parents c76b1bc6bd28
children ec442dc06fe1
comparison
equal deleted inserted replaced
4475:86283c809984 4476:dbf79a1732ba
1 2008-07-10 Aidan Kehoe <kehoea@parhasard.net>
2
3 * redisplay-msw.c (mswindows_text_width_single_run):
4 Explicitly check for the null font instance, and return zero if
5 so. Avoids the crash documented in
6 http://mid.gmane.org/18473.32468.712317.149457@parhasard.net .
7
1 2008-05-27 Aidan Kehoe <kehoea@parhasard.net> 8 2008-05-27 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * editfns.c (Ftranslate_region): 10 * editfns.c (Ftranslate_region):
4 Correct a thinko in the last commit; I meant #'get-char-table, not 11 Correct a thinko in the last commit; I meant #'get-char-table, not
5 #'put-char-table. 12 #'put-char-table.