comparison src/ChangeLog @ 51625:896d9b83eab5

Entry that should have been made last month.
author Glenn Morris <rgm@gnu.org>
date Fri, 20 Jun 2003 10:14:31 +0000
parents 5dccfdd80acb
children e451611c1a5c
comparison
equal deleted inserted replaced
51624:817261348e50 51625:896d9b83eab5
240 240
241 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is 241 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is
242 nonzero. 242 nonzero.
243 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control. 243 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
244 (setup_ccl_program): Initialize ccl->eight_bit_control to zero. 244 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
245
246 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
247
248 * xfaces.c (realize_default_face): Do not abort if lface is
249 non-existent - reverts change from 2003-05-19.
245 250
246 2003-05-29 Kenichi Handa <handa@m17n.org> 251 2003-05-29 Kenichi Handa <handa@m17n.org>
247 252
248 * coding.c (decode_coding_iso2022): Pay attention to the byte 253 * coding.c (decode_coding_iso2022): Pay attention to the byte
249 sequence of CTEXT extended segment, and retain those bytes as is. 254 sequence of CTEXT extended segment, and retain those bytes as is.