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