diff options
| author | Kenichi Handa | 2004-09-13 00:41:40 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-09-13 00:41:40 +0000 |
| commit | 2070e3c1e463c6fc673777cbe2e9618c83771f6e (patch) | |
| tree | a6f3aa8a6ae08af4f3002480d77945999f268ba4 /src | |
| parent | 6cb21a4f62b22ee019d166adc454e9b5d082f83f (diff) | |
| download | emacs-2070e3c1e463c6fc673777cbe2e9618c83771f6e.tar.gz emacs-2070e3c1e463c6fc673777cbe2e9618c83771f6e.zip | |
*** empty log message ***
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. |