aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2000-12-11 07:33:18 +0000
committerMiles Bader <[email protected]>2000-12-11 07:33:18 +0000
commitff904dd6dac4c8a4b3379e2c573fa7e4204255f1 (patch)
treeb2f572a54bf351d7ba288f4e4843ace3da68a427
parenta4c22453ea45ad39fab386c6b726423c399be45f (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog3
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f565808ebc..55366de116 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-11 Miles Bader <[email protected]>
+
+ * window.el (window-text-height): Function removed (now in C).
+
2000-12-10 Stefan Monnier <[email protected]>
* log-edit.el (log-edit-parent-buffer): New var.
diff --git a/src/ChangeLog b/src/ChangeLog
index 9c9d7070a8..18756b345f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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 <[email protected]>