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 4f411f95444..166222ae33c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,9 @@
5 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: 5 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
6 Cast bitfield value to EMACS_INT, to suppress gcc warning. 6 Cast bitfield value to EMACS_INT, to suppress gcc warning.
7 7
8 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
9 defining.
10
82006-02-03 Kim F. Storm <storm@cua.dk> 112006-02-03 Kim F. Storm <storm@cua.dk>
9 12
10 * xdisp.c: Cache last merged escape glyph face. 13 * xdisp.c: Cache last merged escape glyph face.