diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 47a987fdb75..2b4eae1ca63 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2004-04-14 Nick Roberts + + * windows.texi (Selecting Windows): Note that get-lru-window + returns a full-width window if possible. + 2004-04-13 Luc Teirlinck * buffers.texi: Various changes in addition to: diff --git a/src/ChangeLog b/src/ChangeLog index 8a93a5d900e..54569ae75cd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-04-14 Nick Roberts + + * window.c (Fget_lru_window): Doc fix. + 2004-04-14 Kim F. Storm * editfns.c (Fformat): Fix allocation size of precision array.