aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bffe8caf089..4f411f95444 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup. 3 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
4 4
5 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
6 Cast bitfield value to EMACS_INT, to suppress gcc warning.
7
52006-02-03 Kim F. Storm <storm@cua.dk> 82006-02-03 Kim F. Storm <storm@cua.dk>
6 9
7 * xdisp.c: Cache last merged escape glyph face. 10 * xdisp.c: Cache last merged escape glyph face.