aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-11 13:35:23 -0700
committerPaul Eggert2012-09-11 13:35:23 -0700
commit5779a1dc62593be8294edaecfecca4359be9ab4e (patch)
treea06911ec707e4c6b3f59879e495e7ed2f8a71af1 /src/ChangeLog
parent9011078f9df40965a6ef3cade5bba3e5d0eb730d (diff)
downloademacs-5779a1dc62593be8294edaecfecca4359be9ab4e.tar.gz
emacs-5779a1dc62593be8294edaecfecca4359be9ab4e.zip
* alloc.c (discard_killed_buffers): Tune and simplify a bit.
Use pointer-to-a-pointer to simplify and avoid a NILP check each time an item is removed. No need to mark this function 'inline'; the compiler knows better than we do.
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.