diff options
| author | Kim F. Storm <storm@cua.dk> | 2005-10-04 14:26:06 +0000 |
|---|---|---|
| committer | Kim F. Storm <storm@cua.dk> | 2005-10-04 14:26:06 +0000 |
| commit | abc8ce502cd7b60261f8429a1e4d2384c5f1a2e8 (patch) | |
| tree | 2ad458083af5b725f428800137d4536b3f0f2d4b | |
| parent | 94e16dd57500765e9ef12f0c64e96f5d9fe5523e (diff) | |
| download | emacs-abc8ce502cd7b60261f8429a1e4d2384c5f1a2e8.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 21f7f12899e..c07a955b1c9 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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. diff --git a/src/ChangeLog b/src/ChangeLog index 8d768815a0c..adb5b204953 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. |
