# HG changeset patch # User Dave Love # Date 1063806876 0 # Node ID 42b48c8a861536bd0612030df20cbc67340c98b9 # Parent 3e38f93b8c809f7d82085977011e7a409f14e19c *** empty log message *** diff -r 3e38f93b8c80 -r 42b48c8a8615 src/ChangeLog.22 --- a/src/ChangeLog.22 Wed Sep 17 13:53:56 2003 +0000 +++ b/src/ChangeLog.22 Wed Sep 17 13:54:36 2003 +0000 @@ -1,3 +1,27 @@ +2003-09-17 Dave Love + + * indent.c (check_composition): Make start and end EMACS_INT. + + * character.c (lisp_string_width): Make ignore and end EMACS_INT. + + * xdisp.c (handle_composition_prop, check_point_in_composition): + Make buffer positions EMACS_INT. + + * composite.c (find_composition, run_composition_function) + (update_compositions, Ffind_composition_internal): Make buffer + positions EMACS_INT. + + * composite.h (find_composition, update_compositions): Make + position args EMACS_INT. + + * keyboard.c (adjust_point_for_property): Make beg and end + EMACS_INT. + + * intervals.c (get_property_and_range) + * intervals.h (get_property_and_range): Make start and end EMACS_INT. + + * unexalpha.c: Don't include varargs.h. + 2003-09-16 Dave Love * coding.h (ENCODE_UTF_8): New.