diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-20 15:49:04 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-20 15:50:46 -0800 |
| commit | 67bb1c1944ef69710e9d36420bc01e2183941358 (patch) | |
| tree | c5b0a170041727e937fabc81e9370882ed44d0f0 /src/ChangeLog | |
| parent | 4cc2f6918ddd44bf1f10a1d689b7bd769fcf6b8e (diff) | |
* composite.h (struct composition.width): Now int
instead of unsigned short, as we prefer signed integers.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4c2f2ec59d6..51ab3396ef3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2014-12-20 Paul Eggert <eggert@cs.ucla.edu> + * composite.h (struct composition.width): Now int + instead of unsigned short, as we prefer signed integers. + Let charset tick grow past USHRT_MAX * charset.c, charset.h (charset_ordered_list_tick): Now EMACS_UINT, not unsigned short. |
