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