diff options
| author | Miles Bader | 2000-12-11 07:33:18 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-12-11 07:33:18 +0000 |
| commit | ff904dd6dac4c8a4b3379e2c573fa7e4204255f1 (patch) | |
| tree | b2f572a54bf351d7ba288f4e4843ace3da68a427 /src | |
| parent | a4c22453ea45ad39fab386c6b726423c399be45f (diff) | |
| download | emacs-ff904dd6dac4c8a4b3379e2c573fa7e4204255f1.tar.gz emacs-ff904dd6dac4c8a4b3379e2c573fa7e4204255f1.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9c9d7070a82..18756b345f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,9 @@ | |||
| 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 | ||