Mercurial > hg > octave-nkf
annotate doc/ChangeLog @ 7989:23c248d415b5
Various doc fixes. Readd cellidx
author | David Bateman <dbateman@free.fr> |
---|---|
date | Tue, 29 Jul 2008 17:01:43 +0200 |
parents | 21904fe299c8 |
children | 30629059b72d |
rev | line source |
---|---|
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
1 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
|
2 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
3 * interpreter/numbers.txi, interpreter/plot.txi, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
4 interpreter/quad.txi: Miscellaneous documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
5 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
6 * control.txi, finance.txi, quaternion.txi: Delete. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
7 * 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
|
8 * Makefile.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
9 |
7980
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
10 2008-07-28 David Bateman <dbateman@free.fr> |
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
11 |
7984
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
12 * interpreter/arith.txi: Document reallog, realpow and realsqrt. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
13 * interpreter/dbug.txi: Document the means of setting a breakpoint |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
14 in a sub-function |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
15 * interpreter/func.txi: Document nargoutchk and symvar. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
16 * interpreter/geometry.txi: Document rectint. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
17 * interpreter/image.txi: Document contrast. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
18 * interpreter/interp.txi: Document interp1q. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
19 * interpreter/linalg.txi: Document planerot, rcond and subspace. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
20 * interpreter/numbers.txi: Document data type demotion and single |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
21 precision data type. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
22 * interpreter/plot.txi: Document ginput, gtext, |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
23 waitforbuttonpress, ezcontour, ezcontourf, ezpolar, ezplot3, |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
24 ezmesh, ezmeshc, ezsurf, ezsurfc, allchild, findobj and findall |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
25 functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
26 * interpreter/quad.txi: Document quadv, quadgk, dblquad and |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
27 triplequad functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
28 * interpreter/strings.txi: Document validstring, regexptranslate |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
29 and isstrprop functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
30 * interpreter/system.txi: Document addtodate, filemarker and perl |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
31 functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
32 * interpreter/var.txi: Document the genvarname and namelengthmax |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
33 functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
34 * interpreter/octave.texi: Update table of contents for the above |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
35 changes. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
36 |
7981 | 37 * interpreter/plot.txi: Document contourf. |
38 | |
7980
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
39 * interpreter/plot.txi: Clarify the description of OuterPosition |
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
40 axes property. |
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
41 |
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
|
42 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
|
43 |
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
|
44 * 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
|
45 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
|
46 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
|
47 * 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
|
48 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7681
diff
changeset
|
49 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7681
diff
changeset
|
50 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7681
diff
changeset
|
51 * 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
|
52 deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7681
diff
changeset
|
53 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7647
diff
changeset
|
54 2008-04-02 David Bateman <dbateman@free.fr> |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7647
diff
changeset
|
55 |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7647
diff
changeset
|
56 * interpreter/sparse.txi: Document spaugment. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7647
diff
changeset
|
57 |
7647
7b382848a18f
Remove spurious whitespace before macros
Rafael Laboissiere <rafael@debian.org>
parents:
7639
diff
changeset
|
58 2008-03-26 Rafael Laboissiere <rafael@debian.org> |
7b382848a18f
Remove spurious whitespace before macros
Rafael Laboissiere <rafael@debian.org>
parents:
7639
diff
changeset
|
59 |
7b382848a18f
Remove spurious whitespace before macros
Rafael Laboissiere <rafael@debian.org>
parents:
7639
diff
changeset
|
60 * interpreter/mkoctfile.1: Remove spurious whitespace before macros |
7b382848a18f
Remove spurious whitespace before macros
Rafael Laboissiere <rafael@debian.org>
parents:
7639
diff
changeset
|
61 |
7639
b2fbb393a072
Add the num2hex and hex2num functions
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
62 2008-03-25 David Bateman <dbateman@free.fr> |
b2fbb393a072
Add the num2hex and hex2num functions
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
63 |
b2fbb393a072
Add the num2hex and hex2num functions
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
64 * interpreter/strings.txi: Document hex2num, num2hex. |
b2fbb393a072
Add the num2hex and hex2num functions
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
65 |
7619 | 66 2008-03-21 David Bateman <dbateman@free.fr> |
67 | |
68 * interpreter/sparse.txi: Document amd function. | |
69 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7595
diff
changeset
|
70 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
|
71 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7595
diff
changeset
|
72 * 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
|
73 |
7595
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
74 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
|
75 |
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
76 * interpreter/octave.1, interpreter/mkoctfile.1: |
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
77 Escape "-" signs that mean the "minus" character. |
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
78 |
7580
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7540
diff
changeset
|
79 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
|
80 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7540
diff
changeset
|
81 * 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
|
82 csvwrite. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7540
diff
changeset
|
83 |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
84 2008-02-25 Ben Abbott <bpabbott@mac.com> |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
85 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
86 * 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
|
87 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
|
88 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
|
89 |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
90 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
|
91 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
92 * 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
|
93 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
|
94 spinv and splu. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
95 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7496
diff
changeset
|
96 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
|
97 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7496
diff
changeset
|
98 * 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
|
99 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
|
100 |
7496
e27f8afa99e5
better documentation on the INDEX file format
carlo@guglielmo.local
parents:
7490
diff
changeset
|
101 2008-02-19 Carlo de Falco <kingcrimson@tiscali.it> |
e27f8afa99e5
better documentation on the INDEX file format
carlo@guglielmo.local
parents:
7490
diff
changeset
|
102 |
e27f8afa99e5
better documentation on the INDEX file format
carlo@guglielmo.local
parents:
7490
diff
changeset
|
103 * interpreter/package.txi: Improve INDEX file documentation. |
e27f8afa99e5
better documentation on the INDEX file format
carlo@guglielmo.local
parents:
7490
diff
changeset
|
104 |
7490 | 105 2008-01-18 Ben Abbott <bpabbott@mac.com> |
106 | |
107 * interpreter/intro.txi: Replaced reference to deprecated | |
108 function struct_elements with filenames. | |
109 | |
7464
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
110 2008-02-08 Rafael Laboissiere <rafael@debian.org> |
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
111 |
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
112 * interpreter/octave.1: Dropped unknow LO macro |
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
113 * interpreter/octave-bug.1: Likewise |
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
114 |
7455
fe332ce262b5
eliminate spkron.cc; dispatch in kron
David Bateman <dbateman@free.fr>
parents:
7450
diff
changeset
|
115 2008-02-07 David Bateman <dbateman@free.fr> |
fe332ce262b5
eliminate spkron.cc; dispatch in kron
David Bateman <dbateman@free.fr>
parents:
7450
diff
changeset
|
116 |
fe332ce262b5
eliminate spkron.cc; dispatch in kron
David Bateman <dbateman@free.fr>
parents:
7450
diff
changeset
|
117 * interpreter/sparse.txi: Remove references to spkron. |
fe332ce262b5
eliminate spkron.cc; dispatch in kron
David Bateman <dbateman@free.fr>
parents:
7450
diff
changeset
|
118 |
7450 | 119 2008-02-06 John W. Eaton <jwe@octave.org> |
120 | |
121 * interpreter/Makefile.in (stmp-html, HTML): New targets. | |
122 ($(HTML_IMAGES_PNG)): Also depend on stmp-html. | |
123 Don't create HTML directory here. | |
124 | |
7336 | 125 2007-12-28 John W. Eaton <jwe@octave.org> |
126 | |
127 Merge changes from object branch: | |
128 | |
129 2007-06-20 John W. Eaton <jwe@octave.org> | |
130 | |
131 * interpreter/var.txi, interpreter/io.txi: | |
132 Eliminate print_answer_id_name. | |
133 | |
7334 | 134 2007-12-21 John W. Eaton <jwe@octave.org> |
135 | |
136 Version 3.0.0 released. | |
137 | |
7315 | 138 2007-12-13 John W. Eaton <jwe@octave.org> |
139 | |
140 * Makefile.in (conf.texi): Also depend on $(top_srcdir)/src/version.h. | |
141 | |
7262 | 142 2007-12-05 John W. Eaton <jwe@octave.org> |
143 | |
144 * interpreter/geometryimages.m (image_as_txt): New function. | |
145 Use it to generate "figures" for Info format. | |
146 * interpreter/interpimages.m: Likewise. | |
147 * interpreter/sparseimages.m: Likewise. | |
148 | |
7255 | 149 2007-12-04 John W. Eaton <jwe@octave.org> |
150 | |
7257 | 151 * interpreter/sparseimages.m, interpreter/plotimages.m, |
152 interpreter/interpimages.m, interpreter/geometryimages.m: | |
153 Set default text font to "*" for png images. | |
154 | |
155 * interpreter/Makefile.in (run-octave): Don't sleep. | |
156 | |
157 2007-12-04 Joseph P. Skudlarek <Jskud@Jskud.com> | |
158 | |
159 * interpreter/plotimages.m: Generate text plots. | |
160 * interpreter/sparseimages.m: Add initial blank line to text plots. | |
161 | |
7255 | 162 * interpreter/Makefile.in (IMAGES_TXT): Include $(INTERPIMAGES_TXT) |
163 $(GEOMETRYIMAGES_TXT) and $(PLOTIMAGES_TXT) in the list. | |
164 (INTERPIMAGES_TXT, GEOMETRYIMAGES_TXT, PLOTIMAGES_TXT): New variables. | |
165 | |
7189 | 166 2007-11-26 David Bateman <dbateman@free.fr> |
167 | |
168 * interpreter/sparse.txi: Document condest. | |
169 * interpreter/plot.txi: Document the new text properties and the | |
170 TeX interpreter mode of text objects. | |
171 * interpreter/plotimages.m: Add an example for the TeX | |
172 interpreter. | |
173 * interpreter/Makefile.in (PLOTIMAGES): Add the TeX example | |
174 | |
175 * interpreter/plot.txi: Document caxis. | |
176 * interpreter/image.txi: Document gmap40. | |
177 | |
7167 | 178 2007-11-12 Joseph P. Skudlarek <Jskud@Jskud.com> |
179 | |
180 * interpreter/gpl.txi: Move index commands after sectioning commands. | |
181 | |
7146 | 182 2007-11-09 David Bateman <dbateman@free.fr> |
183 | |
7149 | 184 * interpreter/plot.txi: Document the new hidden and area functions. |
7146 | 185 |
7120 | 186 2007-11-07 David Bateman <dbateman@free.fr> |
187 | |
188 * interpreter/plot.txi: Document new functions. | |
189 | |
7081 | 190 2007-10-30 David Bateman <dbateman@free.fr> |
191 | |
192 * interpreter/dynamic.txi, interpreter/install.txi, | |
193 interpreter/stats.txi, interpreter/strings.txi, | |
194 interpreter/testfun.txi, interpreter/tips.txi: | |
195 Doc fixes for small book format. | |
196 | |
7075 | 197 2007-10-26 Michael Goffioul <michael.goffioul@gmail.com> |
198 | |
199 * interpreter/Makefile.in, faq/Makefile.in, liboctave/Makefile.in: | |
200 Use temporary renamed files instead of Don't use --output option | |
201 argument for texi2[dvi|pdf]. Use $(sepchar) for path element | |
202 separation when building TEXINPUTS. Remove use of UNSETCOMSPEC trick. | |
203 | |
7048 | 204 2007-10-22 Kim Hansen <kimhanse@gmail.com> |
205 | |
206 * interpreter/munge-texi.cc: Include <cstdlib> and <cstring>. | |
207 | |
7040 | 208 2007-10-19 David Bateman <dbateman@free.fr> |
209 | |
210 * refcard/refcard.tex: Update for 3.0. | |
211 | |
7031 | 212 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
213 | |
214 * interpreter/preface.txi, interpreter/basics.txi, | |
215 interpreter/strings.txi, interpreter/container.txi, | |
216 interpreter/var.txi, interpreter/expr.txi, interpreter/errors.txi, | |
217 interpreter/io.txi, interpreter/func.txi, interpreter/package.txi: | |
218 Make text fit on pages when using smallbook. | |
219 | |
7016 | 220 2007-10-12 John W. Eaton <jwe@octave.org> |
221 | |
222 * Change copyright notices in all files that are part of Octave to | |
223 GPLv3 or any later version. | |
224 | |
7007 | 225 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
226 | |
227 * interpreter/dynamic.txi, interpreter/geometry.txi, | |
228 interpreter/package.txi, interpreter/sparse.txi, | |
229 interpreter/system.txi: Spelling fixes. | |
230 | |
7001 | 231 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
232 | |
233 * interpreter/arith.txi, interpreter/basics.txi, | |
234 interpreter/container.txi, interpreter/dynamic.txi, | |
235 interpreter/eval.txi, interpreter/expr.txi, interpreter/func.txi, | |
236 interpreter/geometry.txi, interpreter/intro.txi, | |
237 interpreter/numbers.txi, interpreter/plot.txi, | |
238 interpreter/poly.txi, interpreter/set.txi, interpreter/sparse.txi, | |
239 interpreter/stmt.txi, interpreter/strings.txi, | |
240 interpreter/testfun.txi, interpreter/tips.txi: Spelling fixes. | |
241 | |
6966 | 242 2007-10-06 John W. Eaton <jwe@octave.org> |
243 | |
244 * interpreter/octave.texi: Add David Bateman and S�ren Hauberg as | |
245 authors. | |
246 | |
6930 | 247 2006-09-28 Henry Mollet mollet@pacbell.net |
248 | |
249 * interpreter/func.txi: Correct results of a couple of examples. | |
250 | |
6900 | 251 2007-09-14 John W. Eaton <jwe@octave.org> |
252 | |
253 * faq/Makefile.in: Create single Octave-FAQ.html file instead of a | |
254 splitting files into HTML directory. | |
255 | |
6863 | 256 2007-09-05 David Bateman <dbateman@free.fr> |
257 | |
6868 | 258 * interpreter/system.m: Document gzip. |
259 * interpreter/container.txi: Document celldisp. | |
260 * interpreter/matrix.txi: Document bsxfun. | |
261 * interpreter/data.txi: Document typecast and swapbytes. | |
6863 | 262 * interpreter/container.txi: Document struct2cell. |
263 * interpreter/stats.txi: Document mode. | |
264 * interpreter/eval.txi: Document run. | |
265 | |
6855 | 266 2007-09-01 David Bateman <dbateman@free.fr> |
267 | |
6858 | 268 * interpreter/Makefile.in: Remove stray character from |
269 INTERIMAGES_PNG target. | |
6855 | 270 * conf.texi.in: Substitute for the variable TEXINFO_QHULL |
271 * interpreter/geometryimages.m: Check for the HAVE_QHULL build | |
272 flag before creating certain figures. | |
273 * interpreter/geometry.txi: Check whether TEXINFO_QHULL is set | |
274 before including certain figures. | |
275 | |
6850 | 276 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
277 | |
278 * interpreter/nonlin.txi: Extended the example. | |
279 | |
280 * interpreter/poly.txi: Sectioning and documentation. | |
281 * interpreter/octave.texi: Adapt to changes in poly.txi. | |
282 | |
6847 | 283 2007-08-30 David Bateman <dbateman@free.fr> |
284 | |
285 * interpreter/geometryimages.m: Add inpolygon example | |
286 * interpreter/Makefile.in (GEOMETRYIMAGES): Add inpolygon example. | |
287 * interpret/geometry.txi: Document inpolygon. | |
288 | |
6837 | 289 2007-08-27 David Bateman <dbateman@free.fr> |
290 | |
291 * interpreter/struct.txi: Remove. | |
292 * interpreter/containers.txi: Combine with this chapter. Add | |
293 examples, and section on comma separated lists. Document the | |
294 difference between "c(1,:) = []" and c{1,:} = []" for a cell | |
295 arrays. | |
296 * interpreter/octave.texi: Document new indexing of containers | |
297 section. | |
298 | |
6832 | 299 2007-08-25 David Bateman <dbateman@free.fr> |
300 | |
301 * interpreter/geometry.txi: Add examples and explanatory text. | |
302 * interpreter/octave.texi: Update indexing of geometry functions. | |
303 * interpreter/geometryimage.m: New script to create images for | |
304 geometry chapter. | |
305 * interpreter/Makefile.in (SCRIPT_SORCES): add geometryimages.m | |
306 (GEOMETRYIMAGES*): New variables. | |
307 (IMAGES_EPS, IMAGES_PDF, IMAGES_PNG): Add the GEOMETRYIMAGES*. | |
308 | |
6824 | 309 2007-08-24 David Bateman <dbateman@free.fr> |
310 | |
311 * interpreter/geometry.txi: Document new functions. | |
312 * interpreter/octave.texi: Update indexing of geometry items. | |
313 | |
6798 | 314 2007-07-25 John W. Eaton <jwe@octave.org> |
315 | |
316 * interpreter/Makefile.in (run-octave): Don't set DISPLAY. | |
317 | |
6796 | 318 2007-07-25 David Bateman <dbateman@free.fr> |
319 | |
320 * Makefile.in, faq/Makefile.in, interpreter/Makwfile.in, | |
321 liboctave/Makefile.in, refcard/Makefile.in: Adjust DISTFILES | |
322 to allow out of tree "make dist" to work. | |
323 | |
6784 | 324 2007-07-23 David Bateman <dbateman@free.fr> |
325 | |
326 * interpreter/Makefile.in (SUB_SOURCE): remove bit.txi. | |
6788 | 327 * interpreter/io.txi: Document rat and rats in new sub-section. |
328 * interpreter/plot.txi: New section for test functions. Document | |
329 peaks and meshc. | |
330 * interpreter/octave.texi: Add test plotting section. | |
331 * interpreter/image.txi: Document the functions autumn, bone, | |
332 cool, copper, hot, hsv, jet, pink, prism, rainbow, spring, | |
333 summer, white and winter. | |
334 | |
6781 | 335 2007-07-19 David Bateman <dbateman@free.fr> |
336 | |
337 * interpreter/bit.xi: Remove. | |
338 * interpreter/numbers.txi: Move here, and add examples. | |
339 * interpreter/octave.texi: Remove "Bit manipulation" chapter and make | |
340 it a sub-section of the "Numeric Data Types" chapter. | |
341 | |
6770 | 342 2007-07-06 David Bateman <dbateman@free.fr> |
343 | |
344 * interpreter/arith.txi: Add accumarray. | |
345 | |
6754 | 346 2007-06-25 John W. Eaton <jwe@octave.org> |
347 | |
348 * interpreter/stats.txi: Reorganize sections and add introductory text. | |
349 | |
6915 | 350 * interpreter/octave.texi: Update to reflect changes in stats.txi. |
6754 | 351 |
6743 | 352 2007-06-18 David Bateman <dbateman@free.fr> |
353 | |
354 * interpreter/interpimages.m: Simpler images to demonstrate | |
355 the continuity of the second derivative of splines. | |
356 * interpreter/interp.txi: Also change figures here. | |
357 * interpreter/Makefile.in: and here. | |
358 | |
6741 | 359 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
360 | |
361 * interpreter/optim.txi: Added some introductory text to each | |
362 section. | |
363 | |
364 * interpreter/set.txi: Added some introductory text. | |
365 * interpreter/octave.texi: Updated to reflect changes in set.txi. | |
366 | |
6735 | 367 2007-06-15 David Bateman <dbateman@free.fr> |
368 | |
369 * faq/Octave-FAQ.texi: Document the gnuplot 4.2 bug using pipes. | |
370 | |
6731 | 371 2007-06-15 Paul Kienzle <pkienzle@users.sf.net> |
372 | |
373 * interpreter/testfun.txi: Provide a clue to using xtest for assert. | |
374 | |
6728 | 375 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
376 | |
377 * interpreter/testfun.txi: Document xtest block | |
378 | |
6721 | 379 2007-06-14 David Bateman <dbateman@free.fr> |
380 | |
381 * interpreter/Makefile.in (SCRIPT_SORCES): add interimages.m | |
382 (INTERPIMAGES*): New variables. Add targets for them | |
383 (IMAGES_EPS, IMAGES_PDF, IMAGES_PNG): Add the INTERPIMAGES. | |
384 * interpreter/interpimages.m: New function | |
385 * interpreter/interp.txi: Add text about second derivation of | |
386 splines and add figures. | |
387 | |
6716 | 388 2007-06-12 David Bateman <dbateman@free.fr> |
389 | |
390 * interpreter/numbers.txi: Document that 64-bit arithmetic is | |
391 not possible. | |
392 | |
6702 | 393 2007-06-12 David Bateman <dbateman@free.fr> |
394 | |
395 * interpreter/interp.txi: Split into two section and document | |
396 interp3 and the differences in the treatement of the dimensions | |
397 between interpn and interp3. | |
398 * hashing.txi: Remove. | |
399 * system.txi: Move it here as a subsection. Include explanation | |
400 and example. | |
401 * interpreter/octave.texi: Add sections for the Interpolation | |
402 chapter. Remove references to Hashing chapter and hashing.texi, | |
403 and subsections for hashing to system utilities chapter. | |
404 | |
405 | |
6700 | 406 2007-06-12 2007-06-10 S�ren Hauberg <hauberg@gmail.com> |
407 | |
408 * interpreter/diffeq.txi: Note that x-dot is the derivative of x. | |
409 | |
6686 | 410 2007-06-03 David Bateman <dbatemna@free.fr> |
411 | |
412 * interpreter/dynamic.txi: Use "mwSize" and "mwIndex" rather than | |
413 "int" for indexing in mex-files and document them. | |
414 | |
6673 | 415 2007-05-30 John W. Eaton <jwe@octave.org> |
416 | |
417 * interpreter/Makefile.in (TEXI2DVICOMMAND, TEXI2PDFCOMMAND): | |
418 New macros. | |
419 (octave-a4.pdf, octave-smallbook.pdf): New targets. | |
420 (FORMATTED, all): Include octave-a4.pdf in list of dependencies. | |
421 Delete octave.dvi and octave.ps from list. | |
422 (FORMATTED, all): Use $(PDF_TARGETS). | |
423 (maintainer-clean): Depend on clean. | |
424 | |
6672 | 425 2007-05-30 G. D. McBain <gdmcbain@freeshell.org> |
426 | |
427 * interpreter/expr.txi (Assignment Ops): Doc fix. | |
428 | |
6669 | 429 2007-05-29 Steven Mestdagh <steven.mestdagh@esat.kuleuven.be> |
430 | |
431 * interpreter/Makefile.in ($(HTML_IMAGES_PNG)): Use cp instead of | |
432 INSTALL_DATA to copy files to the HTML directory. | |
433 | |
6667 | 434 2007-05-28 S�ren Hauberg <hauberg@gmail.com> |
435 | |
436 * interpreter/errors.txi: Add new sections and some more detailed | |
437 descriptions on errors and warnings. | |
438 * interpreter/octave.texi, interpreter/stmt.txi, | |
439 interpreter/var.txi: Add references to the new sections in | |
440 errors.txi. | |
441 | |
6666 | 442 2007-05-28 S�ren Hauberg <hauberg@gmail.com> |
443 | |
444 * interpreter/io.txi: Rearrange some sections, and add | |
445 a few examples. | |
446 | |
447 2007-05-28 G. D. McBain <geordie_mcbain@yahoo.com.au> | |
448 | |
449 * interpreter/struct.txi: Doc fix. | |
450 | |
6661 | 451 2007-05-23 John W. Eaton <jwe@octave.org> |
452 | |
453 * liboctave/Makefile.in (TEXINFO_SOURCE): New variable. | |
454 (TEXINFO): Define using $(TEXINFO_SOURCE). | |
455 (DISTFILES): Include $(TEXINFO_SOURCE) in the list, not $(TEXINFO). | |
456 | |
6654 | 457 2007-05-22 John W. Eaton <jwe@octave.org> |
458 | |
459 * interpreter/Makefile.in (TEXINFO_SOURCE): New variable. | |
460 (TEXINFO): Define using $(TEXINFO_SOURCE). | |
461 (DISTFILES): Include $(TEXINFO_SOURCE) in the list, not $(TEXINFO). | |
462 | |
6653 | 463 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
464 | |
465 * faq/Octave-FAQ.texi, interpreter/basics.txi, | |
466 refcard/refcard.tex: Fix typos. | |
467 | |
6650 | 468 2007-05-22 John W. Eaton <jwe@octave.org> |
469 | |
470 * interpreter/Makefile.in (DISTFILES): Add mkcontrib.awk to the list. | |
471 | |
6646 | 472 2007-05-21 David Bateman <dbatemna@free.fr> |
473 | |
474 * interpreter/debug.txi, io.txi, octave.txi: Doc fixes. | |
475 | |
6637 | 476 2007-05-21 S�ren Hauberg <hauberg@gmail.com> |
477 | |
6642 | 478 * interpreter/expr.txi: Describe +=, -=, *=, and /= operators. |
479 Add new example. | |
480 | |
6641 | 481 * interpreter/eval.txi: Partition the chapter into sections. |
482 Describe evalin and assignin functions using text from Paul | |
6643 | 483 Kienzle. Change "See See" to "See". Use @ref instead of @xref to |
484 avoid "See" to be written with a capital letter in the middle of a | |
485 sentence. | |
6641 | 486 |
6638 | 487 * interpreter/func.txi: New section describing load path. |
488 Improve 'inline' and 'command' sections. | |
489 | |
6637 | 490 * interpreter/stmt.txi: Describe cell array cases for the switch |
491 statement. Minor layout changes. | |
492 | |
6635 | 493 2007-05-19 David Bateman <dbatemna@free.fr> |
494 | |
495 * interpreter/func.txi: Additional documentation for function | |
496 locking, dispatch and autoloading. | |
497 | |
6632 | 498 2007-05-16 S�ren Hauberg <hauberg@gmail.com> |
499 | |
6635 | 500 * interpreter/expr.txi: Improve docs. |
6632 | 501 |
6620 | 502 2007-05-14 John W. Eaton <jwe@octave.org> |
503 | |
504 * interpreter/basics.txi, interpreter/data.txi, | |
505 interpreter/intro.txi, interpreter/numbers.txi, | |
506 interpreter/octave.texi, interpreter/preface.txi: Doc fixes. | |
507 | |
6616 | 508 2007-04-18 S�ren Hauberg <hauberg@gmail.com> |
509 | |
510 * interpreter/package.texi: Document "*" flag for loaded packages. | |
511 | |
6623 | 512 * interpreter.var.txi: Improve explanation of clear, exist, and who. |
513 | |
514 * interpreter/intro.txi: Change @unnumberedsubsec to @subsection. | |
515 | |
516 * interpreter/container.txi: Doc fix. | |
517 | |
518 * interpreter/strings.txi: Improve explanation for creating | |
519 comparing, and converting strings. | |
520 * interpreter/octave.texi: Update detailed menu. | |
521 | |
6612 | 522 2007-05-09 David Bateman <dbateman@free.fr> |
523 | |
524 * faq/Octave-FAQ.texi: Update compatibility section. | |
525 | |
6593 | 526 2007-04-27 David Bateman <dbateman@free.fr> |
527 | |
6595 | 528 * Makefile.in (EXAMPLE_FILES_NODIR): Add mycell.c, myfeval.c, |
529 myfunc.c, mypow2.c, mysparse.c, mystring.c, mystruct.c and | |
530 paramdemo.cc. | |
6593 | 531 * interpreter.txi/dynamic.txi: Complete all but the section on |
532 the mex- and oct-file APIs. | |
533 | |
6587 | 534 2007-04-26 David Bateman <dbateman@free.fr> |
535 | |
536 * interpreter/stmt.txi: Document for loops over matrices, arrays | |
537 and cell arrays. | |
538 | |
6580 | 539 2007-04-25 David Bateman <dbateman@free.fr> |
540 | |
541 * interpreter/dynamic.txi: Add additional copyrights. Add sections | |
542 of input parameter checking, documentation and testing of | |
543 oct-files. Adds a section on calling other functions from | |
544 mex-files, expands the basic information on mex-files, and add a | |
545 few new sections (to be completed) to the section about mex-files | |
546 | |
6574 | 547 2007-04-25 John W. Eaton <jwe@octave.org> |
548 | |
6583 | 549 * interpreter/dynamic.txi: Use abs_top_srcdir to find example files. |
550 | |
551 2007-04-25 David Bateman <dbateman@free.fr> | |
552 | |
553 * conf.texi.in: Also set abs_top_srcdir with substitution. | |
554 * Makefile.in: Substitute abs_top_srcdir here. | |
555 | |
556 2007-04-25 John W. Eaton <jwe@octave.org> | |
557 | |
6577 | 558 * interpreter/dynamic.txi: Use @verbatiminclude for example code. |
559 | |
560 * interpreter/Makefile.in (EXAMPLE_FILES_NODIR, EXAMPLE_FILES): | |
561 New variables. | |
562 (octave.info, octave.dvi, octave.pdf, HTML/index.html): | |
563 Depend on $(EXAMPLE_FILES). | |
564 | |
565 * conf.texi.in: Also set top_srcdir with substitution. | |
566 | |
6574 | 567 * interpreter/tips.txi: Update with new text and examples. |
568 Move documentation section to the end. | |
569 | |
6570 | 570 2007-04-24 David Bateman <dbateman@free.fr> |
571 | |
572 * interpreter/octave.texi: Include dynamic.texi as appendix and | |
573 update menus. | |
574 | |
575 * interpreter/plot.txi: Update menus. | |
576 | |
577 * interpreter/strings.txi: @result -> @result{}. | |
578 | |
579 * intrepreter/func.txi, intrepreter/sparse.txi: | |
580 Delete .oct file section and update menus. | |
581 | |
582 * interpreter/addtwomatrices.cc, interpreter/celldemo.cc, | |
583 interpreter/fortdemo.cc, interpreter/funcdemo.cc, | |
584 interpreter/globaldemo.cc, interpreter/helloworld.cc, | |
585 interpreter/stringdemo.cc, interpreter/structdemo.cc, | |
586 interpreter/unwinddemo.cc, interpreter/fortsub.f, | |
587 interpreter/dynamic.txi: New files. | |
588 | |
589 * Makefile.in (SUB_SOURCE): Include dynamic.txi in the list. | |
590 | |
6537 | 591 2007-04-18 S�ren Hauberg <hauberg@gmail.com> |
592 | |
593 * interpreter/package.texi: New file. | |
594 * octave/texi: @include it, add it to the menus. | |
595 | |
6535 | 596 2007-04-18 John W. Eaton <jwe@octave.org> |
597 | |
598 * interpreter/contributors.in: New file. | |
599 * interpreter/Makefile.in (contributors.texi): New target. | |
600 (clean): Also deleete contributors.texi | |
601 (TEXINFO): Include contributors.texi in the list. | |
602 (preface.texi): @include contributors.texi. | |
603 | |
6531 | 604 2007-04-17 David Bateman <dbateman@free.fr> |
605 | |
606 * interpreter/linalg.txi (Techniques used for Linear Algebra): | |
607 New node. | |
608 * interpreter/octave.texi: Include it in menu. | |
609 * interpreter/sparse.txi: Delete discusion of matrix_type. | |
610 | |
6529 | 611 2007-04-16 John W. Eaton <jwe@octave.org> |
612 | |
613 * interpreter/stream.txi: Delete. | |
614 * interpreter/Makefile.in (SUB_SOURCE): Remove it from the list. | |
615 | |
616 2007-04-16 S�ren Hauberg <hauberg@gmail.com> | |
617 | |
6530 | 618 * intrepreter/stmt.txi: Improve documentation of switch statement. |
619 | |
620 * interpreter/tips.txi: Update description of how copyright | |
621 statements are recognized. | |
622 | |
6529 | 623 * interpreter/octave.texi: Don't include stream.texi. |
624 Remove menu entry for I/O streams. | |
625 | |
626 * interpreter/image.txi: Update docs. | |
627 | |
6518 | 628 2007-04-11 S�ren Hauberg <hauberg@gmail.com> |
629 | |
630 * interpreter/container.txi: Document indexing with (). | |
631 | |
6514 | 632 2007-04-11 S�ren Hauberg <hauberg@gmail.com> |
633 | |
634 * interpreter/container.txi: Improve cell array documentation. | |
635 | |
6510 | 636 2007-04-09 S�ren Hauberg <hauberg@gmail.com> |
637 | |
638 * interpreter/func.txi: Document varargin, varargout, and default | |
639 argument values. | |
640 | |
6481 | 641 2007-04-03 Rafael Laboissiere <rafael@debian.org> |
642 | |
643 * interpreter/basics.txi: Clarified some limitations of the #! | |
644 script mechanism, in particular related to the parsing of the | |
645 arguments. | |
646 | |
6477 | 647 2007-03-29 Rafael Laboissiere <rafael@debian.org> |
648 | |
649 * faq/Octave-FAQ.texi, interpreter/basics.txi, | |
650 interpreter/emacs.txi, interpreter/func.tx, interpreter/var.txi: | |
651 Make it clear that the old built-in LOADPATH is an internal | |
652 variable, accessible through path (). | |
653 Drop references to DEFAULT_LOADPATH. | |
654 Chang references to the old built-in variables INFO_FILE and | |
655 INFO_PROGRAM to the respective fucntions info_file and | |
656 info_program. | |
657 * refcard/refcard.tex: Drop LOADPATH from list of built-in variables. | |
658 | |
6467 | 659 2007-03-27 John W. Eaton <jwe@octave.org> |
660 | |
661 * Makefile.in, interpreter/Makefile.in, faq/Makefile.in, | |
662 liboctave/Makefile.in, refcard/Makefile.in (dist): | |
663 Use ln instead of $(LN_S). | |
664 | |
6431 | 665 2007-03-21 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
666 | |
667 * interpreter/sparse.txi: Delete repeated word. | |
668 | |
6421 | 669 2007-03-20 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
670 | |
671 * interpreter/sparse.txi: Clarify sparse matrix creation example. | |
672 | |
6411 | 673 2007-03-14 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
674 | |
675 * interpreter/sparse.txi: Fix typo. | |
676 | |
6358 | 677 2007-02-26 From Michael Goffioul <michael.goffioul@swing.be> |
678 | |
679 * Makefile.in, interpreter/Makefile.in, faq/Makefile.in, | |
680 liboctave/Makefile.in, refcard/Makefile.in: | |
681 Use $(LN_S) instead of ln or ln -s. | |
682 | |
6334 | 683 2007-02-21 David Bateman <dbateman@free.fr> |
684 | |
685 * interpreter/sparse.txi: Add functions sprank and normest to | |
686 documentation. | |
687 | |
6257 | 688 2007-01-25 John W. Eaton <jwe@octave.org> |
689 | |
690 * interpreter/sparseimages.m: Don't call __gnuplot_x__ functions. | |
691 | |
6180 | 692 2006-11-17 John W. Eaton <jwe@octave.org> |
693 | |
694 * interpreter/sparseimages.m: Fix call to __plt3__. | |
695 | |
6178 | 696 2006-11-16 John W. Eaton <jwe@octave.org> |
697 | |
698 * interpreter/sparseimages.m (femimages): Use plot3. | |
699 | |
6152 | 700 2006-11-11 John W. Eaton <jwe@octave.org> |
701 | |
702 * interpreter/Makefile.in (%.texi : %.txi): | |
703 Use $(simple-move-if-change-rule) here. | |
704 | |
6126 | 705 2006-10-29 John W. Eaton <jwe@octave.org> |
706 | |
707 * interpreter/Makefile.in (run-octave): Call it here. | |
708 * interpreter/sparseimages.m (sparseimages): Don't call sleep here. | |
709 | |
6116 | 710 2006-10-27 John W. Eaton <jwe@octave.org> |
711 | |
712 * interpreter/Makefile.in (run-octave): | |
713 Unset DISPLAY while running Octave. | |
714 From Michael Goffioul <michael.goffioul@swing.be>. | |
715 | |
716 * interpreter/Makefile.in (octave.dvi, octave.pdf): | |
717 Use $(UNSETCOMSPEC) in command. | |
718 * faq/Makefile.in (Octave-FAQ.dvi, Octave-FAQ.pdf): Likewise. | |
719 * liboctave/Makefile.in (liboctave.dvi, liboctave.pdf): Likewise. | |
720 | |
6040 | 721 2006-10-09 Thomas Treichl <Thomas.Treichl@gmx.net> |
722 | |
723 * interpreter/sparseimages.m: Plot sombrero images if sparse | |
724 capabilities are missing. | |
725 | |
6031 | 726 2006-10-04 John W. Eaton <jwe@octave.org> |
727 | |
728 * interpreter/Makefile.in (HTML_IMAGES_PNG): New variable. | |
729 (HTML/index.html): Depend on $(HTML_IMAGES_PNG) instead of html-figs. | |
730 ($(HTML_IMAGES_PNG): HTML/%.png : %.png): New pattern rule. | |
731 (html-dir): Delete target. | |
732 | |
6024 | 733 2006-10-03 Rafael Laboissiere <rafael@debian.org> |
734 | |
735 * interpreter/mkoctfile.1: Fix indentation for --mex description. | |
736 | |
6001 | 737 2006-09-26 John W. Eaton <jwe@octave.org> |
738 | |
739 * interpreter/Makefile.in (stamp-images): Delete. | |
740 (octave.info): Depend on $(IMAGES_TXT), not stamp-images. | |
741 (octave.dvi): Depend on $(IMAGES_EPS), not stamp-images. | |
742 (octave.pdf): Depend on $(IMAGES_PDF), not stamp-images. | |
743 (html-figs): Depend on $(IMAGES_PNG), not stamp-images. | |
744 (SCRIPT_SOURCES, SPARSEIMAGES_1, SPARSEIMAGES_EPS, | |
745 SPARSEIMAGES_PDF, SPARSEIMAGES_PNG, SPARSE_IMAGES_TXT, IMAGES_EPS, | |
746 IMAGES_PDF, IMAGES_PNG, IMAGES_TXT, and IMAGES): New variables. | |
747 (SOURCES): Include $(SCRIPT_SOURCES) in the list. | |
748 (DISTFILES): Include $(IMAGES) in the list. | |
749 (maintainer-clean): Delete $(IMAGES) here. | |
750 (DISTSUBDIRS, SUBDIRS): Remove $(IMAGEDIR) from list. | |
751 (octave.dvi, octave.info, octave.pdf, HTML/index.html): | |
752 Don't include $(IMAGEDIR) in list of directories to search | |
753 * sparseimages.m: Move here from images/sparseimages.m. | |
754 * images/Makefile.in: Delete. | |
755 * images: Delete directory. | |
756 | |
5966 | 757 2006-08-24 John W. Eaton <jwe@octave.org> |
758 | |
759 * interpreter/images/Makefile.in (SPARSEIMAGES_PDF): New macro. | |
760 Keep PDF images out of IMAGES list. | |
761 | |
5942 | 762 2006-08-18 John W. Eaton <jwe@octave.org> |
763 | |
764 * conf.texi.in: Eliminate TARGETHOSTTYPE variable. | |
765 | |
5934 | 766 2006-08-17 John W. Eaton <jwe@octave.org> |
767 | |
768 * interpreter/images/Makefile.in (%.pdf : %eps): | |
769 Use $(GHOSTSCRIPT) instead of gs. | |
770 | |
5926 | 771 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
772 | |
773 * interpreter/images/sparseimages.m: Adapt to new automatic_replot | |
774 definition. | |
775 | |
5866 | 776 2006-06-27 John W. Eaton <jwe@octave.org> |
777 | |
778 * interpreter/Makefile.in: Elminate double-colon rules. | |
779 | |
5835 | 780 2006-05-31 John W. Eaton <jwe@octave.org> |
781 | |
782 * interpreter/images/Makefile.in (run-octave): | |
783 Use $(TOPDIR)/run-octave script to execute Octave. | |
784 (OCTAVE_BINARY, OCTAVE_SCRIPT_PATH, OCTAVE_LD_LIBRARY_PATH, | |
785 XLD_LIBRARY_PATH, SET_LD_LIBRARY_PATH): Delete variables. | |
786 | |
5745 | 787 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
788 | |
789 * interpreter/mkoctfile.1: Doc string fix. | |
790 | |
5730 | 791 2006-04-03 David Bateman <dbateman@free.fr> |
792 | |
793 * interpreter/matrix.txi: Add rande, randp, randg and update | |
794 for different random generator behavior. | |
795 | |
5720 | 796 2006-03-28 John W. Eaton <jwe@octave.org> |
797 | |
798 * texinfo.tex: Update FSF address. | |
799 | |
5718 | 800 2006-03-27 John W. Eaton <jwe@octave.org> |
801 | |
802 * interpreter/images/sparseimages.m: Fix missing endif. Omit | |
803 unnecessary call to axis. | |
804 | |
5717 | 805 2006-03-24 John W. Eaton <jwe@octave.org> |
806 | |
807 * interpreter/images/sparseimages.m: | |
808 Avoid some unnecessary calculations. | |
809 | |
5708 | 810 2006-03-22 John W. Eaton <jwe@octave.org> |
811 | |
5711 | 812 * interpreter/sparse.txi: Undo previous change. |
813 Always use @image to include image files. | |
5708 | 814 * interpreter/Makefile.in: Eliminate stamp files. |
815 (clean, mostlyclean, distclean, maintainer-clean): Now | |
816 double-colon targets. | |
817 (stamp-images): New target. | |
818 (octave.info, octave.dvi, octave.pdf, HTML/index.html): Depend on it. | |
819 * interpreter/images/Makefile.in: Explicitly list images to be | |
820 created and their dependencies. | |
5711 | 821 * interpreter/images/sparseimages.m (sparseimage): Delete dirc arg. |
822 Sleep for 1 second before returning. | |
823 (txtimages): Also create gplot.txt and grid.txt. | |
5708 | 824 (sparseimages): Don't redirect output here. |
825 New arg, nm. Only output a single figure at a time. | |
826 (bury_output): New function. Use it before plotting commands and | |
827 after every print function. | |
828 * Makefile.in (conf.texi): New target. | |
829 (DISTFILES): Include conf.texi in the list. | |
830 (all, dist): Depend on conf.texi. | |
831 * conf.texi.in: Values come from Makeconf, not configure. | |
832 | |
5704 | 833 2006-03-21 John W. Eaton <jwe@octave.org> |
834 | |
5706 | 835 * liboctave/Makefile.in (FORMATTED): Omit .html files here. |
836 (DISTDIRS): New variable. | |
837 (dist): Handle $(DISTDIRS) here. | |
838 | |
839 * faq/Makefile.in (FORMATTED): Omit .html files here. | |
840 (DISTDIRS): New variable. | |
841 (dist): Handle $(DISTDIRS) here. | |
842 | |
843 * interpreter/Makefile.in (FORMATTED): Omit .html files here. | |
844 (DISTDIRS): New variable. | |
845 (dist): Handle $(DISTDIRS) here. | |
846 | |
5704 | 847 * interpreter/sparse.txi: Temporarily omit figures. |
848 * interpreter/Makefile.in: Temporarily omit actions for making figures. | |
5706 | 849 (DISTSUBDIRS): New macro. |
850 (dist): Recurse into $(DISTSUBDIRS) here. | |
5704 | 851 |
852 * interpreter/Makefile.in (real-pdf): Depend on stamp-eps | |
853 (stamp-pdf): Depend on real-pdf. Touch stamp-pdf here. | |
854 (real-pdf): Not here. | |
855 | |
5681 | 856 2006-03-16 David Bateman <dbateman@free.fr> |
857 | |
858 * interpreter/images/sparseimages.m: set terminal type to dummy to | |
859 direct output to terminal rather than X11. | |
860 * interpreter/sparse.txi: Update docs for new QR solvers. | |
861 | |
5652 | 862 2006-03-09 David Bateman <dbateman@free.fr> |
863 | |
864 * interpreter/Makefile.in: Change order of commands in HTML/index.html | |
865 target. Respawn make for stamp-pdf target so that $(wildcard *.eps) is | |
866 reinterpreted. | |
867 * interpreter/sparse.txi: Isolate conditionally built targets in | |
868 "@ifset ... @end ifset". | |
869 | |
5648 | 870 2006-03-08 David Bateman <dbateman@free.fr> |
871 | |
872 * conf.texi: Remove. | |
873 * conf.texi.in: New file, for autoconf'ed version of conf.texi. | |
874 * Makefile.in: replace conf.texi with conf.texi.in in DISTFILES | |
875 * interpreter/Makefile.in: build in subdir IMAGEDIR, add stamps for | |
876 image files. Copy png-files to HTML directory. Build pdf files from | |
877 eps files using epsffit, gs, grep, basename, head and awk. | |
878 * octave.texi: Update sparse sub-sections. | |
879 * sparse.txi: Updates for current state of sparse code. | |
880 * interpreter/images/Makefile.in: New file. | |
881 * interpreter/images/sparseimages.m: New file to build sparse images. | |
882 | |
5647 | 883 2006-03-07 David Bateman <dbateman@free.fr> |
884 | |
885 * liboctave/dae.texi, liboctave/factor.texi, liboctave/nleqn.texi, | |
886 liboctave/quad.texi, liboctave/matvec.texi, liboctave/nlfunc.texi, | |
887 liboctave/diffeq.texi, liboctave/array.texi, liboctave/range.texi, | |
888 liboctave/optim.texi: Fix some syntax problems for texinfo.tex 4.8. | |
889 | |
5642 | 890 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
891 | |
892 * interpreter/octave.texi (@seealso): Display args instead of | |
893 discarding them. | |
894 | |
5635 | 895 2006-03-02 John W. Eaton <jwe@octave.org> |
896 | |
5638 | 897 * faq/Makefile.in (Octave-FAQ.ps): Depend on Octave-FAQ.dvi, not |
898 $(TEXINFO). | |
899 | |
5635 | 900 * texinfo.tex: Update to 2004-11-25.16 version from Texinfo 4.8. |
901 | |
5582 | 902 2005-12-14 David Bateman <dbateman@free.fr> |
903 | |
904 * interpreter/testfun.txi: New test/demo documentation. | |
905 * interpreter/strings.txi: Include regexp/regexi docstrings. | |
906 * interpreter/octave.texi: Include test/demo appendix. | |
907 * interpreter/Makefile.in (SUB_SOURCE): Include test.txi. | |
908 | |
5576 | 909 2005-12-13 David Bateman <dbateman@free.fr> |
910 | |
911 * interpreter/sparse.txi: Add new gplot, etreeplot and treeplot | |
912 functions. | |
913 | |
5527 | 914 2005-11-01 John W. Eaton <jwe@octave.org> |
915 | |
916 * liboctave/Makefile.in (maintainer-clean): Also remove liboctave.pdf | |
917 * faq/Makefile.in (maintainer-clean): Also remove Octave-FAQ.pdf. | |
918 From Quentin Spencer <qspencer@ieee.org>. | |
919 | |
5506 | 920 2005-10-23 David Bateman <dbateman@free.fr> |
921 | |
922 * sparse.txi: Updates for new ufsparse licensing, new functions and | |
923 various typos. | |
924 | |
5457 | 925 2005-09-19 Rafael Laboissiere <rafael@debian.org> |
926 | |
927 * interpreter/octave-config.1: Use bold instead of italics to | |
928 markup command name. | |
929 | |
5425 | 930 2005-07-29 John W. Eaton <jwe@octave.org> |
931 | |
932 * faq/Makefile.in (HTML/index.html): Pass --ifinfo to makeinfo. | |
933 * interpreter/Makefile.in (HTML/index.html): Likewise. | |
934 * liboctave/Makefile.in (HTML/index.html): Likewise. | |
935 | |
5422 | 936 2005-07-28 John W. Eaton <jwe@octave.org> |
937 | |
938 * faq/Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in: | |
939 Use makeinfo instead of texi2html to generate HTML. | |
940 | |
5334 | 941 2005-05-02 John W. Eaton <jwe@octave.org> |
942 | |
943 * interpreter/munge-texi.cc (skip_comments): New function. | |
944 (process_doc_file): Use it to skip comments at beginning of file. | |
945 | |
5322 | 946 2005-04-29 David Bateman <dbateman@free.fr> |
947 | |
5324 | 948 * interpreter/sparse.txi: Add matrix_type, spkron, and document |
949 changes in solve code. | |
5322 | 950 |
5282 | 951 2005-03-14 David Bateman <dbateman@free.fr> |
952 | |
953 * interpreter/sparse.txi: Add luinc function. | |
954 | |
5196 | 955 2005-03-09 John W. Eaton <jwe@octave.org> |
956 | |
957 * Makefile.in (bin-dist): Delete target. | |
958 (BINDISTSUBDIRS): Delete variable. | |
959 | |
960 * refcard/Makefile.in (bin-dist): Delete target. | |
961 (BINDISTFILES): Delete variable. | |
962 * liboctave/Makefile.in: Likewise. | |
963 * interpreter/Makefile.in: Likewise. | |
964 * faq/Makefile.in: Likewise. | |
965 | |
5164 | 966 2005-02-25 John W. Eaton <jwe@octave.org> |
967 | |
968 Sparse merge. | |
969 | |
970 2005-01-07 David Bateman <dbateman@free.fr> | |
971 | |
972 * interpreter/sparse.txi: New file. | |
973 * interpreter/Makefile.in: Add it to the build. | |
974 * interpreter/octave.texi: Include it in the contents tables and the | |
975 top level document. | |
976 | |
5162 | 977 2005-02-25 John W. Eaton <jwe@octave.org> |
978 | |
979 * liboctave/Makefile.in (all): Also depend on Octave-FAQ.pdf. | |
980 Use $(MAKEINFO) instead of makeinfo in rules. | |
981 | |
982 2005-02-25 Rafael Laboissiere <rafael@debian.org> | |
983 | |
984 * liboctave/Makefile.in (Octave-FAQ.pdf): New target and rule. | |
985 (FORMATTED): Add Octave-FAQ.pdf to the list. | |
986 | |
5151 | 987 2005-02-21 John W. Eaton <jwe@octave.org> |
988 | |
989 * liboctave/Makefile.in (liboctave.pdf): New target and rule. | |
990 (FORMATTED): Add liboctave.pdf to the list. | |
5162 | 991 (all): Also depend on liboctave.pdf. |
5151 | 992 Use $(MAKEINFO) instead of makeinfo in rules. |
993 | |
994 * interpreter/Makefile.in (octave.pdf): New target and rule. | |
995 (FORMATTED): Add octave.pdf to the list. | |
996 (all): Also depend on octave.pdf. | |
997 Use $(MAKEINFO) instead of makeinfo in rules. | |
998 | |
5134 | 999 2005-02-08 Quentin Spencer <qspencer@ieee.org> |
1000 | |
1001 * interpreter/plot.txi: Emphasize compatible plotting functions | |
1002 over gplot and friends. | |
1003 | |
4754 | 1004 2004-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
1005 | |
1006 * liboctave/Makefile.in (FORMATTED): Use liboctave*.html instead | |
1007 of liboctave_*.html. | |
1008 | |
1009 * faq/Makefile.in (FORMATTED): Use Octave-FAQ*.html instead of | |
1010 Octave-FAQ_*.html. | |
1011 | |
4710 | 1012 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
1013 | |
1014 * faq/Makefile.in (maintainer-clean): Remove Octave-FAQ*.html | |
1015 instead of just Octave-FAQ_*.html. | |
1016 | |
1017 * liboctave/Makefile.in (maintainer-clean): Remove liboctave*.html | |
1018 instead of just liboctave_*.html. | |
1019 | |
1020 * refcard/Makefile.in (maintainer-clean): Remove refcard-*.pdf. | |
1021 | |
4672 | 1022 2003-12-09 Eric S. Raymond <esr@thyrsus.com> |
1023 | |
1024 * interpreter/mkoctfile.1: Use .I instead of .f for markup of ".oct". | |
1025 | |
4623 | 1026 2003-11-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
1027 | |
1028 * interpreter/munge-texi.cc (process_texi_input_file): | |
1029 Avoid -Wshadow warnings. | |
1030 | |
4489 | 1031 2003-08-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
1032 | |
1033 * refcard/Makefile.in (refcard-a4.pdf, refcard-legal.pdf, | |
1034 refcard-letter.pdf): New targets. | |
1035 (FORMATTED): Add them to the list. | |
1036 * refcard/refcard.tex: Optionally set pdf paper size parameters. | |
1037 | |
4483 | 1038 2003-08-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
1039 | |
1040 * interpreter/Makefile.in (octave_toc.html): Add "-I ." to texinfo | |
1041 command line args. | |
1042 | |
4440 | 1043 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
1044 | |
1045 * faq/Makefile.in (FORMATTED): Include all Octave-FAQ_*.html files | |
1046 here, not just the toc. | |
1047 | |
4413 | 1048 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
1049 | |
7031 | 1050 * interpreter/Makefile.in, liboctave/Makefile.in: Handle DESTDIR. |
4413 | 1051 |
4343 | 1052 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
1053 | |
1054 * interpreter/Makefile.in (MAN_BASE): Add octave-config.1 to the list. | |
1055 | |
1056 2003-02-19 Dirk Eddelbuettel <edd@debian.org> | |
1057 | |
1058 * octave-config.1: New file. | |
1059 | |
4298 | 1060 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
1061 | |
1062 * interpreter/Makefile.in (munge-texi$(BUILD_EXEEXT)): Pass | |
1063 $(BUILD_CXXFLAGS) and $(BUILD_LDFLAGS) to compiler. | |
1064 (%.o : %.cc): Delete pattern rule. | |
1065 | |
4279 | 1066 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
1067 | |
1068 * interpreter/munge-texi.cc: Define __USE_STD_IOSTREAM if using | |
1069 Compaq C++. | |
1070 | |
4215 | 1071 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
1072 | |
1073 * interpreter/Makefile.in (%.o : %.c): No longer need | |
1074 -DNO_PRAGMA_INTERFACE_IMPLEMENTATION=1 compiler option. | |
1075 (munge-texi#(BUILD_EXEEXT)): Likewise. | |
1076 Don't link to Map-s.o. | |
1077 | |
1078 * interpreter/Map-s.cc: Delete. | |
1079 * interpreter/Makefile.in (DISTFILES): Delete it from the list. | |
1080 (mostlyclean, clean): Don't delete Map-s.o. | |
1081 | |
1082 * interpreter/munge-texi.cc: Require working STL. | |
1083 | |
4207 | 1084 2002-11-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
1085 | |
1086 * interpreter/Makefile.in (maintainer-clean): Depend on | |
1087 clean-texi, don't remove $(TEXINFO). | |
1088 | |
4177 | 1089 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
1090 | |
1091 * interpreter/munge-texi.cc: Use STL map class by default, but | |
1092 make it easy to revert back to libg++-based Map class if that | |
1093 fails to work on some systems. | |
1094 | |
4149 | 1095 2002-11-01 Dirk Eddelbuettel <edd@debian.org> |
1096 | |
1097 * interpreter/Makefile.in (MAN_BASE, MAN_SRC): New variables, use | |
1098 as appropriate. | |
1099 | |
1100 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1101 | |
1102 * interpreter/mkoctfile.1: New file. | |
1103 | |
4125 | 1104 2002-10-25 Paul Kienzle <pkienzle@users.sf.net> |
1105 | |
1106 * interpreter/Makefile.in (octave_toc.html): Use -expandinfo and | |
1107 -split_chapter instead of -expand info and -split chapter. | |
1108 * liboctave/Makefile.in (liboctave_toc.html): Likewisel | |
1109 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. | |
1110 | |
1111 2002-10-25 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1112 | |
1113 * interpreter/Makefile.in (munge-texi$(BUILD_EXEEXT)): Always use | |
1114 -DNO_PRAGMA_INTERFACE_IMPLEMENTATION for compiling and linking. | |
1115 | |
4098 | 1116 2002-10-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
1117 | |
1118 * interpreter/Makefile.in (%.texi : %.txi): | |
1119 Use $(top_srcdir)/move-if-change. | |
1120 | |
1121 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1122 | |
1123 * interpreter/Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
1124 | |
4093 | 1125 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
1126 | |
1127 * interpreter/Makefile.in (munge-texi, %.o : %.cc): | |
1128 Use $(BUILD_CXX), not $(CXX). | |
1129 (src-DOCSTRINGS, scripts-DOCSTRINGS): New targets. | |
1130 ($(TEXIFNO)): Depend on them. | |
1131 (DOCSTRINGS): Delete variable. | |
1132 | |
4084 | 1133 2002-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
1134 | |
1135 * interpreter/Makefile.in (%.spell): Use $(SED), not sed. | |
1136 * liboctave/Makefile.in (%.spell): Likewise. | |
1137 * faq/Makefile.in (%.spell): Likewise. | |
1138 | |
3863 | 1139 2001-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
1140 | |
1141 * interpreter/Makefile.in (octave_toc.html): Use -expand info and | |
1142 -split chapter, to be consistent. | |
1143 * liboctave/Makefile.in (liboctave_toc.html): Likewise. | |
1144 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. | |
1145 | |
3862 | 1146 2001-11-14 Christoph Spiel <cspiel@hammersmith-consulting.com> |
1147 | |
1148 * faq/Makefile.in (Octave-FAQ_toc.html): Use -expandinfo and | |
1149 -split_chapter, not -expand info and -split chapter. | |
1150 * liboctave/Makefile.in (liboctave_toc.html): Likewise. | |
1151 | |
3849 | 1152 2001-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
1153 | |
1154 * interpreter/Makefile.in (MAIN_TEXINFO): Look in $(srcdir). | |
3852 | 1155 (octave_toc.html): Use -expandinfo and -split_chapter, not |
1156 -expand info and -split chapter. | |
3849 | 1157 |
3809 | 1158 2001-03-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
1159 | |
1160 * liboctave/Makefile.in (liboctave_toc.html): Use -expand info and | |
1161 -split chapter instead of -expandinfo and -split_chapter options | |
1162 for texi2html. | |
1163 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. | |
1164 * interpreter/Makefile.in (octave_toc.html): Likewise. | |
1165 | |
3720 | 1166 2000-10-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
1167 | |
1168 * liboctave/Makefile.in (liboctave_toc.html): Add space after -I | |
1169 in texi2html command. | |
1170 * interpreter/Makefile.in (octave_toc.html): Ditto. | |
1171 | |
3605 | 1172 2000-03-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
1173 | |
1174 * interpreter/octave-bug.1: New file. | |
1175 * interpreter/Makefile.in (install install-strip): Install it. | |
1176 (DISTFILES, BINDISTFILES): Add it to the | |
1177 | |
3601 | 1178 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
1179 | |
1180 * interpreter/Makefile.in (clean): Also delete munge-texi, | |
1181 munge-texi.o, and Map-s.o. | |
1182 | |
3575 | 1183 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
1184 | |
1185 * interpreter/munge-texi.cc: Sprinkle with std:: qualifier. | |
1186 | |
3494 | 1187 2000-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
1188 | |
1189 * interpreter/Makefile.in (clean-texi): Avoid removing octave.texi. | |
1190 | |
3404 | 1191 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
1192 | |
1193 * interpreter/Makefile.in: Don't generate octave.texi from octave.txi. | |
1194 * interpreter/octave.texi: Rename from octave.txi. | |
1195 | |
1196 * interpreter/munge-texi.cc (process_texi_input_file): Undo | |
1197 previous change, since % doesn't work as a comment character after | |
1198 texinfo.tex is included. | |
1199 | |
3401 | 1200 2000-01-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
1201 | |
3402 | 1202 * texinfo.tex: Update to version from texinfo-4.0. |
1203 | |
3401 | 1204 * interpreter/munge-texi.cc (process_texi_input_file): For Texinfo |
1205 doc strings, automatically insert an @anchor{doc-SYMBOL} command | |
1206 just before the docstring for SYMBOL. | |
1207 | |
3376 | 1208 1999-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
1209 | |
1210 * interpreter/munge-texi.cc (process_texi_input_file): Begin | |
1211 transformed files with `% DO NOT EDIT' instead of `@c DO NOT EDIT' | |
1212 to prevent problems with TeX not knowing the definition of @c | |
1213 before it is used. | |
1214 | |
3364 | 1215 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
1216 | |
1217 * interpreter/Makefile.in (%.texi : %.txi): Suppress command echo. | |
1218 | |
3314 | 1219 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
1220 | |
3315 | 1221 * interpreter/Makefile.in (dist): Remove .texi files first, so |
1222 they will have timestamps newer than the $(DOCSTRINGS) files. | |
3316 | 1223 (%.texi : %.txi): Use mv instead of move-if-change. |
3315 | 1224 |
3314 | 1225 * interpreter/Map-s.cc: New file. |
1226 * interpreter/munge-texi.cc: Use old libg++ Map class instead of | |
1227 STL map, for the benefit of systems that have assemblers that | |
1228 can't handle the long symbol names generated by g++ for | |
1229 map<string,string>. | |
1230 | |
3296 | 1231 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
1232 | |
3301 | 1233 * interpreter/munge-texi.cc: Strip the "-*- texinfo -*-" marker |
1234 when including help text. | |
1235 | |
3297 | 1236 * interpreter/Makefile.in ($(TEXINFO)): Depend on $(DOCSTRINGS). |
1237 ($(DOCSTRINGS)): New rule. | |
1238 | |
1239 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of | |
1240 `cd dir; $(MAKE); cd ..'. | |
1241 (../BUGS, ../INSTALL.OCTAVE, $(SUBDIRS)) Likewise. | |
1242 | |
3296 | 1243 * interpreter/*.txi: Rename from *.txi. |
1244 * interpreter/munge-texi.cc: New file. | |
1245 * interpreter/Makefile.in: Use it to create .texi files from .txi | |
1246 files and DOCSTRING files. | |
1247 | |
3246 | 1248 Fri Jun 18 23:17:02 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
1249 | |
1250 * interpreter/Makefile.in (octave_toc.html): Add -expandinfo to | |
1251 tex12html options. | |
1252 * liboctave/Makefile.in (liboctave_toc.html): Likewise. | |
1253 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. | |
1254 | |
3189 | 1255 Fri Oct 9 00:27:33 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
1256 | |
1257 * faq/Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in: | |
1258 New rules for generating HTML files from Texinfo sources. | |
1259 | |
3176 | 1260 Thu May 14 21:04:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
1261 | |
1262 * interpreter/Makefile.in (../../BUGS, ../../INSTALL): Add | |
1263 --no-validate to makeinfo args. | |
1264 | |
3069 | 1265 Wed Jul 2 16:41:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1266 | |
1267 * refcard/Makefile.in: Remove .tex files from binary distributions. | |
1268 | |
1269 * interpreter/Makefile.in: Add DVI and Postscript files to binary | |
1270 distributions. | |
1271 | |
2867 | 1272 Fri Apr 18 02:51:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1273 | |
1274 * faq/Octave-FAQ.texi: Rename from faq/FAQ.texi. | |
1275 * faq/Makefile.in: Fix names to match. | |
1276 | |
2811 | 1277 Wed Mar 12 17:01:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1278 | |
1279 * Makefile.in (install-strip): New target. | |
1280 * faq/Makefile.in: Ditto. | |
1281 * interpreter/Makefile.in: Ditto. | |
1282 * liboctave/Makefile.in: Ditto. | |
1283 * refcard/Makefile.in: Ditto. | |
1284 | |
2779 | 1285 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 1286 |
1287 * Version 2.0.5 released. | |
1288 | |
2767 | 1289 Fri Feb 28 20:53:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1290 | |
1291 * texinfo.tex: Update to latest version from Karl Berry, and apply | |
1292 previous patch too. | |
1293 | |
2760 | 1294 Thu Feb 27 03:34:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1295 | |
1296 * texinfo.tex (\codeunder): Maybe make it work for @var{} inside | |
1297 @code{}. | |
1298 | |
2749 | 1299 Wed Feb 26 12:03:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1300 | |
1301 * refcard/Makefile.in (mostlyclean clean): Delete log files. | |
1302 | |
1303 * liboctave/Makefile.in (mostlyclean clean): Delete more stuff. | |
1304 | |
1305 * faq/Makefile.in (mostlyclean clean): Delete some stuff. | |
1306 | |
2709 | 1307 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2701 | 1308 |
1309 * Version 2.0.4 released. | |
1310 | |
2706 | 1311 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1312 | |
2701 | 1313 * Makefile.in (DISTFILES): Distribute conf.texi, not conf.texi.in. |
1314 | |
1315 * liboctave/Makefile.in: Don't make or distribute conf.texi. | |
1316 (liboctave.info, liboctave.dvi): Depend on ../conf.texi, not conf.texi. | |
1317 | |
1318 * interpreter/Makefile.in: Don't create or distribute conf.texi. | |
1319 (octave.info, octave.dvi): Depend on ../conf.texi, not conf.texi. | |
1320 | |
2693 | 1321 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 1322 |
1323 * Version 2.0.3 released. | |
1324 | |
2645 | 1325 Wed Jan 29 11:49:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1326 | |
1327 * Makefile.in (../INSTALL.OCTAVE, ../BUGS): Declare these to be | |
1328 .PHONY so that we will always check the interpreter makefile to | |
1329 get the proper dependencies. | |
1330 | |
2634 | 1331 Mon Jan 27 15:52:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1332 | |
1333 * Version 2.0.2 released. | |
1334 | |
2627 | 1335 Sun Jan 26 22:07:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1336 | |
1337 * interpreter/Makefile.in: Make BUGS file directly from bugs.texi. | |
1338 * interpreter/bugs.texi: Incorporate bugs1.texi directly. | |
1339 * interpreter/bugs1.texi: Delete. | |
1340 | |
1341 * interpreter/Makefile.in: Make INSTALL file directly from | |
1342 install.texi. | |
1343 * interpreter/install.texi: Incorporate install1.texi directly. | |
1344 * interpreter/install1.texi: Delete. | |
1345 | |
2624 | 1346 Sat Jan 25 22:32:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1347 | |
1348 * Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in, | |
1349 faq/Makefile.in, refcard/Makefile.in (bin-dist): New target. | |
1350 | |
2602 | 1351 Tue Jan 7 00:17:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
1352 | |
1353 * Version 2.0.1 released. | |
1354 | |
2583 | 1355 Tue Dec 10 01:43:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1356 | |
1357 * Version 2.0 released. | |
1358 | |
2575 | 1359 Fri Dec 6 15:23:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1360 | |
1361 * Version 1.94. | |
1362 | |
2554 | 1363 Wed Nov 20 01:00:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1364 | |
1365 * Version 1.93. | |
1366 | |
2512 | 1367 Thu Nov 14 00:07:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1368 | |
2518 | 1369 * faq/Makefile.in (FAQ.dvi): Use $(TEXI2DVI), not just texi2dvi. |
1370 * interpreter/Makefile.in (octave.dvi): Likewise. | |
1371 * liboctave/Makefile.in (liboctave.dvi): Likewise. | |
1372 | |
2512 | 1373 * Version 1.92. |
1374 | |
2482 | 1375 Thu Nov 7 12:43:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1376 | |
1377 * Version 1.91. | |
1378 | |
2483 | 1379 * texinfo.tex: Update to version from texinfo-3.9 distribution. |
1380 | |
2452 | 1381 Wed Oct 30 17:20:28 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1382 | |
1383 * Version 1.90. | |
1384 | |
1385 * Makefile.in (DISTFILES): Add ChangeLog. | |
1386 | |
2391 | 1387 Sat Oct 12 13:38:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1388 | |
1389 * Makefile.in (maintainer-clean): Don't depend on distclean. | |
1390 | |
2330 | 1391 Sat Jun 15 23:01:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
1392 | |
1393 * interpreter/Makefile.in (TEXINFO): Add audio.texi and emacs.texi. | |
1394 | |
1395 Fri May 17 03:02:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1396 | |
1397 * interpreter/Makefile.in: Use man1dir instead of mandir, and | |
1398 man1ext instead of manext. | |
1399 | |
1400 Sat Mar 23 05:01:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1401 | |
1402 * liboctave/Makefile.in (TEXINFO): Don't list conf.texi and | |
1403 gpl.texi here. | |
1404 | |
1405 * liboctave/Makefile.in (dist targets): Fix ln command. | |
1406 * refcard/Makefile.in (dist targets): Likewise. | |
1407 * interpreter/Makefile.in (dist targets): Likewise. | |
1408 * faq/Makefile.in (dist targets): Likewise. | |
1409 | |
1410 Fri Mar 22 23:57:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1411 | |
1412 * liboctave/Makefile.in (DISTFILES): Add gpl.texi. | |
1413 * interpreter/Makefile.in (DISTFILES): Add gpl.texi. | |
1414 * Makefile.in (DISTFILES): Delete gpl.texi. | |
1415 | |
1416 Sun Mar 3 11:33:30 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1417 | |
1418 * Split docs into faq, interpreter, liboctave, and refcard | |
1419 subdirectories. | |
1420 | |
1421 Wed Sep 20 00:47:45 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
1422 | |
1423 * mkinstalldirs: New file. | |
1424 * Makefile.in (DISTFILES): Add it to the list. | |
1425 | |
1426 * Makefile.in (maintainer-clean): Delete .dvi, .ps, and .info | |
1427 files here. | |
1428 (clean): Not here. | |
1429 (mostlyclean): Make this the same as clean. | |
1430 | |
1431 Tue Sep 19 03:18:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
1432 | |
1433 * Makefile.in (../BUGS, ../INSTALL.OCTAVE): Specify output file to | |
1434 makeinfo with --output option. | |
1435 | |
1436 Thu Sep 14 20:31:47 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
1437 | |
1438 * Makefile.in: Don't fail if makeinfo, tex, or dvips fail. | |
1439 | |
1440 See ChangeLog.1 in the top level directory for earlier changes. |