aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
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 @@
12012-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
12012-09-11 Jan Djärv <jan.h.d@swipnet.se> 82012-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.