diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 0b21e7813be..3168e29eca9 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-09-13 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (detect_coding_utf_16): Don't set detect_info->found if | ||
| 4 | BOM is not found. | ||
| 5 | (detect_coding): Optimization for ISO-2022 when no 8-bit data is | ||
| 6 | found. | ||
| 7 | (detect_coding_system): Likewise. | ||
| 8 | |||
| 1 | 2004-09-01 Jason Rumney <jasonr@gnu.org> | 9 | 2004-09-01 Jason Rumney <jasonr@gnu.org> |
| 2 | 10 | ||
| 3 | * w32fns.c (x_to_w32_font): Update to use new coding struct. | 11 | * w32fns.c (x_to_w32_font): Update to use new coding struct. |