aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-01-24 17:05:52 -0500
committerStefan Monnier2011-01-24 17:05:52 -0500
commitf996bbcb94dd456d0c5644885e8269f396b54707 (patch)
treec6c601367ab5e94cd62e994f660e8f9e65498d10 /src/ChangeLog
parent10e1d5f30f7ccb099106a3644776ed68db98b2d7 (diff)
downloademacs-f996bbcb94dd456d0c5644885e8269f396b54707.tar.gz
emacs-f996bbcb94dd456d0c5644885e8269f396b54707.zip
* xdisp.c (handle_fontified_prop): Be careful with font-lock changing
the buffer's point-max. Fixes: debbugs:7876
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 297ea12aee7..0539b849efc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xdisp.c (handle_fontified_prop): Be careful with font-lock changing
4 the buffer's point-max (bug#7876).
5
12011-01-23 Chong Yidong <cyd@stupidchicken.com> 62011-01-23 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases. 8 * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases.