Mercurial > hg > octave-nkf
annotate doc/ChangeLog @ 9298:20ee7f9cc904
Correct bugs in plot images produced for documentation
Initialized random number generator so hist plot is reproducible.
Fixed errorbar plot where errorbars were not centered on data.
Corrected typo in legend of interpft.
2009-06-03 Rik <rdrider0-list@yahoo.com>
* interpreter/plotimages.m: Correct errorbar plot for docs. Make hist plot
reprodroducible for docs.
* interpreter/interpimages.m: Correct typo in legend of interpft plot for
docs
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Wed, 03 Jun 2009 11:12:51 -0700 |
parents | d371cb65428a |
children | c8c03978832f |
rev | line source |
---|---|
9298
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
1 2009-06-03 Rik <rdrider0-list@yahoo.com> |
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
2 |
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
3 * interpreter/plotimages.m: Correct errorbar plot for docs. Make hist plot |
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
4 reprodroducible for docs. |
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
5 * interpreter/interpimages.m: Correct typo in legend of interpft plot for |
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
6 docs |
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
7 |
9291
0dc1d0f1f79c
omit conf.texi from distribution
Jaroslav Hajek <highegg@gmail.com>
parents:
9285
diff
changeset
|
8 2009-06-03 Jaroslav Hajek <highegg@gmail.com> |
0dc1d0f1f79c
omit conf.texi from distribution
Jaroslav Hajek <highegg@gmail.com>
parents:
9285
diff
changeset
|
9 |
0dc1d0f1f79c
omit conf.texi from distribution
Jaroslav Hajek <highegg@gmail.com>
parents:
9285
diff
changeset
|
10 * Makefile.in: Omit conf.texi in DISTFILES. |
0dc1d0f1f79c
omit conf.texi from distribution
Jaroslav Hajek <highegg@gmail.com>
parents:
9285
diff
changeset
|
11 |
9285
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9256
diff
changeset
|
12 2009-06-02 Jaroslav Hajek <highegg@gmail.com> |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9256
diff
changeset
|
13 |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9256
diff
changeset
|
14 * interpreter/oop.txi: Update docs of polynomial class, mention |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9256
diff
changeset
|
15 chained indexing. |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9256
diff
changeset
|
16 |
9293
d371cb65428a
Fix output from 'print_usage' in Errors chapter in the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9292
diff
changeset
|
17 2009-05-27 S�ren Hauberg <hauberg@gmail.com> |
d371cb65428a
Fix output from 'print_usage' in Errors chapter in the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9292
diff
changeset
|
18 |
d371cb65428a
Fix output from 'print_usage' in Errors chapter in the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9292
diff
changeset
|
19 * interpreter/errors.txi: fix 'print_usage' output. |
d371cb65428a
Fix output from 'print_usage' in Errors chapter in the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9292
diff
changeset
|
20 |
9292
aa2e52bd82dd
Fix call to page_screen_output in the Bugs chapter of the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9291
diff
changeset
|
21 2009-05-27 Søren Hauberg <hauberg@gmail.com> |
aa2e52bd82dd
Fix call to page_screen_output in the Bugs chapter of the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9291
diff
changeset
|
22 |
aa2e52bd82dd
Fix call to page_screen_output in the Bugs chapter of the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9291
diff
changeset
|
23 * interpreter/bugs.txi: fix call to 'page_screen_output'. |
aa2e52bd82dd
Fix call to page_screen_output in the Bugs chapter of the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9291
diff
changeset
|
24 |
9256
5c05996ee4ac
Add texmf.cnf to list of distributed files (DIST_FILES) so that pdfs will build
Rik <rdrider0-list@yahoo.com>
parents:
9251
diff
changeset
|
25 2009-05-25 Rik <rdrider0-list@yahoo.com> |
5c05996ee4ac
Add texmf.cnf to list of distributed files (DIST_FILES) so that pdfs will build
Rik <rdrider0-list@yahoo.com>
parents:
9251
diff
changeset
|
26 |
5c05996ee4ac
Add texmf.cnf to list of distributed files (DIST_FILES) so that pdfs will build
Rik <rdrider0-list@yahoo.com>
parents:
9251
diff
changeset
|
27 * interpreter/Makefile.in: Add texmf.cnf to list of distributed files |
5c05996ee4ac
Add texmf.cnf to list of distributed files (DIST_FILES) so that pdfs will build
Rik <rdrider0-list@yahoo.com>
parents:
9251
diff
changeset
|
28 (DIST_FILES) so that pdfs will build. |
5c05996ee4ac
Add texmf.cnf to list of distributed files (DIST_FILES) so that pdfs will build
Rik <rdrider0-list@yahoo.com>
parents:
9251
diff
changeset
|
29 |
9251
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9244
diff
changeset
|
30 2009-05-24 Robert T. Short <octave@phaselockedsystems.com> |
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9244
diff
changeset
|
31 |
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9244
diff
changeset
|
32 * interpreter/oop.txi: Added inheritance documentatin |
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9244
diff
changeset
|
33 |
9244
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
9210
diff
changeset
|
34 2009-05-21 Rik <rdrider0-list@yahoo.com> |
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
9210
diff
changeset
|
35 |
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
9210
diff
changeset
|
36 * interpreter/Makefile.in, texmf.cnf: Change texi2pdf call to include local |
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
9210
diff
changeset
|
37 TeX configuration file which increases save_history variable. |
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
9210
diff
changeset
|
38 |
9210
a7a9eecc07b5
Change recommendation for writing documentation to favor @tex
Rik <rdrider0-list@yahoo.com>
parents:
9209
diff
changeset
|
39 2009-05-17 Rik <rdrider0-list@yahoo.com> |
a7a9eecc07b5
Change recommendation for writing documentation to favor @tex
Rik <rdrider0-list@yahoo.com>
parents:
9209
diff
changeset
|
40 |
a7a9eecc07b5
Change recommendation for writing documentation to favor @tex
Rik <rdrider0-list@yahoo.com>
parents:
9209
diff
changeset
|
41 * interpreter/tips.txi: Change recommendation to use @tex rather than |
a7a9eecc07b5
Change recommendation for writing documentation to favor @tex
Rik <rdrider0-list@yahoo.com>
parents:
9209
diff
changeset
|
42 @iftex construction. |
a7a9eecc07b5
Change recommendation for writing documentation to favor @tex
Rik <rdrider0-list@yahoo.com>
parents:
9209
diff
changeset
|
43 |
9209
923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Rik <rdrider0-list@yahoo.com>
parents:
9197
diff
changeset
|
44 2009-05-17 Rik <rdrider0-list@yahoo.com> |
923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Rik <rdrider0-list@yahoo.com>
parents:
9197
diff
changeset
|
45 |
923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Rik <rdrider0-list@yahoo.com>
parents:
9197
diff
changeset
|
46 * interpreter/*.txi: Simplify TeXinfo files by eliminating redundant @iftex |
923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Rik <rdrider0-list@yahoo.com>
parents:
9197
diff
changeset
|
47 followed by @tex construction. Also, spellchecked all .txi and .texi files. |
923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Rik <rdrider0-list@yahoo.com>
parents:
9197
diff
changeset
|
48 |
9197
3c27a0340a64
Update documentation for section 17.8 (Mathematical Constants) of arith.texi
Rik <rdrider0-list@yahoo.com>
parents:
9175
diff
changeset
|
49 2009-05-14 Rik <rdrider0-list@yahoo.com> |
3c27a0340a64
Update documentation for section 17.8 (Mathematical Constants) of arith.texi
Rik <rdrider0-list@yahoo.com>
parents:
9175
diff
changeset
|
50 |
3c27a0340a64
Update documentation for section 17.8 (Mathematical Constants) of arith.texi
Rik <rdrider0-list@yahoo.com>
parents:
9175
diff
changeset
|
51 * interpreter/arith.txi: Update section 17.8 (Mathematical Consants) |
3c27a0340a64
Update documentation for section 17.8 (Mathematical Constants) of arith.texi
Rik <rdrider0-list@yahoo.com>
parents:
9175
diff
changeset
|
52 of arith.txi. |
3c27a0340a64
Update documentation for section 17.8 (Mathematical Constants) of arith.texi
Rik <rdrider0-list@yahoo.com>
parents:
9175
diff
changeset
|
53 |
9168
742cf6388a8f
Update section 17.7 (Coordinate Transformations) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9167
diff
changeset
|
54 2009-05-01 Rik <rdrider0-list@yahoo.com> |
9175 | 55 |
56 * interpreter/arith.txi: Update section 17.7 (Coordinate | |
57 Transformations) of arith.txi. | |
9168
742cf6388a8f
Update section 17.7 (Coordinate Transformations) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9167
diff
changeset
|
58 |
9167
1231b1762a9a
Simplify TeXinfo and eliminate use of @iftex in arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9165
diff
changeset
|
59 2009-05-01 Rik <rdrider0-list@yahoo.com> |
9175 | 60 |
61 * interpreter/arith.txi: Simplify TeXinfo and eliminate use of | |
62 @iftex in arith.txi. | |
9167
1231b1762a9a
Simplify TeXinfo and eliminate use of @iftex in arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9165
diff
changeset
|
63 |
1231b1762a9a
Simplify TeXinfo and eliminate use of @iftex in arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9165
diff
changeset
|
64 2009-05-01 Rik <rdrider0-list@yahoo.com> |
9175 | 65 |
66 * interpreter/arith.txi: Update section 17.5 (Utility Functions) | |
67 of arith.txi. | |
9165
8c71a86c4bf4
Update section 17.5 (Utility Functions) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9164
diff
changeset
|
68 |
9167
1231b1762a9a
Simplify TeXinfo and eliminate use of @iftex in arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9165
diff
changeset
|
69 2009-04-30 Rik <rdrider0-list@yahoo.com> |
9175 | 70 |
71 * interpreter/arith.txi: Update section 17.4 (Sums and Products) | |
72 of arith.txi. | |
9163
9cb0c21e97f7
Update section 17.4 (Sums and Products) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9159
diff
changeset
|
73 |
9158 | 74 2009-04-29 Jaroslav Hajek <highegg@gmail.com> |
75 | |
76 * interpreter/numbers.txi: Update info on ranges. | |
9159 | 77 * interpreter/expr.txi: Update some info on indexing. |
9158 | 78 |
9155
ad20b967e1c9
Update section 17.3 (Trigonometry) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9154
diff
changeset
|
79 2009-04-26 Rik <rdrider0-list@yahoo.com> |
9175 | 80 |
81 * interpreter/arith.txi: Update section 17.3 (Trigonometry) of | |
82 arith.txi. | |
9155
ad20b967e1c9
Update section 17.3 (Trigonometry) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9154
diff
changeset
|
83 |
9154
761fc0d3d980
Update section 17.2 (Complex Arithmetic) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9153
diff
changeset
|
84 2009-04-24 Rik <rdrider0-list@yahoo.com> |
9175 | 85 |
86 * interpreter/arith.txi: Update section 17.2 (Complex Arithmetic) | |
87 of arith.txi. Use Tex in more of the doc strings for pretty | |
88 printing in pdf format. | |
9154
761fc0d3d980
Update section 17.2 (Complex Arithmetic) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9153
diff
changeset
|
89 |
9153
5247e89688e1
Eliminate most overfull errors when running texi2pdf for generating pdf documentation
Rik <rdrider0-list@yahoo.com>
parents:
9143
diff
changeset
|
90 2009-04-24 Rik <rdrider0-list@yahoo.com> |
9175 | 91 |
92 * interpreter/octave.pdf: Eliminate most overfull errors when | |
93 running texi2pdf for generating pdf documentation. Use | |
94 @smallexample when necessary to reduce font for long lines. | |
95 Reword variables or phrases so that Tex can break them at a better | |
96 spot. | |
9153
5247e89688e1
Eliminate most overfull errors when running texi2pdf for generating pdf documentation
Rik <rdrider0-list@yahoo.com>
parents:
9143
diff
changeset
|
97 |
9143
74d5c1a4ca96
Eliminate 'unbalanced parentheses in @def...' error during texi2pdf.
Rik <rdrider0-list@yahoo.com>
parents:
9141
diff
changeset
|
98 2009-04-21 Rik <rdrider0-list@yahoo.com> |
9175 | 99 |
100 * interpreter/octave.pdf: Eliminate 'unbalanced parentheses in | |
101 @def...' error during texi2pdf. Fixed four .m files incorrectly | |
102 using @deftypefn macro. | |
9143
74d5c1a4ca96
Eliminate 'unbalanced parentheses in @def...' error during texi2pdf.
Rik <rdrider0-list@yahoo.com>
parents:
9141
diff
changeset
|
103 |
9136
537a73861cb7
Fix small mistake in example.
Ansgar Burchard <ansgar@43-1.org>
parents:
9135
diff
changeset
|
104 2009-04-19 Ansgar Burchardt <ansgar@43-1.org> |
537a73861cb7
Fix small mistake in example.
Ansgar Burchard <ansgar@43-1.org>
parents:
9135
diff
changeset
|
105 |
537a73861cb7
Fix small mistake in example.
Ansgar Burchard <ansgar@43-1.org>
parents:
9135
diff
changeset
|
106 * interpreter/numbers.txi: Fix small mistake in example. |
537a73861cb7
Fix small mistake in example.
Ansgar Burchard <ansgar@43-1.org>
parents:
9135
diff
changeset
|
107 |
9135
b04f95fabbf9
Update sections 2.5, 2.6, 2.7 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9134
diff
changeset
|
108 2009-04-17 Rik <rdrider0-list@yahoo.com> |
9175 | 109 |
110 * interpreter/arith.txi: Update section 17.1 (Utility Functions) | |
111 of arith.txi. Split section into "Exponents and Logarithms" and | |
112 "Utility Functions" Use Tex in many more of the doc strings for | |
113 pretty printing in pdf format. | |
9141
c1fff751b5a8
Update section 17.1 (Utility Functions) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9136
diff
changeset
|
114 |
c1fff751b5a8
Update section 17.1 (Utility Functions) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9136
diff
changeset
|
115 2009-04-17 Rik <rdrider0-list@yahoo.com> |
9135
b04f95fabbf9
Update sections 2.5, 2.6, 2.7 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9134
diff
changeset
|
116 |
b04f95fabbf9
Update sections 2.5, 2.6, 2.7 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9134
diff
changeset
|
117 * interpreter/basics.txi: Update help text for sections 2.5, 2.6, 2.7 |
b04f95fabbf9
Update sections 2.5, 2.6, 2.7 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9134
diff
changeset
|
118 of basics.txi |
b04f95fabbf9
Update sections 2.5, 2.6, 2.7 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9134
diff
changeset
|
119 |
9134
a3739e27b017
Update section 2.4 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9133
diff
changeset
|
120 2009-04-17 Rik <rdrider0-list@yahoo.com> |
a3739e27b017
Update section 2.4 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9133
diff
changeset
|
121 |
9175 | 122 * interpreter/basics.txi: Update help text for sections 2.4 of |
123 basics.txi. | |
9134
a3739e27b017
Update section 2.4 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9133
diff
changeset
|
124 |
9133
c0cef1436788
Update help text for sections 2.2 and 2.3 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9132
diff
changeset
|
125 2009-04-17 Rik <rdrider0-list@yahoo.com> |
c0cef1436788
Update help text for sections 2.2 and 2.3 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9132
diff
changeset
|
126 |
c0cef1436788
Update help text for sections 2.2 and 2.3 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9132
diff
changeset
|
127 * interpreter/basics.txi: Update help text for sections 2.2 |
9175 | 128 and 2.3 of basics.txi. |
9133
c0cef1436788
Update help text for sections 2.2 and 2.3 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9132
diff
changeset
|
129 |
c0cef1436788
Update help text for sections 2.2 and 2.3 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9132
diff
changeset
|
130 2009-04-17 Rik <rdrider0-list@yahoo.com> |
9132
eb1747dbd360
Update help strings for command line options
Rik <rdrider0-list@yahoo.com>
parents:
9110
diff
changeset
|
131 |
9175 | 132 * interpreter/basics.txi: Update help strings for command line options. |
9132
eb1747dbd360
Update help strings for command line options
Rik <rdrider0-list@yahoo.com>
parents:
9110
diff
changeset
|
133 |
9110
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9095
diff
changeset
|
134 2009-04-11 David Bateman <dbateman@free.fr> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9095
diff
changeset
|
135 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9095
diff
changeset
|
136 * interpreter/contributors.in: Add Martin Helm. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9095
diff
changeset
|
137 |
9095
b5a1a2d0be7e
texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents:
9089
diff
changeset
|
138 2009-04-06 John W. Eaton <jwe@octave.org> |
b5a1a2d0be7e
texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents:
9089
diff
changeset
|
139 |
b5a1a2d0be7e
texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents:
9089
diff
changeset
|
140 * texinfo.tex: Prefer PDF image files if generating PDF output. |
b5a1a2d0be7e
texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents:
9089
diff
changeset
|
141 |
9089
0b08eaf77dd6
Detailed review of intro.texi
Rik <rdrider0-list@yahoo.com>
parents:
9047
diff
changeset
|
142 2009-03-27 Rik <rdrider0-list@yahoo.com> |
0b08eaf77dd6
Detailed review of intro.texi
Rik <rdrider0-list@yahoo.com>
parents:
9047
diff
changeset
|
143 |
0b08eaf77dd6
Detailed review of intro.texi
Rik <rdrider0-list@yahoo.com>
parents:
9047
diff
changeset
|
144 * interpreter/intro.txi: Add new sample section on elementary |
0b08eaf77dd6
Detailed review of intro.texi
Rik <rdrider0-list@yahoo.com>
parents:
9047
diff
changeset
|
145 calculations. Add new example of solving systems of equations |
0b08eaf77dd6
Detailed review of intro.texi
Rik <rdrider0-list@yahoo.com>
parents:
9047
diff
changeset
|
146 |
9047 | 147 2009-03-27 Jaroslav Hajek <highegg@gmail.com> |
148 | |
149 * interpreter/diagperm.txi: Mention mixing with sparse matrices. | |
150 | |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
151 2009-03-25 John W. Eaton <jwe@octave.org> |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
152 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
153 * interpreter/munge-texi.cc (process_texi_input_file): |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
154 Copy leading comment with file name info to output. |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
155 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
156 2009-03-09 John W. Eaton <jwe@octave.org> |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
157 |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
158 * interpreter/Makefile.in (DISTFILES): Use doc-cache instead of |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
159 DOC for doc cache file. |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
160 |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
161 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8923
diff
changeset
|
162 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8923
diff
changeset
|
163 * interpreter/stats.txi (Basic Statistical Functions): |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8923
diff
changeset
|
164 Add the 'histc' function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8923
diff
changeset
|
165 |
8923
d47290508a55
document --doc-cache-file option
John W. Eaton <jwe@octave.org>
parents:
8917
diff
changeset
|
166 2009-03-07 John W. Eaton <jwe@octave.org> |
d47290508a55
document --doc-cache-file option
John W. Eaton <jwe@octave.org>
parents:
8917
diff
changeset
|
167 |
d47290508a55
document --doc-cache-file option
John W. Eaton <jwe@octave.org>
parents:
8917
diff
changeset
|
168 * interpreter/basics.txi (Command Line Options): |
d47290508a55
document --doc-cache-file option
John W. Eaton <jwe@octave.org>
parents:
8917
diff
changeset
|
169 Document --doc-cache-file command-line option. |
d47290508a55
document --doc-cache-file option
John W. Eaton <jwe@octave.org>
parents:
8917
diff
changeset
|
170 |
8917 | 171 2009-03-06 Jaroslav Hajek <highegg@gmail.com> |
172 | |
173 * interpreter/diagperm.txi: Various improvements. | |
174 | |
8887 | 175 2009-02-27 John W. Eaton <jwe@octave.org> |
176 | |
177 * interpreter/set.txi (Sets): Don't document create_set. | |
178 | |
8879
1beaaffb3c1f
document strsplit, not split
John W. Eaton <jwe@octave.org>
parents:
8873
diff
changeset
|
179 2009-02-26 John W. Eaton <jwe@octave.org> |
1beaaffb3c1f
document strsplit, not split
John W. Eaton <jwe@octave.org>
parents:
8873
diff
changeset
|
180 |
1beaaffb3c1f
document strsplit, not split
John W. Eaton <jwe@octave.org>
parents:
8873
diff
changeset
|
181 * interpreter/strings.txi (Manipulating Strings): |
1beaaffb3c1f
document strsplit, not split
John W. Eaton <jwe@octave.org>
parents:
8873
diff
changeset
|
182 Document strsplit, not split. |
1beaaffb3c1f
document strsplit, not split
John W. Eaton <jwe@octave.org>
parents:
8873
diff
changeset
|
183 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
184 2009-02-25 John W. Eaton <jwe@octave.org> |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
185 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
186 * interpreter/Makefile.in (distclean): Remove tags and TAGS here |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
187 instead of in maintainer-clean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
188 (maintainer-clean): Depend on distclean, not clean. Remove DOC. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
189 (DISTFILES): Add stmp-html to the list. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
190 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
191 * Makefile.in: Remove conf.texi in maintainer-clean target but not |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
192 distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
193 |
8859
46fdf8714acf
remove url hrefs from diagperm.txi
Jaroslav Hajek <highegg@gmail.com>
parents:
8851
diff
changeset
|
194 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
46fdf8714acf
remove url hrefs from diagperm.txi
Jaroslav Hajek <highegg@gmail.com>
parents:
8851
diff
changeset
|
195 |
46fdf8714acf
remove url hrefs from diagperm.txi
Jaroslav Hajek <highegg@gmail.com>
parents:
8851
diff
changeset
|
196 * interpreter/diagperm.txi: Remove redundant url references. |
46fdf8714acf
remove url hrefs from diagperm.txi
Jaroslav Hajek <highegg@gmail.com>
parents:
8851
diff
changeset
|
197 |
8851
d6de39523f03
improve the diag & perm matrices text
Jaroslav Hajek <highegg@gmail.com>
parents:
8839
diff
changeset
|
198 2009-02-23 Jaroslav Hajek <highegg@gmail.com> |
d6de39523f03
improve the diag & perm matrices text
Jaroslav Hajek <highegg@gmail.com>
parents:
8839
diff
changeset
|
199 |
d6de39523f03
improve the diag & perm matrices text
Jaroslav Hajek <highegg@gmail.com>
parents:
8839
diff
changeset
|
200 * interpreter/diagperm.txi: Use TeX alternatives in some |
d6de39523f03
improve the diag & perm matrices text
Jaroslav Hajek <highegg@gmail.com>
parents:
8839
diff
changeset
|
201 formulas, improve examples, delete superfluous defs. |
d6de39523f03
improve the diag & perm matrices text
Jaroslav Hajek <highegg@gmail.com>
parents:
8839
diff
changeset
|
202 |
8839
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
203 2009-02-23 Jaroslav Hajek <highegg@gmail.com> |
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
204 |
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
205 * interpreter/diagperm.txi: New file. |
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
206 * interpreter/octave.texi: Reference it. |
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
207 * intepreter/Makefile.in: Include it. |
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
208 * interpreter/matrix.txi: Move @DOCSTRING(diag) to diagperm.txi. |
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
209 |
8817
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
210 2009-02-19 John W. Eaton <jwe@octave.org> |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
211 |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
212 * doc/interperter: Include @DOCSTRING commands for the following |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
213 functions: bicgstab, cgs, choldelete, cholinsert, cholshift, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
214 clabel, comet, command_line_path, compass, contour3, ctranspose, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
215 cylinder, dellistener, diffuse, edit, ellipsoid, fclear, feather, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
216 fill, find_dir_in_path, finite, flag, info, is_absolute_filename, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
217 is_rooted_relative_filename, isdebugmode, ishghandle, isnull, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
218 issorted, make_absolute_filename, meshz, news, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
219 octave_tmp_file_name, optimget, pareto, plotmatrix, plotyy, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
220 qrshift, quiver3, re_read_readline_init_file, ribbon, rose, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
221 rundemos, scatter, scatter3, slice, specular, sphere, spinmap, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
222 stem3, strchr, strtrim, surfl, surfnorm, times, transpose, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
223 treelayout, uminus, uplus, warranty, what, xlim, yes_or_no. |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
224 |
8791
d943e26d30e2
Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8783
diff
changeset
|
225 2009-02-17 Thomas Treichl <Thomas.Treichl@gmx.net> |
d943e26d30e2
Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8783
diff
changeset
|
226 |
d943e26d30e2
Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8783
diff
changeset
|
227 * interpreter/install.txi: Add documentation for configure options |
d943e26d30e2
Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8783
diff
changeset
|
228 "--without-framework-carbon" and "--without-framework-opengl". |
d943e26d30e2
Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8783
diff
changeset
|
229 |
8783
aee6f5c6665e
include DOCSTRING entries for cummin and cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
8722
diff
changeset
|
230 2009-02-17 Jaroslav Hajek <highegg@gmail.com> |
aee6f5c6665e
include DOCSTRING entries for cummin and cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
8722
diff
changeset
|
231 |
aee6f5c6665e
include DOCSTRING entries for cummin and cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
8722
diff
changeset
|
232 * interpreter/arith.txi: Add reference to "cummin" and "cummax". |
aee6f5c6665e
include DOCSTRING entries for cummin and cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
8722
diff
changeset
|
233 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8717
diff
changeset
|
234 2009-02-11 John W. Eaton <jwe@octave.org> |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8717
diff
changeset
|
235 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8717
diff
changeset
|
236 * interpreter/Makefile.in (uninstall): Use $(DESTDIR) here too. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8717
diff
changeset
|
237 Uninstall Info dir file. Uninstall DOC file. |
8722
3cedb606145d
create $(DESTDIR)$(octetcdir) when installing
John W. Eaton <jwe@octave.org>
parents:
8719
diff
changeset
|
238 (install): Install DOC file. Add $(DESTDIR)$(octetcdir) to the |
3cedb606145d
create $(DESTDIR)$(octetcdir) when installing
John W. Eaton <jwe@octave.org>
parents:
8719
diff
changeset
|
239 list of directories to make. |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8717
diff
changeset
|
240 |
8716
80910b37d855
generate DOC file for lookfor function
John W. Eaton <jwe@octave.org>
parents:
8654
diff
changeset
|
241 2009-02-10 John W. Eaton <jwe@octave.org> |
80910b37d855
generate DOC file for lookfor function
John W. Eaton <jwe@octave.org>
parents:
8654
diff
changeset
|
242 |
80910b37d855
generate DOC file for lookfor function
John W. Eaton <jwe@octave.org>
parents:
8654
diff
changeset
|
243 * interpreter/Makefile.in (DOC): New target. |
80910b37d855
generate DOC file for lookfor function
John W. Eaton <jwe@octave.org>
parents:
8654
diff
changeset
|
244 (DISTFILES): Add DOC nad mk_doc_cache.m to the list. |
8717
28b8bd2f6e66
doc/interpreter/mk_doc_cache.m: improve performance
John W. Eaton <jwe@octave.org>
parents:
8716
diff
changeset
|
245 * mk_doc_cache.m: New file. |
8716
80910b37d855
generate DOC file for lookfor function
John W. Eaton <jwe@octave.org>
parents:
8654
diff
changeset
|
246 |
8654
e8cb7f97131b
doc/interpreter/nonlin.txi: remove reference to 'fsolve_options'
Soren Hauberg <hauberg@gmail.com>
parents:
8653
diff
changeset
|
247 2009-02-01 Soren Hauberg <hauberg@gmail.com> |
e8cb7f97131b
doc/interpreter/nonlin.txi: remove reference to 'fsolve_options'
Soren Hauberg <hauberg@gmail.com>
parents:
8653
diff
changeset
|
248 |
e8cb7f97131b
doc/interpreter/nonlin.txi: remove reference to 'fsolve_options'
Soren Hauberg <hauberg@gmail.com>
parents:
8653
diff
changeset
|
249 * interpreter/nonlin.txi: Remove reference to 'fsolve_options'. |
e8cb7f97131b
doc/interpreter/nonlin.txi: remove reference to 'fsolve_options'
Soren Hauberg <hauberg@gmail.com>
parents:
8653
diff
changeset
|
250 |
8653
2479ebf1c33f
doc/interpreter/system.txi: remove reference to 'eomdate'
Soren Hauberg <hauberg@gmail.com>
parents:
8584
diff
changeset
|
251 2009-02-01 Soren Hauberg <hauberg@gmail.com> |
2479ebf1c33f
doc/interpreter/system.txi: remove reference to 'eomdate'
Soren Hauberg <hauberg@gmail.com>
parents:
8584
diff
changeset
|
252 |
2479ebf1c33f
doc/interpreter/system.txi: remove reference to 'eomdate'
Soren Hauberg <hauberg@gmail.com>
parents:
8584
diff
changeset
|
253 * interpreter/system.txi: Remove reference to 'eomdate'. |
2479ebf1c33f
doc/interpreter/system.txi: remove reference to 'eomdate'
Soren Hauberg <hauberg@gmail.com>
parents:
8584
diff
changeset
|
254 |
8584
848f7d3e589c
Update the examples for structure arrays in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8569
diff
changeset
|
255 2009-01-24 Thorsten Meyer <thorsten@hexe> |
848f7d3e589c
Update the examples for structure arrays in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8569
diff
changeset
|
256 |
848f7d3e589c
Update the examples for structure arrays in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8569
diff
changeset
|
257 * interpreter/container.txi (Data Structures): Update examples for |
848f7d3e589c
Update the examples for structure arrays in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8569
diff
changeset
|
258 structure arrays. |
848f7d3e589c
Update the examples for structure arrays in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8569
diff
changeset
|
259 |
8568
aa1de3a889ed
eliminate variable index from manual
John W. Eaton <jwe@octave.org>
parents:
8567
diff
changeset
|
260 2009-01-22 John W. Eaton <jwe@octave.org> |
aa1de3a889ed
eliminate variable index from manual
John W. Eaton <jwe@octave.org>
parents:
8567
diff
changeset
|
261 |
8569
ee9e525744f0
io.txi: remove @DOCSTRING(ans)
John W. Eaton <jwe@octave.org>
parents:
8568
diff
changeset
|
262 * interpreter/io.txi (Terminal Output): Remove @DOCSTRING(ans). |
ee9e525744f0
io.txi: remove @DOCSTRING(ans)
John W. Eaton <jwe@octave.org>
parents:
8568
diff
changeset
|
263 |
8568
aa1de3a889ed
eliminate variable index from manual
John W. Eaton <jwe@octave.org>
parents:
8567
diff
changeset
|
264 * vr-idx.txi: Delete. |
aa1de3a889ed
eliminate variable index from manual
John W. Eaton <jwe@octave.org>
parents:
8567
diff
changeset
|
265 * interpreter/Makefile.in (SUB_SOURCE): Remove it from the list. |
aa1de3a889ed
eliminate variable index from manual
John W. Eaton <jwe@octave.org>
parents:
8567
diff
changeset
|
266 |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
267 2009-01-22 S�ren Hauberg <hauberg@gmail.com> |
8566
da95767511f5
Remove descriptions of built-in variables from manual
sh@sh-laptop
parents:
8549
diff
changeset
|
268 |
8567 | 269 * interpreter/func.txi: Put varargin and varargout in concept index. |
270 * interpreter/var.txi: Put ans in concept index. | |
271 * interpreter/octave.texi: Don't include vr-idx.texi. | |
272 | |
8566
da95767511f5
Remove descriptions of built-in variables from manual
sh@sh-laptop
parents:
8549
diff
changeset
|
273 * interpreter/var.txi: Remove sections on built-in variables. |
da95767511f5
Remove descriptions of built-in variables from manual
sh@sh-laptop
parents:
8549
diff
changeset
|
274 |
8549 | 275 2009-01-20 John W. Eaton <jwe@octave.org> |
276 | |
277 * interpreter/system.txi (Filesystem Utilities): @DOCSTRING for | |
278 fstat. Delete @DOCSTRING for lstat. Add anchor for doc-lstat. | |
279 | |
8534
0eb83938c8bc
Trivial fixes in numbers.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8512
diff
changeset
|
280 2009-01-18 Thorsten Meyer <thorsten.meyier@gmx.de> |
0eb83938c8bc
Trivial fixes in numbers.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8512
diff
changeset
|
281 |
0eb83938c8bc
Trivial fixes in numbers.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8512
diff
changeset
|
282 * interpreter/numbers.txi (Numeric Data Types): Trivial fixes. |
0eb83938c8bc
Trivial fixes in numbers.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8512
diff
changeset
|
283 |
8512
137d6c94212f
fix missing anchor in matrix.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
284 2009-01-14 Thorsten Meyer <thorsten.meyier@gmx.de> |
137d6c94212f
fix missing anchor in matrix.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
285 |
137d6c94212f
fix missing anchor in matrix.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
286 * interpreter/matrix.txi: Add anchor for doc-postpad. |
137d6c94212f
fix missing anchor in matrix.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
287 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8432
diff
changeset
|
288 2008-12-26 Thorsten Meyer <thorsten.meyier@gmx.de> |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8432
diff
changeset
|
289 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8432
diff
changeset
|
290 * interpreter/strings.txi: Add space to ischar example. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8432
diff
changeset
|
291 |
8426
7523742aa026
Add explanation on what wisdom is.
Francesco Potortì <pot@gnu.org>
parents:
8417
diff
changeset
|
292 2008-12-26 Francesco Potortì <pot@gnu.org> |
7523742aa026
Add explanation on what wisdom is.
Francesco Potortì <pot@gnu.org>
parents:
8417
diff
changeset
|
293 |
8432
c9cb8f0b8b4f
add reference to resize function in the manual
Francesco Potortì <pot@gnu.org>
parents:
8429
diff
changeset
|
294 * interpreter/matrix.txi (Rearranging Matrices): Add reference |
c9cb8f0b8b4f
add reference to resize function in the manual
Francesco Potortì <pot@gnu.org>
parents:
8429
diff
changeset
|
295 to resize function. |
c9cb8f0b8b4f
add reference to resize function in the manual
Francesco Potortì <pot@gnu.org>
parents:
8429
diff
changeset
|
296 |
8428
ee1bc8aa226b
Add cross reference from Plot Annotations to Text Properties.
Francesco Potortì <pot@gnu.org>
parents:
8426
diff
changeset
|
297 * interpreter/plot.txi (Plot Annotations): Add cross reference to |
ee1bc8aa226b
Add cross reference from Plot Annotations to Text Properties.
Francesco Potortì <pot@gnu.org>
parents:
8426
diff
changeset
|
298 Text Properties. |
8429
f34ab2b433e8
One word missing from int8 help string.
Francesco Potortì <pot@gnu.org>
parents:
8428
diff
changeset
|
299 (Two-Dimensional Plots): Update introduction to the axis function. |
8428
ee1bc8aa226b
Add cross reference from Plot Annotations to Text Properties.
Francesco Potortì <pot@gnu.org>
parents:
8426
diff
changeset
|
300 |
8426
7523742aa026
Add explanation on what wisdom is.
Francesco Potortì <pot@gnu.org>
parents:
8417
diff
changeset
|
301 * interpreter/signal.txi (Signal Processing): Add explanation of |
7523742aa026
Add explanation on what wisdom is.
Francesco Potortì <pot@gnu.org>
parents:
8417
diff
changeset
|
302 what wisdom is. |
7523742aa026
Add explanation on what wisdom is.
Francesco Potortì <pot@gnu.org>
parents:
8417
diff
changeset
|
303 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8372
diff
changeset
|
304 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8372
diff
changeset
|
305 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8372
diff
changeset
|
306 * interpreter/sparse.txi: Document the eigs and svds functions. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8372
diff
changeset
|
307 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8351
diff
changeset
|
308 2008-12-02 Thorsten Meyer <thorsten.meyier@gmx.de> |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8351
diff
changeset
|
309 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8351
diff
changeset
|
310 * interpreter/container.txi, interpreter/strings.txi: |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8351
diff
changeset
|
311 Remove reference to str2mat.m |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8351
diff
changeset
|
312 |
8351
4d78baf20ded
improve string documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8348
diff
changeset
|
313 2008-11-15 Thorsten Meyer <thorsten.meyier@gmx.de> |
4d78baf20ded
improve string documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8348
diff
changeset
|
314 |
4d78baf20ded
improve string documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8348
diff
changeset
|
315 * interpreter/strings.txi: Add text around docstrings, change |
4d78baf20ded
improve string documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8348
diff
changeset
|
316 structure of the strings chapter. |
4d78baf20ded
improve string documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8348
diff
changeset
|
317 |
8296
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
318 2008-10-31 John W. Eaton <jwe@octave.org> |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
319 |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
320 * interpreter/Makefile.in ($(TEXINFO)): Depend directly on |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
321 ../../src/DOCSTRINGS and ../../scripts/DOCSTRINGS instead of phony |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
322 src-DOCSTRINGS and scripts-DOCSTRINGS targets. |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
323 (src-DOCSTRINGS, scripts-DOCSTRINGS): Delete. |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
324 (DOCSTRING_FILES): New variable. |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
325 ($(SUB_TEXFINO)): Use it. Display actual command. |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
326 ($(DOCSTRING_FILES)): New target. |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
327 (%.spell : %.texi): Use -t suffix instead of .tmp. |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
328 (constributors.texi, $(SUB_TEXINFO)): Use mv, instead of |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
329 $(simple-move-if-change-rule). |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
330 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8287
diff
changeset
|
331 2008-10-30 David Bateman <dbateman@free.fr> |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8287
diff
changeset
|
332 |
8292 | 333 * faq/Octave-FAQ.texi: Document improved indexing and add an faq for |
334 the compatibility of mldivide/mrdivide for singualr, under- and | |
335 over-determined matrices. | |
336 | |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8287
diff
changeset
|
337 * interpreter/plot.txi: Document contour groups. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8287
diff
changeset
|
338 |
8295 | 339 2008-10-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8258
diff
changeset
|
340 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8258
diff
changeset
|
341 * interpreter/system.txi, interpreter/poly.txi, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8258
diff
changeset
|
342 interpreter/arith.txi, interpreter/poly.txi, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8258
diff
changeset
|
343 interpreter/optim.txi, interpreter/diffeq.txi, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8258
diff
changeset
|
344 interpreter/sparse.txi, interpreter/matrix.txi, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8258
diff
changeset
|
345 interpreter/plot.txi, interpreter/io.txi, interpreter/debug.txi, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8258
diff
changeset
|
346 interpreter/var.txi, interpreter/strings.txi: |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8258
diff
changeset
|
347 Add missing @DOCSTRING commands. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8258
diff
changeset
|
348 |
8287
f3dbea0e8a1d
Adapted munge-texi to expand @seealso commands to texinfo references
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8286
diff
changeset
|
349 * interpreter/munge-texi.cc (extract_docstring): Expand arguments |
f3dbea0e8a1d
Adapted munge-texi to expand @seealso commands to texinfo references
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8286
diff
changeset
|
350 of @seealso{} into Texinfo references. |
f3dbea0e8a1d
Adapted munge-texi to expand @seealso commands to texinfo references
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8286
diff
changeset
|
351 |
8256
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
352 2008-10-22 David Bateman <dbateman@free.fr> |
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
353 |
8258 | 354 * interprter/plot.txi: Add documentation for error bar series. |
355 | |
356 * interprter/plot.txi: Update documentation for line series, Add | |
357 documetation for scatter groups, stem series and surface groups. | |
358 | |
8256
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
359 * texinfo.tex: Import new upstream version. |
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
360 * interpreter/Makefile.in (EXAMPLE_FILES_NODIR): Update for new OOP |
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
361 class example location. |
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
362 * interpreter/oop.txi: Ditto. |
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
363 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
364 2008-10-15 David Bateman <dbateman@free.fr> |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
365 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
366 * interpreter/oop.txi: New file. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
367 * interpreter/Makefile.in (SUB_SOURCES): Add it here. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
368 (POLYNOMIAL_FILES_NODIR): New varaible for polynomial example class |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
369 methods. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
370 (EXAMPLE_FILES_NODIR): Add POLYNOMIAL_FILES_NODIR here. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
371 * interpreter/octave.texi: Reference new OOP chapter here. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
372 * interpreter/func.txi: Document private directories and function |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
373 precedence here. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
374 |
8348
d95c4e31bb2d
recommend limited line width in code examples
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8296
diff
changeset
|
375 2008-10-16 Thorsten Meyer <thorsten.meyier@gmx.de> |
d95c4e31bb2d
recommend limited line width in code examples
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8296
diff
changeset
|
376 * interpreter/contrib.txi: added recommendation of limited |
d95c4e31bb2d
recommend limited line width in code examples
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8296
diff
changeset
|
377 line width in code examples |
d95c4e31bb2d
recommend limited line width in code examples
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8296
diff
changeset
|
378 |
8182 | 379 2008-10-03 Thorsten Meyer <thorsten.meyier@gmx.de> |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
380 |
8200
837487bd3450
help new contributors with mercurial
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8182
diff
changeset
|
381 * interpreter/contrib.txi: added example for mercurial queues |
837487bd3450
help new contributors with mercurial
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8182
diff
changeset
|
382 |
837487bd3450
help new contributors with mercurial
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8182
diff
changeset
|
383 08-10-03 Thorsten Meyer <thorsten.meyier@gmx.de> |
8182 | 384 |
8177
65c4ac814082
hg syntax bug in mercurial example
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8176
diff
changeset
|
385 * interpreter/contrib.txi: correction of the mercurial example |
8176
c9d6071b9696
uncomplete sentence in documentation text
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8149
diff
changeset
|
386 * interpreter/container.txi: minor correction of the text |
8177
65c4ac814082
hg syntax bug in mercurial example
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8176
diff
changeset
|
387 |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
388 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
8148 | 389 |
390 * interpreter/image.txi: Update for imread and imwrite instead of | |
391 loadimge and saveimage. | |
392 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
393 2008-09-24 S�ren Hauberg <hauberg@gmail.com> |
8144
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8134
diff
changeset
|
394 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8134
diff
changeset
|
395 * interpreter/image.txi: Document imfinfo. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8134
diff
changeset
|
396 |
8134
951917a0b9f8
container.txi: fix cross reference in struct docs
Francesco Potorti
parents:
8133
diff
changeset
|
397 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it>. |
951917a0b9f8
container.txi: fix cross reference in struct docs
Francesco Potorti
parents:
8133
diff
changeset
|
398 |
951917a0b9f8
container.txi: fix cross reference in struct docs
Francesco Potorti
parents:
8133
diff
changeset
|
399 * interpreter/container.txi: Fix cross reference in struct docs. |
951917a0b9f8
container.txi: fix cross reference in struct docs
Francesco Potorti
parents:
8133
diff
changeset
|
400 |
8133
f38997cf9e5b
matrix.txi: update docs for random number generators
Brian Gough
parents:
8128
diff
changeset
|
401 2008-09-23 Brian Gough <bjg@network-theory.co.uk> |
f38997cf9e5b
matrix.txi: update docs for random number generators
Brian Gough
parents:
8128
diff
changeset
|
402 |
f38997cf9e5b
matrix.txi: update docs for random number generators
Brian Gough
parents:
8128
diff
changeset
|
403 * interpreter/matrix.txi: Update docs for random number generators. |
f38997cf9e5b
matrix.txi: update docs for random number generators
Brian Gough
parents:
8128
diff
changeset
|
404 |
8128 | 405 2008-09-22 David Bateman <dbateman@free.fr> |
406 | |
407 * faq/Octave-FAQ.texi: Update for Octave 3.1.51 and Matlab 2008a. | |
408 | |
8106
8a42498edb30
Clarify doc for sparse function
David Bateman <dbateman@free.fr>
parents:
8072
diff
changeset
|
409 2008-09-15 David Bateman <dbateman@free.fr> |
8a42498edb30
Clarify doc for sparse function
David Bateman <dbateman@free.fr>
parents:
8072
diff
changeset
|
410 |
8a42498edb30
Clarify doc for sparse function
David Bateman <dbateman@free.fr>
parents:
8072
diff
changeset
|
411 * interpreter/sparse.txi: Minor clarificiation |
8a42498edb30
Clarify doc for sparse function
David Bateman <dbateman@free.fr>
parents:
8072
diff
changeset
|
412 |
8071 | 413 2008-08-28 John W. Eaton <jwe@octave.org> |
414 | |
8134
951917a0b9f8
container.txi: fix cross reference in struct docs
Francesco Potorti
parents:
8133
diff
changeset
|
415 * interpreter/func.txi, interpreter/plot.txi: Doc fixes |
8072 | 416 suggested by Francesco Potorti` <Potorti@isti.cnr.it>. |
8071 | 417 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8056
diff
changeset
|
418 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8056
diff
changeset
|
419 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8056
diff
changeset
|
420 * interpreter/plot.txi: Add description of data sources and line |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8056
diff
changeset
|
421 series objects. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8056
diff
changeset
|
422 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
423 2008-08-26 David Bateman <dbateman@free.fr> |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
424 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
425 * interpreter/plot.txi: Document the group objects (bar, stem, |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
426 stair, quiver and area series), and cllback functions. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
427 |
8055
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
8046
diff
changeset
|
428 2008-08-26 Jaroslav Hajek <highegg@gmail.com> |
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
8046
diff
changeset
|
429 |
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
8046
diff
changeset
|
430 * interpreter/contrib.txi: New file. |
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
8046
diff
changeset
|
431 * interpreter/octave.texi: Include it here. |
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
8046
diff
changeset
|
432 * interpreter/Makefile.in (SUB_SOURCE): Add contrib.txi to the list. |
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
8046
diff
changeset
|
433 |
8046 | 434 2008-08-21 David Bateman <dbateman@free.fr> |
435 | |
436 * interpreter/plot.txi: Document ezplot. | |
437 | |
8039
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8015
diff
changeset
|
438 2008-08-19 David Bateman <dbateman@free.fr> |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8015
diff
changeset
|
439 |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8015
diff
changeset
|
440 * interpreter/numbers.txi: Document intwarning. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8015
diff
changeset
|
441 |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
442 2008-08-06 S�ren Hauberg <hauberg@gmail.com> |
8015
30629059b72d
Update the manual to reflect the changes in error output
sh@sh-laptop
parents:
7989
diff
changeset
|
443 |
30629059b72d
Update the manual to reflect the changes in error output
sh@sh-laptop
parents:
7989
diff
changeset
|
444 * interpreter/basics.txi, interpreter/errors.txi, |
30629059b72d
Update the manual to reflect the changes in error output
sh@sh-laptop
parents:
7989
diff
changeset
|
445 interpreter/expr.txi, interpreter/func.txi, |
30629059b72d
Update the manual to reflect the changes in error output
sh@sh-laptop
parents:
7989
diff
changeset
|
446 interpreter/numbers.txi: Update format of error messages in examples. |
30629059b72d
Update the manual to reflect the changes in error output
sh@sh-laptop
parents:
7989
diff
changeset
|
447 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
448 2008-07-29 David Bateman <dbateman@free.fr> |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
449 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
450 * interpreter/numbers.txi, interpreter/plot.txi, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
451 interpreter/quad.txi: Miscellaneous documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
452 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
453 * control.txi, finance.txi, quaternion.txi: Delete. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
454 * octave.texi: Remove all references to the above. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
455 * Makefile.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
456 |
7980
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
457 2008-07-28 David Bateman <dbateman@free.fr> |
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
458 |
7984
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
459 * interpreter/arith.txi: Document reallog, realpow and realsqrt. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
460 * interpreter/dbug.txi: Document the means of setting a breakpoint |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
461 in a sub-function |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
462 * interpreter/func.txi: Document nargoutchk and symvar. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
463 * interpreter/geometry.txi: Document rectint. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
464 * interpreter/image.txi: Document contrast. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
465 * interpreter/interp.txi: Document interp1q. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
466 * interpreter/linalg.txi: Document planerot, rcond and subspace. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
467 * interpreter/numbers.txi: Document data type demotion and single |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
468 precision data type. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
469 * interpreter/plot.txi: Document ginput, gtext, |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
470 waitforbuttonpress, ezcontour, ezcontourf, ezpolar, ezplot3, |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
471 ezmesh, ezmeshc, ezsurf, ezsurfc, allchild, findobj and findall |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
472 functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
473 * interpreter/quad.txi: Document quadv, quadgk, dblquad and |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
474 triplequad functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
475 * interpreter/strings.txi: Document validstring, regexptranslate |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
476 and isstrprop functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
477 * interpreter/system.txi: Document addtodate, filemarker and perl |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
478 functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
479 * interpreter/var.txi: Document the genvarname and namelengthmax |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
480 functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
481 * interpreter/octave.texi: Update table of contents for the above |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
482 changes. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
483 |
7981 | 484 * interpreter/plot.txi: Document contourf. |
485 | |
7980
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
486 * interpreter/plot.txi: Clarify the description of OuterPosition |
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
487 axes property. |
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
488 |
7787
6b521b1e3631
Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
David Bateman <dbateman@free.fr>
parents:
7768
diff
changeset
|
489 2008-05-20 David Bateman <dbateman@free.fr> |
6b521b1e3631
Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
David Bateman <dbateman@free.fr>
parents:
7768
diff
changeset
|
490 |
6b521b1e3631
Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
David Bateman <dbateman@free.fr>
parents:
7768
diff
changeset
|
491 * interpreter/debug.txi: Uodate documentation for multiline |
6b521b1e3631
Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
David Bateman <dbateman@free.fr>
parents:
7768
diff
changeset
|
492 input. Add documentation for dbcont, dbquit, dbstep, dbstqck, dbup |
6b521b1e3631
Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
David Bateman <dbateman@free.fr>
parents:
7768
diff
changeset
|
493 and dbdown functions. |
6b521b1e3631
Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
David Bateman <dbateman@free.fr>
parents:
7768
diff
changeset
|
494 * interpreter/octave.texi: Upodate index for debugging functions. |
6b521b1e3631
Add dbquit and make dbstep compatible. Use parser in debug mode to handle multi-line input
David Bateman <dbateman@free.fr>
parents:
7768
diff
changeset
|
495 |
8182 | 496 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7681
diff
changeset
|
497 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7681
diff
changeset
|
498 * interpreter/expr.txi, interpreter/tips.txi: Use ischar instead of |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7681
diff
changeset
|
499 deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7681
diff
changeset
|
500 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7647
diff
changeset
|
501 2008-04-02 David Bateman <dbateman@free.fr> |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7647
diff
changeset
|
502 |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7647
diff
changeset
|
503 * interpreter/sparse.txi: Document spaugment. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7647
diff
changeset
|
504 |
7647
7b382848a18f
Remove spurious whitespace before macros
Rafael Laboissiere <rafael@debian.org>
parents:
7639
diff
changeset
|
505 2008-03-26 Rafael Laboissiere <rafael@debian.org> |
7b382848a18f
Remove spurious whitespace before macros
Rafael Laboissiere <rafael@debian.org>
parents:
7639
diff
changeset
|
506 |
7b382848a18f
Remove spurious whitespace before macros
Rafael Laboissiere <rafael@debian.org>
parents:
7639
diff
changeset
|
507 * interpreter/mkoctfile.1: Remove spurious whitespace before macros |
7b382848a18f
Remove spurious whitespace before macros
Rafael Laboissiere <rafael@debian.org>
parents:
7639
diff
changeset
|
508 |
7639
b2fbb393a072
Add the num2hex and hex2num functions
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
509 2008-03-25 David Bateman <dbateman@free.fr> |
b2fbb393a072
Add the num2hex and hex2num functions
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
510 |
b2fbb393a072
Add the num2hex and hex2num functions
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
511 * interpreter/strings.txi: Document hex2num, num2hex. |
b2fbb393a072
Add the num2hex and hex2num functions
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
512 |
7619 | 513 2008-03-21 David Bateman <dbateman@free.fr> |
514 | |
515 * interpreter/sparse.txi: Document amd function. | |
516 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7595
diff
changeset
|
517 2008-03-19 Michael D. Godfrey <godfrey@isl.stanford.edu> |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7595
diff
changeset
|
518 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7595
diff
changeset
|
519 * interpreter/plot.txi: Reorder symbol character table. |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7595
diff
changeset
|
520 |
7595
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
521 2008-03-18 Rafael Laboissiere <rafael@debian.org> |
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
522 |
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
523 * interpreter/octave.1, interpreter/mkoctfile.1: |
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
524 Escape "-" signs that mean the "minus" character. |
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
525 |
7580
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7540
diff
changeset
|
526 2008-03-12 David Bateman <dbateman@free.fr> |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7540
diff
changeset
|
527 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7540
diff
changeset
|
528 * interpreter/io.txi: Document dlmread, dlmwrite, csvread and |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7540
diff
changeset
|
529 csvwrite. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7540
diff
changeset
|
530 |
8182 | 531 2008-02-25 Ben Abbott <bpabbott@mac.com> |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
532 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
533 * interpreter/geometryimages.m, interpreter/interpimages.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
534 interpreter/plotimages.m, interpreter/sparseimages.m: |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
535 Use cstrcat instead of strcat. |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
536 |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
537 2008-02-22 David Bateman <dbateman@free.fr> |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
538 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
539 * interpreter/sparse.txi: Remove refernces to spdiag, spcumprod, |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
540 spcumsum, spprod, spsum, spsumsq, spchol, spchol2inv, spcholinv, |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
541 spinv and splu. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
542 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7496
diff
changeset
|
543 2008-02-20 David Bateman <dbateman@free.fr> |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7496
diff
changeset
|
544 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7496
diff
changeset
|
545 * interpreter/sparse.txi: Remove references to spmin, spmax, |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7496
diff
changeset
|
546 spatan2, spfind, spqr and spdet. |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7496
diff
changeset
|
547 |
7496
e27f8afa99e5
better documentation on the INDEX file format
carlo@guglielmo.local
parents:
7490
diff
changeset
|
548 2008-02-19 Carlo de Falco <kingcrimson@tiscali.it> |
e27f8afa99e5
better documentation on the INDEX file format
carlo@guglielmo.local
parents:
7490
diff
changeset
|
549 |
e27f8afa99e5
better documentation on the INDEX file format
carlo@guglielmo.local
parents:
7490
diff
changeset
|
550 * interpreter/package.txi: Improve INDEX file documentation. |
e27f8afa99e5
better documentation on the INDEX file format
carlo@guglielmo.local
parents:
7490
diff
changeset
|
551 |
7490 | 552 2008-01-18 Ben Abbott <bpabbott@mac.com> |
553 | |
554 * interpreter/intro.txi: Replaced reference to deprecated | |
555 function struct_elements with filenames. | |
556 | |
7464
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
557 2008-02-08 Rafael Laboissiere <rafael@debian.org> |
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
558 |
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
559 * interpreter/octave.1: Dropped unknow LO macro |
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
560 * interpreter/octave-bug.1: Likewise |
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
561 |
7455
fe332ce262b5
eliminate spkron.cc; dispatch in kron
David Bateman <dbateman@free.fr>
parents:
7450
diff
changeset
|
562 2008-02-07 David Bateman <dbateman@free.fr> |
fe332ce262b5
eliminate spkron.cc; dispatch in kron
David Bateman <dbateman@free.fr>
parents:
7450
diff
changeset
|
563 |
fe332ce262b5
eliminate spkron.cc; dispatch in kron
David Bateman <dbateman@free.fr>
parents:
7450
diff
changeset
|
564 * interpreter/sparse.txi: Remove references to spkron. |
fe332ce262b5
eliminate spkron.cc; dispatch in kron
David Bateman <dbateman@free.fr>
parents:
7450
diff
changeset
|
565 |
7450 | 566 2008-02-06 John W. Eaton <jwe@octave.org> |
567 | |
568 * interpreter/Makefile.in (stmp-html, HTML): New targets. | |
569 ($(HTML_IMAGES_PNG)): Also depend on stmp-html. | |
570 Don't create HTML directory here. | |
571 | |
7336 | 572 2007-12-28 John W. Eaton <jwe@octave.org> |
573 | |
574 Merge changes from object branch: | |
575 | |
576 2007-06-20 John W. Eaton <jwe@octave.org> | |
577 | |
578 * interpreter/var.txi, interpreter/io.txi: | |
579 Eliminate print_answer_id_name. | |
580 | |
7334 | 581 2007-12-21 John W. Eaton <jwe@octave.org> |
582 | |
583 Version 3.0.0 released. | |
584 | |
7315 | 585 2007-12-13 John W. Eaton <jwe@octave.org> |
586 | |
587 * Makefile.in (conf.texi): Also depend on $(top_srcdir)/src/version.h. | |
588 | |
7262 | 589 2007-12-05 John W. Eaton <jwe@octave.org> |
590 | |
591 * interpreter/geometryimages.m (image_as_txt): New function. | |
592 Use it to generate "figures" for Info format. | |
593 * interpreter/interpimages.m: Likewise. | |
594 * interpreter/sparseimages.m: Likewise. | |
595 | |
7255 | 596 2007-12-04 John W. Eaton <jwe@octave.org> |
597 | |
7257 | 598 * interpreter/sparseimages.m, interpreter/plotimages.m, |
599 interpreter/interpimages.m, interpreter/geometryimages.m: | |
600 Set default text font to "*" for png images. | |
601 | |
602 * interpreter/Makefile.in (run-octave): Don't sleep. | |
603 | |
604 2007-12-04 Joseph P. Skudlarek <Jskud@Jskud.com> | |
605 | |
606 * interpreter/plotimages.m: Generate text plots. | |
607 * interpreter/sparseimages.m: Add initial blank line to text plots. | |
608 | |
7255 | 609 * interpreter/Makefile.in (IMAGES_TXT): Include $(INTERPIMAGES_TXT) |
610 $(GEOMETRYIMAGES_TXT) and $(PLOTIMAGES_TXT) in the list. | |
611 (INTERPIMAGES_TXT, GEOMETRYIMAGES_TXT, PLOTIMAGES_TXT): New variables. | |
612 | |
7189 | 613 2007-11-26 David Bateman <dbateman@free.fr> |
614 | |
615 * interpreter/sparse.txi: Document condest. | |
616 * interpreter/plot.txi: Document the new text properties and the | |
617 TeX interpreter mode of text objects. | |
618 * interpreter/plotimages.m: Add an example for the TeX | |
619 interpreter. | |
620 * interpreter/Makefile.in (PLOTIMAGES): Add the TeX example | |
621 | |
622 * interpreter/plot.txi: Document caxis. | |
623 * interpreter/image.txi: Document gmap40. | |
624 | |
7167 | 625 2007-11-12 Joseph P. Skudlarek <Jskud@Jskud.com> |
626 | |
627 * interpreter/gpl.txi: Move index commands after sectioning commands. | |
628 | |
7146 | 629 2007-11-09 David Bateman <dbateman@free.fr> |
630 | |
7149 | 631 * interpreter/plot.txi: Document the new hidden and area functions. |
7146 | 632 |
7120 | 633 2007-11-07 David Bateman <dbateman@free.fr> |
634 | |
635 * interpreter/plot.txi: Document new functions. | |
636 | |
7081 | 637 2007-10-30 David Bateman <dbateman@free.fr> |
638 | |
639 * interpreter/dynamic.txi, interpreter/install.txi, | |
640 interpreter/stats.txi, interpreter/strings.txi, | |
641 interpreter/testfun.txi, interpreter/tips.txi: | |
642 Doc fixes for small book format. | |
643 | |
7075 | 644 2007-10-26 Michael Goffioul <michael.goffioul@gmail.com> |
645 | |
646 * interpreter/Makefile.in, faq/Makefile.in, liboctave/Makefile.in: | |
647 Use temporary renamed files instead of Don't use --output option | |
648 argument for texi2[dvi|pdf]. Use $(sepchar) for path element | |
649 separation when building TEXINPUTS. Remove use of UNSETCOMSPEC trick. | |
650 | |
7048 | 651 2007-10-22 Kim Hansen <kimhanse@gmail.com> |
652 | |
653 * interpreter/munge-texi.cc: Include <cstdlib> and <cstring>. | |
654 | |
7040 | 655 2007-10-19 David Bateman <dbateman@free.fr> |
656 | |
657 * refcard/refcard.tex: Update for 3.0. | |
658 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
659 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
7031 | 660 |
661 * interpreter/preface.txi, interpreter/basics.txi, | |
662 interpreter/strings.txi, interpreter/container.txi, | |
663 interpreter/var.txi, interpreter/expr.txi, interpreter/errors.txi, | |
664 interpreter/io.txi, interpreter/func.txi, interpreter/package.txi: | |
665 Make text fit on pages when using smallbook. | |
666 | |
7016 | 667 2007-10-12 John W. Eaton <jwe@octave.org> |
668 | |
669 * Change copyright notices in all files that are part of Octave to | |
670 GPLv3 or any later version. | |
671 | |
7007 | 672 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
673 | |
674 * interpreter/dynamic.txi, interpreter/geometry.txi, | |
675 interpreter/package.txi, interpreter/sparse.txi, | |
676 interpreter/system.txi: Spelling fixes. | |
677 | |
7001 | 678 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
679 | |
680 * interpreter/arith.txi, interpreter/basics.txi, | |
681 interpreter/container.txi, interpreter/dynamic.txi, | |
682 interpreter/eval.txi, interpreter/expr.txi, interpreter/func.txi, | |
683 interpreter/geometry.txi, interpreter/intro.txi, | |
684 interpreter/numbers.txi, interpreter/plot.txi, | |
685 interpreter/poly.txi, interpreter/set.txi, interpreter/sparse.txi, | |
686 interpreter/stmt.txi, interpreter/strings.txi, | |
687 interpreter/testfun.txi, interpreter/tips.txi: Spelling fixes. | |
688 | |
6966 | 689 2007-10-06 John W. Eaton <jwe@octave.org> |
690 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
691 * interpreter/octave.texi: Add David Bateman and S�ren Hauberg as |
6966 | 692 authors. |
693 | |
6930 | 694 2006-09-28 Henry Mollet mollet@pacbell.net |
695 | |
696 * interpreter/func.txi: Correct results of a couple of examples. | |
697 | |
6900 | 698 2007-09-14 John W. Eaton <jwe@octave.org> |
699 | |
700 * faq/Makefile.in: Create single Octave-FAQ.html file instead of a | |
701 splitting files into HTML directory. | |
702 | |
6863 | 703 2007-09-05 David Bateman <dbateman@free.fr> |
704 | |
6868 | 705 * interpreter/system.m: Document gzip. |
706 * interpreter/container.txi: Document celldisp. | |
707 * interpreter/matrix.txi: Document bsxfun. | |
708 * interpreter/data.txi: Document typecast and swapbytes. | |
6863 | 709 * interpreter/container.txi: Document struct2cell. |
710 * interpreter/stats.txi: Document mode. | |
711 * interpreter/eval.txi: Document run. | |
712 | |
6855 | 713 2007-09-01 David Bateman <dbateman@free.fr> |
714 | |
6858 | 715 * interpreter/Makefile.in: Remove stray character from |
716 INTERIMAGES_PNG target. | |
6855 | 717 * conf.texi.in: Substitute for the variable TEXINFO_QHULL |
718 * interpreter/geometryimages.m: Check for the HAVE_QHULL build | |
719 flag before creating certain figures. | |
720 * interpreter/geometry.txi: Check whether TEXINFO_QHULL is set | |
721 before including certain figures. | |
722 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
723 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
6850 | 724 |
725 * interpreter/nonlin.txi: Extended the example. | |
726 | |
727 * interpreter/poly.txi: Sectioning and documentation. | |
728 * interpreter/octave.texi: Adapt to changes in poly.txi. | |
729 | |
6847 | 730 2007-08-30 David Bateman <dbateman@free.fr> |
731 | |
732 * interpreter/geometryimages.m: Add inpolygon example | |
733 * interpreter/Makefile.in (GEOMETRYIMAGES): Add inpolygon example. | |
734 * interpret/geometry.txi: Document inpolygon. | |
735 | |
6837 | 736 2007-08-27 David Bateman <dbateman@free.fr> |
737 | |
738 * interpreter/struct.txi: Remove. | |
739 * interpreter/containers.txi: Combine with this chapter. Add | |
740 examples, and section on comma separated lists. Document the | |
741 difference between "c(1,:) = []" and c{1,:} = []" for a cell | |
742 arrays. | |
743 * interpreter/octave.texi: Document new indexing of containers | |
744 section. | |
745 | |
6832 | 746 2007-08-25 David Bateman <dbateman@free.fr> |
747 | |
748 * interpreter/geometry.txi: Add examples and explanatory text. | |
749 * interpreter/octave.texi: Update indexing of geometry functions. | |
750 * interpreter/geometryimage.m: New script to create images for | |
751 geometry chapter. | |
752 * interpreter/Makefile.in (SCRIPT_SORCES): add geometryimages.m | |
753 (GEOMETRYIMAGES*): New variables. | |
754 (IMAGES_EPS, IMAGES_PDF, IMAGES_PNG): Add the GEOMETRYIMAGES*. | |
755 | |
6824 | 756 2007-08-24 David Bateman <dbateman@free.fr> |
757 | |
758 * interpreter/geometry.txi: Document new functions. | |
759 * interpreter/octave.texi: Update indexing of geometry items. | |
760 | |
6798 | 761 2007-07-25 John W. Eaton <jwe@octave.org> |
762 | |
763 * interpreter/Makefile.in (run-octave): Don't set DISPLAY. | |
764 | |
6796 | 765 2007-07-25 David Bateman <dbateman@free.fr> |
766 | |
767 * Makefile.in, faq/Makefile.in, interpreter/Makwfile.in, | |
768 liboctave/Makefile.in, refcard/Makefile.in: Adjust DISTFILES | |
769 to allow out of tree "make dist" to work. | |
770 | |
6784 | 771 2007-07-23 David Bateman <dbateman@free.fr> |
772 | |
773 * interpreter/Makefile.in (SUB_SOURCE): remove bit.txi. | |
6788 | 774 * interpreter/io.txi: Document rat and rats in new sub-section. |
775 * interpreter/plot.txi: New section for test functions. Document | |
776 peaks and meshc. | |
777 * interpreter/octave.texi: Add test plotting section. | |
778 * interpreter/image.txi: Document the functions autumn, bone, | |
779 cool, copper, hot, hsv, jet, pink, prism, rainbow, spring, | |
780 summer, white and winter. | |
781 | |
6781 | 782 2007-07-19 David Bateman <dbateman@free.fr> |
783 | |
784 * interpreter/bit.xi: Remove. | |
785 * interpreter/numbers.txi: Move here, and add examples. | |
786 * interpreter/octave.texi: Remove "Bit manipulation" chapter and make | |
787 it a sub-section of the "Numeric Data Types" chapter. | |
788 | |
6770 | 789 2007-07-06 David Bateman <dbateman@free.fr> |
790 | |
791 * interpreter/arith.txi: Add accumarray. | |
792 | |
6754 | 793 2007-06-25 John W. Eaton <jwe@octave.org> |
794 | |
795 * interpreter/stats.txi: Reorganize sections and add introductory text. | |
796 | |
6915 | 797 * interpreter/octave.texi: Update to reflect changes in stats.txi. |
6754 | 798 |
6743 | 799 2007-06-18 David Bateman <dbateman@free.fr> |
800 | |
801 * interpreter/interpimages.m: Simpler images to demonstrate | |
802 the continuity of the second derivative of splines. | |
803 * interpreter/interp.txi: Also change figures here. | |
804 * interpreter/Makefile.in: and here. | |
805 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
806 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6741 | 807 |
808 * interpreter/optim.txi: Added some introductory text to each | |
809 section. | |
810 | |
811 * interpreter/set.txi: Added some introductory text. | |
812 * interpreter/octave.texi: Updated to reflect changes in set.txi. | |
813 | |
6735 | 814 2007-06-15 David Bateman <dbateman@free.fr> |
815 | |
816 * faq/Octave-FAQ.texi: Document the gnuplot 4.2 bug using pipes. | |
817 | |
6731 | 818 2007-06-15 Paul Kienzle <pkienzle@users.sf.net> |
819 | |
820 * interpreter/testfun.txi: Provide a clue to using xtest for assert. | |
821 | |
6728 | 822 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
823 | |
824 * interpreter/testfun.txi: Document xtest block | |
825 | |
6721 | 826 2007-06-14 David Bateman <dbateman@free.fr> |
827 | |
828 * interpreter/Makefile.in (SCRIPT_SORCES): add interimages.m | |
829 (INTERPIMAGES*): New variables. Add targets for them | |
830 (IMAGES_EPS, IMAGES_PDF, IMAGES_PNG): Add the INTERPIMAGES. | |
831 * interpreter/interpimages.m: New function | |
832 * interpreter/interp.txi: Add text about second derivation of | |
833 splines and add figures. | |
834 | |
6716 | 835 2007-06-12 David Bateman <dbateman@free.fr> |
836 | |
837 * interpreter/numbers.txi: Document that 64-bit arithmetic is | |
838 not possible. | |
839 | |
6702 | 840 2007-06-12 David Bateman <dbateman@free.fr> |
841 | |
842 * interpreter/interp.txi: Split into two section and document | |
843 interp3 and the differences in the treatement of the dimensions | |
844 between interpn and interp3. | |
845 * hashing.txi: Remove. | |
846 * system.txi: Move it here as a subsection. Include explanation | |
847 and example. | |
848 * interpreter/octave.texi: Add sections for the Interpolation | |
849 chapter. Remove references to Hashing chapter and hashing.texi, | |
850 and subsections for hashing to system utilities chapter. | |
851 | |
852 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
853 2007-06-12 2007-06-10 S�ren Hauberg <hauberg@gmail.com> |
6700 | 854 |
855 * interpreter/diffeq.txi: Note that x-dot is the derivative of x. | |
856 | |
6686 | 857 2007-06-03 David Bateman <dbatemna@free.fr> |
858 | |
859 * interpreter/dynamic.txi: Use "mwSize" and "mwIndex" rather than | |
860 "int" for indexing in mex-files and document them. | |
861 | |
6673 | 862 2007-05-30 John W. Eaton <jwe@octave.org> |
863 | |
864 * interpreter/Makefile.in (TEXI2DVICOMMAND, TEXI2PDFCOMMAND): | |
865 New macros. | |
866 (octave-a4.pdf, octave-smallbook.pdf): New targets. | |
867 (FORMATTED, all): Include octave-a4.pdf in list of dependencies. | |
868 Delete octave.dvi and octave.ps from list. | |
869 (FORMATTED, all): Use $(PDF_TARGETS). | |
870 (maintainer-clean): Depend on clean. | |
871 | |
6672 | 872 2007-05-30 G. D. McBain <gdmcbain@freeshell.org> |
873 | |
874 * interpreter/expr.txi (Assignment Ops): Doc fix. | |
875 | |
6669 | 876 2007-05-29 Steven Mestdagh <steven.mestdagh@esat.kuleuven.be> |
877 | |
878 * interpreter/Makefile.in ($(HTML_IMAGES_PNG)): Use cp instead of | |
879 INSTALL_DATA to copy files to the HTML directory. | |
880 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
881 2007-05-28 S�ren Hauberg <hauberg@gmail.com> |
6667 | 882 |
883 * interpreter/errors.txi: Add new sections and some more detailed | |
884 descriptions on errors and warnings. | |
885 * interpreter/octave.texi, interpreter/stmt.txi, | |
886 interpreter/var.txi: Add references to the new sections in | |
887 errors.txi. | |
888 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
889 2007-05-28 S�ren Hauberg <hauberg@gmail.com> |
6666 | 890 |
891 * interpreter/io.txi: Rearrange some sections, and add | |
892 a few examples. | |
893 | |
894 2007-05-28 G. D. McBain <geordie_mcbain@yahoo.com.au> | |
895 | |
896 * interpreter/struct.txi: Doc fix. | |
897 | |
6661 | 898 2007-05-23 John W. Eaton <jwe@octave.org> |
899 | |
900 * liboctave/Makefile.in (TEXINFO_SOURCE): New variable. | |
901 (TEXINFO): Define using $(TEXINFO_SOURCE). | |
902 (DISTFILES): Include $(TEXINFO_SOURCE) in the list, not $(TEXINFO). | |
903 | |
6654 | 904 2007-05-22 John W. Eaton <jwe@octave.org> |
905 | |
906 * interpreter/Makefile.in (TEXINFO_SOURCE): New variable. | |
907 (TEXINFO): Define using $(TEXINFO_SOURCE). | |
908 (DISTFILES): Include $(TEXINFO_SOURCE) in the list, not $(TEXINFO). | |
909 | |
6653 | 910 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
911 | |
912 * faq/Octave-FAQ.texi, interpreter/basics.txi, | |
913 refcard/refcard.tex: Fix typos. | |
914 | |
6650 | 915 2007-05-22 John W. Eaton <jwe@octave.org> |
916 | |
917 * interpreter/Makefile.in (DISTFILES): Add mkcontrib.awk to the list. | |
918 | |
6646 | 919 2007-05-21 David Bateman <dbatemna@free.fr> |
920 | |
921 * interpreter/debug.txi, io.txi, octave.txi: Doc fixes. | |
922 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
923 2007-05-21 S�ren Hauberg <hauberg@gmail.com> |
6637 | 924 |
6642 | 925 * interpreter/expr.txi: Describe +=, -=, *=, and /= operators. |
926 Add new example. | |
927 | |
6641 | 928 * interpreter/eval.txi: Partition the chapter into sections. |
929 Describe evalin and assignin functions using text from Paul | |
6643 | 930 Kienzle. Change "See See" to "See". Use @ref instead of @xref to |
931 avoid "See" to be written with a capital letter in the middle of a | |
932 sentence. | |
6641 | 933 |
6638 | 934 * interpreter/func.txi: New section describing load path. |
935 Improve 'inline' and 'command' sections. | |
936 | |
6637 | 937 * interpreter/stmt.txi: Describe cell array cases for the switch |
938 statement. Minor layout changes. | |
939 | |
6635 | 940 2007-05-19 David Bateman <dbatemna@free.fr> |
941 | |
942 * interpreter/func.txi: Additional documentation for function | |
943 locking, dispatch and autoloading. | |
944 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
945 2007-05-16 S�ren Hauberg <hauberg@gmail.com> |
6632 | 946 |
6635 | 947 * interpreter/expr.txi: Improve docs. |
6632 | 948 |
6620 | 949 2007-05-14 John W. Eaton <jwe@octave.org> |
950 | |
951 * interpreter/basics.txi, interpreter/data.txi, | |
952 interpreter/intro.txi, interpreter/numbers.txi, | |
953 interpreter/octave.texi, interpreter/preface.txi: Doc fixes. | |
954 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
955 2007-04-18 S�ren Hauberg <hauberg@gmail.com> |
6616 | 956 |
957 * interpreter/package.texi: Document "*" flag for loaded packages. | |
958 | |
6623 | 959 * interpreter.var.txi: Improve explanation of clear, exist, and who. |
960 | |
961 * interpreter/intro.txi: Change @unnumberedsubsec to @subsection. | |
962 | |
963 * interpreter/container.txi: Doc fix. | |
964 | |
965 * interpreter/strings.txi: Improve explanation for creating | |
966 comparing, and converting strings. | |
967 * interpreter/octave.texi: Update detailed menu. | |
968 | |
6612 | 969 2007-05-09 David Bateman <dbateman@free.fr> |
970 | |
971 * faq/Octave-FAQ.texi: Update compatibility section. | |
972 | |
6593 | 973 2007-04-27 David Bateman <dbateman@free.fr> |
974 | |
6595 | 975 * Makefile.in (EXAMPLE_FILES_NODIR): Add mycell.c, myfeval.c, |
976 myfunc.c, mypow2.c, mysparse.c, mystring.c, mystruct.c and | |
977 paramdemo.cc. | |
6593 | 978 * interpreter.txi/dynamic.txi: Complete all but the section on |
979 the mex- and oct-file APIs. | |
980 | |
6587 | 981 2007-04-26 David Bateman <dbateman@free.fr> |
982 | |
983 * interpreter/stmt.txi: Document for loops over matrices, arrays | |
984 and cell arrays. | |
985 | |
6580 | 986 2007-04-25 David Bateman <dbateman@free.fr> |
987 | |
988 * interpreter/dynamic.txi: Add additional copyrights. Add sections | |
989 of input parameter checking, documentation and testing of | |
990 oct-files. Adds a section on calling other functions from | |
991 mex-files, expands the basic information on mex-files, and add a | |
992 few new sections (to be completed) to the section about mex-files | |
993 | |
6574 | 994 2007-04-25 John W. Eaton <jwe@octave.org> |
995 | |
6583 | 996 * interpreter/dynamic.txi: Use abs_top_srcdir to find example files. |
997 | |
998 2007-04-25 David Bateman <dbateman@free.fr> | |
999 | |
1000 * conf.texi.in: Also set abs_top_srcdir with substitution. | |
1001 * Makefile.in: Substitute abs_top_srcdir here. | |
1002 | |
1003 2007-04-25 John W. Eaton <jwe@octave.org> | |
1004 | |
6577 | 1005 * interpreter/dynamic.txi: Use @verbatiminclude for example code. |
1006 | |
1007 * interpreter/Makefile.in (EXAMPLE_FILES_NODIR, EXAMPLE_FILES): | |
1008 New variables. | |
1009 (octave.info, octave.dvi, octave.pdf, HTML/index.html): | |
1010 Depend on $(EXAMPLE_FILES). | |
1011 | |
1012 * conf.texi.in: Also set top_srcdir with substitution. | |
1013 | |
6574 | 1014 * interpreter/tips.txi: Update with new text and examples. |
1015 Move documentation section to the end. | |
1016 | |
6570 | 1017 2007-04-24 David Bateman <dbateman@free.fr> |
1018 | |
1019 * interpreter/octave.texi: Include dynamic.texi as appendix and | |
1020 update menus. | |
1021 | |
1022 * interpreter/plot.txi: Update menus. | |
1023 | |
1024 * interpreter/strings.txi: @result -> @result{}. | |
1025 | |
1026 * intrepreter/func.txi, intrepreter/sparse.txi: | |
1027 Delete .oct file section and update menus. | |
1028 | |
1029 * interpreter/addtwomatrices.cc, interpreter/celldemo.cc, | |
1030 interpreter/fortdemo.cc, interpreter/funcdemo.cc, | |
1031 interpreter/globaldemo.cc, interpreter/helloworld.cc, | |
1032 interpreter/stringdemo.cc, interpreter/structdemo.cc, | |
1033 interpreter/unwinddemo.cc, interpreter/fortsub.f, | |
1034 interpreter/dynamic.txi: New files. | |
1035 | |
1036 * Makefile.in (SUB_SOURCE): Include dynamic.txi in the list. | |
1037 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
1038 2007-04-18 S�ren Hauberg <hauberg@gmail.com> |
6537 | 1039 |
1040 * interpreter/package.texi: New file. | |
1041 * octave/texi: @include it, add it to the menus. | |
1042 | |
6535 | 1043 2007-04-18 John W. Eaton <jwe@octave.org> |
1044 | |
1045 * interpreter/contributors.in: New file. | |
1046 * interpreter/Makefile.in (contributors.texi): New target. | |
1047 (clean): Also deleete contributors.texi | |
1048 (TEXINFO): Include contributors.texi in the list. | |
1049 (preface.texi): @include contributors.texi. | |
1050 | |
6531 | 1051 2007-04-17 David Bateman <dbateman@free.fr> |
1052 | |
1053 * interpreter/linalg.txi (Techniques used for Linear Algebra): | |
1054 New node. | |
1055 * interpreter/octave.texi: Include it in menu. | |
1056 * interpreter/sparse.txi: Delete discusion of matrix_type. | |
1057 | |
6529 | 1058 2007-04-16 John W. Eaton <jwe@octave.org> |
1059 | |
1060 * interpreter/stream.txi: Delete. | |
1061 * interpreter/Makefile.in (SUB_SOURCE): Remove it from the list. | |
1062 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
1063 2007-04-16 S�ren Hauberg <hauberg@gmail.com> |
6529 | 1064 |
6530 | 1065 * intrepreter/stmt.txi: Improve documentation of switch statement. |
1066 | |
1067 * interpreter/tips.txi: Update description of how copyright | |
1068 statements are recognized. | |
1069 | |
6529 | 1070 * interpreter/octave.texi: Don't include stream.texi. |
1071 Remove menu entry for I/O streams. | |
1072 | |
1073 * interpreter/image.txi: Update docs. | |
1074 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
1075 2007-04-11 S�ren Hauberg <hauberg@gmail.com> |
6518 | 1076 |
1077 * interpreter/container.txi: Document indexing with (). | |
1078 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
1079 2007-04-11 S�ren Hauberg <hauberg@gmail.com> |
6514 | 1080 |
1081 * interpreter/container.txi: Improve cell array documentation. | |
1082 | |
9164
7dbc91a66f2a
Fix Changelog for last checkin.
Rik <rdrider0-list@yahoo.com>
parents:
9163
diff
changeset
|
1083 2007-04-09 S�ren Hauberg <hauberg@gmail.com> |
6510 | 1084 |
1085 * interpreter/func.txi: Document varargin, varargout, and default | |
1086 argument values. | |
1087 | |
6481 | 1088 2007-04-03 Rafael Laboissiere <rafael@debian.org> |
1089 | |
1090 * interpreter/basics.txi: Clarified some limitations of the #! | |
1091 script mechanism, in particular related to the parsing of the | |
1092 arguments. | |
1093 | |
6477 | 1094 2007-03-29 Rafael Laboissiere <rafael@debian.org> |
1095 | |
1096 * faq/Octave-FAQ.texi, interpreter/basics.txi, | |
1097 interpreter/emacs.txi, interpreter/func.tx, interpreter/var.txi: | |
1098 Make it clear that the old built-in LOADPATH is an internal | |
1099 variable, accessible through path (). | |
1100 Drop references to DEFAULT_LOADPATH. | |
1101 Chang references to the old built-in variables INFO_FILE and | |
1102 INFO_PROGRAM to the respective fucntions info_file and | |
1103 info_program. | |
1104 * refcard/refcard.tex: Drop LOADPATH from list of built-in variables. | |
1105 | |
6467 | 1106 2007-03-27 John W. Eaton <jwe@octave.org> |
1107 | |
1108 * Makefile.in, interpreter/Makefile.in, faq/Makefile.in, | |
1109 liboctave/Makefile.in, refcard/Makefile.in (dist): | |
1110 Use ln instead of $(LN_S). | |
1111 | |
6431 | 1112 2007-03-21 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
1113 | |
1114 * interpreter/sparse.txi: Delete repeated word. | |
1115 | |
6421 | 1116 2007-03-20 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
1117 | |
1118 * interpreter/sparse.txi: Clarify sparse matrix creation example. | |
1119 | |
6411 | 1120 2007-03-14 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
1121 | |
1122 * interpreter/sparse.txi: Fix typo. | |
1123 | |
6358 | 1124 2007-02-26 From Michael Goffioul <michael.goffioul@swing.be> |
1125 | |
1126 * Makefile.in, interpreter/Makefile.in, faq/Makefile.in, | |
1127 liboctave/Makefile.in, refcard/Makefile.in: | |
1128 Use $(LN_S) instead of ln or ln -s. | |
1129 | |
6334 | 1130 2007-02-21 David Bateman <dbateman@free.fr> |
1131 | |
1132 * interpreter/sparse.txi: Add functions sprank and normest to | |
1133 documentation. | |
1134 | |
6257 | 1135 2007-01-25 John W. Eaton <jwe@octave.org> |
1136 | |
1137 * interpreter/sparseimages.m: Don't call __gnuplot_x__ functions. | |
1138 | |
6180 | 1139 2006-11-17 John W. Eaton <jwe@octave.org> |
1140 | |
1141 * interpreter/sparseimages.m: Fix call to __plt3__. | |
1142 | |
6178 | 1143 2006-11-16 John W. Eaton <jwe@octave.org> |
1144 | |
1145 * interpreter/sparseimages.m (femimages): Use plot3. | |
1146 | |
6152 | 1147 2006-11-11 John W. Eaton <jwe@octave.org> |
1148 | |
1149 * interpreter/Makefile.in (%.texi : %.txi): | |
1150 Use $(simple-move-if-change-rule) here. | |
1151 | |
6126 | 1152 2006-10-29 John W. Eaton <jwe@octave.org> |
1153 | |
1154 * interpreter/Makefile.in (run-octave): Call it here. | |
1155 * interpreter/sparseimages.m (sparseimages): Don't call sleep here. | |
1156 | |
6116 | 1157 2006-10-27 John W. Eaton <jwe@octave.org> |
1158 | |
1159 * interpreter/Makefile.in (run-octave): | |
1160 Unset DISPLAY while running Octave. | |
1161 From Michael Goffioul <michael.goffioul@swing.be>. | |
1162 | |
1163 * interpreter/Makefile.in (octave.dvi, octave.pdf): | |
1164 Use $(UNSETCOMSPEC) in command. | |
1165 * faq/Makefile.in (Octave-FAQ.dvi, Octave-FAQ.pdf): Likewise. | |
1166 * liboctave/Makefile.in (liboctave.dvi, liboctave.pdf): Likewise. | |
1167 | |
6040 | 1168 2006-10-09 Thomas Treichl <Thomas.Treichl@gmx.net> |
1169 | |
1170 * interpreter/sparseimages.m: Plot sombrero images if sparse | |
1171 capabilities are missing. | |
1172 | |
6031 | 1173 2006-10-04 John W. Eaton <jwe@octave.org> |
1174 | |
1175 * interpreter/Makefile.in (HTML_IMAGES_PNG): New variable. | |
1176 (HTML/index.html): Depend on $(HTML_IMAGES_PNG) instead of html-figs. | |
1177 ($(HTML_IMAGES_PNG): HTML/%.png : %.png): New pattern rule. | |
1178 (html-dir): Delete target. | |
1179 | |
8182 | 1180 2006-10-03 Rafael Laboissiere <rafael@debian.org> |
6024 | 1181 |
1182 * interpreter/mkoctfile.1: Fix indentation for --mex description. | |
1183 | |
6001 | 1184 2006-09-26 John W. Eaton <jwe@octave.org> |
1185 | |
1186 * interpreter/Makefile.in (stamp-images): Delete. | |
1187 (octave.info): Depend on $(IMAGES_TXT), not stamp-images. | |
1188 (octave.dvi): Depend on $(IMAGES_EPS), not stamp-images. | |
1189 (octave.pdf): Depend on $(IMAGES_PDF), not stamp-images. | |
1190 (html-figs): Depend on $(IMAGES_PNG), not stamp-images. | |
1191 (SCRIPT_SOURCES, SPARSEIMAGES_1, SPARSEIMAGES_EPS, | |
1192 SPARSEIMAGES_PDF, SPARSEIMAGES_PNG, SPARSE_IMAGES_TXT, IMAGES_EPS, | |
1193 IMAGES_PDF, IMAGES_PNG, IMAGES_TXT, and IMAGES): New variables. | |
1194 (SOURCES): Include $(SCRIPT_SOURCES) in the list. | |
1195 (DISTFILES): Include $(IMAGES) in the list. | |
1196 (maintainer-clean): Delete $(IMAGES) here. | |
1197 (DISTSUBDIRS, SUBDIRS): Remove $(IMAGEDIR) from list. | |
1198 (octave.dvi, octave.info, octave.pdf, HTML/index.html): | |
1199 Don't include $(IMAGEDIR) in list of directories to search | |
1200 * sparseimages.m: Move here from images/sparseimages.m. | |
1201 * images/Makefile.in: Delete. | |
1202 * images: Delete directory. | |
1203 | |
5966 | 1204 2006-08-24 John W. Eaton <jwe@octave.org> |
1205 | |
1206 * interpreter/images/Makefile.in (SPARSEIMAGES_PDF): New macro. | |
1207 Keep PDF images out of IMAGES list. | |
1208 | |
5942 | 1209 2006-08-18 John W. Eaton <jwe@octave.org> |
1210 | |
1211 * conf.texi.in: Eliminate TARGETHOSTTYPE variable. | |
1212 | |
5934 | 1213 2006-08-17 John W. Eaton <jwe@octave.org> |
1214 | |
1215 * interpreter/images/Makefile.in (%.pdf : %eps): | |
1216 Use $(GHOSTSCRIPT) instead of gs. | |
1217 | |
5926 | 1218 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
1219 | |
1220 * interpreter/images/sparseimages.m: Adapt to new automatic_replot | |
1221 definition. | |
1222 | |
5866 | 1223 2006-06-27 John W. Eaton <jwe@octave.org> |
1224 | |
1225 * interpreter/Makefile.in: Elminate double-colon rules. | |
1226 | |
5835 | 1227 2006-05-31 John W. Eaton <jwe@octave.org> |
1228 | |
1229 * interpreter/images/Makefile.in (run-octave): | |
1230 Use $(TOPDIR)/run-octave script to execute Octave. | |
1231 (OCTAVE_BINARY, OCTAVE_SCRIPT_PATH, OCTAVE_LD_LIBRARY_PATH, | |
1232 XLD_LIBRARY_PATH, SET_LD_LIBRARY_PATH): Delete variables. | |
1233 | |
5745 | 1234 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
1235 | |
1236 * interpreter/mkoctfile.1: Doc string fix. | |
1237 | |
5730 | 1238 2006-04-03 David Bateman <dbateman@free.fr> |
1239 | |
1240 * interpreter/matrix.txi: Add rande, randp, randg and update | |
1241 for different random generator behavior. | |
1242 | |
5720 | 1243 2006-03-28 John W. Eaton <jwe@octave.org> |
1244 | |
1245 * texinfo.tex: Update FSF address. | |
1246 | |
5718 | 1247 2006-03-27 John W. Eaton <jwe@octave.org> |
1248 | |
1249 * interpreter/images/sparseimages.m: Fix missing endif. Omit | |
1250 unnecessary call to axis. | |
1251 | |
5717 | 1252 2006-03-24 John W. Eaton <jwe@octave.org> |
1253 | |
1254 * interpreter/images/sparseimages.m: | |
1255 Avoid some unnecessary calculations. | |
1256 | |
5708 | 1257 2006-03-22 John W. Eaton <jwe@octave.org> |
1258 | |
5711 | 1259 * interpreter/sparse.txi: Undo previous change. |
1260 Always use @image to include image files. | |
5708 | 1261 * interpreter/Makefile.in: Eliminate stamp files. |
1262 (clean, mostlyclean, distclean, maintainer-clean): Now | |
1263 double-colon targets. | |
1264 (stamp-images): New target. | |
1265 (octave.info, octave.dvi, octave.pdf, HTML/index.html): Depend on it. | |
1266 * interpreter/images/Makefile.in: Explicitly list images to be | |
1267 created and their dependencies. | |
5711 | 1268 * interpreter/images/sparseimages.m (sparseimage): Delete dirc arg. |
1269 Sleep for 1 second before returning. | |
1270 (txtimages): Also create gplot.txt and grid.txt. | |
5708 | 1271 (sparseimages): Don't redirect output here. |
1272 New arg, nm. Only output a single figure at a time. | |
1273 (bury_output): New function. Use it before plotting commands and | |
1274 after every print function. | |
1275 * Makefile.in (conf.texi): New target. | |
1276 (DISTFILES): Include conf.texi in the list. | |
1277 (all, dist): Depend on conf.texi. | |
1278 * conf.texi.in: Values come from Makeconf, not configure. | |
1279 | |
5704 | 1280 2006-03-21 John W. Eaton <jwe@octave.org> |
1281 | |
5706 | 1282 * liboctave/Makefile.in (FORMATTED): Omit .html files here. |
1283 (DISTDIRS): New variable. | |
1284 (dist): Handle $(DISTDIRS) here. | |
1285 | |
1286 * faq/Makefile.in (FORMATTED): Omit .html files here. | |
1287 (DISTDIRS): New variable. | |
1288 (dist): Handle $(DISTDIRS) here. | |
1289 | |
1290 * interpreter/Makefile.in (FORMATTED): Omit .html files here. | |
1291 (DISTDIRS): New variable. | |
1292 (dist): Handle $(DISTDIRS) here. | |
1293 | |
5704 | 1294 * interpreter/sparse.txi: Temporarily omit figures. |
1295 * interpreter/Makefile.in: Temporarily omit actions for making figures. | |
5706 | 1296 (DISTSUBDIRS): New macro. |
1297 (dist): Recurse into $(DISTSUBDIRS) here. | |
5704 | 1298 |
1299 * interpreter/Makefile.in (real-pdf): Depend on stamp-eps | |
1300 (stamp-pdf): Depend on real-pdf. Touch stamp-pdf here. | |
1301 (real-pdf): Not here. | |
1302 | |
5681 | 1303 2006-03-16 David Bateman <dbateman@free.fr> |
1304 | |
1305 * interpreter/images/sparseimages.m: set terminal type to dummy to | |
1306 direct output to terminal rather than X11. | |
1307 * interpreter/sparse.txi: Update docs for new QR solvers. | |
1308 | |
5652 | 1309 2006-03-09 David Bateman <dbateman@free.fr> |
1310 | |
1311 * interpreter/Makefile.in: Change order of commands in HTML/index.html | |
1312 target. Respawn make for stamp-pdf target so that $(wildcard *.eps) is | |
1313 reinterpreted. | |
1314 * interpreter/sparse.txi: Isolate conditionally built targets in | |
1315 "@ifset ... @end ifset". | |
1316 | |
5648 | 1317 2006-03-08 David Bateman <dbateman@free.fr> |
1318 | |
1319 * conf.texi: Remove. | |
1320 * conf.texi.in: New file, for autoconf'ed version of conf.texi. | |
1321 * Makefile.in: replace conf.texi with conf.texi.in in DISTFILES | |
1322 * interpreter/Makefile.in: build in subdir IMAGEDIR, add stamps for | |
1323 image files. Copy png-files to HTML directory. Build pdf files from | |
1324 eps files using epsffit, gs, grep, basename, head and awk. | |
1325 * octave.texi: Update sparse sub-sections. | |
1326 * sparse.txi: Updates for current state of sparse code. | |
1327 * interpreter/images/Makefile.in: New file. | |
1328 * interpreter/images/sparseimages.m: New file to build sparse images. | |
1329 | |
5647 | 1330 2006-03-07 David Bateman <dbateman@free.fr> |
1331 | |
1332 * liboctave/dae.texi, liboctave/factor.texi, liboctave/nleqn.texi, | |
1333 liboctave/quad.texi, liboctave/matvec.texi, liboctave/nlfunc.texi, | |
1334 liboctave/diffeq.texi, liboctave/array.texi, liboctave/range.texi, | |
1335 liboctave/optim.texi: Fix some syntax problems for texinfo.tex 4.8. | |
1336 | |
5642 | 1337 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
1338 | |
1339 * interpreter/octave.texi (@seealso): Display args instead of | |
1340 discarding them. | |
1341 | |
5635 | 1342 2006-03-02 John W. Eaton <jwe@octave.org> |
1343 | |
5638 | 1344 * faq/Makefile.in (Octave-FAQ.ps): Depend on Octave-FAQ.dvi, not |
1345 $(TEXINFO). | |
1346 | |
5635 | 1347 * texinfo.tex: Update to 2004-11-25.16 version from Texinfo 4.8. |
1348 | |
5582 | 1349 2005-12-14 David Bateman <dbateman@free.fr> |
1350 | |
1351 * interpreter/testfun.txi: New test/demo documentation. | |
1352 * interpreter/strings.txi: Include regexp/regexi docstrings. | |
1353 * interpreter/octave.texi: Include test/demo appendix. | |
1354 * interpreter/Makefile.in (SUB_SOURCE): Include test.txi. | |
1355 | |
5576 | 1356 2005-12-13 David Bateman <dbateman@free.fr> |
1357 | |
1358 * interpreter/sparse.txi: Add new gplot, etreeplot and treeplot | |
1359 functions. | |
1360 | |
5527 | 1361 2005-11-01 John W. Eaton <jwe@octave.org> |
1362 | |
1363 * liboctave/Makefile.in (maintainer-clean): Also remove liboctave.pdf | |
1364 * faq/Makefile.in (maintainer-clean): Also remove Octave-FAQ.pdf. | |
1365 From Quentin Spencer <qspencer@ieee.org>. | |
1366 | |
5506 | 1367 2005-10-23 David Bateman <dbateman@free.fr> |
1368 | |
1369 * sparse.txi: Updates for new ufsparse licensing, new functions and | |
1370 various typos. | |
1371 | |
5457 | 1372 2005-09-19 Rafael Laboissiere <rafael@debian.org> |
1373 | |
1374 * interpreter/octave-config.1: Use bold instead of italics to | |
1375 markup command name. | |
1376 | |
5425 | 1377 2005-07-29 John W. Eaton <jwe@octave.org> |
1378 | |
1379 * faq/Makefile.in (HTML/index.html): Pass --ifinfo to makeinfo. | |
1380 * interpreter/Makefile.in (HTML/index.html): Likewise. | |
1381 * liboctave/Makefile.in (HTML/index.html): Likewise. | |
1382 | |
5422 | 1383 2005-07-28 John W. Eaton <jwe@octave.org> |
1384 | |
1385 * faq/Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in: | |
1386 Use makeinfo instead of texi2html to generate HTML. | |
1387 | |
5334 | 1388 2005-05-02 John W. Eaton <jwe@octave.org> |
1389 | |
1390 * interpreter/munge-texi.cc (skip_comments): New function. | |
1391 (process_doc_file): Use it to skip comments at beginning of file. | |
1392 | |
5322 | 1393 2005-04-29 David Bateman <dbateman@free.fr> |
1394 | |
5324 | 1395 * interpreter/sparse.txi: Add matrix_type, spkron, and document |
1396 changes in solve code. | |
5322 | 1397 |
5282 | 1398 2005-03-14 David Bateman <dbateman@free.fr> |
1399 | |
1400 * interpreter/sparse.txi: Add luinc function. | |
1401 | |
5196 | 1402 2005-03-09 John W. Eaton <jwe@octave.org> |
1403 | |
1404 * Makefile.in (bin-dist): Delete target. | |
1405 (BINDISTSUBDIRS): Delete variable. | |
1406 | |
1407 * refcard/Makefile.in (bin-dist): Delete target. | |
1408 (BINDISTFILES): Delete variable. | |
1409 * liboctave/Makefile.in: Likewise. | |
1410 * interpreter/Makefile.in: Likewise. | |
1411 * faq/Makefile.in: Likewise. | |
1412 | |
5164 | 1413 2005-02-25 John W. Eaton <jwe@octave.org> |
1414 | |
1415 Sparse merge. | |
1416 | |
1417 2005-01-07 David Bateman <dbateman@free.fr> | |
1418 | |
1419 * interpreter/sparse.txi: New file. | |
1420 * interpreter/Makefile.in: Add it to the build. | |
1421 * interpreter/octave.texi: Include it in the contents tables and the | |
1422 top level document. | |
1423 | |
5162 | 1424 2005-02-25 John W. Eaton <jwe@octave.org> |
1425 | |
1426 * liboctave/Makefile.in (all): Also depend on Octave-FAQ.pdf. | |
1427 Use $(MAKEINFO) instead of makeinfo in rules. | |
1428 | |
1429 2005-02-25 Rafael Laboissiere <rafael@debian.org> | |
1430 | |
1431 * liboctave/Makefile.in (Octave-FAQ.pdf): New target and rule. | |
1432 (FORMATTED): Add Octave-FAQ.pdf to the list. | |
1433 | |
5151 | 1434 2005-02-21 John W. Eaton <jwe@octave.org> |
1435 | |
1436 * liboctave/Makefile.in (liboctave.pdf): New target and rule. | |
1437 (FORMATTED): Add liboctave.pdf to the list. | |
5162 | 1438 (all): Also depend on liboctave.pdf. |
5151 | 1439 Use $(MAKEINFO) instead of makeinfo in rules. |
1440 | |
1441 * interpreter/Makefile.in (octave.pdf): New target and rule. | |
1442 (FORMATTED): Add octave.pdf to the list. | |
1443 (all): Also depend on octave.pdf. | |
1444 Use $(MAKEINFO) instead of makeinfo in rules. | |
1445 | |
5134 | 1446 2005-02-08 Quentin Spencer <qspencer@ieee.org> |
1447 | |
1448 * interpreter/plot.txi: Emphasize compatible plotting functions | |
1449 over gplot and friends. | |
1450 | |
4754 | 1451 2004-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
1452 | |
1453 * liboctave/Makefile.in (FORMATTED): Use liboctave*.html instead | |
1454 of liboctave_*.html. | |
1455 | |
1456 * faq/Makefile.in (FORMATTED): Use Octave-FAQ*.html instead of | |
1457 Octave-FAQ_*.html. | |
1458 | |
4710 | 1459 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
1460 | |
1461 * faq/Makefile.in (maintainer-clean): Remove Octave-FAQ*.html | |
1462 instead of just Octave-FAQ_*.html. | |
1463 | |
1464 * liboctave/Makefile.in (maintainer-clean): Remove liboctave*.html | |
1465 instead of just liboctave_*.html. | |
1466 | |
1467 * refcard/Makefile.in (maintainer-clean): Remove refcard-*.pdf. | |
1468 | |
4672 | 1469 2003-12-09 Eric S. Raymond <esr@thyrsus.com> |
1470 | |
1471 * interpreter/mkoctfile.1: Use .I instead of .f for markup of ".oct". | |
1472 | |
4623 | 1473 2003-11-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
1474 | |
1475 * interpreter/munge-texi.cc (process_texi_input_file): | |
1476 Avoid -Wshadow warnings. | |
1477 | |
4489 | 1478 2003-08-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
1479 | |
1480 * refcard/Makefile.in (refcard-a4.pdf, refcard-legal.pdf, | |
1481 refcard-letter.pdf): New targets. | |
1482 (FORMATTED): Add them to the list. | |
1483 * refcard/refcard.tex: Optionally set pdf paper size parameters. | |
1484 | |
4483 | 1485 2003-08-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
1486 | |
1487 * interpreter/Makefile.in (octave_toc.html): Add "-I ." to texinfo | |
1488 command line args. | |
1489 | |
4440 | 1490 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
1491 | |
1492 * faq/Makefile.in (FORMATTED): Include all Octave-FAQ_*.html files | |
1493 here, not just the toc. | |
1494 | |
4413 | 1495 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
1496 | |
7031 | 1497 * interpreter/Makefile.in, liboctave/Makefile.in: Handle DESTDIR. |
4413 | 1498 |
4343 | 1499 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
1500 | |
1501 * interpreter/Makefile.in (MAN_BASE): Add octave-config.1 to the list. | |
1502 | |
1503 2003-02-19 Dirk Eddelbuettel <edd@debian.org> | |
1504 | |
1505 * octave-config.1: New file. | |
1506 | |
4298 | 1507 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
1508 | |
1509 * interpreter/Makefile.in (munge-texi$(BUILD_EXEEXT)): Pass | |
1510 $(BUILD_CXXFLAGS) and $(BUILD_LDFLAGS) to compiler. | |
1511 (%.o : %.cc): Delete pattern rule. | |
1512 | |
4279 | 1513 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
1514 | |
1515 * interpreter/munge-texi.cc: Define __USE_STD_IOSTREAM if using | |
1516 Compaq C++. | |
1517 | |
4215 | 1518 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
1519 | |
1520 * interpreter/Makefile.in (%.o : %.c): No longer need | |
1521 -DNO_PRAGMA_INTERFACE_IMPLEMENTATION=1 compiler option. | |
1522 (munge-texi#(BUILD_EXEEXT)): Likewise. | |
1523 Don't link to Map-s.o. | |
1524 | |
1525 * interpreter/Map-s.cc: Delete. | |
1526 * interpreter/Makefile.in (DISTFILES): Delete it from the list. | |
1527 (mostlyclean, clean): Don't delete Map-s.o. | |
1528 | |
1529 * interpreter/munge-texi.cc: Require working STL. | |
1530 | |
4207 | 1531 2002-11-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
1532 | |
1533 * interpreter/Makefile.in (maintainer-clean): Depend on | |
1534 clean-texi, don't remove $(TEXINFO). | |
1535 | |
4177 | 1536 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
1537 | |
1538 * interpreter/munge-texi.cc: Use STL map class by default, but | |
1539 make it easy to revert back to libg++-based Map class if that | |
1540 fails to work on some systems. | |
1541 | |
4149 | 1542 2002-11-01 Dirk Eddelbuettel <edd@debian.org> |
1543 | |
1544 * interpreter/Makefile.in (MAN_BASE, MAN_SRC): New variables, use | |
1545 as appropriate. | |
1546 | |
1547 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1548 | |
1549 * interpreter/mkoctfile.1: New file. | |
1550 | |
4125 | 1551 2002-10-25 Paul Kienzle <pkienzle@users.sf.net> |
1552 | |
1553 * interpreter/Makefile.in (octave_toc.html): Use -expandinfo and | |
1554 -split_chapter instead of -expand info and -split chapter. | |
1555 * liboctave/Makefile.in (liboctave_toc.html): Likewisel | |
1556 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. | |
1557 | |
1558 2002-10-25 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1559 | |
1560 * interpreter/Makefile.in (munge-texi$(BUILD_EXEEXT)): Always use | |
1561 -DNO_PRAGMA_INTERFACE_IMPLEMENTATION for compiling and linking. | |
1562 | |
4098 | 1563 2002-10-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
1564 | |
1565 * interpreter/Makefile.in (%.texi : %.txi): | |
1566 Use $(top_srcdir)/move-if-change. | |
1567 | |
1568 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1569 | |
1570 * interpreter/Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
1571 | |
4093 | 1572 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
1573 | |
1574 * interpreter/Makefile.in (munge-texi, %.o : %.cc): | |
1575 Use $(BUILD_CXX), not $(CXX). | |
1576 (src-DOCSTRINGS, scripts-DOCSTRINGS): New targets. | |
1577 ($(TEXIFNO)): Depend on them. | |
1578 (DOCSTRINGS): Delete variable. | |
1579 | |
4084 | 1580 2002-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
1581 | |
1582 * interpreter/Makefile.in (%.spell): Use $(SED), not sed. | |
1583 * liboctave/Makefile.in (%.spell): Likewise. | |
1584 * faq/Makefile.in (%.spell): Likewise. | |
1585 | |
3863 | 1586 2001-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
1587 | |
1588 * interpreter/Makefile.in (octave_toc.html): Use -expand info and | |
1589 -split chapter, to be consistent. | |
1590 * liboctave/Makefile.in (liboctave_toc.html): Likewise. | |
1591 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. | |
1592 | |
3862 | 1593 2001-11-14 Christoph Spiel <cspiel@hammersmith-consulting.com> |
1594 | |
1595 * faq/Makefile.in (Octave-FAQ_toc.html): Use -expandinfo and | |
1596 -split_chapter, not -expand info and -split chapter. | |
1597 * liboctave/Makefile.in (liboctave_toc.html): Likewise. | |
1598 | |
3849 | 1599 2001-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
1600 | |
1601 * interpreter/Makefile.in (MAIN_TEXINFO): Look in $(srcdir). | |
3852 | 1602 (octave_toc.html): Use -expandinfo and -split_chapter, not |
1603 -expand info and -split chapter. | |
3849 | 1604 |
3809 | 1605 2001-03-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
1606 | |
1607 * liboctave/Makefile.in (liboctave_toc.html): Use -expand info and | |
1608 -split chapter instead of -expandinfo and -split_chapter options | |
1609 for texi2html. | |
1610 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. | |
1611 * interpreter/Makefile.in (octave_toc.html): Likewise. | |
1612 | |
3720 | 1613 2000-10-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
1614 | |
1615 * liboctave/Makefile.in (liboctave_toc.html): Add space after -I | |
1616 in texi2html command. | |
1617 * interpreter/Makefile.in (octave_toc.html): Ditto. | |
1618 | |
3605 | 1619 2000-03-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
1620 | |
1621 * interpreter/octave-bug.1: New file. | |
1622 * interpreter/Makefile.in (install install-strip): Install it. | |
1623 (DISTFILES, BINDISTFILES): Add it to the | |
1624 | |
3601 | 1625 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
1626 | |
1627 * interpreter/Makefile.in (clean): Also delete munge-texi, | |
1628 munge-texi.o, and Map-s.o. | |
1629 | |
3575 | 1630 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
1631 | |
1632 * interpreter/munge-texi.cc: Sprinkle with std:: qualifier. | |
1633 | |
3494 | 1634 2000-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
1635 | |
1636 * interpreter/Makefile.in (clean-texi): Avoid removing octave.texi. | |
1637 | |
3404 | 1638 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
1639 | |
1640 * interpreter/Makefile.in: Don't generate octave.texi from octave.txi. | |
1641 * interpreter/octave.texi: Rename from octave.txi. | |
1642 | |
1643 * interpreter/munge-texi.cc (process_texi_input_file): Undo | |
1644 previous change, since % doesn't work as a comment character after | |
1645 texinfo.tex is included. | |
1646 | |
3401 | 1647 2000-01-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
1648 | |
3402 | 1649 * texinfo.tex: Update to version from texinfo-4.0. |
1650 | |
3401 | 1651 * interpreter/munge-texi.cc (process_texi_input_file): For Texinfo |
1652 doc strings, automatically insert an @anchor{doc-SYMBOL} command | |
1653 just before the docstring for SYMBOL. | |
1654 | |
3376 | 1655 1999-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
1656 | |
1657 * interpreter/munge-texi.cc (process_texi_input_file): Begin | |
1658 transformed files with `% DO NOT EDIT' instead of `@c DO NOT EDIT' | |
1659 to prevent problems with TeX not knowing the definition of @c | |
1660 before it is used. | |
1661 | |
3364 | 1662 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
1663 | |
1664 * interpreter/Makefile.in (%.texi : %.txi): Suppress command echo. | |
1665 | |
3314 | 1666 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
1667 | |
3315 | 1668 * interpreter/Makefile.in (dist): Remove .texi files first, so |
1669 they will have timestamps newer than the $(DOCSTRINGS) files. | |
3316 | 1670 (%.texi : %.txi): Use mv instead of move-if-change. |
3315 | 1671 |
3314 | 1672 * interpreter/Map-s.cc: New file. |
1673 * interpreter/munge-texi.cc: Use old libg++ Map class instead of | |
1674 STL map, for the benefit of systems that have assemblers that | |
1675 can't handle the long symbol names generated by g++ for | |
1676 map<string,string>. | |
1677 | |
3296 | 1678 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
1679 | |
3301 | 1680 * interpreter/munge-texi.cc: Strip the "-*- texinfo -*-" marker |
1681 when including help text. | |
1682 | |
3297 | 1683 * interpreter/Makefile.in ($(TEXINFO)): Depend on $(DOCSTRINGS). |
1684 ($(DOCSTRINGS)): New rule. | |
1685 | |
1686 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of | |
1687 `cd dir; $(MAKE); cd ..'. | |
1688 (../BUGS, ../INSTALL.OCTAVE, $(SUBDIRS)) Likewise. | |
1689 | |
3296 | 1690 * interpreter/*.txi: Rename from *.txi. |
1691 * interpreter/munge-texi.cc: New file. | |
1692 * interpreter/Makefile.in: Use it to create .texi files from .txi | |
1693 files and DOCSTRING files. | |
1694 | |
3246 | 1695 Fri Jun 18 23:17:02 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
1696 | |
1697 * interpreter/Makefile.in (octave_toc.html): Add -expandinfo to | |
1698 tex12html options. | |
1699 * liboctave/Makefile.in (liboctave_toc.html): Likewise. | |
1700 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. | |
1701 | |
3189 | 1702 Fri Oct 9 00:27:33 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
1703 | |
1704 * faq/Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in: | |
1705 New rules for generating HTML files from Texinfo sources. | |
1706 | |
3176 | 1707 Thu May 14 21:04:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
1708 | |
1709 * interpreter/Makefile.in (../../BUGS, ../../INSTALL): Add | |
1710 --no-validate to makeinfo args. | |
1711 | |
3069 | 1712 Wed Jul 2 16:41:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1713 | |
1714 * refcard/Makefile.in: Remove .tex files from binary distributions. | |
1715 | |
1716 * interpreter/Makefile.in: Add DVI and Postscript files to binary | |
1717 distributions. | |
1718 | |
2867 | 1719 Fri Apr 18 02:51:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1720 | |
1721 * faq/Octave-FAQ.texi: Rename from faq/FAQ.texi. | |
1722 * faq/Makefile.in: Fix names to match. | |
1723 | |
2811 | 1724 Wed Mar 12 17:01:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1725 | |
1726 * Makefile.in (install-strip): New target. | |
1727 * faq/Makefile.in: Ditto. | |
1728 * interpreter/Makefile.in: Ditto. | |
1729 * liboctave/Makefile.in: Ditto. | |
1730 * refcard/Makefile.in: Ditto. | |
1731 | |
2779 | 1732 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 1733 |
1734 * Version 2.0.5 released. | |
1735 | |
2767 | 1736 Fri Feb 28 20:53:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1737 | |
1738 * texinfo.tex: Update to latest version from Karl Berry, and apply | |
1739 previous patch too. | |
1740 | |
2760 | 1741 Thu Feb 27 03:34:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1742 | |
1743 * texinfo.tex (\codeunder): Maybe make it work for @var{} inside | |
1744 @code{}. | |
1745 | |
2749 | 1746 Wed Feb 26 12:03:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1747 | |
1748 * refcard/Makefile.in (mostlyclean clean): Delete log files. | |
1749 | |
1750 * liboctave/Makefile.in (mostlyclean clean): Delete more stuff. | |
1751 | |
1752 * faq/Makefile.in (mostlyclean clean): Delete some stuff. | |
1753 | |
2709 | 1754 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2701 | 1755 |
1756 * Version 2.0.4 released. | |
1757 | |
2706 | 1758 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1759 | |
2701 | 1760 * Makefile.in (DISTFILES): Distribute conf.texi, not conf.texi.in. |
1761 | |
1762 * liboctave/Makefile.in: Don't make or distribute conf.texi. | |
1763 (liboctave.info, liboctave.dvi): Depend on ../conf.texi, not conf.texi. | |
1764 | |
1765 * interpreter/Makefile.in: Don't create or distribute conf.texi. | |
1766 (octave.info, octave.dvi): Depend on ../conf.texi, not conf.texi. | |
1767 | |
2693 | 1768 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 1769 |
1770 * Version 2.0.3 released. | |
1771 | |
2645 | 1772 Wed Jan 29 11:49:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1773 | |
1774 * Makefile.in (../INSTALL.OCTAVE, ../BUGS): Declare these to be | |
1775 .PHONY so that we will always check the interpreter makefile to | |
1776 get the proper dependencies. | |
1777 | |
2634 | 1778 Mon Jan 27 15:52:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1779 | |
1780 * Version 2.0.2 released. | |
1781 | |
2627 | 1782 Sun Jan 26 22:07:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1783 | |
1784 * interpreter/Makefile.in: Make BUGS file directly from bugs.texi. | |
1785 * interpreter/bugs.texi: Incorporate bugs1.texi directly. | |
1786 * interpreter/bugs1.texi: Delete. | |
1787 | |
1788 * interpreter/Makefile.in: Make INSTALL file directly from | |
1789 install.texi. | |
1790 * interpreter/install.texi: Incorporate install1.texi directly. | |
1791 * interpreter/install1.texi: Delete. | |
1792 | |
2624 | 1793 Sat Jan 25 22:32:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1794 | |
1795 * Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in, | |
1796 faq/Makefile.in, refcard/Makefile.in (bin-dist): New target. | |
1797 | |
2602 | 1798 Tue Jan 7 00:17:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1799 | |
1800 * Version 2.0.1 released. | |
1801 | |
2583 | 1802 Tue Dec 10 01:43:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1803 | |
1804 * Version 2.0 released. | |
1805 | |
2575 | 1806 Fri Dec 6 15:23:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1807 | |
1808 * Version 1.94. | |
1809 | |
2554 | 1810 Wed Nov 20 01:00:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1811 | |
1812 * Version 1.93. | |
1813 | |
2512 | 1814 Thu Nov 14 00:07:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1815 | |
2518 | 1816 * faq/Makefile.in (FAQ.dvi): Use $(TEXI2DVI), not just texi2dvi. |
1817 * interpreter/Makefile.in (octave.dvi): Likewise. | |
1818 * liboctave/Makefile.in (liboctave.dvi): Likewise. | |
1819 | |
2512 | 1820 * Version 1.92. |
1821 | |
2482 | 1822 Thu Nov 7 12:43:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1823 | |
1824 * Version 1.91. | |
1825 | |
2483 | 1826 * texinfo.tex: Update to version from texinfo-3.9 distribution. |
1827 | |
2452 | 1828 Wed Oct 30 17:20:28 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1829 | |
1830 * Version 1.90. | |
1831 | |
1832 * Makefile.in (DISTFILES): Add ChangeLog. | |
1833 | |
2391 | 1834 Sat Oct 12 13:38:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1835 | |
1836 * Makefile.in (maintainer-clean): Don't depend on distclean. | |
1837 | |
2330 | 1838 Sat Jun 15 23:01:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1839 | |
1840 * interpreter/Makefile.in (TEXINFO): Add audio.texi and emacs.texi. | |
1841 | |
1842 Fri May 17 03:02:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1843 | |
1844 * interpreter/Makefile.in: Use man1dir instead of mandir, and | |
1845 man1ext instead of manext. | |
1846 | |
1847 Sat Mar 23 05:01:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1848 | |
1849 * liboctave/Makefile.in (TEXINFO): Don't list conf.texi and | |
1850 gpl.texi here. | |
1851 | |
1852 * liboctave/Makefile.in (dist targets): Fix ln command. | |
1853 * refcard/Makefile.in (dist targets): Likewise. | |
1854 * interpreter/Makefile.in (dist targets): Likewise. | |
1855 * faq/Makefile.in (dist targets): Likewise. | |
1856 | |
1857 Fri Mar 22 23:57:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1858 | |
1859 * liboctave/Makefile.in (DISTFILES): Add gpl.texi. | |
1860 * interpreter/Makefile.in (DISTFILES): Add gpl.texi. | |
1861 * Makefile.in (DISTFILES): Delete gpl.texi. | |
1862 | |
1863 Sun Mar 3 11:33:30 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1864 | |
1865 * Split docs into faq, interpreter, liboctave, and refcard | |
1866 subdirectories. | |
1867 | |
1868 Wed Sep 20 00:47:45 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
1869 | |
1870 * mkinstalldirs: New file. | |
1871 * Makefile.in (DISTFILES): Add it to the list. | |
1872 | |
1873 * Makefile.in (maintainer-clean): Delete .dvi, .ps, and .info | |
1874 files here. | |
1875 (clean): Not here. | |
1876 (mostlyclean): Make this the same as clean. | |
1877 | |
1878 Tue Sep 19 03:18:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
1879 | |
1880 * Makefile.in (../BUGS, ../INSTALL.OCTAVE): Specify output file to | |
1881 makeinfo with --output option. | |
1882 | |
1883 Thu Sep 14 20:31:47 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
1884 | |
1885 * Makefile.in: Don't fail if makeinfo, tex, or dvips fail. | |
1886 | |
1887 See ChangeLog.1 in the top level directory for earlier changes. |