diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e21d9ee05e1..4c2f2ec59d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2014-12-20 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-12-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Let charset tick grow past USHRT_MAX | ||
| 4 | * charset.c, charset.h (charset_ordered_list_tick): | ||
| 5 | Now EMACS_UINT, not unsigned short. | ||
| 6 | * fontset.c (reorder_font_vector): Allow the tick to grow to the | ||
| 7 | maximum representable Emacs integer value before wrapping it around. | ||
| 8 | |||
| 3 | Simplify unexec file mode setting | 9 | Simplify unexec file mode setting |
| 4 | * unexaix.c, unexcoff.c, unexelf.c, unexmacosx.c: | 10 | * unexaix.c, unexcoff.c, unexelf.c, unexmacosx.c: |
| 5 | Don't include <sys/stat.h> when no longer needed. | 11 | Don't include <sys/stat.h> when no longer needed. |