Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8863:34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
author | Jason Riedy <jason@acm.org> |
---|---|
date | Wed, 25 Feb 2009 00:41:40 -0500 |
parents | 31f864877246 |
children | 3149112b9412 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,11 +1,15 @@ 2009-02-24 John W. Eaton <jwe@octave.org> * help/gen_doc_cache.m: Don't compress output file. By default, - write to DOC, not DOC.gz. + write to DOC, not DOC.gz. Don't save empty cache. + * help/lookfor.m: Use doc_cache_file to get location of DOC file. 2009-02-24 Jason Riedy <jason@acm.org> + * pkg/pkg.m (generate_lookfor_cache): Generate a DOC file for each + directory. + * help/gen_doc_cache.m: Call __makeinfo__, not makeinfo. 2009-02-24 Jaroslav Hajek <highegg@gmail.com>