diff options
| -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 181e7c3bd71..48bf74e75a9 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2003-09-16 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * coding.h (ENCODE_UTF_8): New. | ||
| 4 | |||
| 5 | * Makefile.in (gtkutil.o): Depend on coding.h. | ||
| 6 | |||
| 7 | * coding.c (Fset_coding_system_priority): Doc fix. | ||
| 8 | |||
| 1 | 2003-09-16 Kenichi Handa <handa@m17n.org> | 9 | 2003-09-16 Kenichi Handa <handa@m17n.org> |
| 2 | 10 | ||
| 3 | * fileio.c (Finsert_file_contents): Call setup_coding_system in | 11 | * fileio.c (Finsert_file_contents): Call setup_coding_system in |