comparison NEWS @ 18070:ff05d5b70411

Deprecate find_dir_in_path in favor of dir_in_path. * NEWS: Announce deprecation of find_dir_in_path and new function dir_in_path. * scripts/deprecated/find_dir_in_path.m: Add script to call dir_in_path and give deprecation warning. * scripts/deprecated/module.mk: Add deprecated find_dir_in_path.m to build system. * utils.cc (Fdir_in_path): Renamed find_dir_in_path to dir_in_path. * help.m, what.m, rundemos.m, runtests.m: Chane instances of find_dir_in_path to dir_in_path. * utils.cc, variables.cc: Change seealso links to point to dir_in_path. * func.txi: Document dir_in_path function.
author Rik <rik@octave.org>
date Tue, 03 Dec 2013 15:59:56 -0800
parents 5cc67f929d06
children 1e27079409bf
comparison
equal deleted inserted replaced
18069:76006571e45a 18070:ff05d5b70411
1 Summary of important user-visible changes for version 4.2: 1 Summary of important user-visible changes for version 4.2:
2 --------------------------------------------------------- 2 ---------------------------------------------------------
3 3
4 ** Other new functions added in 4.2: 4 ** Other new functions added in 4.2:
5 5
6 *none* 6 dir_in_path
7 7
8 ** Deprecated functions. 8 ** Deprecated functions.
9 9
10 The following functions were deprecated in Octave 3.8 and have been 10 The following functions were deprecated in Octave 3.8 and have been
11 removed from Octave 4.2. 11 removed from Octave 4.2.
22 22
23 The following functions have been deprecated in Octave 4.2 and will 23 The following functions have been deprecated in Octave 4.2 and will
24 be removed from Octave 4.6 (or whatever version is the second major 24 be removed from Octave 4.6 (or whatever version is the second major
25 release after 4.2): 25 release after 4.2):
26 26
27 *none* 27 find_dir_in_path
28 28
29 29
30 The following keywords were deprecated in Octave 3.8 and have been 30 The following keywords were deprecated in Octave 3.8 and have been
31 removed from Octave 4.2 31 removed from Octave 4.2
32 32