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