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