aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-01-23 17:38:13 -0500
committerChong Yidong2011-01-23 17:38:13 -0500
commit19634648a609af92c97a084cd4d3ad3b10113c1d (patch)
treeea0d507cc5917a64af719318bd648438c62ae701 /src/ChangeLog
parent6de1218f3cbfabdb60446cffc5013962aa434de0 (diff)
downloademacs-19634648a609af92c97a084cd4d3ad3b10113c1d.tar.gz
emacs-19634648a609af92c97a084cd4d3ad3b10113c1d.zip
* lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases (Bug#6811).
Remove unused HAVE_SHM branch.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 874a3bc5bcd..297ea12aee7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,10 @@
12011-01-23 Chong Yidong <cyd@stupidchicken.com>
2
3 * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases.
4 Remove unused HAVE_SHM branch (Bug#6811).
5
12011-01-23 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change) 62011-01-23 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7
2 * s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811). 8 * s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
3 9
42011-01-22 Martin Rudalics <rudalics@gmx.at> 102011-01-22 Martin Rudalics <rudalics@gmx.at>