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