Mercurial > emacs
comparison src/ChangeLog @ 31544:b769954f58da
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 11 Sep 2000 19:54:11 +0000 |
parents | 6f330e666e31 |
children | 86ecaeea77c2 |
comparison
equal
deleted
inserted
replaced
31543:9c5e42fa3ba5 | 31544:b769954f58da |
---|---|
1 2000-09-11 Gerd Moellmann <gerd@gnu.org> | 1 2000-09-11 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * xfns.c (png_load, jpeg_load): Declare some variables volatile | |
4 that might be clobbered by longjmp. | |
5 (check_x_display_info, x_decode_color, create_frame_xic) | |
6 (Fx_display_backing_store, Fx_display_visual_class) | |
7 (x_build_heuristic_mask, pbm_scan_number): Avoid compiler | |
8 warnings. | |
2 | 9 |
3 * lread.c (init_lread): Set Vloads_in_progress to nil. | 10 * lread.c (init_lread): Set Vloads_in_progress to nil. |
4 (Fload): Show list of recursively loaded files, when signaling an | 11 (Fload): Show list of recursively loaded files, when signaling an |
5 error. | 12 error. |
6 | 13 |