diff options
| author | Dave Love | 2003-09-17 13:54:36 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-17 13:54:36 +0000 |
| commit | 49f42e83c9d11ac89216ddb8245f5f0529b56b0f (patch) | |
| tree | a12bd1bd0e6d35d547e285e1fa9f5004186a8020 /src | |
| parent | ca5a9b6c7b496bf7f3898ed5a93508f5762a053d (diff) | |
| download | emacs-49f42e83c9d11ac89216ddb8245f5f0529b56b0f.tar.gz emacs-49f42e83c9d11ac89216ddb8245f5f0529b56b0f.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 48bf74e75a9..e1fae1b86ed 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,27 @@ | |||
| 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. |