diff options
| author | Kenichi Handa | 2009-03-06 11:08:32 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-03-06 11:08:32 +0000 |
| commit | f3b3be74dee8407688fafa69109d78c2cd59f8f1 (patch) | |
| tree | e18c52f869d14e1392438039384862f4ebca31f9 /src/ChangeLog | |
| parent | 1e447232851c742f9b765f711cb004eac4ed8f3d (diff) | |
| download | emacs-f3b3be74dee8407688fafa69109d78c2cd59f8f1.tar.gz emacs-f3b3be74dee8407688fafa69109d78c2cd59f8f1.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 77f6e0278d2..36f806a0878 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 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. |