diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 309f4447dbc..de472ab51dd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-06-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix recently-introduced process.c problems found by static checking. | ||
| 4 | * process.c (write_queue_push, write_queue_pop, send_process): | ||
| 5 | Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets. | ||
| 6 | (write_queue_pop): Fix pointer signedness problem. | ||
| 7 | (send_process): Remove unused local. | ||
| 8 | |||
| 1 | 2012-06-17 Chong Yidong <cyd@gnu.org> | 9 | 2012-06-17 Chong Yidong <cyd@gnu.org> |
| 2 | 10 | ||
| 3 | * xdisp.c (redisplay_internal): No need to redisplay terminal | 11 | * xdisp.c (redisplay_internal): No need to redisplay terminal |