Mercurial > hg > octave-thorsten
annotate doc/ChangeLog @ 10284:c3df189b1b15
more coding tips
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 09 Feb 2010 11:43:03 +0100 |
parents | fa0c28aff439 |
children | 0d928dd9eeb8 |
rev | line source |
---|---|
10284 | 1 2010-02-09 Jaroslav Hajek <highegg@gmail.com> |
2 | |
3 * interpreter/tips.txi: More tips. | |
4 | |
10228 | 5 2010-01-30 Jaroslav Hajek <highegg@gmail.com> |
6 | |
7 * interpreter/expr.txi (Assignment): Document return value of | |
8 multi-assignment with skipped values. | |
9 | |
10222
b45895b85092
doc/interpreter/obsolete.txi: remove weibcdf, weibinv, weibpdf, and weibrnd from the table
John W. Eaton <jwe@octave.org>
parents:
10214
diff
changeset
|
10 2010-01-29 John W. Eaton <jwe@octave.org> |
b45895b85092
doc/interpreter/obsolete.txi: remove weibcdf, weibinv, weibpdf, and weibrnd from the table
John W. Eaton <jwe@octave.org>
parents:
10214
diff
changeset
|
11 |
10224
f6e0404421f4
point to polyint in @seealso, not polyinteg
John W. Eaton <jwe@octave.org>
parents:
10222
diff
changeset
|
12 * interpreter/poly.txi (Derivatives and Integrals): |
f6e0404421f4
point to polyint in @seealso, not polyinteg
John W. Eaton <jwe@octave.org>
parents:
10222
diff
changeset
|
13 Don't include docstring for polyinteg. |
f6e0404421f4
point to polyint in @seealso, not polyinteg
John W. Eaton <jwe@octave.org>
parents:
10222
diff
changeset
|
14 |
10222
b45895b85092
doc/interpreter/obsolete.txi: remove weibcdf, weibinv, weibpdf, and weibrnd from the table
John W. Eaton <jwe@octave.org>
parents:
10214
diff
changeset
|
15 * interpreter/obsolete.txi (Obsolete Functions): |
b45895b85092
doc/interpreter/obsolete.txi: remove weibcdf, weibinv, weibpdf, and weibrnd from the table
John W. Eaton <jwe@octave.org>
parents:
10214
diff
changeset
|
16 Remove weibcdf, weibinv, weibpdf, and weibrnd from the table. |
b45895b85092
doc/interpreter/obsolete.txi: remove weibcdf, weibinv, weibpdf, and weibrnd from the table
John W. Eaton <jwe@octave.org>
parents:
10214
diff
changeset
|
17 |
10214
57e24c53e063
doc/interpreter/obsolete.texi: new file; list removed functions
John W. Eaton <jwe@octave.org>
parents:
10209
diff
changeset
|
18 2010-01-28 John W. Eaton <jwe@octave.org> |
57e24c53e063
doc/interpreter/obsolete.texi: new file; list removed functions
John W. Eaton <jwe@octave.org>
parents:
10209
diff
changeset
|
19 |
57e24c53e063
doc/interpreter/obsolete.texi: new file; list removed functions
John W. Eaton <jwe@octave.org>
parents:
10209
diff
changeset
|
20 * interpreter/obsolete.txi: New file. |
57e24c53e063
doc/interpreter/obsolete.texi: new file; list removed functions
John W. Eaton <jwe@octave.org>
parents:
10209
diff
changeset
|
21 * interpreter/Makefile.am (MUNGED_TEXI_SRC): Add it to the list. |
57e24c53e063
doc/interpreter/obsolete.texi: new file; list removed functions
John W. Eaton <jwe@octave.org>
parents:
10209
diff
changeset
|
22 * interpreter/octave.texi (Obsolete Functions): New menu item. |
57e24c53e063
doc/interpreter/obsolete.texi: new file; list removed functions
John W. Eaton <jwe@octave.org>
parents:
10209
diff
changeset
|
23 Include obsolete.texi. |
57e24c53e063
doc/interpreter/obsolete.texi: new file; list removed functions
John W. Eaton <jwe@octave.org>
parents:
10209
diff
changeset
|
24 |
10209
ea0d83b4470b
document use of ~ placeholders in the manual
Jaroslav Hajek <highegg@gmail.com>
parents:
10162
diff
changeset
|
25 2010-01-27 Jaroslav Hajek <highegg@gmail.com> |
ea0d83b4470b
document use of ~ placeholders in the manual
Jaroslav Hajek <highegg@gmail.com>
parents:
10162
diff
changeset
|
26 |
ea0d83b4470b
document use of ~ placeholders in the manual
Jaroslav Hajek <highegg@gmail.com>
parents:
10162
diff
changeset
|
27 * interpreter/expr.txi: Document using dummy outputs. |
ea0d83b4470b
document use of ~ placeholders in the manual
Jaroslav Hajek <highegg@gmail.com>
parents:
10162
diff
changeset
|
28 * interpreter/func.txi: Document using dummy inputs. |
ea0d83b4470b
document use of ~ placeholders in the manual
Jaroslav Hajek <highegg@gmail.com>
parents:
10162
diff
changeset
|
29 |
10162
9f9eb9d2eefd
doc/interpreter/munge-texi.cc: untabify and delete emacs local variable settings
John W. Eaton <jwe@octave.org>
parents:
10122
diff
changeset
|
30 2010-01-20 John W. Eaton <jwe@octave.org> |
9f9eb9d2eefd
doc/interpreter/munge-texi.cc: untabify and delete emacs local variable settings
John W. Eaton <jwe@octave.org>
parents:
10122
diff
changeset
|
31 |
9f9eb9d2eefd
doc/interpreter/munge-texi.cc: untabify and delete emacs local variable settings
John W. Eaton <jwe@octave.org>
parents:
10122
diff
changeset
|
32 * interpreter/munge-texi.cc: Delete Emacs local-variable settings. |
9f9eb9d2eefd
doc/interpreter/munge-texi.cc: untabify and delete emacs local variable settings
John W. Eaton <jwe@octave.org>
parents:
10122
diff
changeset
|
33 Untabify. |
9f9eb9d2eefd
doc/interpreter/munge-texi.cc: untabify and delete emacs local variable settings
John W. Eaton <jwe@octave.org>
parents:
10122
diff
changeset
|
34 |
10122
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10076
diff
changeset
|
35 2010-01-17 Thorsten Meyer <thorsten.meyier@gmx.de> |
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10076
diff
changeset
|
36 |
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10076
diff
changeset
|
37 * interpreter/container.txi (Creating Cell Arrays): Add |
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10076
diff
changeset
|
38 docstring for cellslices function. |
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10076
diff
changeset
|
39 |
10076
4b270d1540f7
avoid various GCC warnings
John W. Eaton <jwe@octave.org>
parents:
10010
diff
changeset
|
40 2010-01-09 John W. Eaton <jwe@octave.org> |
4b270d1540f7
avoid various GCC warnings
John W. Eaton <jwe@octave.org>
parents:
10010
diff
changeset
|
41 |
4b270d1540f7
avoid various GCC warnings
John W. Eaton <jwe@octave.org>
parents:
10010
diff
changeset
|
42 * interpreter/munge-texi.cc: Avoid C-style casts. |
4b270d1540f7
avoid various GCC warnings
John W. Eaton <jwe@octave.org>
parents:
10010
diff
changeset
|
43 (main): Call usage if fewer than two arguments. |
4b270d1540f7
avoid various GCC warnings
John W. Eaton <jwe@octave.org>
parents:
10010
diff
changeset
|
44 |
10010
c5e9931c7ba7
Correctly produce postcript output for geometryimages when QHULL library is not present
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
45 2009-12-20 Rik <octave@nomad.inbox5.com> |
c5e9931c7ba7
Correctly produce postcript output for geometryimages when QHULL library is not present
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
46 |
c5e9931c7ba7
Correctly produce postcript output for geometryimages when QHULL library is not present
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
47 * interpreter/geometryimages.m: Correctly set postscript output when QHULL |
c5e9931c7ba7
Correctly produce postcript output for geometryimages when QHULL library is not present
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
48 library does not exist and sombrero image is printed. |
c5e9931c7ba7
Correctly produce postcript output for geometryimages when QHULL library is not present
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
49 |
10004
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9997
diff
changeset
|
50 2009-12-19 Rik <octave@nomad.inbox5.com> |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9997
diff
changeset
|
51 |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9997
diff
changeset
|
52 * Makefile.am, faq/Makefile.am, interpreter/Makefile.am, |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9997
diff
changeset
|
53 liboctave/Makefile.am, refcard/Makefile.am, interpreter/images.awk: |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9997
diff
changeset
|
54 Eliminate TOPDIR variable in favor of built-in automake variables of |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9997
diff
changeset
|
55 top_builddir and top_srcdir. |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9997
diff
changeset
|
56 |
9997
8561ecc44317
Use automake syntax to build munge-texi
Rik <rdrider0-list@yahoo.com>
parents:
9968
diff
changeset
|
57 2009-12-17 Rik <octave@nomad.inbox5.com> |
8561ecc44317
Use automake syntax to build munge-texi
Rik <rdrider0-list@yahoo.com>
parents:
9968
diff
changeset
|
58 |
8561ecc44317
Use automake syntax to build munge-texi
Rik <rdrider0-list@yahoo.com>
parents:
9968
diff
changeset
|
59 * interpreter/Makefile.am: use automake syntax to build munge-texi. |
8561ecc44317
Use automake syntax to build munge-texi
Rik <rdrider0-list@yahoo.com>
parents:
9968
diff
changeset
|
60 |
9968
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
61 2009-12-11 Rik <octave@nomad.inbox5.com> |
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
62 |
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
63 * interpreter/Makefile.am: remove install-local target and use automake |
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
64 syntax to install doc-cache file. |
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
65 |
9963
0055d0b8a4bb
Replace distdir-local rule with dist-hook rule which is better supported
Rik <rdrider0-list@yahoo.com>
parents:
9962
diff
changeset
|
66 2009-12-10 Rik <octave@nomad.inbox5.com> |
0055d0b8a4bb
Replace distdir-local rule with dist-hook rule which is better supported
Rik <rdrider0-list@yahoo.com>
parents:
9962
diff
changeset
|
67 |
0055d0b8a4bb
Replace distdir-local rule with dist-hook rule which is better supported
Rik <rdrider0-list@yahoo.com>
parents:
9962
diff
changeset
|
68 * interpreter/Makefile.am: Replace distdir-local with dist-hook rule as it |
0055d0b8a4bb
Replace distdir-local rule with dist-hook rule which is better supported
Rik <rdrider0-list@yahoo.com>
parents:
9962
diff
changeset
|
69 is better supported by automake. |
0055d0b8a4bb
Replace distdir-local rule with dist-hook rule which is better supported
Rik <rdrider0-list@yahoo.com>
parents:
9962
diff
changeset
|
70 |
9962
9bd50882cd1c
new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Rik <rdrider0-list@yahoo.com>
parents:
9943
diff
changeset
|
71 2009-12-10 Rik <octave@nomad.inbox5.com> |
9bd50882cd1c
new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Rik <rdrider0-list@yahoo.com>
parents:
9943
diff
changeset
|
72 |
9bd50882cd1c
new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Rik <rdrider0-list@yahoo.com>
parents:
9943
diff
changeset
|
73 * interpreter/Makefile.am: new distdir-local rule to check for presence of |
9bd50882cd1c
new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Rik <rdrider0-list@yahoo.com>
parents:
9943
diff
changeset
|
74 necessary libraries before packaging distribution |
9bd50882cd1c
new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Rik <rdrider0-list@yahoo.com>
parents:
9943
diff
changeset
|
75 |
9943
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9936
diff
changeset
|
76 2009-12-08 Rik <octave@nomad.inbox5.com> |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9936
diff
changeset
|
77 |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9936
diff
changeset
|
78 * interpreter/Makefile.am: Distribute all generated documentation (.pdf, |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9936
diff
changeset
|
79 .ps, .html, .dvi) to remove build requirement for TexInfo |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9936
diff
changeset
|
80 |
9936
85389b4e3491
Changelog fix for previous patch
Rik <rdrider0-list@yahoo.com>
parents:
9934
diff
changeset
|
81 2009-12-07 Rik <octave@nomad.inbox5.com> |
85389b4e3491
Changelog fix for previous patch
Rik <rdrider0-list@yahoo.com>
parents:
9934
diff
changeset
|
82 |
85389b4e3491
Changelog fix for previous patch
Rik <rdrider0-list@yahoo.com>
parents:
9934
diff
changeset
|
83 * interpreter/Makefile.am, faq/Makefile.am, liboctave/Makefile.am: Document |
85389b4e3491
Changelog fix for previous patch
Rik <rdrider0-list@yahoo.com>
parents:
9934
diff
changeset
|
84 use of NOTPARALLEL directive. |
85389b4e3491
Changelog fix for previous patch
Rik <rdrider0-list@yahoo.com>
parents:
9934
diff
changeset
|
85 |
9934
519de8bb56ab
Add CLEANFILES and MAINTAINERCLEANFILES objects to properly clean refcard directory
Rik <rdrider0-list@yahoo.com>
parents:
9926
diff
changeset
|
86 2009-12-07 Rik <octave@nomad.inbox5.com> |
519de8bb56ab
Add CLEANFILES and MAINTAINERCLEANFILES objects to properly clean refcard directory
Rik <rdrider0-list@yahoo.com>
parents:
9926
diff
changeset
|
87 |
519de8bb56ab
Add CLEANFILES and MAINTAINERCLEANFILES objects to properly clean refcard directory
Rik <rdrider0-list@yahoo.com>
parents:
9926
diff
changeset
|
88 * refcard/Makefile.am: Add CLEANFILES and MAINTAINERCLEANFILES objects to |
519de8bb56ab
Add CLEANFILES and MAINTAINERCLEANFILES objects to properly clean refcard directory
Rik <rdrider0-list@yahoo.com>
parents:
9926
diff
changeset
|
89 properly clean directory. |
519de8bb56ab
Add CLEANFILES and MAINTAINERCLEANFILES objects to properly clean refcard directory
Rik <rdrider0-list@yahoo.com>
parents:
9926
diff
changeset
|
90 |
9926
7ad553781c62
Set dependency of *.texi files on munge-texi source code rather than executable.
Rik <rdrider0-list@yahoo.com>
parents:
9925
diff
changeset
|
91 2009-12-05 Rik <octave@nomad.inbox5.com> |
7ad553781c62
Set dependency of *.texi files on munge-texi source code rather than executable.
Rik <rdrider0-list@yahoo.com>
parents:
9925
diff
changeset
|
92 |
7ad553781c62
Set dependency of *.texi files on munge-texi source code rather than executable.
Rik <rdrider0-list@yahoo.com>
parents:
9925
diff
changeset
|
93 * interpreter/Makefile.am: Set dependency of *.texi files on |
7ad553781c62
Set dependency of *.texi files on munge-texi source code rather than executable.
Rik <rdrider0-list@yahoo.com>
parents:
9925
diff
changeset
|
94 munge-texi source code rather than executable. |
7ad553781c62
Set dependency of *.texi files on munge-texi source code rather than executable.
Rik <rdrider0-list@yahoo.com>
parents:
9925
diff
changeset
|
95 |
9925
955035efb929
Revert to using Ghostscript for documentation pdf image creation rather than Octave
Rik <rdrider0-list@yahoo.com>
parents:
9919
diff
changeset
|
96 2009-12-04 Rik <octave@nomad.inbox5.com> |
955035efb929
Revert to using Ghostscript for documentation pdf image creation rather than Octave
Rik <rdrider0-list@yahoo.com>
parents:
9919
diff
changeset
|
97 |
9967 | 98 * interpreter/images.awk: Revert to using Ghostscript for documentation |
9925
955035efb929
Revert to using Ghostscript for documentation pdf image creation rather than Octave
Rik <rdrider0-list@yahoo.com>
parents:
9919
diff
changeset
|
99 pdf image creation rather than Octave. |
955035efb929
Revert to using Ghostscript for documentation pdf image creation rather than Octave
Rik <rdrider0-list@yahoo.com>
parents:
9919
diff
changeset
|
100 |
9919
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9914
diff
changeset
|
101 2009-12-04 Rik <octave@nomad.inbox5.com> |
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9914
diff
changeset
|
102 |
9967 | 103 * Makefile.am, interpreter/Makefile.am, liboctave/Makefile.am: remove |
9919
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9914
diff
changeset
|
104 lingering configuration support for conf.texi |
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9914
diff
changeset
|
105 * liboctave/Makefile.am: distribute .texi files |
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9914
diff
changeset
|
106 |
9914
e76d8c767584
Switch to color output for PostScript documentation images
Rik <rdrider0-list@yahoo.com>
parents:
9912
diff
changeset
|
107 2009-12-04 Rik <octave@nomad.inbox5.com> |
e76d8c767584
Switch to color output for PostScript documentation images
Rik <rdrider0-list@yahoo.com>
parents:
9912
diff
changeset
|
108 |
e76d8c767584
Switch to color output for PostScript documentation images
Rik <rdrider0-list@yahoo.com>
parents:
9912
diff
changeset
|
109 * interpreter/geometryimages.m, interpreter/interpimages.m, |
9967 | 110 interpreter/sparseimages.m, interpreter/plotimages.m: |
9914
e76d8c767584
Switch to color output for PostScript documentation images
Rik <rdrider0-list@yahoo.com>
parents:
9912
diff
changeset
|
111 Switch to color output for PostScript documentation images |
e76d8c767584
Switch to color output for PostScript documentation images
Rik <rdrider0-list@yahoo.com>
parents:
9912
diff
changeset
|
112 |
9912
e9fe12c1b0c0
Set default papersize to the desired imagesize
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
113 2009-12-04 Rik <octave@nomad.inbox5.com> |
e9fe12c1b0c0
Set default papersize to the desired imagesize
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
114 |
e9fe12c1b0c0
Set default papersize to the desired imagesize
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
115 * interpreter/geometryimages.m, interpreter/interpimages.m, |
9967 | 116 interpreter/sparseimages.m, interpreter/plotimages.m: |
9912
e9fe12c1b0c0
Set default papersize to the desired imagesize
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
117 Set default paperorientation to landscape to stop warning message |
e9fe12c1b0c0
Set default papersize to the desired imagesize
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
118 |
e9fe12c1b0c0
Set default papersize to the desired imagesize
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
119 2009-12-04 Ben Abbott <bpabbott@mac.com> |
e9fe12c1b0c0
Set default papersize to the desired imagesize
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
120 |
e9fe12c1b0c0
Set default papersize to the desired imagesize
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
121 * interpreter/geometryimages.m, interpreter/interpimages.m, |
e9fe12c1b0c0
Set default papersize to the desired imagesize
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
122 interpreter/sparseimages.m: Set default papersize to the desired imagesize |
e9fe12c1b0c0
Set default papersize to the desired imagesize
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
123 |
9910
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
124 2009-12-04 John W. Eaton <jwe@octave.org> |
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
125 |
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
126 * interpreter/images.awk: Emit rules to copy PNG files to |
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
127 octave.html directory once it is created. |
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
128 * interpreter/Makefile.am (all-local): Depend on $(HTMLDIR_IMAGES). |
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
129 (IMAGES): Include $(HTMLDIR_IMAGES) in the list. |
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
130 |
9908 | 131 2009-12-04 John W. Eaton <jwe@octave.org> |
132 | |
133 * interpreter/octave.texi: Include version.texi instead of conf.texi. | |
134 * interpreter/Makefile.am (../conf.texi): Delete rule. | |
135 (octave_TEXINFOS): Delete ../conf.texi from the list. | |
136 ($(srcdir)/octave.info octave.dvi octave.pdf octave.html): | |
137 Remove duplicate $(octave_TEXINFOS) dependency. | |
138 Depend on $(srcdir)/version.texi. | |
139 | |
140 * liboctave/liboctave.texi: Include version.texi instead of conf.texi. | |
141 * liboctave/Makefile.am (../conf.texi): Delete rule. | |
142 (dist_liboctave_TEXINFOS): Delete ../conf.texi from the list. | |
143 (.NOTPARALLEL): Correct spelling of target. | |
144 ($(srcdir)/liboctave.info liboctave.dvi liboctave.html liboctave.pdf): | |
145 Depend on $(srcdir)/version.texi | |
146 | |
147 * conf.texi.in: Delete. | |
148 * Makefile.am: Delete rules for conf.texi. | |
149 (.NOTPARALLEL): New target. | |
150 | |
9906 | 151 2009-12-03 John W. Eaton <jwe@octave.org> |
152 | |
153 * doc/Makefile.am (MUNGED_TEXI_SRC): Define as explicit list. | |
154 (TXI_SRC): Define using substitution rule. | |
155 | |
156 * doc/Makefile.am (conf.texi): Only substitute OCTAVE_VERSION. | |
157 * conf.texi: Likewise. | |
158 | |
159 * doc/interpreter/find-docstring-files.sh: New file. | |
160 * doc/interpreter/Makefile.am (DOCSTRING_FILES): Use it. | |
161 ($(TOPDIR)/src/DOCSTRINGS, $(TOPDIR)/scripts/DOCSTRINGS): | |
162 Delete rules. | |
163 (.txi.texi): Pass $(top_srcdir) to munge-texi. | |
164 (octave.info octave.dvi octave.pdf octave.html): | |
165 Depend on $(octave_TEXINFOS), not $(nodist_octave_TEXINFOS). | |
166 (nodist_octave_TEXINFOS): Delete variable. | |
167 (octave_TEXINFOS): Include ../conf.texi in the list. | |
168 (dist-hook): Delete target. | |
169 (EXTRA_DIST): Add find-docstring-files.sh to the list. | |
170 | |
171 * doc/interpreter/basics.texi: Eliminate @value{OCTAVEHOME} | |
172 * doc/interpreter/dynamic.txi: Delete examplefile and | |
173 longexamplefile macro definitions. Replace uses with | |
174 @EXAMPLEFILE, to be expanded by munge-texi. | |
175 * doc/interpreter/geometry.txi: Eliminate @ifset HAVE_QHULL. | |
176 * doc/interpreter/oop.txi: Delete classfile and polynomialfile | |
177 macro definitions. Replace uses with @EXAMPLEFILE, to be expanded | |
178 by munge-texi. | |
179 * doc/interpreter/sparse.txi: Eliminate @ifset HAVE_CHOLMOD, | |
180 @ifset HAVE_UMFPACK, and @ifset HAVE_COLAMD. | |
181 | |
182 * munge-texi.cc (top_srcdir): New global variable. | |
183 (main): set top_srcdir from first arg. | |
184 (usage): Include TOP-SRCDIR in the message. | |
185 (recover_from_macro, process_example_file): New functions. | |
186 (process_texi_input_file): Handle @EXAMPLEFILE tag. | |
187 | |
188 * doc/liboctave/Makefile.am (nodist_liboctave_TEXINFOS): | |
189 Delete variable. | |
190 (liboctave_TEXINFOS): Include ../conf.texi in the list. | |
191 | |
9903
3211ec426324
Correct Makefile.am to allow VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9895
diff
changeset
|
192 2009-12-02 Rik <octave@nomad.inbox5.com> |
3211ec426324
Correct Makefile.am to allow VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9895
diff
changeset
|
193 |
3211ec426324
Correct Makefile.am to allow VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9895
diff
changeset
|
194 * interpreter/Makefile.am: Correct Makefile.am to allow VPATH builds of |
3211ec426324
Correct Makefile.am to allow VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9895
diff
changeset
|
195 documentation |
3211ec426324
Correct Makefile.am to allow VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9895
diff
changeset
|
196 |
9895
5a4f8d52bb0e
Eliminate false dependency on conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9893
diff
changeset
|
197 2009-12-01 Rik <octave@nomad.inbox5.com> |
5a4f8d52bb0e
Eliminate false dependency on conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9893
diff
changeset
|
198 |
5a4f8d52bb0e
Eliminate false dependency on conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9893
diff
changeset
|
199 * faq/Makefile.am, doc/interpreter/bugs.txi, doc/interpreter/install.txi: |
5a4f8d52bb0e
Eliminate false dependency on conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9893
diff
changeset
|
200 Eliminate false dependency on conf.texi |
5a4f8d52bb0e
Eliminate false dependency on conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9893
diff
changeset
|
201 |
9893
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9891
diff
changeset
|
202 2009-11-30 Rik <octave@nomad.inbox5.com> |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9891
diff
changeset
|
203 |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9891
diff
changeset
|
204 * interpreter/Makefile.am: |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9891
diff
changeset
|
205 Overhaul Makefile to correctly generate *.texi files and to stop their |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9891
diff
changeset
|
206 distribution when running 'make dist' |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9891
diff
changeset
|
207 |
9891
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9889
diff
changeset
|
208 2009-11-30 John W. Eaton <jwe@octave.org> |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9889
diff
changeset
|
209 |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9889
diff
changeset
|
210 * interpreter/munge-texi.cc (process_texi_input_file): Double @ in |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9889
diff
changeset
|
211 symbol_name used in @anchor. |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9889
diff
changeset
|
212 (extract_docstring): Double @ in function name used in @ref. |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9889
diff
changeset
|
213 |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9889
diff
changeset
|
214 * interpreter/mk_doc_cache.m (cmd): Transform @ in class names to |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9889
diff
changeset
|
215 @@ when processing DOCSTRINGS files. |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9889
diff
changeset
|
216 |
9889
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9881
diff
changeset
|
217 2009-11-30 John W. Eaton <jwe@octave.org> |
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9881
diff
changeset
|
218 |
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9881
diff
changeset
|
219 * interpreter/Makefile.a (nodist_octave_TEXINFOS): Add |
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9881
diff
changeset
|
220 contributors.texi and $(MUNGED_TEXI_SRC) to the list. |
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9881
diff
changeset
|
221 (dist_octave_TEXINFOS): Delete. |
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9881
diff
changeset
|
222 (DISTCLEANFILES, all_octave_TEXINFOS): New variables. |
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9881
diff
changeset
|
223 ($(srcdir)/octave.info, octave.dvi, octave.pdf, octave.html): |
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9881
diff
changeset
|
224 Depend on $(all_octave_TEXINFOS), not $(octave_TEXINFOS). |
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9881
diff
changeset
|
225 (octave.ps): Depend on .dvi file and EPS files, but not .texi |
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9881
diff
changeset
|
226 source files. |
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9881
diff
changeset
|
227 |
9881
b3089dba88bf
Remove HDF5 cruft for older versions of HDF5
Kacper Kowalik
parents:
9880
diff
changeset
|
228 2009-11-27 David Bateman <dbateman@free.fr> |
b3089dba88bf
Remove HDF5 cruft for older versions of HDF5
Kacper Kowalik
parents:
9880
diff
changeset
|
229 |
b3089dba88bf
Remove HDF5 cruft for older versions of HDF5
Kacper Kowalik
parents:
9880
diff
changeset
|
230 * doc/interpreter/contributors.in: Add Kacper Kowalik. |
b3089dba88bf
Remove HDF5 cruft for older versions of HDF5
Kacper Kowalik
parents:
9880
diff
changeset
|
231 |
9880 | 232 2009-11-27 David Bateman <dbateman@free.fr> |
233 | |
234 * interpreter/install.txi: Document that curl libraries impact ftp | |
235 objects. | |
236 * interpreter/system.txi: Document the ftp objects | |
237 | |
9863
4c15e7cd9a14
Simplify doc-cache handling in Makefile.am to use only install-data-local target
Rik <rdrider0-list@yahoo.com>
parents:
9861
diff
changeset
|
238 2009-11-25 Rik <octave@nomad.inbox5.com> |
4c15e7cd9a14
Simplify doc-cache handling in Makefile.am to use only install-data-local target
Rik <rdrider0-list@yahoo.com>
parents:
9861
diff
changeset
|
239 |
9880 | 240 * interpreter/Makefile.am: |
9863
4c15e7cd9a14
Simplify doc-cache handling in Makefile.am to use only install-data-local target
Rik <rdrider0-list@yahoo.com>
parents:
9861
diff
changeset
|
241 Simplify doc-cache handling in Makefile.am to use only install-data-local |
4c15e7cd9a14
Simplify doc-cache handling in Makefile.am to use only install-data-local target
Rik <rdrider0-list@yahoo.com>
parents:
9861
diff
changeset
|
242 target |
4c15e7cd9a14
Simplify doc-cache handling in Makefile.am to use only install-data-local target
Rik <rdrider0-list@yahoo.com>
parents:
9861
diff
changeset
|
243 |
9861
cd53ecf0d79a
Correct Makefile.am so that make will halt on error when unable to build doc-cache
Rik <rdrider0-list@yahoo.com>
parents:
9855
diff
changeset
|
244 2009-11-24 Rik <octave@nomad.inbox5.com> |
cd53ecf0d79a
Correct Makefile.am so that make will halt on error when unable to build doc-cache
Rik <rdrider0-list@yahoo.com>
parents:
9855
diff
changeset
|
245 |
9880 | 246 * interpreter/Makefile.am: |
9861
cd53ecf0d79a
Correct Makefile.am so that make will halt on error when unable to build doc-cache
Rik <rdrider0-list@yahoo.com>
parents:
9855
diff
changeset
|
247 Correct Makefile so that it halts on error when unable to build doc-cache |
cd53ecf0d79a
Correct Makefile.am so that make will halt on error when unable to build doc-cache
Rik <rdrider0-list@yahoo.com>
parents:
9855
diff
changeset
|
248 |
9855
02d59b67632f
Stop distribution of conf.texi by autotools
Rik <rdrider0-list@yahoo.com>
parents:
9854
diff
changeset
|
249 2009-11-23 Rik <octave@nomad.inbox5.com> |
02d59b67632f
Stop distribution of conf.texi by autotools
Rik <rdrider0-list@yahoo.com>
parents:
9854
diff
changeset
|
250 |
9880 | 251 * faq/Makefile.am, interpreter/Makefile.am, liboctave/Makefile.am: |
9855
02d59b67632f
Stop distribution of conf.texi by autotools
Rik <rdrider0-list@yahoo.com>
parents:
9854
diff
changeset
|
252 Stop distribution of conf.texi by autotools. conf.texi must be re-made |
02d59b67632f
Stop distribution of conf.texi by autotools
Rik <rdrider0-list@yahoo.com>
parents:
9854
diff
changeset
|
253 from conf.texi.in during configure step |
02d59b67632f
Stop distribution of conf.texi by autotools
Rik <rdrider0-list@yahoo.com>
parents:
9854
diff
changeset
|
254 |
9854
5d5dc23d6c56
Correct compilation order of SUBDIRS in doc/Makefile
Rik <rdrider0-list@yahoo.com>
parents:
9811
diff
changeset
|
255 2009-11-23 Rik <octave@nomad.inbox5.com> |
5d5dc23d6c56
Correct compilation order of SUBDIRS in doc/Makefile
Rik <rdrider0-list@yahoo.com>
parents:
9811
diff
changeset
|
256 |
5d5dc23d6c56
Correct compilation order of SUBDIRS in doc/Makefile
Rik <rdrider0-list@yahoo.com>
parents:
9811
diff
changeset
|
257 * Makefile.am: Add . to SUBDIRS to force automake to compile this |
5d5dc23d6c56
Correct compilation order of SUBDIRS in doc/Makefile
Rik <rdrider0-list@yahoo.com>
parents:
9811
diff
changeset
|
258 directory, and make conf.texi, before recursively compiling SUBDIRS which |
5d5dc23d6c56
Correct compilation order of SUBDIRS in doc/Makefile
Rik <rdrider0-list@yahoo.com>
parents:
9811
diff
changeset
|
259 depend on conf.texi |
5d5dc23d6c56
Correct compilation order of SUBDIRS in doc/Makefile
Rik <rdrider0-list@yahoo.com>
parents:
9811
diff
changeset
|
260 |
9811
c657c056240d
Add DISTCLEANFILES macro to allow automake to clean and remove conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9794
diff
changeset
|
261 2009-11-11 Rik <octave@nomad.inbox5.com> |
c657c056240d
Add DISTCLEANFILES macro to allow automake to clean and remove conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9794
diff
changeset
|
262 |
9967 | 263 * Makefile.am: Add DISTCLEANFILES macro so that generated conf.texi can be |
9811
c657c056240d
Add DISTCLEANFILES macro to allow automake to clean and remove conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9794
diff
changeset
|
264 cleaned by automake. |
c657c056240d
Add DISTCLEANFILES macro to allow automake to clean and remove conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9794
diff
changeset
|
265 |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
266 2009-11-10 John W. Eaton <jwe@octave.org> |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
267 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
268 * Makefile.am, faq/Makefile.am, interpreter/Makefile.am, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
269 liboctave/Makefile.am, refcard/Makefile.am, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
270 interpreter/config-images.sh, interpreter/images, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
271 interpreter/images.awk: New files. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
272 * Makefile.in, faq/Makefile.in, interpreter/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
273 liboctave/Makefile.in, refcard/Makefile.in: Delete. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
274 * interpreter/munge-texi.cc (main, usage): Eliminate unnecessary |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
275 -d option. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
276 * liboctave/liboctave.texi: Surround @direntry in appropriate magic. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
277 * faq/OctaveFAQ.texi: Rename from faq/Octave-FAQ.texi. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9758
diff
changeset
|
278 |
9758
09da0bd91412
Periodic grammar check of Octave documentation files to ensure common format
Rik <rdrider0-list@yahoo.com>
parents:
9749
diff
changeset
|
279 2009-10-23 Rik <octave@nomad.inbox5.com> |
09da0bd91412
Periodic grammar check of Octave documentation files to ensure common format
Rik <rdrider0-list@yahoo.com>
parents:
9749
diff
changeset
|
280 |
09da0bd91412
Periodic grammar check of Octave documentation files to ensure common format
Rik <rdrider0-list@yahoo.com>
parents:
9749
diff
changeset
|
281 * various: Periodic grammar check of Octave documentation files to ensure |
09da0bd91412
Periodic grammar check of Octave documentation files to ensure common format
Rik <rdrider0-list@yahoo.com>
parents:
9749
diff
changeset
|
282 a standardized format. |
09da0bd91412
Periodic grammar check of Octave documentation files to ensure common format
Rik <rdrider0-list@yahoo.com>
parents:
9749
diff
changeset
|
283 |
9749
807a3720e6e2
Clean interpreter/Makefile.in to remove a few non-functional targets
Rik <rdrider0-list@yahoo.com>
parents:
9724
diff
changeset
|
284 2009-10-20 Rik <octave@nomad.inbox5.com> |
807a3720e6e2
Clean interpreter/Makefile.in to remove a few non-functional targets
Rik <rdrider0-list@yahoo.com>
parents:
9724
diff
changeset
|
285 |
807a3720e6e2
Clean interpreter/Makefile.in to remove a few non-functional targets
Rik <rdrider0-list@yahoo.com>
parents:
9724
diff
changeset
|
286 * interpreter/Makefile.in: Clean Makefile.in and remove a few |
807a3720e6e2
Clean interpreter/Makefile.in to remove a few non-functional targets
Rik <rdrider0-list@yahoo.com>
parents:
9724
diff
changeset
|
287 non-functional targets |
807a3720e6e2
Clean interpreter/Makefile.in to remove a few non-functional targets
Rik <rdrider0-list@yahoo.com>
parents:
9724
diff
changeset
|
288 |
9724
f22bbc5d56e9
Fix various incorrect usages of TeXinfo deffn and deftypefn macros
Rik <rdrider0-list@yahoo.com>
parents:
9720
diff
changeset
|
289 2009-10-13 Rik <octave@nomad.inbox5.com> |
f22bbc5d56e9
Fix various incorrect usages of TeXinfo deffn and deftypefn macros
Rik <rdrider0-list@yahoo.com>
parents:
9720
diff
changeset
|
290 |
f22bbc5d56e9
Fix various incorrect usages of TeXinfo deffn and deftypefn macros
Rik <rdrider0-list@yahoo.com>
parents:
9720
diff
changeset
|
291 * various: Fix various incorrect usages of deffn and deftypefn macros |
f22bbc5d56e9
Fix various incorrect usages of TeXinfo deffn and deftypefn macros
Rik <rdrider0-list@yahoo.com>
parents:
9720
diff
changeset
|
292 |
9720
2997727398d1
Cleanup make process for liboctave documentation
Rik <rdrider0-list@yahoo.com>
parents:
9719
diff
changeset
|
293 2009-10-12 Rik <octave@nomad.inbox5.com> |
2997727398d1
Cleanup make process for liboctave documentation
Rik <rdrider0-list@yahoo.com>
parents:
9719
diff
changeset
|
294 |
2997727398d1
Cleanup make process for liboctave documentation
Rik <rdrider0-list@yahoo.com>
parents:
9719
diff
changeset
|
295 * liboctave/Makefile.in: Simplify Makefile using GNU Make functions |
2997727398d1
Cleanup make process for liboctave documentation
Rik <rdrider0-list@yahoo.com>
parents:
9719
diff
changeset
|
296 * liboctave/liboctave.texi: Stop header of file, which was meant to be |
2997727398d1
Cleanup make process for liboctave documentation
Rik <rdrider0-list@yahoo.com>
parents:
9719
diff
changeset
|
297 commented, from being transferred into the documentation. |
2997727398d1
Cleanup make process for liboctave documentation
Rik <rdrider0-list@yahoo.com>
parents:
9719
diff
changeset
|
298 |
9719
71e4a91de775
Clean a few non-functional commands from faq documentation Makefile
Rik <rdrider0-list@yahoo.com>
parents:
9718
diff
changeset
|
299 2009-10-12 Rik <octave@nomad.inbox5.com> |
71e4a91de775
Clean a few non-functional commands from faq documentation Makefile
Rik <rdrider0-list@yahoo.com>
parents:
9718
diff
changeset
|
300 |
71e4a91de775
Clean a few non-functional commands from faq documentation Makefile
Rik <rdrider0-list@yahoo.com>
parents:
9718
diff
changeset
|
301 * faq/Makefile.in: Clean a few non-functional commands from Makefile |
71e4a91de775
Clean a few non-functional commands from faq documentation Makefile
Rik <rdrider0-list@yahoo.com>
parents:
9718
diff
changeset
|
302 |
9718
ac2a6a8b3a0b
Simplify Makefile using GNU Make functions
Rik <rdrider0-list@yahoo.com>
parents:
9712
diff
changeset
|
303 2009-10-12 Rik <octave@nomad.inbox5.com> |
ac2a6a8b3a0b
Simplify Makefile using GNU Make functions
Rik <rdrider0-list@yahoo.com>
parents:
9712
diff
changeset
|
304 |
ac2a6a8b3a0b
Simplify Makefile using GNU Make functions
Rik <rdrider0-list@yahoo.com>
parents:
9712
diff
changeset
|
305 * refcard/Makefile.in: Simplify Makefile using GNU Make functions |
ac2a6a8b3a0b
Simplify Makefile using GNU Make functions
Rik <rdrider0-list@yahoo.com>
parents:
9712
diff
changeset
|
306 |
9712
25e1e368618c
Include texmf.cnf in distributed files to fix texinfo runtime error with stack overflow.
Rik <rdrider0-list@yahoo.com>
parents:
9711
diff
changeset
|
307 2009-10-11 Rik <octave@nomad.inbox5.com> |
25e1e368618c
Include texmf.cnf in distributed files to fix texinfo runtime error with stack overflow.
Rik <rdrider0-list@yahoo.com>
parents:
9711
diff
changeset
|
308 |
25e1e368618c
Include texmf.cnf in distributed files to fix texinfo runtime error with stack overflow.
Rik <rdrider0-list@yahoo.com>
parents:
9711
diff
changeset
|
309 * Makefile.in: Include texmf.cnf in distributed files to fix texinfo |
25e1e368618c
Include texmf.cnf in distributed files to fix texinfo runtime error with stack overflow.
Rik <rdrider0-list@yahoo.com>
parents:
9711
diff
changeset
|
310 runtime error with stack overflow. |
25e1e368618c
Include texmf.cnf in distributed files to fix texinfo runtime error with stack overflow.
Rik <rdrider0-list@yahoo.com>
parents:
9711
diff
changeset
|
311 |
9711
ebde8880e6be
Fix broken command to create octave.dvi
Rik <rdrider0-list@yahoo.com>
parents:
9709
diff
changeset
|
312 2009-10-11 Rik <octave@nomad.inbox5.com> |
ebde8880e6be
Fix broken command to create octave.dvi
Rik <rdrider0-list@yahoo.com>
parents:
9709
diff
changeset
|
313 |
ebde8880e6be
Fix broken command to create octave.dvi
Rik <rdrider0-list@yahoo.com>
parents:
9709
diff
changeset
|
314 * intepreter/Makefile.in: Fix broken command to create octave.dvi |
ebde8880e6be
Fix broken command to create octave.dvi
Rik <rdrider0-list@yahoo.com>
parents:
9709
diff
changeset
|
315 |
9709 | 316 2009-10-08 Jaroslav Hajek <highegg@gmail.com> |
317 | |
318 * intepreter/linalg.txi: Add reference to luupdate. | |
319 | |
9701 | 320 2009-10-07 Jaroslav Hajek <highegg@gmail.com> |
321 | |
322 * interpreter/io.txi: Add reference to fskipl. | |
323 | |
9676 | 324 2009-09-30 John W. Eaton <jwe@octave.org> |
325 | |
326 * interpreter/data.txi (Built-in Data Types): | |
327 Document bitpack and bitunpack. | |
328 * interpreter/plot.txi: Delete spurious {}. Update menus. Fix | |
329 cross-referencing. | |
330 * interpreter/octave.texi: Update plotting sub-menus in detailed menu. | |
331 | |
9672
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9642
diff
changeset
|
332 2009-09-30 Michael D. Godfrey <godfrey@isl.stanford.edu> |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9642
diff
changeset
|
333 |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9642
diff
changeset
|
334 * interpreter/plot.txi: Document graphics structures. |
9967 | 335 |
9642
2ab5ace09d8b
doc/interpreter/optim.txi: document pqpnonneg
John W. Eaton <jwe@octave.org>
parents:
9578
diff
changeset
|
336 2009-09-14 John W. Eaton <jwe@octave.org> |
2ab5ace09d8b
doc/interpreter/optim.txi: document pqpnonneg
John W. Eaton <jwe@octave.org>
parents:
9578
diff
changeset
|
337 |
2ab5ace09d8b
doc/interpreter/optim.txi: document pqpnonneg
John W. Eaton <jwe@octave.org>
parents:
9578
diff
changeset
|
338 * interpreter/optim.txi: Document pqpnonneg. |
2ab5ace09d8b
doc/interpreter/optim.txi: document pqpnonneg
John W. Eaton <jwe@octave.org>
parents:
9578
diff
changeset
|
339 |
9578
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9501
diff
changeset
|
340 2009-08-27 Jaroslav Hajek <highegg@gmail.com> |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9501
diff
changeset
|
341 |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9501
diff
changeset
|
342 * interpreter/expr.txi: Mention complex comparisons change. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9501
diff
changeset
|
343 |
9486 | 344 2009-08-05 Jaroslav Hajek <highegg@gmail.com> |
345 | |
346 * interpreter/tips.txi: Update. | |
347 | |
9441
160c564d5d25
initialize floating point values properly for NetBSD systems
Aleksej Saushev <asau@inbox.ru>
parents:
9390
diff
changeset
|
348 2009-07-20 John W. Eaton <jwe@octave.org> |
160c564d5d25
initialize floating point values properly for NetBSD systems
Aleksej Saushev <asau@inbox.ru>
parents:
9390
diff
changeset
|
349 |
160c564d5d25
initialize floating point values properly for NetBSD systems
Aleksej Saushev <asau@inbox.ru>
parents:
9390
diff
changeset
|
350 * interpreter/contributors.in: Add Aleksej Saushev. |
160c564d5d25
initialize floating point values properly for NetBSD systems
Aleksej Saushev <asau@inbox.ru>
parents:
9390
diff
changeset
|
351 |
9390
288d5794eac8
Drop conf.texi as prerequisite of dist target
Rafael Laboissiere <rafael@debian.org>
parents:
9356
diff
changeset
|
352 2009-06-24 Rafael Laboissiere <rafael@debian.org> |
288d5794eac8
Drop conf.texi as prerequisite of dist target
Rafael Laboissiere <rafael@debian.org>
parents:
9356
diff
changeset
|
353 |
288d5794eac8
Drop conf.texi as prerequisite of dist target
Rafael Laboissiere <rafael@debian.org>
parents:
9356
diff
changeset
|
354 * Makefile.in (dist): Drop conf.texi as prerequisite. |
288d5794eac8
Drop conf.texi as prerequisite of dist target
Rafael Laboissiere <rafael@debian.org>
parents:
9356
diff
changeset
|
355 |
9356 | 356 2009-06-16 Jaroslav Hajek <highegg@gmail.com> |
357 | |
358 * interpreter/tips.txi: Update. | |
359 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
360 2009-06-07 Rik <rdrider0-list@yahoo.com> |
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
361 |
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
362 * interpreter/plot.txi: Update some of Advanced Plotting documentation. |
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
363 Updated functions delete, allchild, backend, clf, hold, and refreshdata. |
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
364 |
9312
0f7480d07f6a
update documentation of container types in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9299
diff
changeset
|
365 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
0f7480d07f6a
update documentation of container types in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9299
diff
changeset
|
366 |
0f7480d07f6a
update documentation of container types in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9299
diff
changeset
|
367 * interpreter/container.txi: Udate documentation of container types |
0f7480d07f6a
update documentation of container types in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9299
diff
changeset
|
368 |
9298
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
369 2009-06-03 Rik <rdrider0-list@yahoo.com> |
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
370 |
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
371 * interpreter/plotimages.m: Correct errorbar plot for docs. Make hist plot |
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
372 reprodroducible for docs. |
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
373 * interpreter/interpimages.m: Correct typo in legend of interpft plot for |
9967 | 374 docs |
9298
20ee7f9cc904
Correct bugs in plot images produced for documentation
Rik <rdrider0-list@yahoo.com>
parents:
9293
diff
changeset
|
375 |
9291
0dc1d0f1f79c
omit conf.texi from distribution
Jaroslav Hajek <highegg@gmail.com>
parents:
9285
diff
changeset
|
376 2009-06-03 Jaroslav Hajek <highegg@gmail.com> |
0dc1d0f1f79c
omit conf.texi from distribution
Jaroslav Hajek <highegg@gmail.com>
parents:
9285
diff
changeset
|
377 |
0dc1d0f1f79c
omit conf.texi from distribution
Jaroslav Hajek <highegg@gmail.com>
parents:
9285
diff
changeset
|
378 * Makefile.in: Omit conf.texi in DISTFILES. |
0dc1d0f1f79c
omit conf.texi from distribution
Jaroslav Hajek <highegg@gmail.com>
parents:
9285
diff
changeset
|
379 |
9285
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9256
diff
changeset
|
380 2009-06-02 Jaroslav Hajek <highegg@gmail.com> |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9256
diff
changeset
|
381 |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9256
diff
changeset
|
382 * interpreter/oop.txi: Update docs of polynomial class, mention |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9256
diff
changeset
|
383 chained indexing. |
226f6d001ee2
further improve the polynomial example, fix indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9256
diff
changeset
|
384 |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
385 2009-05-27 S�ren Hauberg <hauberg@gmail.com> |
9293
d371cb65428a
Fix output from 'print_usage' in Errors chapter in the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9292
diff
changeset
|
386 |
d371cb65428a
Fix output from 'print_usage' in Errors chapter in the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9292
diff
changeset
|
387 * interpreter/errors.txi: fix 'print_usage' output. |
d371cb65428a
Fix output from 'print_usage' in Errors chapter in the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9292
diff
changeset
|
388 |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
389 2009-05-27 S�ren Hauberg <hauberg@gmail.com> |
9292
aa2e52bd82dd
Fix call to page_screen_output in the Bugs chapter of the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9291
diff
changeset
|
390 |
aa2e52bd82dd
Fix call to page_screen_output in the Bugs chapter of the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9291
diff
changeset
|
391 * interpreter/bugs.txi: fix call to 'page_screen_output'. |
aa2e52bd82dd
Fix call to page_screen_output in the Bugs chapter of the manual
Soren Hauberg <hauberg@gmail.com>
parents:
9291
diff
changeset
|
392 |
9256
5c05996ee4ac
Add texmf.cnf to list of distributed files (DIST_FILES) so that pdfs will build
Rik <rdrider0-list@yahoo.com>
parents:
9251
diff
changeset
|
393 2009-05-25 Rik <rdrider0-list@yahoo.com> |
5c05996ee4ac
Add texmf.cnf to list of distributed files (DIST_FILES) so that pdfs will build
Rik <rdrider0-list@yahoo.com>
parents:
9251
diff
changeset
|
394 |
5c05996ee4ac
Add texmf.cnf to list of distributed files (DIST_FILES) so that pdfs will build
Rik <rdrider0-list@yahoo.com>
parents:
9251
diff
changeset
|
395 * interpreter/Makefile.in: Add texmf.cnf to list of distributed files |
5c05996ee4ac
Add texmf.cnf to list of distributed files (DIST_FILES) so that pdfs will build
Rik <rdrider0-list@yahoo.com>
parents:
9251
diff
changeset
|
396 (DIST_FILES) so that pdfs will build. |
5c05996ee4ac
Add texmf.cnf to list of distributed files (DIST_FILES) so that pdfs will build
Rik <rdrider0-list@yahoo.com>
parents:
9251
diff
changeset
|
397 |
9251
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9244
diff
changeset
|
398 2009-05-24 Robert T. Short <octave@phaselockedsystems.com> |
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9244
diff
changeset
|
399 |
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9244
diff
changeset
|
400 * interpreter/oop.txi: Added inheritance documentatin |
f8b8ab529913
improve OOP documentation
Robert T. Short <octave@phaselockedsystems.com>
parents:
9244
diff
changeset
|
401 |
9244
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
9210
diff
changeset
|
402 2009-05-21 Rik <rdrider0-list@yahoo.com> |
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
9210
diff
changeset
|
403 |
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
9210
diff
changeset
|
404 * interpreter/Makefile.in, texmf.cnf: Change texi2pdf call to include local |
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
9210
diff
changeset
|
405 TeX configuration file which increases save_history variable. |
f262a3e9e21e
Change texi2pdf call to include local TeX configuration file which increases save_history variable.
Rik <rdrider0-list@yahoo.com>
parents:
9210
diff
changeset
|
406 |
9210
a7a9eecc07b5
Change recommendation for writing documentation to favor @tex
Rik <rdrider0-list@yahoo.com>
parents:
9209
diff
changeset
|
407 2009-05-17 Rik <rdrider0-list@yahoo.com> |
a7a9eecc07b5
Change recommendation for writing documentation to favor @tex
Rik <rdrider0-list@yahoo.com>
parents:
9209
diff
changeset
|
408 |
a7a9eecc07b5
Change recommendation for writing documentation to favor @tex
Rik <rdrider0-list@yahoo.com>
parents:
9209
diff
changeset
|
409 * interpreter/tips.txi: Change recommendation to use @tex rather than |
a7a9eecc07b5
Change recommendation for writing documentation to favor @tex
Rik <rdrider0-list@yahoo.com>
parents:
9209
diff
changeset
|
410 @iftex construction. |
a7a9eecc07b5
Change recommendation for writing documentation to favor @tex
Rik <rdrider0-list@yahoo.com>
parents:
9209
diff
changeset
|
411 |
9209
923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Rik <rdrider0-list@yahoo.com>
parents:
9197
diff
changeset
|
412 2009-05-17 Rik <rdrider0-list@yahoo.com> |
923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Rik <rdrider0-list@yahoo.com>
parents:
9197
diff
changeset
|
413 |
923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Rik <rdrider0-list@yahoo.com>
parents:
9197
diff
changeset
|
414 * interpreter/*.txi: Simplify TeXinfo files by eliminating redundant @iftex |
923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Rik <rdrider0-list@yahoo.com>
parents:
9197
diff
changeset
|
415 followed by @tex construction. Also, spellchecked all .txi and .texi files. |
923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Rik <rdrider0-list@yahoo.com>
parents:
9197
diff
changeset
|
416 |
9197
3c27a0340a64
Update documentation for section 17.8 (Mathematical Constants) of arith.texi
Rik <rdrider0-list@yahoo.com>
parents:
9175
diff
changeset
|
417 2009-05-14 Rik <rdrider0-list@yahoo.com> |
3c27a0340a64
Update documentation for section 17.8 (Mathematical Constants) of arith.texi
Rik <rdrider0-list@yahoo.com>
parents:
9175
diff
changeset
|
418 |
3c27a0340a64
Update documentation for section 17.8 (Mathematical Constants) of arith.texi
Rik <rdrider0-list@yahoo.com>
parents:
9175
diff
changeset
|
419 * interpreter/arith.txi: Update section 17.8 (Mathematical Consants) |
3c27a0340a64
Update documentation for section 17.8 (Mathematical Constants) of arith.texi
Rik <rdrider0-list@yahoo.com>
parents:
9175
diff
changeset
|
420 of arith.txi. |
3c27a0340a64
Update documentation for section 17.8 (Mathematical Constants) of arith.texi
Rik <rdrider0-list@yahoo.com>
parents:
9175
diff
changeset
|
421 |
9168
742cf6388a8f
Update section 17.7 (Coordinate Transformations) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9167
diff
changeset
|
422 2009-05-01 Rik <rdrider0-list@yahoo.com> |
9175 | 423 |
424 * interpreter/arith.txi: Update section 17.7 (Coordinate | |
425 Transformations) of arith.txi. | |
9168
742cf6388a8f
Update section 17.7 (Coordinate Transformations) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9167
diff
changeset
|
426 |
9167
1231b1762a9a
Simplify TeXinfo and eliminate use of @iftex in arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9165
diff
changeset
|
427 2009-05-01 Rik <rdrider0-list@yahoo.com> |
9175 | 428 |
429 * interpreter/arith.txi: Simplify TeXinfo and eliminate use of | |
430 @iftex in arith.txi. | |
9167
1231b1762a9a
Simplify TeXinfo and eliminate use of @iftex in arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9165
diff
changeset
|
431 |
1231b1762a9a
Simplify TeXinfo and eliminate use of @iftex in arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9165
diff
changeset
|
432 2009-05-01 Rik <rdrider0-list@yahoo.com> |
9175 | 433 |
434 * interpreter/arith.txi: Update section 17.5 (Utility Functions) | |
435 of arith.txi. | |
9165
8c71a86c4bf4
Update section 17.5 (Utility Functions) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9164
diff
changeset
|
436 |
9167
1231b1762a9a
Simplify TeXinfo and eliminate use of @iftex in arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9165
diff
changeset
|
437 2009-04-30 Rik <rdrider0-list@yahoo.com> |
9175 | 438 |
439 * interpreter/arith.txi: Update section 17.4 (Sums and Products) | |
440 of arith.txi. | |
9163
9cb0c21e97f7
Update section 17.4 (Sums and Products) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9159
diff
changeset
|
441 |
9158 | 442 2009-04-29 Jaroslav Hajek <highegg@gmail.com> |
443 | |
444 * interpreter/numbers.txi: Update info on ranges. | |
9159 | 445 * interpreter/expr.txi: Update some info on indexing. |
9158 | 446 |
9155
ad20b967e1c9
Update section 17.3 (Trigonometry) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9154
diff
changeset
|
447 2009-04-26 Rik <rdrider0-list@yahoo.com> |
9175 | 448 |
449 * interpreter/arith.txi: Update section 17.3 (Trigonometry) of | |
450 arith.txi. | |
9155
ad20b967e1c9
Update section 17.3 (Trigonometry) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9154
diff
changeset
|
451 |
9154
761fc0d3d980
Update section 17.2 (Complex Arithmetic) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9153
diff
changeset
|
452 2009-04-24 Rik <rdrider0-list@yahoo.com> |
9175 | 453 |
454 * interpreter/arith.txi: Update section 17.2 (Complex Arithmetic) | |
455 of arith.txi. Use Tex in more of the doc strings for pretty | |
456 printing in pdf format. | |
9154
761fc0d3d980
Update section 17.2 (Complex Arithmetic) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9153
diff
changeset
|
457 |
9153
5247e89688e1
Eliminate most overfull errors when running texi2pdf for generating pdf documentation
Rik <rdrider0-list@yahoo.com>
parents:
9143
diff
changeset
|
458 2009-04-24 Rik <rdrider0-list@yahoo.com> |
9175 | 459 |
460 * interpreter/octave.pdf: Eliminate most overfull errors when | |
461 running texi2pdf for generating pdf documentation. Use | |
462 @smallexample when necessary to reduce font for long lines. | |
463 Reword variables or phrases so that Tex can break them at a better | |
464 spot. | |
9153
5247e89688e1
Eliminate most overfull errors when running texi2pdf for generating pdf documentation
Rik <rdrider0-list@yahoo.com>
parents:
9143
diff
changeset
|
465 |
9143
74d5c1a4ca96
Eliminate 'unbalanced parentheses in @def...' error during texi2pdf.
Rik <rdrider0-list@yahoo.com>
parents:
9141
diff
changeset
|
466 2009-04-21 Rik <rdrider0-list@yahoo.com> |
9175 | 467 |
468 * interpreter/octave.pdf: Eliminate 'unbalanced parentheses in | |
469 @def...' error during texi2pdf. Fixed four .m files incorrectly | |
470 using @deftypefn macro. | |
9143
74d5c1a4ca96
Eliminate 'unbalanced parentheses in @def...' error during texi2pdf.
Rik <rdrider0-list@yahoo.com>
parents:
9141
diff
changeset
|
471 |
9136
537a73861cb7
Fix small mistake in example.
Ansgar Burchard <ansgar@43-1.org>
parents:
9135
diff
changeset
|
472 2009-04-19 Ansgar Burchardt <ansgar@43-1.org> |
537a73861cb7
Fix small mistake in example.
Ansgar Burchard <ansgar@43-1.org>
parents:
9135
diff
changeset
|
473 |
537a73861cb7
Fix small mistake in example.
Ansgar Burchard <ansgar@43-1.org>
parents:
9135
diff
changeset
|
474 * interpreter/numbers.txi: Fix small mistake in example. |
537a73861cb7
Fix small mistake in example.
Ansgar Burchard <ansgar@43-1.org>
parents:
9135
diff
changeset
|
475 |
9135
b04f95fabbf9
Update sections 2.5, 2.6, 2.7 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9134
diff
changeset
|
476 2009-04-17 Rik <rdrider0-list@yahoo.com> |
9175 | 477 |
478 * interpreter/arith.txi: Update section 17.1 (Utility Functions) | |
479 of arith.txi. Split section into "Exponents and Logarithms" and | |
480 "Utility Functions" Use Tex in many more of the doc strings for | |
481 pretty printing in pdf format. | |
9141
c1fff751b5a8
Update section 17.1 (Utility Functions) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9136
diff
changeset
|
482 |
c1fff751b5a8
Update section 17.1 (Utility Functions) of arith.txi
Rik <rdrider0-list@yahoo.com>
parents:
9136
diff
changeset
|
483 2009-04-17 Rik <rdrider0-list@yahoo.com> |
9135
b04f95fabbf9
Update sections 2.5, 2.6, 2.7 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9134
diff
changeset
|
484 |
b04f95fabbf9
Update sections 2.5, 2.6, 2.7 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9134
diff
changeset
|
485 * interpreter/basics.txi: Update help text for sections 2.5, 2.6, 2.7 |
9967 | 486 of basics.txi |
9135
b04f95fabbf9
Update sections 2.5, 2.6, 2.7 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9134
diff
changeset
|
487 |
9134
a3739e27b017
Update section 2.4 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9133
diff
changeset
|
488 2009-04-17 Rik <rdrider0-list@yahoo.com> |
a3739e27b017
Update section 2.4 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9133
diff
changeset
|
489 |
9175 | 490 * interpreter/basics.txi: Update help text for sections 2.4 of |
491 basics.txi. | |
9134
a3739e27b017
Update section 2.4 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9133
diff
changeset
|
492 |
9133
c0cef1436788
Update help text for sections 2.2 and 2.3 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9132
diff
changeset
|
493 2009-04-17 Rik <rdrider0-list@yahoo.com> |
c0cef1436788
Update help text for sections 2.2 and 2.3 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9132
diff
changeset
|
494 |
9967 | 495 * interpreter/basics.txi: Update help text for sections 2.2 |
9175 | 496 and 2.3 of basics.txi. |
9133
c0cef1436788
Update help text for sections 2.2 and 2.3 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9132
diff
changeset
|
497 |
c0cef1436788
Update help text for sections 2.2 and 2.3 of basics.txi
Rik <rdrider0-list@yahoo.com>
parents:
9132
diff
changeset
|
498 2009-04-17 Rik <rdrider0-list@yahoo.com> |
9132
eb1747dbd360
Update help strings for command line options
Rik <rdrider0-list@yahoo.com>
parents:
9110
diff
changeset
|
499 |
9175 | 500 * interpreter/basics.txi: Update help strings for command line options. |
9132
eb1747dbd360
Update help strings for command line options
Rik <rdrider0-list@yahoo.com>
parents:
9110
diff
changeset
|
501 |
9110
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9095
diff
changeset
|
502 2009-04-11 David Bateman <dbateman@free.fr> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9095
diff
changeset
|
503 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9095
diff
changeset
|
504 * interpreter/contributors.in: Add Martin Helm. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9095
diff
changeset
|
505 |
9095
b5a1a2d0be7e
texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents:
9089
diff
changeset
|
506 2009-04-06 John W. Eaton <jwe@octave.org> |
b5a1a2d0be7e
texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents:
9089
diff
changeset
|
507 |
b5a1a2d0be7e
texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents:
9089
diff
changeset
|
508 * texinfo.tex: Prefer PDF image files if generating PDF output. |
b5a1a2d0be7e
texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents:
9089
diff
changeset
|
509 |
9089
0b08eaf77dd6
Detailed review of intro.texi
Rik <rdrider0-list@yahoo.com>
parents:
9047
diff
changeset
|
510 2009-03-27 Rik <rdrider0-list@yahoo.com> |
0b08eaf77dd6
Detailed review of intro.texi
Rik <rdrider0-list@yahoo.com>
parents:
9047
diff
changeset
|
511 |
9967 | 512 * interpreter/intro.txi: Add new sample section on elementary |
9089
0b08eaf77dd6
Detailed review of intro.texi
Rik <rdrider0-list@yahoo.com>
parents:
9047
diff
changeset
|
513 calculations. Add new example of solving systems of equations |
0b08eaf77dd6
Detailed review of intro.texi
Rik <rdrider0-list@yahoo.com>
parents:
9047
diff
changeset
|
514 |
9047 | 515 2009-03-27 Jaroslav Hajek <highegg@gmail.com> |
516 | |
517 * interpreter/diagperm.txi: Mention mixing with sparse matrices. | |
518 | |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
519 2009-03-25 John W. Eaton <jwe@octave.org> |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
520 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
521 * interpreter/munge-texi.cc (process_texi_input_file): |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
522 Copy leading comment with file name info to output. |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
523 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
524 2009-03-09 John W. Eaton <jwe@octave.org> |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
525 |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
526 * interpreter/Makefile.in (DISTFILES): Use doc-cache instead of |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
527 DOC for doc cache file. |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8932
diff
changeset
|
528 |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
529 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8923
diff
changeset
|
530 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8923
diff
changeset
|
531 * interpreter/stats.txi (Basic Statistical Functions): |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8923
diff
changeset
|
532 Add the 'histc' function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8923
diff
changeset
|
533 |
8923
d47290508a55
document --doc-cache-file option
John W. Eaton <jwe@octave.org>
parents:
8917
diff
changeset
|
534 2009-03-07 John W. Eaton <jwe@octave.org> |
d47290508a55
document --doc-cache-file option
John W. Eaton <jwe@octave.org>
parents:
8917
diff
changeset
|
535 |
d47290508a55
document --doc-cache-file option
John W. Eaton <jwe@octave.org>
parents:
8917
diff
changeset
|
536 * interpreter/basics.txi (Command Line Options): |
d47290508a55
document --doc-cache-file option
John W. Eaton <jwe@octave.org>
parents:
8917
diff
changeset
|
537 Document --doc-cache-file command-line option. |
d47290508a55
document --doc-cache-file option
John W. Eaton <jwe@octave.org>
parents:
8917
diff
changeset
|
538 |
8917 | 539 2009-03-06 Jaroslav Hajek <highegg@gmail.com> |
540 | |
541 * interpreter/diagperm.txi: Various improvements. | |
542 | |
8887 | 543 2009-02-27 John W. Eaton <jwe@octave.org> |
544 | |
545 * interpreter/set.txi (Sets): Don't document create_set. | |
546 | |
8879
1beaaffb3c1f
document strsplit, not split
John W. Eaton <jwe@octave.org>
parents:
8873
diff
changeset
|
547 2009-02-26 John W. Eaton <jwe@octave.org> |
1beaaffb3c1f
document strsplit, not split
John W. Eaton <jwe@octave.org>
parents:
8873
diff
changeset
|
548 |
1beaaffb3c1f
document strsplit, not split
John W. Eaton <jwe@octave.org>
parents:
8873
diff
changeset
|
549 * interpreter/strings.txi (Manipulating Strings): |
1beaaffb3c1f
document strsplit, not split
John W. Eaton <jwe@octave.org>
parents:
8873
diff
changeset
|
550 Document strsplit, not split. |
1beaaffb3c1f
document strsplit, not split
John W. Eaton <jwe@octave.org>
parents:
8873
diff
changeset
|
551 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
552 2009-02-25 John W. Eaton <jwe@octave.org> |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
553 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
554 * interpreter/Makefile.in (distclean): Remove tags and TAGS here |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
555 instead of in maintainer-clean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
556 (maintainer-clean): Depend on distclean, not clean. Remove DOC. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
557 (DISTFILES): Add stmp-html to the list. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
558 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
559 * Makefile.in: Remove conf.texi in maintainer-clean target but not |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
560 distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8859
diff
changeset
|
561 |
8859
46fdf8714acf
remove url hrefs from diagperm.txi
Jaroslav Hajek <highegg@gmail.com>
parents:
8851
diff
changeset
|
562 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
46fdf8714acf
remove url hrefs from diagperm.txi
Jaroslav Hajek <highegg@gmail.com>
parents:
8851
diff
changeset
|
563 |
46fdf8714acf
remove url hrefs from diagperm.txi
Jaroslav Hajek <highegg@gmail.com>
parents:
8851
diff
changeset
|
564 * interpreter/diagperm.txi: Remove redundant url references. |
46fdf8714acf
remove url hrefs from diagperm.txi
Jaroslav Hajek <highegg@gmail.com>
parents:
8851
diff
changeset
|
565 |
8851
d6de39523f03
improve the diag & perm matrices text
Jaroslav Hajek <highegg@gmail.com>
parents:
8839
diff
changeset
|
566 2009-02-23 Jaroslav Hajek <highegg@gmail.com> |
d6de39523f03
improve the diag & perm matrices text
Jaroslav Hajek <highegg@gmail.com>
parents:
8839
diff
changeset
|
567 |
d6de39523f03
improve the diag & perm matrices text
Jaroslav Hajek <highegg@gmail.com>
parents:
8839
diff
changeset
|
568 * interpreter/diagperm.txi: Use TeX alternatives in some |
d6de39523f03
improve the diag & perm matrices text
Jaroslav Hajek <highegg@gmail.com>
parents:
8839
diff
changeset
|
569 formulas, improve examples, delete superfluous defs. |
d6de39523f03
improve the diag & perm matrices text
Jaroslav Hajek <highegg@gmail.com>
parents:
8839
diff
changeset
|
570 |
8839
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
571 2009-02-23 Jaroslav Hajek <highegg@gmail.com> |
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
572 |
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
573 * interpreter/diagperm.txi: New file. |
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
574 * interpreter/octave.texi: Reference it. |
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
575 * intepreter/Makefile.in: Include it. |
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
576 * interpreter/matrix.txi: Move @DOCSTRING(diag) to diagperm.txi. |
fcba62cc4549
add chapter about diagonal and permutation matrices to manual
Jaroslav Hajek <highegg@gmail.com>
parents:
8817
diff
changeset
|
577 |
8817
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
578 2009-02-19 John W. Eaton <jwe@octave.org> |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
579 |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
580 * doc/interperter: Include @DOCSTRING commands for the following |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
581 functions: bicgstab, cgs, choldelete, cholinsert, cholshift, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
582 clabel, comet, command_line_path, compass, contour3, ctranspose, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
583 cylinder, dellistener, diffuse, edit, ellipsoid, fclear, feather, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
584 fill, find_dir_in_path, finite, flag, info, is_absolute_filename, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
585 is_rooted_relative_filename, isdebugmode, ishghandle, isnull, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
586 issorted, make_absolute_filename, meshz, news, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
587 octave_tmp_file_name, optimget, pareto, plotmatrix, plotyy, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
588 qrshift, quiver3, re_read_readline_init_file, ribbon, rose, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
589 rundemos, scatter, scatter3, slice, specular, sphere, spinmap, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
590 stem3, strchr, strtrim, surfl, surfnorm, times, transpose, |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
591 treelayout, uminus, uplus, warranty, what, xlim, yes_or_no. |
03b7f618ab3d
include docstrings for new functions in the manual
John W. Eaton <jwe@octave.org>
parents:
8791
diff
changeset
|
592 |
8791
d943e26d30e2
Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8783
diff
changeset
|
593 2009-02-17 Thomas Treichl <Thomas.Treichl@gmx.net> |
d943e26d30e2
Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8783
diff
changeset
|
594 |
d943e26d30e2
Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8783
diff
changeset
|
595 * interpreter/install.txi: Add documentation for configure options |
d943e26d30e2
Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8783
diff
changeset
|
596 "--without-framework-carbon" and "--without-framework-opengl". |
d943e26d30e2
Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8783
diff
changeset
|
597 |
8783
aee6f5c6665e
include DOCSTRING entries for cummin and cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
8722
diff
changeset
|
598 2009-02-17 Jaroslav Hajek <highegg@gmail.com> |
aee6f5c6665e
include DOCSTRING entries for cummin and cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
8722
diff
changeset
|
599 |
aee6f5c6665e
include DOCSTRING entries for cummin and cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
8722
diff
changeset
|
600 * interpreter/arith.txi: Add reference to "cummin" and "cummax". |
aee6f5c6665e
include DOCSTRING entries for cummin and cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
8722
diff
changeset
|
601 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8717
diff
changeset
|
602 2009-02-11 John W. Eaton <jwe@octave.org> |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8717
diff
changeset
|
603 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8717
diff
changeset
|
604 * interpreter/Makefile.in (uninstall): Use $(DESTDIR) here too. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8717
diff
changeset
|
605 Uninstall Info dir file. Uninstall DOC file. |
8722
3cedb606145d
create $(DESTDIR)$(octetcdir) when installing
John W. Eaton <jwe@octave.org>
parents:
8719
diff
changeset
|
606 (install): Install DOC file. Add $(DESTDIR)$(octetcdir) to the |
3cedb606145d
create $(DESTDIR)$(octetcdir) when installing
John W. Eaton <jwe@octave.org>
parents:
8719
diff
changeset
|
607 list of directories to make. |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8717
diff
changeset
|
608 |
8716
80910b37d855
generate DOC file for lookfor function
John W. Eaton <jwe@octave.org>
parents:
8654
diff
changeset
|
609 2009-02-10 John W. Eaton <jwe@octave.org> |
80910b37d855
generate DOC file for lookfor function
John W. Eaton <jwe@octave.org>
parents:
8654
diff
changeset
|
610 |
80910b37d855
generate DOC file for lookfor function
John W. Eaton <jwe@octave.org>
parents:
8654
diff
changeset
|
611 * interpreter/Makefile.in (DOC): New target. |
80910b37d855
generate DOC file for lookfor function
John W. Eaton <jwe@octave.org>
parents:
8654
diff
changeset
|
612 (DISTFILES): Add DOC nad mk_doc_cache.m to the list. |
8717
28b8bd2f6e66
doc/interpreter/mk_doc_cache.m: improve performance
John W. Eaton <jwe@octave.org>
parents:
8716
diff
changeset
|
613 * mk_doc_cache.m: New file. |
8716
80910b37d855
generate DOC file for lookfor function
John W. Eaton <jwe@octave.org>
parents:
8654
diff
changeset
|
614 |
9501 | 615 2009-02-01 S�ren Hauberg <hauberg@gmail.com> |
8654
e8cb7f97131b
doc/interpreter/nonlin.txi: remove reference to 'fsolve_options'
Soren Hauberg <hauberg@gmail.com>
parents:
8653
diff
changeset
|
616 |
e8cb7f97131b
doc/interpreter/nonlin.txi: remove reference to 'fsolve_options'
Soren Hauberg <hauberg@gmail.com>
parents:
8653
diff
changeset
|
617 * interpreter/nonlin.txi: Remove reference to 'fsolve_options'. |
e8cb7f97131b
doc/interpreter/nonlin.txi: remove reference to 'fsolve_options'
Soren Hauberg <hauberg@gmail.com>
parents:
8653
diff
changeset
|
618 |
9501 | 619 2009-02-01 S�ren Hauberg <hauberg@gmail.com> |
8653
2479ebf1c33f
doc/interpreter/system.txi: remove reference to 'eomdate'
Soren Hauberg <hauberg@gmail.com>
parents:
8584
diff
changeset
|
620 |
2479ebf1c33f
doc/interpreter/system.txi: remove reference to 'eomdate'
Soren Hauberg <hauberg@gmail.com>
parents:
8584
diff
changeset
|
621 * interpreter/system.txi: Remove reference to 'eomdate'. |
2479ebf1c33f
doc/interpreter/system.txi: remove reference to 'eomdate'
Soren Hauberg <hauberg@gmail.com>
parents:
8584
diff
changeset
|
622 |
8584
848f7d3e589c
Update the examples for structure arrays in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8569
diff
changeset
|
623 2009-01-24 Thorsten Meyer <thorsten@hexe> |
848f7d3e589c
Update the examples for structure arrays in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8569
diff
changeset
|
624 |
848f7d3e589c
Update the examples for structure arrays in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8569
diff
changeset
|
625 * interpreter/container.txi (Data Structures): Update examples for |
848f7d3e589c
Update the examples for structure arrays in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8569
diff
changeset
|
626 structure arrays. |
848f7d3e589c
Update the examples for structure arrays in container.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8569
diff
changeset
|
627 |
8568
aa1de3a889ed
eliminate variable index from manual
John W. Eaton <jwe@octave.org>
parents:
8567
diff
changeset
|
628 2009-01-22 John W. Eaton <jwe@octave.org> |
aa1de3a889ed
eliminate variable index from manual
John W. Eaton <jwe@octave.org>
parents:
8567
diff
changeset
|
629 |
8569
ee9e525744f0
io.txi: remove @DOCSTRING(ans)
John W. Eaton <jwe@octave.org>
parents:
8568
diff
changeset
|
630 * interpreter/io.txi (Terminal Output): Remove @DOCSTRING(ans). |
ee9e525744f0
io.txi: remove @DOCSTRING(ans)
John W. Eaton <jwe@octave.org>
parents:
8568
diff
changeset
|
631 |
8568
aa1de3a889ed
eliminate variable index from manual
John W. Eaton <jwe@octave.org>
parents:
8567
diff
changeset
|
632 * vr-idx.txi: Delete. |
aa1de3a889ed
eliminate variable index from manual
John W. Eaton <jwe@octave.org>
parents:
8567
diff
changeset
|
633 * interpreter/Makefile.in (SUB_SOURCE): Remove it from the list. |
aa1de3a889ed
eliminate variable index from manual
John W. Eaton <jwe@octave.org>
parents:
8567
diff
changeset
|
634 |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
635 2009-01-22 S�ren Hauberg <hauberg@gmail.com> |
8566
da95767511f5
Remove descriptions of built-in variables from manual
sh@sh-laptop
parents:
8549
diff
changeset
|
636 |
8567 | 637 * interpreter/func.txi: Put varargin and varargout in concept index. |
638 * interpreter/var.txi: Put ans in concept index. | |
639 * interpreter/octave.texi: Don't include vr-idx.texi. | |
9967 | 640 |
641 * interpreter/var.txi: Remove sections on built-in variables. | |
8566
da95767511f5
Remove descriptions of built-in variables from manual
sh@sh-laptop
parents:
8549
diff
changeset
|
642 |
8549 | 643 2009-01-20 John W. Eaton <jwe@octave.org> |
644 | |
645 * interpreter/system.txi (Filesystem Utilities): @DOCSTRING for | |
646 fstat. Delete @DOCSTRING for lstat. Add anchor for doc-lstat. | |
647 | |
8534
0eb83938c8bc
Trivial fixes in numbers.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8512
diff
changeset
|
648 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
|
649 |
0eb83938c8bc
Trivial fixes in numbers.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8512
diff
changeset
|
650 * interpreter/numbers.txi (Numeric Data Types): Trivial fixes. |
0eb83938c8bc
Trivial fixes in numbers.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8512
diff
changeset
|
651 |
8512
137d6c94212f
fix missing anchor in matrix.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
652 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
|
653 |
137d6c94212f
fix missing anchor in matrix.txi
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
654 * interpreter/matrix.txi: Add anchor for doc-postpad. |
9967 | 655 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8432
diff
changeset
|
656 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
|
657 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8432
diff
changeset
|
658 * interpreter/strings.txi: Add space to ischar example. |
9967 | 659 |
8426
7523742aa026
Add explanation on what wisdom is.
Francesco Potortì <pot@gnu.org>
parents:
8417
diff
changeset
|
660 2008-12-26 Francesco Potortì <pot@gnu.org> |
7523742aa026
Add explanation on what wisdom is.
Francesco Potortì <pot@gnu.org>
parents:
8417
diff
changeset
|
661 |
8432
c9cb8f0b8b4f
add reference to resize function in the manual
Francesco Potortì <pot@gnu.org>
parents:
8429
diff
changeset
|
662 * 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
|
663 to resize function. |
c9cb8f0b8b4f
add reference to resize function in the manual
Francesco Potortì <pot@gnu.org>
parents:
8429
diff
changeset
|
664 |
8428
ee1bc8aa226b
Add cross reference from Plot Annotations to Text Properties.
Francesco Potortì <pot@gnu.org>
parents:
8426
diff
changeset
|
665 * 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
|
666 Text Properties. |
8429
f34ab2b433e8
One word missing from int8 help string.
Francesco Potortì <pot@gnu.org>
parents:
8428
diff
changeset
|
667 (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
|
668 |
8426
7523742aa026
Add explanation on what wisdom is.
Francesco Potortì <pot@gnu.org>
parents:
8417
diff
changeset
|
669 * interpreter/signal.txi (Signal Processing): Add explanation of |
7523742aa026
Add explanation on what wisdom is.
Francesco Potortì <pot@gnu.org>
parents:
8417
diff
changeset
|
670 what wisdom is. |
7523742aa026
Add explanation on what wisdom is.
Francesco Potortì <pot@gnu.org>
parents:
8417
diff
changeset
|
671 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8372
diff
changeset
|
672 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8372
diff
changeset
|
673 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8372
diff
changeset
|
674 * 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
|
675 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8351
diff
changeset
|
676 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
|
677 |
9967 | 678 * interpreter/container.txi, interpreter/strings.txi: |
679 Remove reference to str2mat.m | |
680 | |
8351
4d78baf20ded
improve string documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8348
diff
changeset
|
681 2008-11-15 Thorsten Meyer <thorsten.meyier@gmx.de> |
4d78baf20ded
improve string documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8348
diff
changeset
|
682 |
9967 | 683 * interpreter/strings.txi: Add text around docstrings, change |
684 structure of the strings chapter. | |
685 | |
8296
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
686 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
|
687 |
6d5a7cba5177
doc/interpreter/Makefile.in: eliminate move-if-change from rules
John W. Eaton <jwe@octave.org>
parents:
8295
diff
changeset
|
688 * 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
|
689 ../../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
|
690 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
|
691 (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
|
692 (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
|
693 ($(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
|
694 ($(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
|
695 (%.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
|
696 (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
|
697 $(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
|
698 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8287
diff
changeset
|
699 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
|
700 |
8292 | 701 * faq/Octave-FAQ.texi: Document improved indexing and add an faq for |
9967 | 702 the compatibility of mldivide/mrdivide for singualr, under- and |
8292 | 703 over-determined matrices. |
9967 | 704 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8287
diff
changeset
|
705 * interpreter/plot.txi: Document contour groups. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8287
diff
changeset
|
706 |
8295 | 707 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
|
708 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8258
diff
changeset
|
709 * 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
|
710 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
|
711 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
|
712 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
|
713 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
|
714 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
|
715 Add missing @DOCSTRING commands. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8258
diff
changeset
|
716 |
8287
f3dbea0e8a1d
Adapted munge-texi to expand @seealso commands to texinfo references
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8286
diff
changeset
|
717 * 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
|
718 of @seealso{} into Texinfo references. |
9967 | 719 |
8256
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
720 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
|
721 |
8258 | 722 * interprter/plot.txi: Add documentation for error bar series. |
723 | |
9967 | 724 * interprter/plot.txi: Update documentation for line series, Add |
8258 | 725 documetation for scatter groups, stem series and surface groups. |
726 | |
8256
dba0037e6602
Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents:
8221
diff
changeset
|
727 * 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
|
728 * 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
|
729 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
|
730 * 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
|
731 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
732 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
|
733 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
734 * interpreter/oop.txi: New file. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
735 * 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
|
736 (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
|
737 methods. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8200
diff
changeset
|
738 (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
|
739 * 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
|
740 * 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
|
741 precedence here. |
9967 | 742 |
8348
d95c4e31bb2d
recommend limited line width in code examples
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8296
diff
changeset
|
743 2008-10-16 Thorsten Meyer <thorsten.meyier@gmx.de> |
9967 | 744 * interpreter/contrib.txi: added recommendation of limited |
745 line width in code examples | |
746 | |
8182 | 747 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
|
748 |
8200
837487bd3450
help new contributors with mercurial
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8182
diff
changeset
|
749 * interpreter/contrib.txi: added example for mercurial queues |
837487bd3450
help new contributors with mercurial
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8182
diff
changeset
|
750 |
837487bd3450
help new contributors with mercurial
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8182
diff
changeset
|
751 08-10-03 Thorsten Meyer <thorsten.meyier@gmx.de> |
8182 | 752 |
9967 | 753 * interpreter/contrib.txi: correction of the mercurial example |
754 * 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
|
755 |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
756 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
8148 | 757 |
758 * interpreter/image.txi: Update for imread and imwrite instead of | |
759 loadimge and saveimage. | |
760 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
761 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
|
762 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8134
diff
changeset
|
763 * interpreter/image.txi: Document imfinfo. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8134
diff
changeset
|
764 |
8134
951917a0b9f8
container.txi: fix cross reference in struct docs
Francesco Potorti
parents:
8133
diff
changeset
|
765 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it>. |
951917a0b9f8
container.txi: fix cross reference in struct docs
Francesco Potorti
parents:
8133
diff
changeset
|
766 |
951917a0b9f8
container.txi: fix cross reference in struct docs
Francesco Potorti
parents:
8133
diff
changeset
|
767 * interpreter/container.txi: Fix cross reference in struct docs. |
951917a0b9f8
container.txi: fix cross reference in struct docs
Francesco Potorti
parents:
8133
diff
changeset
|
768 |
8133
f38997cf9e5b
matrix.txi: update docs for random number generators
Brian Gough
parents:
8128
diff
changeset
|
769 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
|
770 |
f38997cf9e5b
matrix.txi: update docs for random number generators
Brian Gough
parents:
8128
diff
changeset
|
771 * interpreter/matrix.txi: Update docs for random number generators. |
f38997cf9e5b
matrix.txi: update docs for random number generators
Brian Gough
parents:
8128
diff
changeset
|
772 |
8128 | 773 2008-09-22 David Bateman <dbateman@free.fr> |
774 | |
775 * faq/Octave-FAQ.texi: Update for Octave 3.1.51 and Matlab 2008a. | |
776 | |
8106
8a42498edb30
Clarify doc for sparse function
David Bateman <dbateman@free.fr>
parents:
8072
diff
changeset
|
777 2008-09-15 David Bateman <dbateman@free.fr> |
8a42498edb30
Clarify doc for sparse function
David Bateman <dbateman@free.fr>
parents:
8072
diff
changeset
|
778 |
8a42498edb30
Clarify doc for sparse function
David Bateman <dbateman@free.fr>
parents:
8072
diff
changeset
|
779 * interpreter/sparse.txi: Minor clarificiation |
8a42498edb30
Clarify doc for sparse function
David Bateman <dbateman@free.fr>
parents:
8072
diff
changeset
|
780 |
8071 | 781 2008-08-28 John W. Eaton <jwe@octave.org> |
782 | |
8134
951917a0b9f8
container.txi: fix cross reference in struct docs
Francesco Potorti
parents:
8133
diff
changeset
|
783 * interpreter/func.txi, interpreter/plot.txi: Doc fixes |
8072 | 784 suggested by Francesco Potorti` <Potorti@isti.cnr.it>. |
8071 | 785 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8056
diff
changeset
|
786 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8056
diff
changeset
|
787 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8056
diff
changeset
|
788 * 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
|
789 series objects. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8056
diff
changeset
|
790 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
791 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
|
792 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8055
diff
changeset
|
793 * 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
|
794 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
|
795 |
8055
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
8046
diff
changeset
|
796 2008-08-26 Jaroslav Hajek <highegg@gmail.com> |
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
8046
diff
changeset
|
797 |
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
8046
diff
changeset
|
798 * interpreter/contrib.txi: New file. |
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
8046
diff
changeset
|
799 * interpreter/octave.texi: Include it here. |
d51c3541be28
contrib.txi: new documentation for contributors
Jaroslav Hajek <highegg@gmail.com>
parents:
8046
diff
changeset
|
800 * 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
|
801 |
8046 | 802 2008-08-21 David Bateman <dbateman@free.fr> |
803 | |
804 * interpreter/plot.txi: Document ezplot. | |
9967 | 805 |
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
|
806 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
|
807 |
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
|
808 * 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
|
809 |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
810 2008-08-06 S�ren Hauberg <hauberg@gmail.com> |
8015
30629059b72d
Update the manual to reflect the changes in error output
sh@sh-laptop
parents:
7989
diff
changeset
|
811 |
30629059b72d
Update the manual to reflect the changes in error output
sh@sh-laptop
parents:
7989
diff
changeset
|
812 * interpreter/basics.txi, interpreter/errors.txi, |
30629059b72d
Update the manual to reflect the changes in error output
sh@sh-laptop
parents:
7989
diff
changeset
|
813 interpreter/expr.txi, interpreter/func.txi, |
30629059b72d
Update the manual to reflect the changes in error output
sh@sh-laptop
parents:
7989
diff
changeset
|
814 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
|
815 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
816 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
|
817 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
818 * interpreter/numbers.txi, interpreter/plot.txi, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
819 interpreter/quad.txi: Miscellaneous documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
820 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
821 * control.txi, finance.txi, quaternion.txi: Delete. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
822 * 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
|
823 * Makefile.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7984
diff
changeset
|
824 |
7980
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
825 2008-07-28 David Bateman <dbateman@free.fr> |
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
826 |
7984
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
827 * interpreter/arith.txi: Document reallog, realpow and realsqrt. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
828 * interpreter/dbug.txi: Document the means of setting a breakpoint |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
829 in a sub-function |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
830 * interpreter/func.txi: Document nargoutchk and symvar. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
831 * interpreter/geometry.txi: Document rectint. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
832 * interpreter/image.txi: Document contrast. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
833 * interpreter/interp.txi: Document interp1q. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
834 * interpreter/linalg.txi: Document planerot, rcond and subspace. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
835 * interpreter/numbers.txi: Document data type demotion and single |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
836 precision data type. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
837 * interpreter/plot.txi: Document ginput, gtext, |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
838 waitforbuttonpress, ezcontour, ezcontourf, ezpolar, ezplot3, |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
839 ezmesh, ezmeshc, ezsurf, ezsurfc, allchild, findobj and findall |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
840 functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
841 * interpreter/quad.txi: Document quadv, quadgk, dblquad and |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
842 triplequad functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
843 * interpreter/strings.txi: Document validstring, regexptranslate |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
844 and isstrprop functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
845 * interpreter/system.txi: Document addtodate, filemarker and perl |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
846 functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
847 * interpreter/var.txi: Document the genvarname and namelengthmax |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
848 functions. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
849 * interpreter/octave.texi: Update table of contents for the above |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
850 changes. |
bbaa5d7d0143
Some documentation updates
David Bateman <dbateman@free.fr>
parents:
7981
diff
changeset
|
851 |
7981 | 852 * interpreter/plot.txi: Document contourf. |
853 | |
7980
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
854 * interpreter/plot.txi: Clarify the description of OuterPosition |
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
855 axes property. |
b224a9a9ccf1
Calrify OuterPosition property in manual
David Bateman <dbateman@free.fr>
parents:
7787
diff
changeset
|
856 |
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
|
857 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
|
858 |
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
|
859 * 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
|
860 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
|
861 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
|
862 * 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
|
863 |
8182 | 864 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
|
865 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7681
diff
changeset
|
866 * 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
|
867 deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7681
diff
changeset
|
868 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7647
diff
changeset
|
869 2008-04-02 David Bateman <dbateman@free.fr> |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7647
diff
changeset
|
870 |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7647
diff
changeset
|
871 * interpreter/sparse.txi: Document spaugment. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7647
diff
changeset
|
872 |
7647
7b382848a18f
Remove spurious whitespace before macros
Rafael Laboissiere <rafael@debian.org>
parents:
7639
diff
changeset
|
873 2008-03-26 Rafael Laboissiere <rafael@debian.org> |
7b382848a18f
Remove spurious whitespace before macros
Rafael Laboissiere <rafael@debian.org>
parents:
7639
diff
changeset
|
874 |
7b382848a18f
Remove spurious whitespace before macros
Rafael Laboissiere <rafael@debian.org>
parents:
7639
diff
changeset
|
875 * interpreter/mkoctfile.1: Remove spurious whitespace before macros |
7b382848a18f
Remove spurious whitespace before macros
Rafael Laboissiere <rafael@debian.org>
parents:
7639
diff
changeset
|
876 |
7639
b2fbb393a072
Add the num2hex and hex2num functions
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
877 2008-03-25 David Bateman <dbateman@free.fr> |
b2fbb393a072
Add the num2hex and hex2num functions
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
878 |
b2fbb393a072
Add the num2hex and hex2num functions
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
879 * interpreter/strings.txi: Document hex2num, num2hex. |
9967 | 880 |
7619 | 881 2008-03-21 David Bateman <dbateman@free.fr> |
882 | |
883 * interpreter/sparse.txi: Document amd function. | |
884 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7595
diff
changeset
|
885 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
|
886 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7595
diff
changeset
|
887 * 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
|
888 |
7595
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
889 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
|
890 |
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
891 * interpreter/octave.1, interpreter/mkoctfile.1: |
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
892 Escape "-" signs that mean the "minus" character. |
90ad1f69ca9d
Escape "-" signs that mean the "minus" character
Rafael Laboissiere <rafael@debian.org>
parents:
7580
diff
changeset
|
893 |
7580
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7540
diff
changeset
|
894 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
|
895 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7540
diff
changeset
|
896 * 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
|
897 csvwrite. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7540
diff
changeset
|
898 |
8182 | 899 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
|
900 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
901 * 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
|
902 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
|
903 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
|
904 |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
905 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
|
906 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
907 * 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
|
908 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
|
909 spinv and splu. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
910 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7496
diff
changeset
|
911 2008-02-20 David Bateman <dbateman@free.fr> |
9967 | 912 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7496
diff
changeset
|
913 * 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
|
914 spatan2, spfind, spqr and spdet. |
9967 | 915 |
7496
e27f8afa99e5
better documentation on the INDEX file format
carlo@guglielmo.local
parents:
7490
diff
changeset
|
916 2008-02-19 Carlo de Falco <kingcrimson@tiscali.it> |
e27f8afa99e5
better documentation on the INDEX file format
carlo@guglielmo.local
parents:
7490
diff
changeset
|
917 |
e27f8afa99e5
better documentation on the INDEX file format
carlo@guglielmo.local
parents:
7490
diff
changeset
|
918 * interpreter/package.txi: Improve INDEX file documentation. |
e27f8afa99e5
better documentation on the INDEX file format
carlo@guglielmo.local
parents:
7490
diff
changeset
|
919 |
7490 | 920 2008-01-18 Ben Abbott <bpabbott@mac.com> |
921 | |
922 * interpreter/intro.txi: Replaced reference to deprecated | |
923 function struct_elements with filenames. | |
924 | |
7464
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
925 2008-02-08 Rafael Laboissiere <rafael@debian.org> |
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
926 |
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
927 * interpreter/octave.1: Dropped unknow LO macro |
9967 | 928 * interpreter/octave-bug.1: Likewise |
7464
2a1cb886ec98
Drop .LO macros from manpages
Rafael Laboissiere <rafael@debian.org>
parents:
7455
diff
changeset
|
929 |
7455
fe332ce262b5
eliminate spkron.cc; dispatch in kron
David Bateman <dbateman@free.fr>
parents:
7450
diff
changeset
|
930 2008-02-07 David Bateman <dbateman@free.fr> |
fe332ce262b5
eliminate spkron.cc; dispatch in kron
David Bateman <dbateman@free.fr>
parents:
7450
diff
changeset
|
931 |
fe332ce262b5
eliminate spkron.cc; dispatch in kron
David Bateman <dbateman@free.fr>
parents:
7450
diff
changeset
|
932 * interpreter/sparse.txi: Remove references to spkron. |
fe332ce262b5
eliminate spkron.cc; dispatch in kron
David Bateman <dbateman@free.fr>
parents:
7450
diff
changeset
|
933 |
7450 | 934 2008-02-06 John W. Eaton <jwe@octave.org> |
935 | |
936 * interpreter/Makefile.in (stmp-html, HTML): New targets. | |
937 ($(HTML_IMAGES_PNG)): Also depend on stmp-html. | |
938 Don't create HTML directory here. | |
939 | |
7336 | 940 2007-12-28 John W. Eaton <jwe@octave.org> |
941 | |
942 Merge changes from object branch: | |
943 | |
944 2007-06-20 John W. Eaton <jwe@octave.org> | |
945 | |
946 * interpreter/var.txi, interpreter/io.txi: | |
947 Eliminate print_answer_id_name. | |
948 | |
7334 | 949 2007-12-21 John W. Eaton <jwe@octave.org> |
950 | |
951 Version 3.0.0 released. | |
952 | |
7315 | 953 2007-12-13 John W. Eaton <jwe@octave.org> |
954 | |
955 * Makefile.in (conf.texi): Also depend on $(top_srcdir)/src/version.h. | |
956 | |
7262 | 957 2007-12-05 John W. Eaton <jwe@octave.org> |
958 | |
959 * interpreter/geometryimages.m (image_as_txt): New function. | |
960 Use it to generate "figures" for Info format. | |
961 * interpreter/interpimages.m: Likewise. | |
962 * interpreter/sparseimages.m: Likewise. | |
963 | |
7255 | 964 2007-12-04 John W. Eaton <jwe@octave.org> |
965 | |
7257 | 966 * interpreter/sparseimages.m, interpreter/plotimages.m, |
967 interpreter/interpimages.m, interpreter/geometryimages.m: | |
968 Set default text font to "*" for png images. | |
969 | |
970 * interpreter/Makefile.in (run-octave): Don't sleep. | |
971 | |
972 2007-12-04 Joseph P. Skudlarek <Jskud@Jskud.com> | |
973 | |
974 * interpreter/plotimages.m: Generate text plots. | |
975 * interpreter/sparseimages.m: Add initial blank line to text plots. | |
976 | |
7255 | 977 * interpreter/Makefile.in (IMAGES_TXT): Include $(INTERPIMAGES_TXT) |
978 $(GEOMETRYIMAGES_TXT) and $(PLOTIMAGES_TXT) in the list. | |
979 (INTERPIMAGES_TXT, GEOMETRYIMAGES_TXT, PLOTIMAGES_TXT): New variables. | |
980 | |
7189 | 981 2007-11-26 David Bateman <dbateman@free.fr> |
982 | |
983 * interpreter/sparse.txi: Document condest. | |
984 * interpreter/plot.txi: Document the new text properties and the | |
985 TeX interpreter mode of text objects. | |
986 * interpreter/plotimages.m: Add an example for the TeX | |
987 interpreter. | |
988 * interpreter/Makefile.in (PLOTIMAGES): Add the TeX example | |
989 | |
990 * interpreter/plot.txi: Document caxis. | |
991 * interpreter/image.txi: Document gmap40. | |
992 | |
7167 | 993 2007-11-12 Joseph P. Skudlarek <Jskud@Jskud.com> |
994 | |
995 * interpreter/gpl.txi: Move index commands after sectioning commands. | |
996 | |
7146 | 997 2007-11-09 David Bateman <dbateman@free.fr> |
998 | |
7149 | 999 * interpreter/plot.txi: Document the new hidden and area functions. |
7146 | 1000 |
7120 | 1001 2007-11-07 David Bateman <dbateman@free.fr> |
1002 | |
1003 * interpreter/plot.txi: Document new functions. | |
1004 | |
7081 | 1005 2007-10-30 David Bateman <dbateman@free.fr> |
1006 | |
1007 * interpreter/dynamic.txi, interpreter/install.txi, | |
1008 interpreter/stats.txi, interpreter/strings.txi, | |
1009 interpreter/testfun.txi, interpreter/tips.txi: | |
1010 Doc fixes for small book format. | |
1011 | |
7075 | 1012 2007-10-26 Michael Goffioul <michael.goffioul@gmail.com> |
1013 | |
1014 * interpreter/Makefile.in, faq/Makefile.in, liboctave/Makefile.in: | |
1015 Use temporary renamed files instead of Don't use --output option | |
1016 argument for texi2[dvi|pdf]. Use $(sepchar) for path element | |
1017 separation when building TEXINPUTS. Remove use of UNSETCOMSPEC trick. | |
1018 | |
7048 | 1019 2007-10-22 Kim Hansen <kimhanse@gmail.com> |
1020 | |
1021 * interpreter/munge-texi.cc: Include <cstdlib> and <cstring>. | |
1022 | |
7040 | 1023 2007-10-19 David Bateman <dbateman@free.fr> |
1024 | |
1025 * refcard/refcard.tex: Update for 3.0. | |
1026 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1027 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
7031 | 1028 |
1029 * interpreter/preface.txi, interpreter/basics.txi, | |
1030 interpreter/strings.txi, interpreter/container.txi, | |
1031 interpreter/var.txi, interpreter/expr.txi, interpreter/errors.txi, | |
1032 interpreter/io.txi, interpreter/func.txi, interpreter/package.txi: | |
1033 Make text fit on pages when using smallbook. | |
1034 | |
7016 | 1035 2007-10-12 John W. Eaton <jwe@octave.org> |
1036 | |
1037 * Change copyright notices in all files that are part of Octave to | |
1038 GPLv3 or any later version. | |
1039 | |
7007 | 1040 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
1041 | |
1042 * interpreter/dynamic.txi, interpreter/geometry.txi, | |
1043 interpreter/package.txi, interpreter/sparse.txi, | |
1044 interpreter/system.txi: Spelling fixes. | |
1045 | |
7001 | 1046 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
1047 | |
1048 * interpreter/arith.txi, interpreter/basics.txi, | |
1049 interpreter/container.txi, interpreter/dynamic.txi, | |
1050 interpreter/eval.txi, interpreter/expr.txi, interpreter/func.txi, | |
1051 interpreter/geometry.txi, interpreter/intro.txi, | |
1052 interpreter/numbers.txi, interpreter/plot.txi, | |
1053 interpreter/poly.txi, interpreter/set.txi, interpreter/sparse.txi, | |
1054 interpreter/stmt.txi, interpreter/strings.txi, | |
9967 | 1055 interpreter/testfun.txi, interpreter/tips.txi: Spelling fixes. |
7001 | 1056 |
6966 | 1057 2007-10-06 John W. Eaton <jwe@octave.org> |
1058 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1059 * interpreter/octave.texi: Add David Bateman and S�ren Hauberg as |
6966 | 1060 authors. |
1061 | |
6930 | 1062 2006-09-28 Henry Mollet mollet@pacbell.net |
1063 | |
1064 * interpreter/func.txi: Correct results of a couple of examples. | |
1065 | |
6900 | 1066 2007-09-14 John W. Eaton <jwe@octave.org> |
1067 | |
1068 * faq/Makefile.in: Create single Octave-FAQ.html file instead of a | |
1069 splitting files into HTML directory. | |
1070 | |
6863 | 1071 2007-09-05 David Bateman <dbateman@free.fr> |
1072 | |
9967 | 1073 * interpreter/system.m: Document gzip. |
1074 * interpreter/container.txi: Document celldisp. | |
1075 * interpreter/matrix.txi: Document bsxfun. | |
1076 * interpreter/data.txi: Document typecast and swapbytes. | |
1077 * interpreter/container.txi: Document struct2cell. | |
1078 * interpreter/stats.txi: Document mode. | |
1079 * interpreter/eval.txi: Document run. | |
6863 | 1080 |
6855 | 1081 2007-09-01 David Bateman <dbateman@free.fr> |
1082 | |
6858 | 1083 * interpreter/Makefile.in: Remove stray character from |
9967 | 1084 INTERIMAGES_PNG target. |
6855 | 1085 * conf.texi.in: Substitute for the variable TEXINFO_QHULL |
1086 * interpreter/geometryimages.m: Check for the HAVE_QHULL build | |
1087 flag before creating certain figures. | |
1088 * interpreter/geometry.txi: Check whether TEXINFO_QHULL is set | |
1089 before including certain figures. | |
1090 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1091 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
6850 | 1092 |
9967 | 1093 * interpreter/nonlin.txi: Extended the example. |
1094 | |
1095 * interpreter/poly.txi: Sectioning and documentation. | |
1096 * interpreter/octave.texi: Adapt to changes in poly.txi. | |
6850 | 1097 |
6847 | 1098 2007-08-30 David Bateman <dbateman@free.fr> |
1099 | |
1100 * interpreter/geometryimages.m: Add inpolygon example | |
1101 * interpreter/Makefile.in (GEOMETRYIMAGES): Add inpolygon example. | |
1102 * interpret/geometry.txi: Document inpolygon. | |
1103 | |
6837 | 1104 2007-08-27 David Bateman <dbateman@free.fr> |
1105 | |
1106 * interpreter/struct.txi: Remove. | |
1107 * interpreter/containers.txi: Combine with this chapter. Add | |
1108 examples, and section on comma separated lists. Document the | |
1109 difference between "c(1,:) = []" and c{1,:} = []" for a cell | |
1110 arrays. | |
1111 * interpreter/octave.texi: Document new indexing of containers | |
1112 section. | |
1113 | |
6832 | 1114 2007-08-25 David Bateman <dbateman@free.fr> |
1115 | |
9967 | 1116 * interpreter/geometry.txi: Add examples and explanatory text. |
1117 * interpreter/octave.texi: Update indexing of geometry functions. | |
6832 | 1118 * interpreter/geometryimage.m: New script to create images for |
1119 geometry chapter. | |
1120 * interpreter/Makefile.in (SCRIPT_SORCES): add geometryimages.m | |
1121 (GEOMETRYIMAGES*): New variables. | |
1122 (IMAGES_EPS, IMAGES_PDF, IMAGES_PNG): Add the GEOMETRYIMAGES*. | |
1123 | |
6824 | 1124 2007-08-24 David Bateman <dbateman@free.fr> |
1125 | |
9967 | 1126 * interpreter/geometry.txi: Document new functions. |
1127 * interpreter/octave.texi: Update indexing of geometry items. | |
6824 | 1128 |
6798 | 1129 2007-07-25 John W. Eaton <jwe@octave.org> |
1130 | |
1131 * interpreter/Makefile.in (run-octave): Don't set DISPLAY. | |
1132 | |
6796 | 1133 2007-07-25 David Bateman <dbateman@free.fr> |
1134 | |
9967 | 1135 * Makefile.in, faq/Makefile.in, interpreter/Makwfile.in, |
1136 liboctave/Makefile.in, refcard/Makefile.in: Adjust DISTFILES | |
6796 | 1137 to allow out of tree "make dist" to work. |
1138 | |
6784 | 1139 2007-07-23 David Bateman <dbateman@free.fr> |
1140 | |
1141 * interpreter/Makefile.in (SUB_SOURCE): remove bit.txi. | |
6788 | 1142 * interpreter/io.txi: Document rat and rats in new sub-section. |
1143 * interpreter/plot.txi: New section for test functions. Document | |
1144 peaks and meshc. | |
1145 * interpreter/octave.texi: Add test plotting section. | |
1146 * interpreter/image.txi: Document the functions autumn, bone, | |
9967 | 1147 cool, copper, hot, hsv, jet, pink, prism, rainbow, spring, |
6788 | 1148 summer, white and winter. |
9967 | 1149 |
6781 | 1150 2007-07-19 David Bateman <dbateman@free.fr> |
1151 | |
1152 * interpreter/bit.xi: Remove. | |
1153 * interpreter/numbers.txi: Move here, and add examples. | |
1154 * interpreter/octave.texi: Remove "Bit manipulation" chapter and make | |
1155 it a sub-section of the "Numeric Data Types" chapter. | |
1156 | |
6770 | 1157 2007-07-06 David Bateman <dbateman@free.fr> |
1158 | |
9967 | 1159 * interpreter/arith.txi: Add accumarray. |
6770 | 1160 |
6754 | 1161 2007-06-25 John W. Eaton <jwe@octave.org> |
1162 | |
1163 * interpreter/stats.txi: Reorganize sections and add introductory text. | |
1164 | |
6915 | 1165 * interpreter/octave.texi: Update to reflect changes in stats.txi. |
6754 | 1166 |
6743 | 1167 2007-06-18 David Bateman <dbateman@free.fr> |
1168 | |
1169 * interpreter/interpimages.m: Simpler images to demonstrate | |
1170 the continuity of the second derivative of splines. | |
1171 * interpreter/interp.txi: Also change figures here. | |
1172 * interpreter/Makefile.in: and here. | |
9967 | 1173 |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1174 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6741 | 1175 |
9967 | 1176 * interpreter/optim.txi: Added some introductory text to each |
6741 | 1177 section. |
1178 | |
9967 | 1179 * interpreter/set.txi: Added some introductory text. |
1180 * interpreter/octave.texi: Updated to reflect changes in set.txi. | |
6741 | 1181 |
6735 | 1182 2007-06-15 David Bateman <dbateman@free.fr> |
1183 | |
1184 * faq/Octave-FAQ.texi: Document the gnuplot 4.2 bug using pipes. | |
1185 | |
6731 | 1186 2007-06-15 Paul Kienzle <pkienzle@users.sf.net> |
1187 | |
1188 * interpreter/testfun.txi: Provide a clue to using xtest for assert. | |
1189 | |
6728 | 1190 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
1191 | |
1192 * interpreter/testfun.txi: Document xtest block | |
1193 | |
6721 | 1194 2007-06-14 David Bateman <dbateman@free.fr> |
1195 | |
1196 * interpreter/Makefile.in (SCRIPT_SORCES): add interimages.m | |
1197 (INTERPIMAGES*): New variables. Add targets for them | |
1198 (IMAGES_EPS, IMAGES_PDF, IMAGES_PNG): Add the INTERPIMAGES. | |
1199 * interpreter/interpimages.m: New function | |
1200 * interpreter/interp.txi: Add text about second derivation of | |
1201 splines and add figures. | |
1202 | |
6716 | 1203 2007-06-12 David Bateman <dbateman@free.fr> |
1204 | |
1205 * interpreter/numbers.txi: Document that 64-bit arithmetic is | |
1206 not possible. | |
1207 | |
6702 | 1208 2007-06-12 David Bateman <dbateman@free.fr> |
1209 | |
1210 * interpreter/interp.txi: Split into two section and document | |
1211 interp3 and the differences in the treatement of the dimensions | |
1212 between interpn and interp3. | |
1213 * hashing.txi: Remove. | |
1214 * system.txi: Move it here as a subsection. Include explanation | |
1215 and example. | |
1216 * interpreter/octave.texi: Add sections for the Interpolation | |
1217 chapter. Remove references to Hashing chapter and hashing.texi, | |
1218 and subsections for hashing to system utilities chapter. | |
1219 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1220 2007-06-12 2007-06-10 S�ren Hauberg <hauberg@gmail.com> |
6700 | 1221 |
9967 | 1222 * interpreter/diffeq.txi: Note that x-dot is the derivative of x. |
6700 | 1223 |
6686 | 1224 2007-06-03 David Bateman <dbatemna@free.fr> |
1225 | |
1226 * interpreter/dynamic.txi: Use "mwSize" and "mwIndex" rather than | |
1227 "int" for indexing in mex-files and document them. | |
9967 | 1228 |
6673 | 1229 2007-05-30 John W. Eaton <jwe@octave.org> |
1230 | |
1231 * interpreter/Makefile.in (TEXI2DVICOMMAND, TEXI2PDFCOMMAND): | |
1232 New macros. | |
1233 (octave-a4.pdf, octave-smallbook.pdf): New targets. | |
1234 (FORMATTED, all): Include octave-a4.pdf in list of dependencies. | |
1235 Delete octave.dvi and octave.ps from list. | |
1236 (FORMATTED, all): Use $(PDF_TARGETS). | |
1237 (maintainer-clean): Depend on clean. | |
1238 | |
6672 | 1239 2007-05-30 G. D. McBain <gdmcbain@freeshell.org> |
1240 | |
1241 * interpreter/expr.txi (Assignment Ops): Doc fix. | |
1242 | |
6669 | 1243 2007-05-29 Steven Mestdagh <steven.mestdagh@esat.kuleuven.be> |
1244 | |
1245 * interpreter/Makefile.in ($(HTML_IMAGES_PNG)): Use cp instead of | |
1246 INSTALL_DATA to copy files to the HTML directory. | |
1247 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1248 2007-05-28 S�ren Hauberg <hauberg@gmail.com> |
6667 | 1249 |
9967 | 1250 * interpreter/errors.txi: Add new sections and some more detailed |
6667 | 1251 descriptions on errors and warnings. |
9967 | 1252 * interpreter/octave.texi, interpreter/stmt.txi, |
6667 | 1253 interpreter/var.txi: Add references to the new sections in |
1254 errors.txi. | |
1255 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1256 2007-05-28 S�ren Hauberg <hauberg@gmail.com> |
6666 | 1257 |
9967 | 1258 * interpreter/io.txi: Rearrange some sections, and add |
1259 a few examples. | |
6666 | 1260 |
1261 2007-05-28 G. D. McBain <geordie_mcbain@yahoo.com.au> | |
1262 | |
1263 * interpreter/struct.txi: Doc fix. | |
1264 | |
6661 | 1265 2007-05-23 John W. Eaton <jwe@octave.org> |
1266 | |
1267 * liboctave/Makefile.in (TEXINFO_SOURCE): New variable. | |
1268 (TEXINFO): Define using $(TEXINFO_SOURCE). | |
1269 (DISTFILES): Include $(TEXINFO_SOURCE) in the list, not $(TEXINFO). | |
1270 | |
6654 | 1271 2007-05-22 John W. Eaton <jwe@octave.org> |
1272 | |
1273 * interpreter/Makefile.in (TEXINFO_SOURCE): New variable. | |
1274 (TEXINFO): Define using $(TEXINFO_SOURCE). | |
1275 (DISTFILES): Include $(TEXINFO_SOURCE) in the list, not $(TEXINFO). | |
1276 | |
6653 | 1277 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1278 | |
1279 * faq/Octave-FAQ.texi, interpreter/basics.txi, | |
1280 refcard/refcard.tex: Fix typos. | |
1281 | |
6650 | 1282 2007-05-22 John W. Eaton <jwe@octave.org> |
1283 | |
1284 * interpreter/Makefile.in (DISTFILES): Add mkcontrib.awk to the list. | |
1285 | |
6646 | 1286 2007-05-21 David Bateman <dbatemna@free.fr> |
1287 | |
1288 * interpreter/debug.txi, io.txi, octave.txi: Doc fixes. | |
1289 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1290 2007-05-21 S�ren Hauberg <hauberg@gmail.com> |
6637 | 1291 |
9967 | 1292 * interpreter/expr.txi: Describe +=, -=, *=, and /= operators. |
6642 | 1293 Add new example. |
1294 | |
9967 | 1295 * interpreter/eval.txi: Partition the chapter into sections. |
1296 Describe evalin and assignin functions using text from Paul | |
6643 | 1297 Kienzle. Change "See See" to "See". Use @ref instead of @xref to |
1298 avoid "See" to be written with a capital letter in the middle of a | |
1299 sentence. | |
6641 | 1300 |
9967 | 1301 * interpreter/func.txi: New section describing load path. |
1302 Improve 'inline' and 'command' sections. | |
1303 | |
1304 * interpreter/stmt.txi: Describe cell array cases for the switch | |
6637 | 1305 statement. Minor layout changes. |
1306 | |
6635 | 1307 2007-05-19 David Bateman <dbatemna@free.fr> |
1308 | |
1309 * interpreter/func.txi: Additional documentation for function | |
1310 locking, dispatch and autoloading. | |
1311 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1312 2007-05-16 S�ren Hauberg <hauberg@gmail.com> |
6632 | 1313 |
6635 | 1314 * interpreter/expr.txi: Improve docs. |
6632 | 1315 |
6620 | 1316 2007-05-14 John W. Eaton <jwe@octave.org> |
1317 | |
1318 * interpreter/basics.txi, interpreter/data.txi, | |
1319 interpreter/intro.txi, interpreter/numbers.txi, | |
1320 interpreter/octave.texi, interpreter/preface.txi: Doc fixes. | |
1321 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1322 2007-04-18 S�ren Hauberg <hauberg@gmail.com> |
6616 | 1323 |
1324 * interpreter/package.texi: Document "*" flag for loaded packages. | |
1325 | |
6623 | 1326 * interpreter.var.txi: Improve explanation of clear, exist, and who. |
1327 | |
1328 * interpreter/intro.txi: Change @unnumberedsubsec to @subsection. | |
1329 | |
1330 * interpreter/container.txi: Doc fix. | |
1331 | |
1332 * interpreter/strings.txi: Improve explanation for creating | |
1333 comparing, and converting strings. | |
1334 * interpreter/octave.texi: Update detailed menu. | |
1335 | |
6612 | 1336 2007-05-09 David Bateman <dbateman@free.fr> |
1337 | |
1338 * faq/Octave-FAQ.texi: Update compatibility section. | |
1339 | |
6593 | 1340 2007-04-27 David Bateman <dbateman@free.fr> |
1341 | |
6595 | 1342 * Makefile.in (EXAMPLE_FILES_NODIR): Add mycell.c, myfeval.c, |
1343 myfunc.c, mypow2.c, mysparse.c, mystring.c, mystruct.c and | |
1344 paramdemo.cc. | |
6593 | 1345 * interpreter.txi/dynamic.txi: Complete all but the section on |
1346 the mex- and oct-file APIs. | |
1347 | |
6587 | 1348 2007-04-26 David Bateman <dbateman@free.fr> |
1349 | |
1350 * interpreter/stmt.txi: Document for loops over matrices, arrays | |
1351 and cell arrays. | |
1352 | |
6580 | 1353 2007-04-25 David Bateman <dbateman@free.fr> |
1354 | |
1355 * interpreter/dynamic.txi: Add additional copyrights. Add sections | |
1356 of input parameter checking, documentation and testing of | |
1357 oct-files. Adds a section on calling other functions from | |
1358 mex-files, expands the basic information on mex-files, and add a | |
1359 few new sections (to be completed) to the section about mex-files | |
1360 | |
6574 | 1361 2007-04-25 John W. Eaton <jwe@octave.org> |
1362 | |
6583 | 1363 * interpreter/dynamic.txi: Use abs_top_srcdir to find example files. |
1364 | |
1365 2007-04-25 David Bateman <dbateman@free.fr> | |
1366 | |
1367 * conf.texi.in: Also set abs_top_srcdir with substitution. | |
1368 * Makefile.in: Substitute abs_top_srcdir here. | |
1369 | |
1370 2007-04-25 John W. Eaton <jwe@octave.org> | |
1371 | |
6577 | 1372 * interpreter/dynamic.txi: Use @verbatiminclude for example code. |
1373 | |
1374 * interpreter/Makefile.in (EXAMPLE_FILES_NODIR, EXAMPLE_FILES): | |
1375 New variables. | |
1376 (octave.info, octave.dvi, octave.pdf, HTML/index.html): | |
1377 Depend on $(EXAMPLE_FILES). | |
1378 | |
1379 * conf.texi.in: Also set top_srcdir with substitution. | |
1380 | |
6574 | 1381 * interpreter/tips.txi: Update with new text and examples. |
1382 Move documentation section to the end. | |
1383 | |
6570 | 1384 2007-04-24 David Bateman <dbateman@free.fr> |
1385 | |
1386 * interpreter/octave.texi: Include dynamic.texi as appendix and | |
1387 update menus. | |
1388 | |
1389 * interpreter/plot.txi: Update menus. | |
1390 | |
1391 * interpreter/strings.txi: @result -> @result{}. | |
1392 | |
1393 * intrepreter/func.txi, intrepreter/sparse.txi: | |
1394 Delete .oct file section and update menus. | |
1395 | |
1396 * interpreter/addtwomatrices.cc, interpreter/celldemo.cc, | |
1397 interpreter/fortdemo.cc, interpreter/funcdemo.cc, | |
1398 interpreter/globaldemo.cc, interpreter/helloworld.cc, | |
1399 interpreter/stringdemo.cc, interpreter/structdemo.cc, | |
1400 interpreter/unwinddemo.cc, interpreter/fortsub.f, | |
1401 interpreter/dynamic.txi: New files. | |
1402 | |
1403 * Makefile.in (SUB_SOURCE): Include dynamic.txi in the list. | |
1404 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1405 2007-04-18 S�ren Hauberg <hauberg@gmail.com> |
6537 | 1406 |
1407 * interpreter/package.texi: New file. | |
1408 * octave/texi: @include it, add it to the menus. | |
1409 | |
6535 | 1410 2007-04-18 John W. Eaton <jwe@octave.org> |
1411 | |
1412 * interpreter/contributors.in: New file. | |
1413 * interpreter/Makefile.in (contributors.texi): New target. | |
1414 (clean): Also deleete contributors.texi | |
1415 (TEXINFO): Include contributors.texi in the list. | |
1416 (preface.texi): @include contributors.texi. | |
1417 | |
6531 | 1418 2007-04-17 David Bateman <dbateman@free.fr> |
1419 | |
1420 * interpreter/linalg.txi (Techniques used for Linear Algebra): | |
1421 New node. | |
1422 * interpreter/octave.texi: Include it in menu. | |
1423 * interpreter/sparse.txi: Delete discusion of matrix_type. | |
1424 | |
6529 | 1425 2007-04-16 John W. Eaton <jwe@octave.org> |
1426 | |
1427 * interpreter/stream.txi: Delete. | |
1428 * interpreter/Makefile.in (SUB_SOURCE): Remove it from the list. | |
1429 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1430 2007-04-16 S�ren Hauberg <hauberg@gmail.com> |
6529 | 1431 |
6530 | 1432 * intrepreter/stmt.txi: Improve documentation of switch statement. |
1433 | |
1434 * interpreter/tips.txi: Update description of how copyright | |
1435 statements are recognized. | |
1436 | |
6529 | 1437 * interpreter/octave.texi: Don't include stream.texi. |
1438 Remove menu entry for I/O streams. | |
1439 | |
1440 * interpreter/image.txi: Update docs. | |
1441 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1442 2007-04-11 S�ren Hauberg <hauberg@gmail.com> |
6518 | 1443 |
1444 * interpreter/container.txi: Document indexing with (). | |
1445 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1446 2007-04-11 S�ren Hauberg <hauberg@gmail.com> |
6514 | 1447 |
1448 * interpreter/container.txi: Improve cell array documentation. | |
1449 | |
9316
c539ec5726e7
Update some of Advanced Plotting documentation.
Rik <rdrider0-list@yahoo.com>
parents:
9312
diff
changeset
|
1450 2007-04-09 S�ren Hauberg <hauberg@gmail.com> |
6510 | 1451 |
1452 * interpreter/func.txi: Document varargin, varargout, and default | |
1453 argument values. | |
1454 | |
6481 | 1455 2007-04-03 Rafael Laboissiere <rafael@debian.org> |
1456 | |
1457 * interpreter/basics.txi: Clarified some limitations of the #! | |
1458 script mechanism, in particular related to the parsing of the | |
1459 arguments. | |
1460 | |
6477 | 1461 2007-03-29 Rafael Laboissiere <rafael@debian.org> |
1462 | |
1463 * faq/Octave-FAQ.texi, interpreter/basics.txi, | |
1464 interpreter/emacs.txi, interpreter/func.tx, interpreter/var.txi: | |
1465 Make it clear that the old built-in LOADPATH is an internal | |
1466 variable, accessible through path (). | |
1467 Drop references to DEFAULT_LOADPATH. | |
1468 Chang references to the old built-in variables INFO_FILE and | |
1469 INFO_PROGRAM to the respective fucntions info_file and | |
1470 info_program. | |
1471 * refcard/refcard.tex: Drop LOADPATH from list of built-in variables. | |
1472 | |
6467 | 1473 2007-03-27 John W. Eaton <jwe@octave.org> |
1474 | |
1475 * Makefile.in, interpreter/Makefile.in, faq/Makefile.in, | |
1476 liboctave/Makefile.in, refcard/Makefile.in (dist): | |
1477 Use ln instead of $(LN_S). | |
1478 | |
6431 | 1479 2007-03-21 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
1480 | |
1481 * interpreter/sparse.txi: Delete repeated word. | |
1482 | |
6421 | 1483 2007-03-20 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
1484 | |
1485 * interpreter/sparse.txi: Clarify sparse matrix creation example. | |
1486 | |
6411 | 1487 2007-03-14 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
1488 | |
1489 * interpreter/sparse.txi: Fix typo. | |
1490 | |
6358 | 1491 2007-02-26 From Michael Goffioul <michael.goffioul@swing.be> |
1492 | |
1493 * Makefile.in, interpreter/Makefile.in, faq/Makefile.in, | |
1494 liboctave/Makefile.in, refcard/Makefile.in: | |
1495 Use $(LN_S) instead of ln or ln -s. | |
1496 | |
6334 | 1497 2007-02-21 David Bateman <dbateman@free.fr> |
1498 | |
1499 * interpreter/sparse.txi: Add functions sprank and normest to | |
1500 documentation. | |
1501 | |
6257 | 1502 2007-01-25 John W. Eaton <jwe@octave.org> |
1503 | |
1504 * interpreter/sparseimages.m: Don't call __gnuplot_x__ functions. | |
1505 | |
6180 | 1506 2006-11-17 John W. Eaton <jwe@octave.org> |
1507 | |
1508 * interpreter/sparseimages.m: Fix call to __plt3__. | |
1509 | |
6178 | 1510 2006-11-16 John W. Eaton <jwe@octave.org> |
1511 | |
1512 * interpreter/sparseimages.m (femimages): Use plot3. | |
1513 | |
6152 | 1514 2006-11-11 John W. Eaton <jwe@octave.org> |
1515 | |
1516 * interpreter/Makefile.in (%.texi : %.txi): | |
1517 Use $(simple-move-if-change-rule) here. | |
1518 | |
6126 | 1519 2006-10-29 John W. Eaton <jwe@octave.org> |
1520 | |
1521 * interpreter/Makefile.in (run-octave): Call it here. | |
1522 * interpreter/sparseimages.m (sparseimages): Don't call sleep here. | |
1523 | |
6116 | 1524 2006-10-27 John W. Eaton <jwe@octave.org> |
1525 | |
1526 * interpreter/Makefile.in (run-octave): | |
1527 Unset DISPLAY while running Octave. | |
1528 From Michael Goffioul <michael.goffioul@swing.be>. | |
1529 | |
1530 * interpreter/Makefile.in (octave.dvi, octave.pdf): | |
1531 Use $(UNSETCOMSPEC) in command. | |
1532 * faq/Makefile.in (Octave-FAQ.dvi, Octave-FAQ.pdf): Likewise. | |
1533 * liboctave/Makefile.in (liboctave.dvi, liboctave.pdf): Likewise. | |
1534 | |
9501 | 1535 2006-10-09 Thomas Treichl <Thomas.Treichl@gmx.net> |
6040 | 1536 |
1537 * interpreter/sparseimages.m: Plot sombrero images if sparse | |
1538 capabilities are missing. | |
1539 | |
6031 | 1540 2006-10-04 John W. Eaton <jwe@octave.org> |
1541 | |
1542 * interpreter/Makefile.in (HTML_IMAGES_PNG): New variable. | |
1543 (HTML/index.html): Depend on $(HTML_IMAGES_PNG) instead of html-figs. | |
1544 ($(HTML_IMAGES_PNG): HTML/%.png : %.png): New pattern rule. | |
1545 (html-dir): Delete target. | |
1546 | |
8182 | 1547 2006-10-03 Rafael Laboissiere <rafael@debian.org> |
6024 | 1548 |
1549 * interpreter/mkoctfile.1: Fix indentation for --mex description. | |
1550 | |
6001 | 1551 2006-09-26 John W. Eaton <jwe@octave.org> |
1552 | |
1553 * interpreter/Makefile.in (stamp-images): Delete. | |
1554 (octave.info): Depend on $(IMAGES_TXT), not stamp-images. | |
1555 (octave.dvi): Depend on $(IMAGES_EPS), not stamp-images. | |
1556 (octave.pdf): Depend on $(IMAGES_PDF), not stamp-images. | |
1557 (html-figs): Depend on $(IMAGES_PNG), not stamp-images. | |
1558 (SCRIPT_SOURCES, SPARSEIMAGES_1, SPARSEIMAGES_EPS, | |
1559 SPARSEIMAGES_PDF, SPARSEIMAGES_PNG, SPARSE_IMAGES_TXT, IMAGES_EPS, | |
1560 IMAGES_PDF, IMAGES_PNG, IMAGES_TXT, and IMAGES): New variables. | |
1561 (SOURCES): Include $(SCRIPT_SOURCES) in the list. | |
1562 (DISTFILES): Include $(IMAGES) in the list. | |
1563 (maintainer-clean): Delete $(IMAGES) here. | |
1564 (DISTSUBDIRS, SUBDIRS): Remove $(IMAGEDIR) from list. | |
1565 (octave.dvi, octave.info, octave.pdf, HTML/index.html): | |
1566 Don't include $(IMAGEDIR) in list of directories to search | |
1567 * sparseimages.m: Move here from images/sparseimages.m. | |
1568 * images/Makefile.in: Delete. | |
1569 * images: Delete directory. | |
1570 | |
5966 | 1571 2006-08-24 John W. Eaton <jwe@octave.org> |
1572 | |
1573 * interpreter/images/Makefile.in (SPARSEIMAGES_PDF): New macro. | |
1574 Keep PDF images out of IMAGES list. | |
1575 | |
5942 | 1576 2006-08-18 John W. Eaton <jwe@octave.org> |
1577 | |
1578 * conf.texi.in: Eliminate TARGETHOSTTYPE variable. | |
1579 | |
5934 | 1580 2006-08-17 John W. Eaton <jwe@octave.org> |
1581 | |
1582 * interpreter/images/Makefile.in (%.pdf : %eps): | |
1583 Use $(GHOSTSCRIPT) instead of gs. | |
1584 | |
5926 | 1585 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
1586 | |
1587 * interpreter/images/sparseimages.m: Adapt to new automatic_replot | |
1588 definition. | |
9967 | 1589 |
5866 | 1590 2006-06-27 John W. Eaton <jwe@octave.org> |
1591 | |
1592 * interpreter/Makefile.in: Elminate double-colon rules. | |
1593 | |
5835 | 1594 2006-05-31 John W. Eaton <jwe@octave.org> |
1595 | |
1596 * interpreter/images/Makefile.in (run-octave): | |
1597 Use $(TOPDIR)/run-octave script to execute Octave. | |
1598 (OCTAVE_BINARY, OCTAVE_SCRIPT_PATH, OCTAVE_LD_LIBRARY_PATH, | |
1599 XLD_LIBRARY_PATH, SET_LD_LIBRARY_PATH): Delete variables. | |
1600 | |
5745 | 1601 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
1602 | |
1603 * interpreter/mkoctfile.1: Doc string fix. | |
1604 | |
5730 | 1605 2006-04-03 David Bateman <dbateman@free.fr> |
1606 | |
1607 * interpreter/matrix.txi: Add rande, randp, randg and update | |
9967 | 1608 for different random generator behavior. |
5730 | 1609 |
5720 | 1610 2006-03-28 John W. Eaton <jwe@octave.org> |
1611 | |
1612 * texinfo.tex: Update FSF address. | |
1613 | |
5718 | 1614 2006-03-27 John W. Eaton <jwe@octave.org> |
1615 | |
1616 * interpreter/images/sparseimages.m: Fix missing endif. Omit | |
1617 unnecessary call to axis. | |
1618 | |
5717 | 1619 2006-03-24 John W. Eaton <jwe@octave.org> |
1620 | |
1621 * interpreter/images/sparseimages.m: | |
1622 Avoid some unnecessary calculations. | |
1623 | |
5708 | 1624 2006-03-22 John W. Eaton <jwe@octave.org> |
1625 | |
5711 | 1626 * interpreter/sparse.txi: Undo previous change. |
1627 Always use @image to include image files. | |
5708 | 1628 * interpreter/Makefile.in: Eliminate stamp files. |
1629 (clean, mostlyclean, distclean, maintainer-clean): Now | |
1630 double-colon targets. | |
1631 (stamp-images): New target. | |
1632 (octave.info, octave.dvi, octave.pdf, HTML/index.html): Depend on it. | |
1633 * interpreter/images/Makefile.in: Explicitly list images to be | |
1634 created and their dependencies. | |
5711 | 1635 * interpreter/images/sparseimages.m (sparseimage): Delete dirc arg. |
1636 Sleep for 1 second before returning. | |
1637 (txtimages): Also create gplot.txt and grid.txt. | |
5708 | 1638 (sparseimages): Don't redirect output here. |
1639 New arg, nm. Only output a single figure at a time. | |
1640 (bury_output): New function. Use it before plotting commands and | |
1641 after every print function. | |
1642 * Makefile.in (conf.texi): New target. | |
1643 (DISTFILES): Include conf.texi in the list. | |
1644 (all, dist): Depend on conf.texi. | |
1645 * conf.texi.in: Values come from Makeconf, not configure. | |
1646 | |
5704 | 1647 2006-03-21 John W. Eaton <jwe@octave.org> |
1648 | |
5706 | 1649 * liboctave/Makefile.in (FORMATTED): Omit .html files here. |
1650 (DISTDIRS): New variable. | |
1651 (dist): Handle $(DISTDIRS) here. | |
1652 | |
1653 * faq/Makefile.in (FORMATTED): Omit .html files here. | |
1654 (DISTDIRS): New variable. | |
1655 (dist): Handle $(DISTDIRS) here. | |
1656 | |
1657 * interpreter/Makefile.in (FORMATTED): Omit .html files here. | |
1658 (DISTDIRS): New variable. | |
1659 (dist): Handle $(DISTDIRS) here. | |
1660 | |
5704 | 1661 * interpreter/sparse.txi: Temporarily omit figures. |
1662 * interpreter/Makefile.in: Temporarily omit actions for making figures. | |
5706 | 1663 (DISTSUBDIRS): New macro. |
1664 (dist): Recurse into $(DISTSUBDIRS) here. | |
5704 | 1665 |
1666 * interpreter/Makefile.in (real-pdf): Depend on stamp-eps | |
1667 (stamp-pdf): Depend on real-pdf. Touch stamp-pdf here. | |
1668 (real-pdf): Not here. | |
1669 | |
5681 | 1670 2006-03-16 David Bateman <dbateman@free.fr> |
1671 | |
1672 * interpreter/images/sparseimages.m: set terminal type to dummy to | |
1673 direct output to terminal rather than X11. | |
1674 * interpreter/sparse.txi: Update docs for new QR solvers. | |
9967 | 1675 |
5652 | 1676 2006-03-09 David Bateman <dbateman@free.fr> |
1677 | |
1678 * interpreter/Makefile.in: Change order of commands in HTML/index.html | |
1679 target. Respawn make for stamp-pdf target so that $(wildcard *.eps) is | |
1680 reinterpreted. | |
1681 * interpreter/sparse.txi: Isolate conditionally built targets in | |
1682 "@ifset ... @end ifset". | |
1683 | |
5648 | 1684 2006-03-08 David Bateman <dbateman@free.fr> |
1685 | |
1686 * conf.texi: Remove. | |
1687 * conf.texi.in: New file, for autoconf'ed version of conf.texi. | |
1688 * Makefile.in: replace conf.texi with conf.texi.in in DISTFILES | |
1689 * interpreter/Makefile.in: build in subdir IMAGEDIR, add stamps for | |
1690 image files. Copy png-files to HTML directory. Build pdf files from | |
1691 eps files using epsffit, gs, grep, basename, head and awk. | |
1692 * octave.texi: Update sparse sub-sections. | |
1693 * sparse.txi: Updates for current state of sparse code. | |
1694 * interpreter/images/Makefile.in: New file. | |
1695 * interpreter/images/sparseimages.m: New file to build sparse images. | |
1696 | |
5647 | 1697 2006-03-07 David Bateman <dbateman@free.fr> |
1698 | |
1699 * liboctave/dae.texi, liboctave/factor.texi, liboctave/nleqn.texi, | |
1700 liboctave/quad.texi, liboctave/matvec.texi, liboctave/nlfunc.texi, | |
1701 liboctave/diffeq.texi, liboctave/array.texi, liboctave/range.texi, | |
1702 liboctave/optim.texi: Fix some syntax problems for texinfo.tex 4.8. | |
1703 | |
5642 | 1704 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
1705 | |
1706 * interpreter/octave.texi (@seealso): Display args instead of | |
1707 discarding them. | |
1708 | |
5635 | 1709 2006-03-02 John W. Eaton <jwe@octave.org> |
1710 | |
5638 | 1711 * faq/Makefile.in (Octave-FAQ.ps): Depend on Octave-FAQ.dvi, not |
1712 $(TEXINFO). | |
1713 | |
5635 | 1714 * texinfo.tex: Update to 2004-11-25.16 version from Texinfo 4.8. |
1715 | |
5582 | 1716 2005-12-14 David Bateman <dbateman@free.fr> |
1717 | |
1718 * interpreter/testfun.txi: New test/demo documentation. | |
1719 * interpreter/strings.txi: Include regexp/regexi docstrings. | |
1720 * interpreter/octave.texi: Include test/demo appendix. | |
1721 * interpreter/Makefile.in (SUB_SOURCE): Include test.txi. | |
1722 | |
9501 | 1723 2005-12-13 David Bateman <dbateman@free.fr> |
5576 | 1724 |
1725 * interpreter/sparse.txi: Add new gplot, etreeplot and treeplot | |
1726 functions. | |
1727 | |
5527 | 1728 2005-11-01 John W. Eaton <jwe@octave.org> |
1729 | |
1730 * liboctave/Makefile.in (maintainer-clean): Also remove liboctave.pdf | |
1731 * faq/Makefile.in (maintainer-clean): Also remove Octave-FAQ.pdf. | |
1732 From Quentin Spencer <qspencer@ieee.org>. | |
1733 | |
5506 | 1734 2005-10-23 David Bateman <dbateman@free.fr> |
1735 | |
1736 * sparse.txi: Updates for new ufsparse licensing, new functions and | |
1737 various typos. | |
1738 | |
5457 | 1739 2005-09-19 Rafael Laboissiere <rafael@debian.org> |
1740 | |
1741 * interpreter/octave-config.1: Use bold instead of italics to | |
1742 markup command name. | |
1743 | |
5425 | 1744 2005-07-29 John W. Eaton <jwe@octave.org> |
1745 | |
1746 * faq/Makefile.in (HTML/index.html): Pass --ifinfo to makeinfo. | |
1747 * interpreter/Makefile.in (HTML/index.html): Likewise. | |
1748 * liboctave/Makefile.in (HTML/index.html): Likewise. | |
1749 | |
5422 | 1750 2005-07-28 John W. Eaton <jwe@octave.org> |
1751 | |
1752 * faq/Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in: | |
1753 Use makeinfo instead of texi2html to generate HTML. | |
1754 | |
5334 | 1755 2005-05-02 John W. Eaton <jwe@octave.org> |
1756 | |
1757 * interpreter/munge-texi.cc (skip_comments): New function. | |
1758 (process_doc_file): Use it to skip comments at beginning of file. | |
1759 | |
5322 | 1760 2005-04-29 David Bateman <dbateman@free.fr> |
1761 | |
5324 | 1762 * interpreter/sparse.txi: Add matrix_type, spkron, and document |
1763 changes in solve code. | |
5322 | 1764 |
5282 | 1765 2005-03-14 David Bateman <dbateman@free.fr> |
1766 | |
1767 * interpreter/sparse.txi: Add luinc function. | |
1768 | |
5196 | 1769 2005-03-09 John W. Eaton <jwe@octave.org> |
1770 | |
1771 * Makefile.in (bin-dist): Delete target. | |
1772 (BINDISTSUBDIRS): Delete variable. | |
1773 | |
1774 * refcard/Makefile.in (bin-dist): Delete target. | |
1775 (BINDISTFILES): Delete variable. | |
1776 * liboctave/Makefile.in: Likewise. | |
1777 * interpreter/Makefile.in: Likewise. | |
1778 * faq/Makefile.in: Likewise. | |
1779 | |
5164 | 1780 2005-02-25 John W. Eaton <jwe@octave.org> |
1781 | |
1782 Sparse merge. | |
1783 | |
1784 2005-01-07 David Bateman <dbateman@free.fr> | |
1785 | |
1786 * interpreter/sparse.txi: New file. | |
1787 * interpreter/Makefile.in: Add it to the build. | |
1788 * interpreter/octave.texi: Include it in the contents tables and the | |
1789 top level document. | |
1790 | |
5162 | 1791 2005-02-25 John W. Eaton <jwe@octave.org> |
1792 | |
1793 * liboctave/Makefile.in (all): Also depend on Octave-FAQ.pdf. | |
1794 Use $(MAKEINFO) instead of makeinfo in rules. | |
1795 | |
1796 2005-02-25 Rafael Laboissiere <rafael@debian.org> | |
1797 | |
1798 * liboctave/Makefile.in (Octave-FAQ.pdf): New target and rule. | |
1799 (FORMATTED): Add Octave-FAQ.pdf to the list. | |
1800 | |
5151 | 1801 2005-02-21 John W. Eaton <jwe@octave.org> |
1802 | |
1803 * liboctave/Makefile.in (liboctave.pdf): New target and rule. | |
1804 (FORMATTED): Add liboctave.pdf to the list. | |
5162 | 1805 (all): Also depend on liboctave.pdf. |
5151 | 1806 Use $(MAKEINFO) instead of makeinfo in rules. |
1807 | |
1808 * interpreter/Makefile.in (octave.pdf): New target and rule. | |
1809 (FORMATTED): Add octave.pdf to the list. | |
1810 (all): Also depend on octave.pdf. | |
1811 Use $(MAKEINFO) instead of makeinfo in rules. | |
1812 | |
5134 | 1813 2005-02-08 Quentin Spencer <qspencer@ieee.org> |
1814 | |
1815 * interpreter/plot.txi: Emphasize compatible plotting functions | |
1816 over gplot and friends. | |
1817 | |
4754 | 1818 2004-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
1819 | |
1820 * liboctave/Makefile.in (FORMATTED): Use liboctave*.html instead | |
1821 of liboctave_*.html. | |
1822 | |
1823 * faq/Makefile.in (FORMATTED): Use Octave-FAQ*.html instead of | |
1824 Octave-FAQ_*.html. | |
1825 | |
4710 | 1826 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
1827 | |
1828 * faq/Makefile.in (maintainer-clean): Remove Octave-FAQ*.html | |
1829 instead of just Octave-FAQ_*.html. | |
1830 | |
1831 * liboctave/Makefile.in (maintainer-clean): Remove liboctave*.html | |
1832 instead of just liboctave_*.html. | |
1833 | |
1834 * refcard/Makefile.in (maintainer-clean): Remove refcard-*.pdf. | |
1835 | |
4672 | 1836 2003-12-09 Eric S. Raymond <esr@thyrsus.com> |
1837 | |
1838 * interpreter/mkoctfile.1: Use .I instead of .f for markup of ".oct". | |
1839 | |
4623 | 1840 2003-11-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
1841 | |
1842 * interpreter/munge-texi.cc (process_texi_input_file): | |
1843 Avoid -Wshadow warnings. | |
1844 | |
4489 | 1845 2003-08-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
1846 | |
1847 * refcard/Makefile.in (refcard-a4.pdf, refcard-legal.pdf, | |
1848 refcard-letter.pdf): New targets. | |
1849 (FORMATTED): Add them to the list. | |
1850 * refcard/refcard.tex: Optionally set pdf paper size parameters. | |
1851 | |
4483 | 1852 2003-08-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
1853 | |
1854 * interpreter/Makefile.in (octave_toc.html): Add "-I ." to texinfo | |
1855 command line args. | |
1856 | |
4440 | 1857 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
1858 | |
1859 * faq/Makefile.in (FORMATTED): Include all Octave-FAQ_*.html files | |
1860 here, not just the toc. | |
1861 | |
4413 | 1862 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
1863 | |
7031 | 1864 * interpreter/Makefile.in, liboctave/Makefile.in: Handle DESTDIR. |
4413 | 1865 |
4343 | 1866 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
1867 | |
1868 * interpreter/Makefile.in (MAN_BASE): Add octave-config.1 to the list. | |
1869 | |
9501 | 1870 2003-02-19 Dirk Eddelbuettel <edd@debian.org> |
4343 | 1871 |
1872 * octave-config.1: New file. | |
1873 | |
9501 | 1874 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 1875 |
1876 * interpreter/Makefile.in (munge-texi$(BUILD_EXEEXT)): Pass | |
1877 $(BUILD_CXXFLAGS) and $(BUILD_LDFLAGS) to compiler. | |
1878 (%.o : %.cc): Delete pattern rule. | |
1879 | |
4279 | 1880 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
1881 | |
1882 * interpreter/munge-texi.cc: Define __USE_STD_IOSTREAM if using | |
1883 Compaq C++. | |
1884 | |
4215 | 1885 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
1886 | |
1887 * interpreter/Makefile.in (%.o : %.c): No longer need | |
1888 -DNO_PRAGMA_INTERFACE_IMPLEMENTATION=1 compiler option. | |
1889 (munge-texi#(BUILD_EXEEXT)): Likewise. | |
1890 Don't link to Map-s.o. | |
1891 | |
1892 * interpreter/Map-s.cc: Delete. | |
1893 * interpreter/Makefile.in (DISTFILES): Delete it from the list. | |
1894 (mostlyclean, clean): Don't delete Map-s.o. | |
1895 | |
1896 * interpreter/munge-texi.cc: Require working STL. | |
1897 | |
4207 | 1898 2002-11-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
1899 | |
1900 * interpreter/Makefile.in (maintainer-clean): Depend on | |
1901 clean-texi, don't remove $(TEXINFO). | |
1902 | |
4177 | 1903 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
1904 | |
1905 * interpreter/munge-texi.cc: Use STL map class by default, but | |
1906 make it easy to revert back to libg++-based Map class if that | |
1907 fails to work on some systems. | |
1908 | |
9501 | 1909 2002-11-01 Dirk Eddelbuettel <edd@debian.org> |
4149 | 1910 |
1911 * interpreter/Makefile.in (MAN_BASE, MAN_SRC): New variables, use | |
1912 as appropriate. | |
1913 | |
1914 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1915 | |
1916 * interpreter/mkoctfile.1: New file. | |
9967 | 1917 |
9501 | 1918 2002-10-25 Paul Kienzle <pkienzle@users.sf.net> |
4125 | 1919 |
1920 * interpreter/Makefile.in (octave_toc.html): Use -expandinfo and | |
1921 -split_chapter instead of -expand info and -split chapter. | |
1922 * liboctave/Makefile.in (liboctave_toc.html): Likewisel | |
1923 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. | |
1924 | |
1925 2002-10-25 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1926 | |
1927 * interpreter/Makefile.in (munge-texi$(BUILD_EXEEXT)): Always use | |
1928 -DNO_PRAGMA_INTERFACE_IMPLEMENTATION for compiling and linking. | |
1929 | |
4098 | 1930 2002-10-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
1931 | |
1932 * interpreter/Makefile.in (%.texi : %.txi): | |
1933 Use $(top_srcdir)/move-if-change. | |
1934 | |
1935 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
1936 | |
1937 * interpreter/Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
1938 | |
4093 | 1939 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
1940 | |
1941 * interpreter/Makefile.in (munge-texi, %.o : %.cc): | |
1942 Use $(BUILD_CXX), not $(CXX). | |
1943 (src-DOCSTRINGS, scripts-DOCSTRINGS): New targets. | |
1944 ($(TEXIFNO)): Depend on them. | |
1945 (DOCSTRINGS): Delete variable. | |
1946 | |
4084 | 1947 2002-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
1948 | |
1949 * interpreter/Makefile.in (%.spell): Use $(SED), not sed. | |
1950 * liboctave/Makefile.in (%.spell): Likewise. | |
1951 * faq/Makefile.in (%.spell): Likewise. | |
1952 | |
3863 | 1953 2001-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
1954 | |
1955 * interpreter/Makefile.in (octave_toc.html): Use -expand info and | |
1956 -split chapter, to be consistent. | |
1957 * liboctave/Makefile.in (liboctave_toc.html): Likewise. | |
1958 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. | |
1959 | |
9501 | 1960 2001-11-14 Christoph Spiel <cspiel@hammersmith-consulting.com> |
3862 | 1961 |
1962 * faq/Makefile.in (Octave-FAQ_toc.html): Use -expandinfo and | |
1963 -split_chapter, not -expand info and -split chapter. | |
1964 * liboctave/Makefile.in (liboctave_toc.html): Likewise. | |
1965 | |
3849 | 1966 2001-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
1967 | |
1968 * interpreter/Makefile.in (MAIN_TEXINFO): Look in $(srcdir). | |
3852 | 1969 (octave_toc.html): Use -expandinfo and -split_chapter, not |
1970 -expand info and -split chapter. | |
3849 | 1971 |
3809 | 1972 2001-03-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
1973 | |
1974 * liboctave/Makefile.in (liboctave_toc.html): Use -expand info and | |
1975 -split chapter instead of -expandinfo and -split_chapter options | |
1976 for texi2html. | |
1977 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. | |
1978 * interpreter/Makefile.in (octave_toc.html): Likewise. | |
1979 | |
3720 | 1980 2000-10-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
1981 | |
1982 * liboctave/Makefile.in (liboctave_toc.html): Add space after -I | |
1983 in texi2html command. | |
1984 * interpreter/Makefile.in (octave_toc.html): Ditto. | |
1985 | |
3605 | 1986 2000-03-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
1987 | |
1988 * interpreter/octave-bug.1: New file. | |
1989 * interpreter/Makefile.in (install install-strip): Install it. | |
1990 (DISTFILES, BINDISTFILES): Add it to the | |
1991 | |
3601 | 1992 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
1993 | |
1994 * interpreter/Makefile.in (clean): Also delete munge-texi, | |
1995 munge-texi.o, and Map-s.o. | |
1996 | |
3575 | 1997 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
1998 | |
1999 * interpreter/munge-texi.cc: Sprinkle with std:: qualifier. | |
2000 | |
3494 | 2001 2000-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
2002 | |
2003 * interpreter/Makefile.in (clean-texi): Avoid removing octave.texi. | |
2004 | |
3404 | 2005 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
2006 | |
2007 * interpreter/Makefile.in: Don't generate octave.texi from octave.txi. | |
2008 * interpreter/octave.texi: Rename from octave.txi. | |
2009 | |
2010 * interpreter/munge-texi.cc (process_texi_input_file): Undo | |
2011 previous change, since % doesn't work as a comment character after | |
2012 texinfo.tex is included. | |
2013 | |
3401 | 2014 2000-01-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
2015 | |
3402 | 2016 * texinfo.tex: Update to version from texinfo-4.0. |
2017 | |
3401 | 2018 * interpreter/munge-texi.cc (process_texi_input_file): For Texinfo |
2019 doc strings, automatically insert an @anchor{doc-SYMBOL} command | |
2020 just before the docstring for SYMBOL. | |
2021 | |
3376 | 2022 1999-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
2023 | |
2024 * interpreter/munge-texi.cc (process_texi_input_file): Begin | |
2025 transformed files with `% DO NOT EDIT' instead of `@c DO NOT EDIT' | |
2026 to prevent problems with TeX not knowing the definition of @c | |
2027 before it is used. | |
2028 | |
3364 | 2029 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
2030 | |
2031 * interpreter/Makefile.in (%.texi : %.txi): Suppress command echo. | |
2032 | |
3314 | 2033 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
2034 | |
3315 | 2035 * interpreter/Makefile.in (dist): Remove .texi files first, so |
2036 they will have timestamps newer than the $(DOCSTRINGS) files. | |
3316 | 2037 (%.texi : %.txi): Use mv instead of move-if-change. |
3315 | 2038 |
3314 | 2039 * interpreter/Map-s.cc: New file. |
2040 * interpreter/munge-texi.cc: Use old libg++ Map class instead of | |
2041 STL map, for the benefit of systems that have assemblers that | |
2042 can't handle the long symbol names generated by g++ for | |
2043 map<string,string>. | |
2044 | |
3296 | 2045 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
2046 | |
3301 | 2047 * interpreter/munge-texi.cc: Strip the "-*- texinfo -*-" marker |
2048 when including help text. | |
2049 | |
3297 | 2050 * interpreter/Makefile.in ($(TEXINFO)): Depend on $(DOCSTRINGS). |
2051 ($(DOCSTRINGS)): New rule. | |
2052 | |
2053 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of | |
2054 `cd dir; $(MAKE); cd ..'. | |
2055 (../BUGS, ../INSTALL.OCTAVE, $(SUBDIRS)) Likewise. | |
2056 | |
3296 | 2057 * interpreter/*.txi: Rename from *.txi. |
2058 * interpreter/munge-texi.cc: New file. | |
2059 * interpreter/Makefile.in: Use it to create .texi files from .txi | |
2060 files and DOCSTRING files. | |
2061 | |
3246 | 2062 Fri Jun 18 23:17:02 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
2063 | |
2064 * interpreter/Makefile.in (octave_toc.html): Add -expandinfo to | |
2065 tex12html options. | |
2066 * liboctave/Makefile.in (liboctave_toc.html): Likewise. | |
2067 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. | |
2068 | |
3189 | 2069 Fri Oct 9 00:27:33 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
2070 | |
2071 * faq/Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in: | |
2072 New rules for generating HTML files from Texinfo sources. | |
2073 | |
3176 | 2074 Thu May 14 21:04:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
2075 | |
2076 * interpreter/Makefile.in (../../BUGS, ../../INSTALL): Add | |
2077 --no-validate to makeinfo args. | |
2078 | |
3069 | 2079 Wed Jul 2 16:41:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2080 | |
2081 * refcard/Makefile.in: Remove .tex files from binary distributions. | |
2082 | |
2083 * interpreter/Makefile.in: Add DVI and Postscript files to binary | |
2084 distributions. | |
2085 | |
2867 | 2086 Fri Apr 18 02:51:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2087 | |
2088 * faq/Octave-FAQ.texi: Rename from faq/FAQ.texi. | |
2089 * faq/Makefile.in: Fix names to match. | |
2090 | |
2811 | 2091 Wed Mar 12 17:01:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2092 | |
2093 * Makefile.in (install-strip): New target. | |
2094 * faq/Makefile.in: Ditto. | |
2095 * interpreter/Makefile.in: Ditto. | |
2096 * liboctave/Makefile.in: Ditto. | |
2097 * refcard/Makefile.in: Ditto. | |
2098 | |
2779 | 2099 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 2100 |
2101 * Version 2.0.5 released. | |
2102 | |
2767 | 2103 Fri Feb 28 20:53:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2104 | |
2105 * texinfo.tex: Update to latest version from Karl Berry, and apply | |
2106 previous patch too. | |
2107 | |
2760 | 2108 Thu Feb 27 03:34:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2109 | |
2110 * texinfo.tex (\codeunder): Maybe make it work for @var{} inside | |
2111 @code{}. | |
2112 | |
2749 | 2113 Wed Feb 26 12:03:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2114 | |
2115 * refcard/Makefile.in (mostlyclean clean): Delete log files. | |
2116 | |
2117 * liboctave/Makefile.in (mostlyclean clean): Delete more stuff. | |
2118 | |
2119 * faq/Makefile.in (mostlyclean clean): Delete some stuff. | |
2120 | |
2709 | 2121 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2701 | 2122 |
2123 * Version 2.0.4 released. | |
2124 | |
2706 | 2125 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2126 | |
2701 | 2127 * Makefile.in (DISTFILES): Distribute conf.texi, not conf.texi.in. |
2128 | |
2129 * liboctave/Makefile.in: Don't make or distribute conf.texi. | |
2130 (liboctave.info, liboctave.dvi): Depend on ../conf.texi, not conf.texi. | |
2131 | |
2132 * interpreter/Makefile.in: Don't create or distribute conf.texi. | |
2133 (octave.info, octave.dvi): Depend on ../conf.texi, not conf.texi. | |
2134 | |
2693 | 2135 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 2136 |
2137 * Version 2.0.3 released. | |
2138 | |
2645 | 2139 Wed Jan 29 11:49:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2140 | |
2141 * Makefile.in (../INSTALL.OCTAVE, ../BUGS): Declare these to be | |
2142 .PHONY so that we will always check the interpreter makefile to | |
2143 get the proper dependencies. | |
2144 | |
2634 | 2145 Mon Jan 27 15:52:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2146 | |
2147 * Version 2.0.2 released. | |
2148 | |
2627 | 2149 Sun Jan 26 22:07:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2150 | |
2151 * interpreter/Makefile.in: Make BUGS file directly from bugs.texi. | |
2152 * interpreter/bugs.texi: Incorporate bugs1.texi directly. | |
2153 * interpreter/bugs1.texi: Delete. | |
2154 | |
2155 * interpreter/Makefile.in: Make INSTALL file directly from | |
2156 install.texi. | |
2157 * interpreter/install.texi: Incorporate install1.texi directly. | |
2158 * interpreter/install1.texi: Delete. | |
2159 | |
2624 | 2160 Sat Jan 25 22:32:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2161 | |
2162 * Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in, | |
2163 faq/Makefile.in, refcard/Makefile.in (bin-dist): New target. | |
2164 | |
2602 | 2165 Tue Jan 7 00:17:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2166 | |
2167 * Version 2.0.1 released. | |
2168 | |
2583 | 2169 Tue Dec 10 01:43:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
2170 | |
2171 * Version 2.0 released. | |
2172 | |
2575 | 2173 Fri Dec 6 15:23:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
2174 | |
2175 * Version 1.94. | |
2176 | |
2554 | 2177 Wed Nov 20 01:00:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
2178 | |
2179 * Version 1.93. | |
2180 | |
2512 | 2181 Thu Nov 14 00:07:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
2182 | |
2518 | 2183 * faq/Makefile.in (FAQ.dvi): Use $(TEXI2DVI), not just texi2dvi. |
2184 * interpreter/Makefile.in (octave.dvi): Likewise. | |
2185 * liboctave/Makefile.in (liboctave.dvi): Likewise. | |
2186 | |
2512 | 2187 * Version 1.92. |
2188 | |
2482 | 2189 Thu Nov 7 12:43:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
2190 | |
2191 * Version 1.91. | |
2192 | |
2483 | 2193 * texinfo.tex: Update to version from texinfo-3.9 distribution. |
2194 | |
2452 | 2195 Wed Oct 30 17:20:28 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
2196 | |
2197 * Version 1.90. | |
2198 | |
2199 * Makefile.in (DISTFILES): Add ChangeLog. | |
2200 | |
2391 | 2201 Sat Oct 12 13:38:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
2202 | |
2203 * Makefile.in (maintainer-clean): Don't depend on distclean. | |
2204 | |
2330 | 2205 Sat Jun 15 23:01:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
2206 | |
2207 * interpreter/Makefile.in (TEXINFO): Add audio.texi and emacs.texi. | |
2208 | |
2209 Fri May 17 03:02:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2210 | |
2211 * interpreter/Makefile.in: Use man1dir instead of mandir, and | |
2212 man1ext instead of manext. | |
2213 | |
2214 Sat Mar 23 05:01:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2215 | |
2216 * liboctave/Makefile.in (TEXINFO): Don't list conf.texi and | |
2217 gpl.texi here. | |
2218 | |
2219 * liboctave/Makefile.in (dist targets): Fix ln command. | |
2220 * refcard/Makefile.in (dist targets): Likewise. | |
2221 * interpreter/Makefile.in (dist targets): Likewise. | |
2222 * faq/Makefile.in (dist targets): Likewise. | |
2223 | |
2224 Fri Mar 22 23:57:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2225 | |
2226 * liboctave/Makefile.in (DISTFILES): Add gpl.texi. | |
2227 * interpreter/Makefile.in (DISTFILES): Add gpl.texi. | |
2228 * Makefile.in (DISTFILES): Delete gpl.texi. | |
2229 | |
2230 Sun Mar 3 11:33:30 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2231 | |
2232 * Split docs into faq, interpreter, liboctave, and refcard | |
2233 subdirectories. | |
2234 | |
2235 Wed Sep 20 00:47:45 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
2236 | |
2237 * mkinstalldirs: New file. | |
2238 * Makefile.in (DISTFILES): Add it to the list. | |
2239 | |
2240 * Makefile.in (maintainer-clean): Delete .dvi, .ps, and .info | |
2241 files here. | |
2242 (clean): Not here. | |
2243 (mostlyclean): Make this the same as clean. | |
2244 | |
2245 Tue Sep 19 03:18:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
2246 | |
2247 * Makefile.in (../BUGS, ../INSTALL.OCTAVE): Specify output file to | |
2248 makeinfo with --output option. | |
2249 | |
2250 Thu Sep 14 20:31:47 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
2251 | |
2252 * Makefile.in: Don't fail if makeinfo, tex, or dvips fail. | |
2253 | |
2254 See ChangeLog.1 in the top level directory for earlier changes. |