comparison src/ChangeLog @ 37555:df1f76568623

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 03 May 2001 16:19:51 +0000
parents d34f1c4da441
children a3256408325f
comparison
equal deleted inserted replaced
37554:ca887a201903 37555:df1f76568623
1 2001-05-03 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (try_window_id): Cases of changes all in front of
4 the window start or all below the window end mostly rewritten.
5 (redisplay_window): Move the tests if try_window_id is
6 applicable to try_window_id.
7 (GIVE_UP): New macro.
8
1 2001-05-02 Gerd Moellmann <gerd@gnu.org> 9 2001-05-02 Gerd Moellmann <gerd@gnu.org>
2 10
3 * xterm.c (expose_window): Return int. If W is the window 11 * xterm.c (expose_window): Return int. If W is the window
4 currently being updated, mark the frame garbaged. Fix 12 currently being updated, mark the frame garbaged. Fix
5 computation of rows intersecting the exposed rectangle. 13 computation of rows intersecting the exposed rectangle.
35 2001-04-25 Gerd Moellmann <gerd@gnu.org> 43 2001-04-25 Gerd Moellmann <gerd@gnu.org>
36 44
37 * term.c (toggle_highlight): New function. 45 * term.c (toggle_highlight): New function.
38 (turn_on_face): Change handling of reverse video. 46 (turn_on_face): Change handling of reverse video.
39 47
40 * process.c (wait_reading_process_input): 48 * process.c (wait_reading_process_input): Call
41 Call record_asynch_buffer_change only if a timer really changed buffers. 49 record_asynch_buffer_change only if a timer really changed
50 buffers.
42 51
43 * buffer.c (mouse_face_overlay_overlaps): Fix the computation 52 * buffer.c (mouse_face_overlay_overlaps): Fix the computation
44 of the number of overlays to check. 53 of the number of overlays to check.
45 54
46 * keyboard.c (command_loop_1): Redo change of 2001-03-12. 55 * keyboard.c (command_loop_1): Redo change of 2001-03-12.
70 79
71 2001-04-18 Gerd Moellmann <gerd@gnu.org> 80 2001-04-18 Gerd Moellmann <gerd@gnu.org>
72 81
73 * xfaces.c (Qscalable_fonts_allowed): New variable. 82 * xfaces.c (Qscalable_fonts_allowed): New variable.
74 (realizing_basic_faces_p): Removed. 83 (realizing_basic_faces_p): Removed.
75 (x_face_list_fonts): Special handling for realizing_basic_faces_p removed. 84 (x_face_list_fonts): Special handling for realizing_basic_faces_p
85 removed.
76 (realize_basic_faces): Specbind Qscalable_fonts_allowed to t. 86 (realize_basic_faces): Specbind Qscalable_fonts_allowed to t.
77 (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change default 87 (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change
78 for scalable-fonts-allowed to t. 88 default for scalable-fonts-allowed to t.
79 89
80 * fileio.c (Finsert_file_contents): If the file size returned from 90 * fileio.c (Finsert_file_contents): If the file size returned from
81 stat is zero, set END to READ_BUF_SIZE. This makes sure we can 91 stat is zero, set END to READ_BUF_SIZE. This makes sure we can
82 read from files on a procfs whose contents are generated dynamically. 92 read from files on a procfs whose contents are generated dynamically.
83 93