]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Wed, 17 Sep 2003 13:54:36 +0000 (13:54 +0000)
committerDave Love <fx@gnu.org>
Wed, 17 Sep 2003 13:54:36 +0000 (13:54 +0000)
src/ChangeLog.22

index 48bf74e75a94c08c01e3dfde0418a219de9e0a60..e1fae1b86eddd549e229752f4b3737d638b0ef12 100644 (file)
@@ -1,3 +1,27 @@
+2003-09-17  Dave Love  <fx@gnu.org>
+
+       * 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  <fx@gnu.org>
 
        * coding.h (ENCODE_UTF_8): New.