comparison scripts/ChangeLog @ 8517:81d6ab3ac93c

Allow documentation tobe built for other formats than tex and info
author sh@sh-laptop
date Wed, 14 Jan 2009 20:44:25 -0500
parents 352d3245d4c1
children c2c018d7c501
comparison
equal deleted inserted replaced
8516:e2a179415bac 8517:81d6ab3ac93c
1 2009-01-14 Søren Hauberg <hauberg@gmail.com>
2
3 * general/diff.m, general/logspace.m, general/nextpow2.m,
4 linear-algebra/commutation_matrix.m,
5 linear-algebra/duplication_matrix.m, linear-algebra/expm.m,
6 miscellaneous/bincoeff.m, miscellaneous/list_primes.m,
7 optimization/fsolve.m, plot/subplot.m, polynomial/pchip.m,
8 polynomial/polyout.m, polynomial/residue.m, polynomial/spline.m,
9 signal/freqz.m, signal/sinc.m, specfun/beta.m, specfun/betaln.m,
10 specfun/nchoosek.m, specfun/pow2.m, special-matrix/hankel.m,
11 special-matrix/hilb.m, special-matrix/invhilb.m
12 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m,
13 special-matrix/vander.m, statistics/base/gls.m,
14 statistics/base/kendall.m, statistics/base/kurtosis.m,
15 statistics/base/mean.m, statistics/base/median.m,
16 statistics/base/ols.m, statistics/base/skewness.m,
17 statistics/distributions/kolmogorov_smirnov_cdf.m:
18 Use ifnottex instead of ifinfo.
19
1 2009-01-14 John W. Eaton <jwe@octave.org> 20 2009-01-14 John W. Eaton <jwe@octave.org>
21
22 * linear-algebra/expm.m:
2 23
3 * optimization/fsolve.m: Doc fix. 24 * optimization/fsolve.m: Doc fix.
4 25
5 * plot/__go_draw_axes__.m: Scale markersize by 1/3, not 1/6. 26 * plot/__go_draw_axes__.m: Scale markersize by 1/3, not 1/6.
6 27