aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-26 15:17:52 +0000
committerGerd Moellmann1999-11-26 15:17:52 +0000
commit65a3ccf741a1db499ccd06c79617052a489b9f9c (patch)
tree2342b68e2bd236ba725691ad02a2314ad5a4b8c2 /src/ChangeLog
parent0cf5bb509d801b8908a17ed8a0df620a6df7af15 (diff)
downloademacs-65a3ccf741a1db499ccd06c79617052a489b9f9c.tar.gz
emacs-65a3ccf741a1db499ccd06c79617052a489b9f9c.zip
(BASE_PURESIZE): Increase to 550000.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 98e00fac2ba..9a96272cbcc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
11999-11-26 Gerd Moellmann <gerd@gnu.org> 11999-11-26 Gerd Moellmann <gerd@gnu.org>
2 2
3 * puresize.h (BASE_PURESIZE): Increase to 550000.
4
3 * textprop.c (set_text_properties): New function. Like 5 * textprop.c (set_text_properties): New function. Like
4 Fset_text_properties, but with additional parameter 6 Fset_text_properties, but with additional parameter
5 SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after 7 SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after