comparison src/ChangeLog @ 3690:d6a215ad08b8

[xemacs-hg @ 2006-11-20 19:21:47 by aidan] Eliminate a couple of CCL bugs with control-1 characters.
author aidan
date Mon, 20 Nov 2006 19:21:56 +0000
parents 719ceea8b3cb
children 3b847cba6d71
comparison
equal deleted inserted replaced
3689:844f6af613f6 3690:d6a215ad08b8
1 2006-11-20 Aidan Kehoe <kehoea@parhasard.net>
2
3 * mule-ccl.c (CCL_MAKE_CHAR):
4 * mule-ccl.c (ccl_driver):
5 Eliminate a CCL bug with control-1 chars and
6 write-multibyte-character--thank you for the report, Ilya--and
7 eliminate a crash when a non-existent charset ID is specified for
8 a mule-to-unicode call.
9
1 2006-11-18 Mike Sperber <mike@xemacs.org> 10 2006-11-18 Mike Sperber <mike@xemacs.org>
2 11
3 * window.c (window_pixel_height_to_char_height): Cater to the 12 * window.c (window_pixel_height_to_char_height): Cater to the
4 possibility that defheight may be 0. 13 possibility that defheight may be 0.
5 14