Mercurial > emacs
changeset 89868:203500dca753
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 11 Mar 2004 11:43:22 +0000 |
parents | dd677f4114e6 |
children | 0282c54de0d2 |
files | src/ChangeLog.22 |
diffstat | 1 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.22 Thu Mar 11 11:42:08 2004 +0000 +++ b/src/ChangeLog.22 Thu Mar 11 11:43:22 2004 +0000 @@ -1,6 +1,18 @@ 2004-03-11 Kenichi Handa <handa@etlken2> - * coding.c (get_translation_table): Allow max_lookup to be NULL. + * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup. + + * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup. + + * fontset.c: Include "intervals.h". + (fontset_face): Fix comparing of Lisp_Objects. + (free_face_fontset): Fix Lisp_Object/int mixup. + (new_fontset_from_font_name): Likewise. + + * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup. + + * coding.c: Add many prototypes for static functions. + (get_translation_table): Allow max_lookup to be NULL. (decode_coding): Call get_translation_table with max_lookup NULL. (Ffind_coding_systems_region_internal): Likewise. (Funencodable_char_position, Fcheck_coding_systems_region):