aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-18 13:40:30 +0000
committerGerd Moellmann2000-09-18 13:40:30 +0000
commit6fed3546d90dd13f7644e8ce4d6f79176a316359 (patch)
tree8334aa3a652b6826adac6062c71fbc1154132145
parent0744c2f1f23c75e5202668a6c722981f51eb1ae8 (diff)
downloademacs-6fed3546d90dd13f7644e8ce4d6f79176a316359.tar.gz
emacs-6fed3546d90dd13f7644e8ce4d6f79176a316359.zip
*** empty log message ***
-rw-r--r--ChangeLog5
-rw-r--r--src/ChangeLog10
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f1fcdcda03..ab84bcb80aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12000-09-18 Gerd Moellmann <gerd@gnu.org>
2
3 * make-dist (skk): Rename to `ja-dic' because the leim directory
4 was renamed.
5
12000-09-14 Dave Love <fx@gnu.org> 62000-09-14 Dave Love <fx@gnu.org>
2 7
3 * configure.in: Fix spurion in last change. 8 * 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 @@
12000-09-18 Gerd Moellmann <gerd@gnu.org> 12000-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.