changeset 54882:a8a1fda8a806

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 14 Apr 2004 20:02:33 +0000
parents fb2f71e89f5f
children 375346b8175c
files lispref/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Wed Apr 14 18:59:10 2004 +0000
+++ b/lispref/ChangeLog	Wed Apr 14 20:02:33 2004 +0000
@@ -1,3 +1,8 @@
+2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
+
+	* windows.texi (Selecting Windows): Note that get-lru-window 
+	returns a full-width window if possible.
+
 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* buffers.texi: Various changes in addition to:
--- a/src/ChangeLog	Wed Apr 14 18:59:10 2004 +0000
+++ b/src/ChangeLog	Wed Apr 14 20:02:33 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
+
+	* window.c (Fget_lru_window): Doc fix.
+
 2004-04-14  Kim F. Storm  <storm@cua.dk>
 
 	* editfns.c (Fformat): Fix allocation size of precision array.