diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 310d32a6432..d043bf7f691 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-30 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * doprnt.c (doprnt): Support arbitrary pI values, such as "I64". | ||
| 4 | |||
| 3 | * dispnew.c (scrolling_window): Return 1 if we scrolled, | 5 | * dispnew.c (scrolling_window): Return 1 if we scrolled, |
| 4 | to match comment at start of function. This also removes a | 6 | to match comment at start of function. This also removes a |
| 5 | GCC warning about overflow in a 32+64-bit port. | 7 | GCC warning about overflow in a 32+64-bit port. |