diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6cb0e65281a..2b0686cc49e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-09-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * alloc.c (discard_killed_buffers): Tune and simplify a bit. | ||
| 4 | Use pointer-to-a-pointer to simplify and avoid a NILP check each | ||
| 5 | time an item is removed. No need to mark this function 'inline'; | ||
| 6 | the compiler knows better than we do. | ||
| 7 | |||
| 1 | 2012-09-11 Jan Djärv <jan.h.d@swipnet.se> | 8 | 2012-09-11 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 9 | ||
| 3 | * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize. | 10 | * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize. |