aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman1999-10-09 22:58:37 +0000
committerRichard M. Stallman1999-10-09 22:58:37 +0000
commit73fb36f17c1ca1a9c58ad936398f37515635fcf1 (patch)
treeb93a007ce2ce32b76ffebd1e2b303d7d3c058bc7 /src/ChangeLog
parent85177c862b21fd10dabf288559a56558be5c6ba5 (diff)
downloademacs-73fb36f17c1ca1a9c58ad936398f37515635fcf1.tar.gz
emacs-73fb36f17c1ca1a9c58ad936398f37515635fcf1.zip
(print): When removing objects from Vprint_number_table,
only scan the newly added objects. (print_preprocess): If OBJ is a gensym, and print-continuous-numbering, unconditionally force it to stay in the table.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 920f22046c6..fa10ff354d0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
11999-10-09 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2
3 * print.c (print): When removing objects from Vprint_number_table,
4 only scan the newly added objects.
5 (print_preprocess): If OBJ is a gensym, and print-continuous-numbering,
6 unconditionally force it to stay in the table.
7
11999-10-09 Gerd Moellmann <gerd@gnu.org> 81999-10-09 Gerd Moellmann <gerd@gnu.org>
2 9
3 * xfns.c (prepare_image_for_display): Don't try to load image if 10 * xfns.c (prepare_image_for_display): Don't try to load image if