diff options
| author | Kenichi Handa | 2004-03-11 08:46:45 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-03-11 08:46:45 +0000 |
| commit | d83bf7cc686fd37f7f715f8d2911c441d23ca6b8 (patch) | |
| tree | 09d85cd9f88aa0cf7aa98552dcc67fbd36c88546 /src | |
| parent | 2170c8f05b193ad12a61022f919f6cb56758e179 (diff) | |
| download | emacs-d83bf7cc686fd37f7f715f8d2911c441d23ca6b8.tar.gz emacs-d83bf7cc686fd37f7f715f8d2911c441d23ca6b8.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 2694c967ea2..06be1b70bdf 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-03-11 Kenichi Handa <handa@etlken2> | ||
| 2 | |||
| 3 | * coding.c (get_translation_table): Allow max_lookup to be NULL. | ||
| 4 | (decode_coding): Call get_translation_table with max_lookup NULL. | ||
| 5 | (Ffind_coding_systems_region_internal): Likewise. | ||
| 6 | (Funencodable_char_position, Fcheck_coding_systems_region): | ||
| 7 | Likewise. | ||
| 8 | |||
| 1 | 2004-03-11 Kenichi Handa <handa@m17n.org> | 9 | 2004-03-11 Kenichi Handa <handa@m17n.org> |
| 2 | 10 | ||
| 3 | * coding.c (get_translation_table): Declare it as Lisp_Object. | 11 | * coding.c (get_translation_table): Declare it as Lisp_Object. |