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