comparison NEWS @ 19064:9ef10e6a5987

make "file found in path" warnings consistent * gripes.h, gripes.cc (gripe_data_file_in_path): New function. * utils.h, utils.cc (find_data_file_in_path): New function. Use gripe_data_file_in_path to warn. * file-io.cc (do_stream_open): Call find_data_file_in_path to search path for file. * load-save.cc (find_file_to_load): Likewise. * md5sum.cc (Fmd5sum): Likewise. * octave.cc (maximum_braindamage): Disable new Octave:data-file-in-path warning ID instead of Octave:fopen-file-in-path and Octave:load-file-in-path. * NEWS: Note change.
author John W. Eaton <jwe@octave.org>
date Tue, 19 Aug 2014 06:40:53 -0400
parents d1c649bd90e9
children ff820f92cbb5
comparison
equal deleted inserted replaced
19063:8c648c3a2c8f 19064:9ef10e6a5987
51 ** linkprop has been completely re-coded for performance and Matlab 51 ** linkprop has been completely re-coded for performance and Matlab
52 compatibility. It now returns a linkprop object which must be stored 52 compatibility. It now returns a linkprop object which must be stored
53 in a variable for as long as the graphic objects should remain linked. 53 in a variable for as long as the graphic objects should remain linked.
54 To unlink properties use 'clear hlink' where hlink is the variable 54 To unlink properties use 'clear hlink' where hlink is the variable
55 containing the linkprop object. 55 containing the linkprop object.
56
57 ** The new warning ID "Octave:data-file-in-path" replaces the three
58 previous separate warning IDs "Octave:fopen-file-in-path",
59 "Octave:load-file-in-path", and "Octave:md5sum-file-in-path".
56 60
57 ** Other new functions added in 4.2: 61 ** Other new functions added in 4.2:
58 62
59 bandwidth isbanded javachk 63 bandwidth isbanded javachk
60 dir_in_loadpath isdiag linkaxes 64 dir_in_loadpath isdiag linkaxes