comparison doc/ChangeLog @ 7984:bbaa5d7d0143

Some documentation updates
author David Bateman <dbateman@free.fr>
date Mon, 28 Jul 2008 15:47:40 +0200
parents 90413830b690
children 21904fe299c8
comparison
equal deleted inserted replaced
7983:91d020444da7 7984:bbaa5d7d0143
1 2008-07-28 David Bateman <dbateman@free.fr> 1 2008-07-28 David Bateman <dbateman@free.fr>
2
3 * interpreter/arith.txi: Document reallog, realpow and realsqrt.
4 * interpreter/dbug.txi: Document the means of setting a breakpoint
5 in a sub-function
6 * interpreter/func.txi: Document nargoutchk and symvar.
7 * interpreter/geometry.txi: Document rectint.
8 * interpreter/image.txi: Document contrast.
9 * interpreter/interp.txi: Document interp1q.
10 * interpreter/linalg.txi: Document planerot, rcond and subspace.
11 * interpreter/numbers.txi: Document data type demotion and single
12 precision data type.
13 * interpreter/plot.txi: Document ginput, gtext,
14 waitforbuttonpress, ezcontour, ezcontourf, ezpolar, ezplot3,
15 ezmesh, ezmeshc, ezsurf, ezsurfc, allchild, findobj and findall
16 functions.
17 * interpreter/quad.txi: Document quadv, quadgk, dblquad and
18 triplequad functions.
19 * interpreter/strings.txi: Document validstring, regexptranslate
20 and isstrprop functions.
21 * interpreter/system.txi: Document addtodate, filemarker and perl
22 functions.
23 * interpreter/var.txi: Document the genvarname and namelengthmax
24 functions.
25 * interpreter/octave.texi: Update table of contents for the above
26 changes.
2 27
3 * interpreter/plot.txi: Document contourf. 28 * interpreter/plot.txi: Document contourf.
4 29
5 * interpreter/plot.txi: Clarify the description of OuterPosition 30 * interpreter/plot.txi: Clarify the description of OuterPosition
6 axes property. 31 axes property.