aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 26b1a54ffc8..85411622ba1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12013-10-03 Paul Eggert <eggert@cs.ucla.edu> 12013-10-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h (eassert): Assume that COND is true when optimizing.
4 In other words, take on the behavior of eassert_and_assume.
5 This makes Emacs 0.2% smaller on my platform (Fedora 19, x86-64).
6 (eassert_and_assume): Remove. All uses replaced by eassert.
7
3 * xdisp.c (Qglyphless_char): Now static. 8 * xdisp.c (Qglyphless_char): Now static.
4 9
5 Adjust to merge from gnulib. 10 Adjust to merge from gnulib.