diff options
| author | Kenichi Handa | 2004-03-11 11:43:22 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-03-11 11:43:22 +0000 |
| commit | 923d422fc87ebd0405a0a0cc9d00402694e264c1 (patch) | |
| tree | ae1b5f26e8e45fdfc42a7d7925249182d9864fe7 /src | |
| parent | d834b49367f09260e3dc2b91c08b48ea68013a58 (diff) | |
| download | emacs-923d422fc87ebd0405a0a0cc9d00402694e264c1.tar.gz emacs-923d422fc87ebd0405a0a0cc9d00402694e264c1.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 06be1b70bdf..939a5d1eb9a 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,6 +1,18 @@ | |||
| 1 | 2004-03-11 Kenichi Handa <handa@etlken2> | 1 | 2004-03-11 Kenichi Handa <handa@etlken2> |
| 2 | 2 | ||
| 3 | * coding.c (get_translation_table): Allow max_lookup to be NULL. | 3 | * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup. |
| 4 | |||
| 5 | * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup. | ||
| 6 | |||
| 7 | * fontset.c: Include "intervals.h". | ||
| 8 | (fontset_face): Fix comparing of Lisp_Objects. | ||
| 9 | (free_face_fontset): Fix Lisp_Object/int mixup. | ||
| 10 | (new_fontset_from_font_name): Likewise. | ||
| 11 | |||
| 12 | * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup. | ||
| 13 | |||
| 14 | * coding.c: Add many prototypes for static functions. | ||
| 15 | (get_translation_table): Allow max_lookup to be NULL. | ||
| 4 | (decode_coding): Call get_translation_table with max_lookup NULL. | 16 | (decode_coding): Call get_translation_table with max_lookup NULL. |
| 5 | (Ffind_coding_systems_region_internal): Likewise. | 17 | (Ffind_coding_systems_region_internal): Likewise. |
| 6 | (Funencodable_char_position, Fcheck_coding_systems_region): | 18 | (Funencodable_char_position, Fcheck_coding_systems_region): |