# HG changeset patch # User Richard M. Stallman # Date 1086457224 0 # Node ID 0b3950d0f505ac0b77fab70283fa132af092cba3 # Parent b1e16cd7f843248c7b5fc8407f007fdf2d6e8eae *** empty log message *** diff -r b1e16cd7f843 -r 0b3950d0f505 lispref/ChangeLog --- a/lispref/ChangeLog Sat Jun 05 17:39:46 2004 +0000 +++ b/lispref/ChangeLog Sat Jun 05 17:40:24 2004 +0000 @@ -1,3 +1,11 @@ +2004-06-05 Richard M. Stallman + + * minibuf.texi (Minibuffer Completion): For INITIAL arg, + refer the user to the Initial Input node. + (Text from Minibuffer): Likewise. + (Initial Input): New node. Document this feature + and say it is mostly deprecated. + 2004-05-30 Richard M. Stallman * loading.texi (Named Features): Clarify return value diff -r b1e16cd7f843 -r 0b3950d0f505 src/ChangeLog --- a/src/ChangeLog Sat Jun 05 17:39:46 2004 +0000 +++ b/src/ChangeLog Sat Jun 05 17:40:24 2004 +0000 @@ -1,3 +1,7 @@ +2004-06-05 Richard M. Stallman + + * minibuf.c (Fcompleting_read): Doc fix. + 2004-06-05 Andreas Schwab * macfns.c (x_create_tip_frame): Fix declaration after statement.