diff options
| author | Paul Eggert | 2011-06-17 01:27:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-17 01:27:36 -0700 |
| commit | 5eb55db9877dd34455e40f8836f50f3496abcbae (patch) | |
| tree | a82e03642b56e5f111e3ef582141040e3ec56f69 /src/ChangeLog | |
| parent | 0703a717821d3e1d0ee2b0b5f5f42c55fa97210f (diff) | |
| download | emacs-5eb55db9877dd34455e40f8836f50f3496abcbae.tar.gz emacs-5eb55db9877dd34455e40f8836f50f3496abcbae.zip | |
* composite.c: Don't truncate sizes to 'int'.
(composition_gstring_p, composition_reseat_it)
(composition_adjust_point): Use EMACS_INT, not int.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4b31db3e26a..6ff0fe49307 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-06-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * composite.c: Don't truncate sizes to 'int'. | ||
| 4 | (composition_gstring_p, composition_reseat_it) | ||
| 5 | (composition_adjust_point): Use EMACS_INT, not int. | ||
| 6 | |||
| 3 | * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT. | 7 | * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT. |
| 4 | 8 | ||
| 5 | * buffer.c: Include <verify.h>. | 9 | * buffer.c: Include <verify.h>. |