*** empty log message ***

This commit is contained in:
Miles Bader 2000-12-11 07:33:18 +00:00
parent a4c22453ea
commit ff904dd6da
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2000-12-11 Miles Bader <miles@gnu.org>
* window.el (window-text-height): Function removed (now in C).
2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
* log-edit.el (log-edit-parent-buffer): New var.

View file

@ -2,6 +2,9 @@
* window.c (displayed_window_lines): Don't round up when
converting empty space at bottom to lines.
Handle non-newline-terminated final lines properly.
(Fwindow_text_height): New function (used to be in lisp).
(syms_of_window): Initialize it.
2000-12-09 Stefan Monnier <monnier@cs.yale.edu>