aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ec629fb9f10..41b2d24b968 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-10-01 Paul Eggert <eggert@cs.ucla.edu> 12012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.
4 Suggested by Juri Linkov in
5 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00821.html>.
6
3 Prefer plain 'static' to 'static inline' (Bug#12541). 7 Prefer plain 'static' to 'static inline' (Bug#12541).
4 With static functions, modern compilers inline pretty well by 8 With static functions, modern compilers inline pretty well by
5 themselves; advice from programmers often hurts as much as it helps. 9 themselves; advice from programmers often hurts as much as it helps.