comparison src/ChangeLog @ 3696:ec0171167c5d

[xemacs-hg @ 2006-11-23 18:38:50 by michaels] 2006-11-18 Mike Sperber <mike@xemacs.org> * redisplay-x.c (separate_textual_runs): Don't try to call ichar_to_unicode on non-MULE.
author michaels
date Thu, 23 Nov 2006 18:38:52 +0000
parents 42e4605ef1de
children b3d7b8b98acf
comparison
equal deleted inserted replaced
3695:42e4605ef1de 3696:ec0171167c5d
17 * mule-ccl.c (ccl_driver): 17 * mule-ccl.c (ccl_driver):
18 Eliminate a CCL bug with control-1 chars and 18 Eliminate a CCL bug with control-1 chars and
19 write-multibyte-character--thank you for the report, Ilya--and 19 write-multibyte-character--thank you for the report, Ilya--and
20 eliminate a crash when a non-existent charset ID is specified for 20 eliminate a crash when a non-existent charset ID is specified for
21 a mule-to-unicode call. 21 a mule-to-unicode call.
22
23 2006-11-18 Mike Sperber <mike@xemacs.org>
24
25 * redisplay-x.c (separate_textual_runs): Don't try to call
26 ichar_to_unicode on non-MULE.
22 27
23 2006-11-18 Mike Sperber <mike@xemacs.org> 28 2006-11-18 Mike Sperber <mike@xemacs.org>
24 29
25 * window.c (window_pixel_height_to_char_height): Cater to the 30 * window.c (window_pixel_height_to_char_height): Cater to the
26 possibility that defheight may be 0. 31 possibility that defheight may be 0.