comparison src/ChangeLog @ 38451:a195d288bfd8

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 16 Jul 2001 16:00:02 +0000
parents bc6d11e676b3
children 6c0fad8ac8d8
comparison
equal deleted inserted replaced
38450:8416a4627a13 38451:a195d288bfd8
1 2001-07-16 Gerd Moellmann <gerd@gnu.org> 1 2001-07-16 Gerd Moellmann <gerd@gnu.org>
2
3 * fileio.c (unwind_read): Function removed.
4 (read_non_regular, read_non_regular_quit): New functions.
5 (Finsert_file_contents): When reading from non-regular files,
6 arrange to catch a `quit' and terminate the loop. Rearrange
7 code so that a `quit' when reading from a regular file doesn't
8 insert text in the buffer.
2 9
3 * xfaces.c (clear_face_cache): Clear fonts on a display basis. 10 * xfaces.c (clear_face_cache): Clear fonts on a display basis.
4 Clear faces afterwards. 11 Clear faces afterwards.
5 (clear_font_table): Take a x_display_info parameter. Don't free 12 (clear_font_table): Take a x_display_info parameter. Don't free
6 fonts being the default font of any frame on the given display. 13 fonts being the default font of any frame on the given display.