From: Gerd Moellmann Date: Mon, 18 Sep 2000 13:40:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1540 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fed3546d90dd13f7644e8ce4d6f79176a316359;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 1f1fcdcda03..ab84bcb80aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-18 Gerd Moellmann + + * make-dist (skk): Rename to `ja-dic' because the leim directory + was renamed. + 2000-09-14 Dave Love * configure.in: Fix spurion in last change. diff --git a/src/ChangeLog b/src/ChangeLog index b4410a6f3ed..fc09566d561 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2000-09-18 Gerd Moellmann + * xterm.c (x_draw_image_glyph_string): Remove a comment describing + a feature to implement that is already implemented. + (note_mouse_highlight, x_find_ccl_program): Avoid some compiler + warnings. + + * xfns.c (x_clear_image_1): New function. + (x_clear_image): Use it. + (x_from_xcolors): Use x_clear_image_1; don't free the image's + mask. + * dispnew.c (update_window): Move test for invisible lines at the top to update_window_line. (update_window_line): Handle invisible lines here.