changeset 65827:4aec80c76170

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 04 Oct 2005 14:26:06 +0000
parents d16139114c9c
children b4e648b8d37a
files lispref/ChangeLog src/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Tue Oct 04 14:14:05 2005 +0000
+++ b/lispref/ChangeLog	Tue Oct 04 14:26:06 2005 +0000
@@ -1,3 +1,8 @@
+2005-10-04  Kim F. Storm  <storm@cua.dk>
+
+	* windows.texi (Window Split Tree): New section describing
+	new function window-split-tree function.
+
 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
 
 	* display.texi (Fringe Size/Pos): Simplify and add detail.
--- a/src/ChangeLog	Tue Oct 04 14:14:05 2005 +0000
+++ b/src/ChangeLog	Tue Oct 04 14:26:06 2005 +0000
@@ -1,3 +1,9 @@
+2005-10-04  Kim F. Storm  <storm@cua.dk>
+
+	* window.c (window_split_tree): New function.
+	(Fwindow_split_tree): New defun.
+	(syms_of_window): Defsubr it.
+
 2005-10-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* macterm.c (mac_invert_rectangle): New function.