comparison src/ChangeLog @ 34419:b3abe4cdf5f4

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Mon, 11 Dec 2000 07:33:18 +0000
parents 849d1e652e4a
children de5d85f5717b
comparison
equal deleted inserted replaced
34418:6a8eb5041120 34419:b3abe4cdf5f4
1 2000-12-11 Miles Bader <miles@gnu.org> 1 2000-12-11 Miles Bader <miles@gnu.org>
2 2
3 * window.c (displayed_window_lines): Don't round up when 3 * window.c (displayed_window_lines): Don't round up when
4 converting empty space at bottom to lines. 4 converting empty space at bottom to lines.
5 Handle non-newline-terminated final lines properly.
6 (Fwindow_text_height): New function (used to be in lisp).
7 (syms_of_window): Initialize it.
5 8
6 2000-12-09 Stefan Monnier <monnier@cs.yale.edu> 9 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7 10
8 * syntax.c (scan_lists): Check that the right quote char has the 11 * syntax.c (scan_lists): Check that the right quote char has the
9 right Sstring syntax when jumping over strings. 12 right Sstring syntax when jumping over strings.