comparison scripts/ChangeLog @ 10791:3140cb7a05a1

Add spellchecker scripts for Octave and run spellcheck of documentation interpreter/doccheck: New directory for spelling/grammar scripts. interpreter/doccheck/README: Instructions for using scripts. interpreter/doccheck/spellcheck: Script to spellcheck a Texinfo file. interpreter/doccheck/aspell.conf: GNU Aspell configuration file for Octave documentation. interpreter/doccheck/aspell-octave.en.pws: Private Aspell dictionary. interpreter/doccheck/add_to_aspell_dict: Script to add new Octave-specific words to private Aspell dictionary. interpreter/octave.texi: New @nospell macro which forces Aspell to ignore the word marked by the macro. interpreter/mk_doc_cache.m: Skip new @nospell macro when building doc_cache.
author Rik <octave@nomad.inbox5.com>
date Sat, 17 Jul 2010 19:53:01 -0700
parents 01f1643dfbb1
children be55736a0783
comparison
equal deleted inserted replaced
10790:01f1643dfbb1 10791:3140cb7a05a1
1 2010-07-17 Rik <octave@nomad.inbox5.com>
2
3 * audio/lin2mu.m, general/common_size.m, general/interp1.m,
4 general/interp2.m, general/interpn.m, general/quadl.m,
5 geometry/dsearchn.m, geometry/voronoi.m, geometry/voronoin.m,
6 image/hsv2rgb.m, image/imread.m, image/rgb2hsv.m,
7 linear-algebra/commutation_matrix.m, linear-algebra/condest.m,
8 linear-algebra/expm.m, linear-algebra/krylov.m,
9 linear-algebra/onenormest.m, miscellaneous/perl.m,
10 plot/linkprop.m, plot/plot.m, plot/print.m, plot/stem3.m,
11 signal/diffpara.m, signal/stft.m, sparse/pcg.m, sparse/pcr.m,
12 specfun/primes.m, special-matrix/hadamard.m, special-matrix/hankel.m,
13 special-matrix/invhilb.m, special-matrix/pascal.m,
14 special-matrix/rosser.m, special-matrix/toeplitz.m,
15 special-matrix/vander.m, special-matrix/wilkinson.m,
16 testfun/speed.m: Spellcheck documentation
17
1 2010-07-15 Jaroslav Hajek <highegg@gmail.com> 18 2010-07-15 Jaroslav Hajek <highegg@gmail.com>
2 19
3 * general/flipdim.m: Suuport flipping about trailing singleton 20 * general/flipdim.m: Suuport flipping about trailing singleton
4 dimension. 21 dimension.
5 22