diff options
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c07a955b1c9..897d4a0aec2 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-10-08 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * windows.texi (Window Tree): Rename window-split-tree to window-tree. | ||
| 4 | Rename manual section accordingly. | ||
| 5 | |||
| 1 | 2005-10-04 Kim F. Storm <storm@cua.dk> | 6 | 2005-10-04 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * windows.texi (Window Split Tree): New section describing | 8 | * windows.texi (Window Split Tree): New section describing |
diff --git a/src/ChangeLog b/src/ChangeLog index 74635e6df75..74244702feb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-10-08 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04. | ||
| 4 | |||
| 1 | 2005-10-07 Kim F. Storm <storm@cua.dk> | 5 | 2005-10-07 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows) | 7 | * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows) |