diff options
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 ef511ffc211..2b2a9510435 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-04-19 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xfns.c (Fx_window_property): Simplify a bit, | ||
| 4 | to make a bit faster and to avoid GCC 4.6.0 warning. | ||
| 5 | * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise. | ||
| 6 | |||
| 3 | * fns.c (internal_equal): Don't assume size_t fits in int. | 7 | * fns.c (internal_equal): Don't assume size_t fits in int. |
| 4 | 8 | ||
| 5 | * alloc.c (compact_small_strings): Tighten assertion a little. | 9 | * alloc.c (compact_small_strings): Tighten assertion a little. |