emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog.22 [emacs-unicode-2]


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog.22 [emacs-unicode-2]
Date: Wed, 17 Sep 2003 09:54:36 -0400

Index: emacs/src/ChangeLog.22
diff -c emacs/src/ChangeLog.22:1.1.2.3 emacs/src/ChangeLog.22:1.1.2.4
*** emacs/src/ChangeLog.22:1.1.2.3      Tue Sep 16 13:34:00 2003
--- emacs/src/ChangeLog.22      Wed Sep 17 09:54:36 2003
***************
*** 1,3 ****
--- 1,27 ----
+ 2003-09-17  Dave Love  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * coding.h (ENCODE_UTF_8): New.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]