diff options
| author | Nick Roberts | 2004-04-14 20:02:33 +0000 |
|---|---|---|
| committer | Nick Roberts | 2004-04-14 20:02:33 +0000 |
| commit | 5e30a0fbb8af345df24e3853d331e1249b5a5124 (patch) | |
| tree | a046b2bc3e312c6ec4145dd22b046f606e62adae | |
| parent | 1e328a982ce5d4409e5aa6f0f13b132d9c5f10b8 (diff) | |
| download | emacs-5e30a0fbb8af345df24e3853d331e1249b5a5124.tar.gz emacs-5e30a0fbb8af345df24e3853d331e1249b5a5124.zip | |
*** empty log message ***
| -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 47a987fdb75..2b4eae1ca63 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-04-14 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * windows.texi (Selecting Windows): Note that get-lru-window | ||
| 4 | returns a full-width window if possible. | ||
| 5 | |||
| 1 | 2004-04-13 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2004-04-13 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * buffers.texi: Various changes in addition to: | 8 | * 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 @@ | |||
| 1 | 2004-04-14 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * window.c (Fget_lru_window): Doc fix. | ||
| 4 | |||
| 1 | 2004-04-14 Kim F. Storm <storm@cua.dk> | 5 | 2004-04-14 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * editfns.c (Fformat): Fix allocation size of precision array. | 7 | * editfns.c (Fformat): Fix allocation size of precision array. |