diff options
| author | Richard M. Stallman | 2004-06-05 17:40:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-06-05 17:40:24 +0000 |
| commit | ddfb836996d125b2595c93a364c06ef52b63560e (patch) | |
| tree | cf7e05c8e56ad9e524a2ff436c63b1375d687032 | |
| parent | 79467ffe3e64fe46149e578124c62c38f6eaaf8a (diff) | |
| download | emacs-ddfb836996d125b2595c93a364c06ef52b63560e.tar.gz emacs-ddfb836996d125b2595c93a364c06ef52b63560e.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/ChangeLog | 8 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index efa5eb94091..51d5997f3f3 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-06-05 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * minibuf.texi (Minibuffer Completion): For INITIAL arg, | ||
| 4 | refer the user to the Initial Input node. | ||
| 5 | (Text from Minibuffer): Likewise. | ||
| 6 | (Initial Input): New node. Document this feature | ||
| 7 | and say it is mostly deprecated. | ||
| 8 | |||
| 1 | 2004-05-30 Richard M. Stallman <rms@gnu.org> | 9 | 2004-05-30 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * loading.texi (Named Features): Clarify return value | 11 | * loading.texi (Named Features): Clarify return value |
diff --git a/src/ChangeLog b/src/ChangeLog index a54b396edee..8f1d7f3d54d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-06-05 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * minibuf.c (Fcompleting_read): Doc fix. | ||
| 4 | |||
| 1 | 2004-06-05 Andreas Schwab <schwab@suse.de> | 5 | 2004-06-05 Andreas Schwab <schwab@suse.de> |
| 2 | 6 | ||
| 3 | * macfns.c (x_create_tip_frame): Fix declaration after statement. | 7 | * macfns.c (x_create_tip_frame): Fix declaration after statement. |