# HG changeset patch # User Richard M. Stallman # Date 1136477156 0 # Node ID 16fcb8fc69306c0f7e5e184f7cd5409c00190217 # Parent 84897e4dbe0c5a56346b6bceaf39312111ed67fb *** empty log message *** diff -r 84897e4dbe0c -r 16fcb8fc6930 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 05 16:05:49 2006 +0000 +++ b/lisp/ChangeLog Thu Jan 05 16:05:56 2006 +0000 @@ -1,5 +1,8 @@ 2006-01-05 Richard M. Stallman + * info.el (Info-find-node): Don't record previous node if have none. + (info): Go to directory only if history is empty. + * simple.el (mark): Doc fix. 2006-01-05 YAMAMOTO Mitsuharu diff -r 84897e4dbe0c -r 16fcb8fc6930 lispref/ChangeLog --- a/lispref/ChangeLog Thu Jan 05 16:05:49 2006 +0000 +++ b/lispref/ChangeLog Thu Jan 05 16:05:56 2006 +0000 @@ -1,3 +1,7 @@ +2006-01-05 Richard M. Stallman + + * markers.texi (The Mark): Fix in `mark'. + 2006-01-04 Richard M. Stallman * processes.texi (Misc Network, Make Network): Minor cleanups.