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