diff options
| author | Stefan Monnier | 2001-05-11 19:45:28 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-05-11 19:45:28 +0000 |
| commit | 7b2654b53a011af9b08a2ee00725877b7a1ec95a (patch) | |
| tree | c39982349084555f271cf2ab634576cec2ba2ed3 /src/ChangeLog | |
| parent | 47e72862152bf84f4c3117c9aa2e443de1e19e09 (diff) | |
| download | emacs-7b2654b53a011af9b08a2ee00725877b7a1ec95a.tar.gz emacs-7b2654b53a011af9b08a2ee00725877b7a1ec95a.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f2203a91ed8..072f2cda811 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | 29 | ||
| 30 | * xdisp.c (try_window_id): Fix case of all changes before | 30 | * xdisp.c (try_window_id): Fix case of all changes before |
| 31 | the window start. | 31 | the window start. |
| 32 | 32 | ||
| 33 | * xdisp.c (try_window_id): Add some xasserts. | 33 | * xdisp.c (try_window_id): Add some xasserts. |
| 34 | 34 | ||
| 35 | 2001-05-09 Gerd Moellmann <gerd@gnu.org> | 35 | 2001-05-09 Gerd Moellmann <gerd@gnu.org> |
| @@ -58,8 +58,8 @@ | |||
| 58 | 58 | ||
| 59 | 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il> | 59 | 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 60 | 60 | ||
| 61 | * xterm.c (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: Fix | 61 | * xterm.c (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: |
| 62 | the change from 2001-04-30. | 62 | Fix the change from 2001-04-30. |
| 63 | 63 | ||
| 64 | 2001-05-03 Gerd Moellmann <gerd@gnu.org> | 64 | 2001-05-03 Gerd Moellmann <gerd@gnu.org> |
| 65 | 65 | ||
| @@ -67,7 +67,7 @@ | |||
| 67 | (Fx_file_dialog): Use it as XmNunmapCallback to capture the case | 67 | (Fx_file_dialog): Use it as XmNunmapCallback to capture the case |
| 68 | where a dialog is closed via the window manager. | 68 | where a dialog is closed via the window manager. |
| 69 | 69 | ||
| 70 | * xdisp.c (try_window_id): Cases of changes all in front of | 70 | * xdisp.c (try_window_id): Cases of changes all in front of |
| 71 | the window start or all below the window end mostly rewritten. | 71 | the window start or all below the window end mostly rewritten. |
| 72 | (redisplay_window): Move the tests if try_window_id is | 72 | (redisplay_window): Move the tests if try_window_id is |
| 73 | applicable to try_window_id. | 73 | applicable to try_window_id. |
| @@ -76,10 +76,10 @@ | |||
| 76 | 2001-05-02 Gerd Moellmann <gerd@gnu.org> | 76 | 2001-05-02 Gerd Moellmann <gerd@gnu.org> |
| 77 | 77 | ||
| 78 | * xterm.c (expose_window): Return int. If W is the window | 78 | * xterm.c (expose_window): Return int. If W is the window |
| 79 | currently being updated, mark the frame garbaged. Fix | 79 | currently being updated, mark the frame garbaged. |
| 80 | computation of rows intersecting the exposed rectangle. | 80 | Fix computation of rows intersecting the exposed rectangle. |
| 81 | (expose_window_tree): Stop when expose_window returns 0. | 81 | (expose_window_tree): Stop when expose_window returns 0. |
| 82 | 82 | ||
| 83 | * xterm.c (x_draw_stretch_glyph_string): Don't draw background | 83 | * xterm.c (x_draw_stretch_glyph_string): Don't draw background |
| 84 | again if it has already been drawn. | 84 | again if it has already been drawn. |
| 85 | 85 | ||
| @@ -112,9 +112,8 @@ | |||
| 112 | * term.c (toggle_highlight): New function. | 112 | * term.c (toggle_highlight): New function. |
| 113 | (turn_on_face): Change handling of reverse video. | 113 | (turn_on_face): Change handling of reverse video. |
| 114 | 114 | ||
| 115 | * process.c (wait_reading_process_input): Call | 115 | * process.c (wait_reading_process_input): |
| 116 | record_asynch_buffer_change only if a timer really changed | 116 | Call record_asynch_buffer_change only if a timer really changed buffers. |
| 117 | buffers. | ||
| 118 | 117 | ||
| 119 | * buffer.c (mouse_face_overlay_overlaps): Fix the computation | 118 | * buffer.c (mouse_face_overlay_overlaps): Fix the computation |
| 120 | of the number of overlays to check. | 119 | of the number of overlays to check. |
| @@ -151,8 +150,8 @@ | |||
| 151 | (x_face_list_fonts): Special handling for realizing_basic_faces_p | 150 | (x_face_list_fonts): Special handling for realizing_basic_faces_p |
| 152 | removed. | 151 | removed. |
| 153 | (realize_basic_faces): Specbind Qscalable_fonts_allowed to t. | 152 | (realize_basic_faces): Specbind Qscalable_fonts_allowed to t. |
| 154 | (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change | 153 | (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change default |
| 155 | default for scalable-fonts-allowed to t. | 154 | for scalable-fonts-allowed to t. |
| 156 | 155 | ||
| 157 | * fileio.c (Finsert_file_contents): If the file size returned from | 156 | * fileio.c (Finsert_file_contents): If the file size returned from |
| 158 | stat is zero, set END to READ_BUF_SIZE. This makes sure we can | 157 | stat is zero, set END to READ_BUF_SIZE. This makes sure we can |