diff options
| author | Richard M. Stallman | 2006-06-02 02:12:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-06-02 02:12:52 +0000 |
| commit | 963128f36a23a39049b3cbc182c709cfe1543be4 (patch) | |
| tree | 2d5b972af5503af4172b08ae017b0185252a2d82 | |
| parent | 19ca94ce908e57420e9579392f071575fe31427e (diff) | |
| download | emacs-963128f36a23a39049b3cbc182c709cfe1543be4.tar.gz emacs-963128f36a23a39049b3cbc182c709cfe1543be4.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5539538df5d..da45695a2c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -82,6 +82,8 @@ | |||
| 82 | 82 | ||
| 83 | 2006-05-29 Richard Stallman <rms@gnu.org> | 83 | 2006-05-29 Richard Stallman <rms@gnu.org> |
| 84 | 84 | ||
| 85 | * window.el (fit-window-to-buffer): Doc fix. | ||
| 86 | |||
| 85 | * help.el (temp-buffer-max-height): Doc fix. | 87 | * help.el (temp-buffer-max-height): Doc fix. |
| 86 | 88 | ||
| 87 | * subr.el (with-current-buffer): Doc fix. | 89 | * subr.el (with-current-buffer): Doc fix. |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index e0f53dd26e1..722a2baa71a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-06-01 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * windows.texi (Splitting Windows): Clarify splitting nonselected | ||
| 4 | window. | ||
| 5 | |||
| 1 | 2006-05-31 Juri Linkov <juri@jurta.org> | 6 | 2006-05-31 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | * minibuf.texi (Minibuffer History): Add history-add-new-input. | 8 | * minibuf.texi (Minibuffer History): Add history-add-new-input. |
diff --git a/src/ChangeLog b/src/ChangeLog index 6584d610532..c74958d68b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-06-01 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * window.c (Fsplit_window): Doc fix. | ||
| 4 | |||
| 1 | 2006-06-01 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> | 5 | 2006-06-01 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> |
| 2 | 6 | ||
| 3 | * process.c (deleted_pid_list): New variable to store the pids | 7 | * process.c (deleted_pid_list): New variable to store the pids |