diff options
| author | Richard M. Stallman | 1999-10-09 22:58:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-10-09 22:58:37 +0000 |
| commit | 73fb36f17c1ca1a9c58ad936398f37515635fcf1 (patch) | |
| tree | b93a007ce2ce32b76ffebd1e2b303d7d3c058bc7 /src/ChangeLog | |
| parent | 85177c862b21fd10dabf288559a56558be5c6ba5 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 1999-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 | |||
| 1 | 1999-10-09 Gerd Moellmann <gerd@gnu.org> | 8 | 1999-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 |