diff options
| author | Glenn Morris | 2008-08-30 22:33:20 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-08-30 22:33:20 +0000 |
| commit | af3e2be64a83168a44b8a9cb9345cc01fc781394 (patch) | |
| tree | 662e323b76d4ffb467de1a7bf3877d9334e181c3 | |
| parent | cf36572dc66ff92562b3c5d99705c9e60c837411 (diff) | |
| download | emacs-af3e2be64a83168a44b8a9cb9345cc01fc781394.tar.gz emacs-af3e2be64a83168a44b8a9cb9345cc01fc781394.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f518858585..226e198eacf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-08-30 Glenn Morris <rgm@gnu.org> | 1 | 2008-08-30 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * subr.el (make-variable-frame-local): Tweak obsolescence message. | ||
| 4 | |||
| 3 | * info.el (Info-hide-note-references, Info-refill-paragraphs): | 5 | * info.el (Info-hide-note-references, Info-refill-paragraphs): |
| 4 | Doc fixes. | 6 | Doc fixes. |
| 5 | 7 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 1131367262f..8466ab7ba93 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-08-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * frame.c (Fmodify_frame_parameters): Doc fix. | ||
| 4 | |||
| 1 | 2008-08-30 Eli Zaretskii <eliz@gnu.org> | 5 | 2008-08-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * w32.c (init_user_info): Allocate buf[] with xmalloc using the size | 7 | * w32.c (init_user_info): Allocate buf[] with xmalloc using the size |