aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-14 19:17:36 +0000
committerGerd Moellmann2000-09-14 19:17:36 +0000
commit085536c2734fd68e2339701389b19b7312ab9c0b (patch)
treeaa0d0d55f4a6a67faa8eac8ce0bc19d4230dcefd /src/ChangeLog
parent2beab0dbab25cd057a2eb5ddfb1843eb26015699 (diff)
downloademacs-085536c2734fd68e2339701389b19b7312ab9c0b.tar.gz
emacs-085536c2734fd68e2339701389b19b7312ab9c0b.zip
(handle_fontified_prop): While running fontification
functions, bind `fontification-functions' and `after-change-functions' to nil.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d75937c30f8..e8f7c305d87 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-09-14 Gerd Moellmann <gerd@gnu.org> 12000-09-14 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (handle_fontified_prop): While running fontification
4 functions, bind `fontification-functions' and
5 `after-change-functions' to nil.
6
3 * s/freebsd.h, s/irix-5.0.h, s/sol2.h, s/template.h 7 * s/freebsd.h, s/irix-5.0.h, s/sol2.h, s/template.h
4 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP. 8 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP.
5 9