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