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