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 c590e9fb32f..45b24436519 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12012-08-02 Paul Eggert <eggert@cs.ucla.edu> 12012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix macroexp crash on Windows with debugging (Bug#12118).
4 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
5 checking subscripts; problem introduced with the recent
6 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
7 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
8 since it's used in non-static inline functions now.
9
3 * xfaces.c (face_at_buffer_position, face_for_overlay_string): 10 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
4 Don't assume buffer size fits in 'int'. Remove unused local. 11 Don't assume buffer size fits in 'int'. Remove unused local.
5 12