diff options
| author | Gerd Moellmann | 2000-09-18 13:40:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-18 13:40:30 +0000 |
| commit | 6fed3546d90dd13f7644e8ce4d6f79176a316359 (patch) | |
| tree | 8334aa3a652b6826adac6062c71fbc1154132145 /src | |
| parent | 0744c2f1f23c75e5202668a6c722981f51eb1ae8 (diff) | |
| download | emacs-6fed3546d90dd13f7644e8ce4d6f79176a316359.tar.gz emacs-6fed3546d90dd13f7644e8ce4d6f79176a316359.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b4410a6f3ed..fc09566d561 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2000-09-18 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-09-18 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_draw_image_glyph_string): Remove a comment describing | ||
| 4 | a feature to implement that is already implemented. | ||
| 5 | (note_mouse_highlight, x_find_ccl_program): Avoid some compiler | ||
| 6 | warnings. | ||
| 7 | |||
| 8 | * xfns.c (x_clear_image_1): New function. | ||
| 9 | (x_clear_image): Use it. | ||
| 10 | (x_from_xcolors): Use x_clear_image_1; don't free the image's | ||
| 11 | mask. | ||
| 12 | |||
| 3 | * dispnew.c (update_window): Move test for invisible lines | 13 | * dispnew.c (update_window): Move test for invisible lines |
| 4 | at the top to update_window_line. | 14 | at the top to update_window_line. |
| 5 | (update_window_line): Handle invisible lines here. | 15 | (update_window_line): Handle invisible lines here. |