comparison src/ChangeLog.22 @ 89516:42b48c8a8615

*** empty log message ***
author Dave Love <fx@gnu.org>
date Wed, 17 Sep 2003 13:54:36 +0000
parents f698e4b63097
children cc3b434cc2ce
comparison
equal deleted inserted replaced
89515:3e38f93b8c80 89516:42b48c8a8615
1 2003-09-17 Dave Love <fx@gnu.org>
2
3 * indent.c (check_composition): Make start and end EMACS_INT.
4
5 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
6
7 * xdisp.c (handle_composition_prop, check_point_in_composition):
8 Make buffer positions EMACS_INT.
9
10 * composite.c (find_composition, run_composition_function)
11 (update_compositions, Ffind_composition_internal): Make buffer
12 positions EMACS_INT.
13
14 * composite.h (find_composition, update_compositions): Make
15 position args EMACS_INT.
16
17 * keyboard.c (adjust_point_for_property): Make beg and end
18 EMACS_INT.
19
20 * intervals.c (get_property_and_range)
21 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
22
23 * unexalpha.c: Don't include varargs.h.
24
1 2003-09-16 Dave Love <fx@gnu.org> 25 2003-09-16 Dave Love <fx@gnu.org>
2 26
3 * coding.h (ENCODE_UTF_8): New. 27 * coding.h (ENCODE_UTF_8): New.
4 28
5 * Makefile.in (gtkutil.o): Depend on coding.h. 29 * Makefile.in (gtkutil.o): Depend on coding.h.