comparison src/ChangeLog @ 5931:25da9a7d5f6d

[project @ 2006-08-16 06:52:19 by jwe]
author jwe
date Wed, 16 Aug 2006 06:52:19 +0000
parents a703198cb8b8
children 51cbaa2539f4
comparison
equal deleted inserted replaced
5930:a703198cb8b8 5931:25da9a7d5f6d
1 2006-08-15 John W. Eaton <jwe@octave.org> 1 2006-08-15 John W. Eaton <jwe@octave.org>
2
3 * help.cc (help_from_file): Call get_help_from_file with new file
4 arg. Print file info here.
5
6 * parse.y (get_help_from_file): Delete include_file_info arg.
7 Provide two versions, one that returns the file found in a
8 reference arg and one that does not.
2 9
3 * variables.cc (do_isglobal): New function. 10 * variables.cc (do_isglobal): New function.
4 (Fisglobal): Use it. 11 (Fisglobal): Use it.
5 (Fis_global): New function. 12 (Fis_global): New function.
6 13