comparison src/ChangeLog @ 102426:99e14dddbf65

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 06 Mar 2009 11:08:32 +0000
parents d4c02fdc3efa
children 3592fbfdbc63
comparison
equal deleted inserted replaced
102425:5b3e677bf111 102426:99e14dddbf65
1 2009-03-06 Kenichi Handa <handa@m17n.org> 1 2009-03-06 Kenichi Handa <handa@m17n.org>
2 2
3 These changes are to detect incorrect composition sequence without 3 These changes are to detect incorrect composition sequence without
4 looking ahead the source. 4 looking ahead the source. (Bug#2370)
5 5
6 * coding.h: Include "composite.h". 6 * coding.h: Include "composite.h".
7 (enum compisition_state): New enum. 7 (enum compisition_state): New enum.
8 (struct compisition_status): New struct. 8 (struct compisition_status): New struct.
9 (struct iso_2022_spec): New member cmp_status. 9 (struct iso_2022_spec): New member cmp_status.