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