aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-11 12:57:41 +0000
committerGerd Moellmann2001-05-11 12:57:41 +0000
commit0416532fd4291b4930d0861868f4447960f1625d (patch)
tree293bfbe96dcc00eefec68e5bc4a0bd8cccc1c69b /src/ChangeLog
parent7bd2d083056ae6f24cafb0ddab13103937363c1c (diff)
downloademacs-0416532fd4291b4930d0861868f4447960f1625d.tar.gz
emacs-0416532fd4291b4930d0861868f4447960f1625d.zip
(try_window_id): Fix computation of window end in
the case that lines were deleted at the end of the window. Add some more debug_method_adds.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2ad1892a423..bda06d04156 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12001-05-11 Gerd Moellmann <gerd@gnu.org> 12001-05-11 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (try_window_id): Fix computation of window end in
4 the case that lines were deleted at the end of the window.
5 Add some more debug_method_adds.
6
3 * xfaces.c (try_alternative_families): New function. 7 * xfaces.c (try_alternative_families): New function.
4 (try_font_list): Use it. If ATTRS specifies a family, check 8 (try_font_list): Use it. If ATTRS specifies a family, check
5 fonts from that family first. 9 fonts from that family first.