comparison doc/ChangeLog @ 12537:015bfdc88092

Fix errant 2010 dates in ChangeLogs.
author Rik <octave@nomad.inbox5.com>
date Tue, 22 Mar 2011 13:21:44 -0700
parents 1eb430d9a1b9
children 32ca4930dec4
comparison
equal deleted inserted replaced
12536:7d9dbe4c803b 12537:015bfdc88092
1 2010-03-19 Rik <octave@nomad.inbox5.com> 1 2011-03-19 Rik <octave@nomad.inbox5.com>
2 2
3 * interpreter/container.txi: Add cellindexmat function to documentation. 3 * interpreter/container.txi: Add cellindexmat function to documentation.
4 4
5 2010-03-19 Rik <octave@nomad.inbox5.com> 5 2011-03-19 Rik <octave@nomad.inbox5.com>
6 6
7 * interpreter/oop.txi: Add optimize_subsasgn_calls function to 7 * interpreter/oop.txi: Add optimize_subsasgn_calls function to
8 documentation. 8 documentation.
9 9
10 2010-03-19 Rik <octave@nomad.inbox5.com> 10 2011-03-19 Rik <octave@nomad.inbox5.com>
11 11
12 * interpreter/stats.txi: Add runlength function to documentation. 12 * interpreter/stats.txi: Add runlength function to documentation.
13 13
14 2010-03-19 Rik <octave@nomad.inbox5.com> 14 2011-03-19 Rik <octave@nomad.inbox5.com>
15 15
16 * interpreter/plot.txi: Add isocolors, isonormals, isosurface functions 16 * interpreter/plot.txi: Add isocolors, isonormals, isosurface functions
17 to documentation. 17 to documentation.
18 18
19 2010-03-19 Rik <octave@nomad.inbox5.com> 19 2011-03-19 Rik <octave@nomad.inbox5.com>
20 20
21 * interpreter/basics.txi: Add dump_prefs to documentation. 21 * interpreter/basics.txi: Add dump_prefs to documentation.
22 22
23 2010-03-19 Rik <octave@nomad.inbox5.com> 23 2011-03-19 Rik <octave@nomad.inbox5.com>
24 24
25 * interpreter/octave.texi, interpreter/plot.txi: Add daspect, pbaspect 25 * interpreter/octave.texi, interpreter/plot.txi: Add daspect, pbaspect
26 functions to documentation. 26 functions to documentation.
27 27
28 2010-03-19 Rik <octave@nomad.inbox5.com> 28 2011-03-19 Rik <octave@nomad.inbox5.com>
29 29
30 * interpreter/octave.texi, interpreter/plot.txi: Add getappdata, 30 * interpreter/octave.texi, interpreter/plot.txi: Add getappdata,
31 setappdata, isappdata, rmappdata functions to documentation. 31 setappdata, isappdata, rmappdata functions to documentation.
32 32
33 2010-03-18 Rik <octave@nomad.inbox5.com> 33 2011-03-18 Rik <octave@nomad.inbox5.com>
34 34
35 * interpreter/matrix.txi: Add nth_element function to documentation. 35 * interpreter/matrix.txi: Add nth_element function to documentation.
36 36
37 2010-03-18 Rik <octave@nomad.inbox5.com> 37 2011-03-18 Rik <octave@nomad.inbox5.com>
38 38
39 * interpreter/doccheck/aspell-octave.en.pws, interpreter/io.txi, 39 * interpreter/doccheck/aspell-octave.en.pws, interpreter/io.txi,
40 interpreter/octave.texi, interpreter/plot.txi: Add uimenu, uigetdir, 40 interpreter/octave.texi, interpreter/plot.txi: Add uimenu, uigetdir,
41 uigetfile, and uiputfile to documentation. 41 uigetfile, and uiputfile to documentation.
42 42
43 2010-03-18 Rik <octave@nomad.inbox5.com> 43 2011-03-18 Rik <octave@nomad.inbox5.com>
44 44
45 * interpreter/nonlin.txi, interpreter/octave.texi: Add fminbnd, 45 * interpreter/nonlin.txi, interpreter/octave.texi: Add fminbnd,
46 fminunc functions to documentation. 46 fminunc functions to documentation.
47 47
48 2010-03-18 Rik <octave@nomad.inbox5.com> 48 2011-03-18 Rik <octave@nomad.inbox5.com>
49 49
50 * interpreter/arith.txi, interpreter/linalg.txi: Add function chop 50 * interpreter/arith.txi, interpreter/linalg.txi: Add function chop
51 to documentation. Re-order Utility Functions and move function dot 51 to documentation. Re-order Utility Functions and move function dot
52 from linear algebra section to be with other utility functions. 52 from linear algebra section to be with other utility functions.
53 53
54 2010-03-18 Rik <octave@nomad.inbox5.com> 54 2011-03-18 Rik <octave@nomad.inbox5.com>
55 55
56 * interpreter/basics.txi: Add gen_doc_cache, get_help_text, 56 * interpreter/basics.txi: Add gen_doc_cache, get_help_text,
57 get_help_text_from_file, get_first_help_sentence to documentation. 57 get_help_text_from_file, get_first_help_sentence to documentation.
58 58
59 2010-03-17 Rik <octave@nomad.inbox5.com> 59 2011-03-17 Rik <octave@nomad.inbox5.com>
60 60
61 * interpreter/io.txi: Add fileread to documentation. 61 * interpreter/io.txi: Add fileread to documentation.
62 62
63 2010-03-17 Rik <octave@nomad.inbox5.com> 63 2011-03-17 Rik <octave@nomad.inbox5.com>
64 64
65 * interpreter/system.txi: Add gethostname to documentation 65 * interpreter/system.txi: Add gethostname to documentation
66 66
67 2010-03-17 Rik <octave@nomad.inbox5.com> 67 2011-03-17 Rik <octave@nomad.inbox5.com>
68 68
69 * interpreter/doccheck/mk_undocumented_list: Add fmod, 69 * interpreter/doccheck/mk_undocumented_list: Add fmod,
70 octave_tmp_file_name to list of exceptions which are already 70 octave_tmp_file_name to list of exceptions which are already
71 documented. 71 documented.
72 72
73 2011-03-17 Iain Murray <iain@iainmurray.net> 73 2011-03-17 Iain Murray <iain@iainmurray.net>
74 74
75 * interpreter/system.txi: Remove nprocs and nprocs_conf functions 75 * interpreter/system.txi: Remove nprocs and nprocs_conf functions
76 from documentation and replace with nproc. 76 from documentation and replace with nproc.
77 77
78 2010-03-16 Rik <octave@nomad.inbox5.com> 78 2011-03-16 Rik <octave@nomad.inbox5.com>
79 79
80 * interpreter/system.txi: Add nproc and nproc_conf functions to 80 * interpreter/system.txi: Add nproc and nproc_conf functions to
81 documentation. 81 documentation.
82 82
83 2010-03-03 Rik <octave@nomad.inbox5.com> 83 2011-03-03 Rik <octave@nomad.inbox5.com>
84 84
85 * interpreter/matrix.txi: Deprecate is_duplicate_entry. 85 * interpreter/matrix.txi: Deprecate is_duplicate_entry.
86 86
87 2010-03-02 Rik <octave@nomad.inbox5.com> 87 2011-03-02 Rik <octave@nomad.inbox5.com>
88 88
89 * interpreter/stats.txi: Correctly refer to discrete uniform 89 * interpreter/stats.txi: Correctly refer to discrete uniform
90 distribution in documentation. 90 distribution in documentation.
91 91
92 2011-03-01 Jordi Gutiérrez Hermoso <jordigh@gmail.com> 92 2011-03-01 Jordi Gutiérrez Hermoso <jordigh@gmail.com>
109 in anticipation for the forthcoming 3.4 binary packages. Explain 109 in anticipation for the forthcoming 3.4 binary packages. Explain
110 nested functions. Hint that classdef might happen in 3.5. 110 nested functions. Hint that classdef might happen in 3.5.
111 Mention 3D patches in the OpenGL backend. Clarify Matlab-style 111 Mention 3D patches in the OpenGL backend. Clarify Matlab-style
112 short-circuiting. Specify that Octave also onCleanup. 112 short-circuiting. Specify that Octave also onCleanup.
113 113
114 2010-02-28 Rik <octave@nomad.inbox5.com> 114 2011-02-28 Rik <octave@nomad.inbox5.com>
115 115
116 * interpreter/numbers.txi: Add isrow, iscolumn functions to manual. 116 * interpreter/numbers.txi: Add isrow, iscolumn functions to manual.
117 117
118 2011-02-25 Jordi Gutiérrez Hermoso <jordigh@gmail.com> 118 2011-02-25 Jordi Gutiérrez Hermoso <jordigh@gmail.com>
119 119
120 * faq/OctaveFAQ.texi: Uniformise all mentions of Matlab to be 120 * faq/OctaveFAQ.texi: Uniformise all mentions of Matlab to be
121 typeset in the @sc{Matlab} style. Also do some minor 121 typeset in the @sc{Matlab} style. Also do some minor
122 proofreading like removing trailing spaces and some minor 122 proofreading like removing trailing spaces and some minor
123 spellchecking. 123 spellchecking.
124 124
125 2010-02-19 Rik <octave@nomad.inbox5.com> 125 2011-02-19 Rik <octave@nomad.inbox5.com>
126 126
127 * interpreter/install.txi: Remove reference to POSIX regex library. 127 * interpreter/install.txi: Remove reference to POSIX regex library.
128 128
129 2010-02-14 Rik <octave@nomad.inbox5.com> 129 2011-02-14 Rik <octave@nomad.inbox5.com>
130 130
131 * interpreter/arith.txi, interpreter/io.txi, interpreter/oop.txi: 131 * interpreter/arith.txi, interpreter/io.txi, interpreter/oop.txi:
132 Remove functions which have no DOCSTRING entries. 132 Remove functions which have no DOCSTRING entries.
133 133
134 2011-02-10 Carlo de Falco <kingcrimson@tiscali.it> 134 2011-02-10 Carlo de Falco <kingcrimson@tiscali.it>
138 138
139 2011-02-06 John W. Eaton <jwe@octave.org> 139 2011-02-06 John W. Eaton <jwe@octave.org>
140 140
141 * interpreter/contributors.in: Add Fotios Kasolis to the list. 141 * interpreter/contributors.in: Add Fotios Kasolis to the list.
142 142
143 2010-02-05 Rik <octave@nomad.inbox5.com> 143 2011-02-05 Rik <octave@nomad.inbox5.com>
144 144
145 * interpreter/doccheck/mk_undocumented_list: Add dbnext, alias for 145 * interpreter/doccheck/mk_undocumented_list: Add dbnext, alias for
146 dbstep, to functions not requiring a docstring. 146 dbstep, to functions not requiring a docstring.
147 147
148 2010-02-05 Rik <octave@nomad.inbox5.com> 148 2011-02-05 Rik <octave@nomad.inbox5.com>
149 149
150 * interpreter/doccheck/aspell-octave.en.pws: Add new spelling 150 * interpreter/doccheck/aspell-octave.en.pws: Add new spelling
151 exceptions to Octave private dictionary. 151 exceptions to Octave private dictionary.
152 152
153 2010-02-05 Rik <octave@nomad.inbox5.com> 153 2011-02-05 Rik <octave@nomad.inbox5.com>
154 154
155 * interpreter/octave.texi: Update copyright on manual to 2011. 155 * interpreter/octave.texi: Update copyright on manual to 2011.
156 156
157 2010-02-05 Rik <octave@nomad.inbox5.com> 157 2011-02-05 Rik <octave@nomad.inbox5.com>
158 158
159 * interpreter/mkoctfile.1, interpreter/octave-config.1, 159 * interpreter/mkoctfile.1, interpreter/octave-config.1,
160 interpreter/octave.1: Overhaul man pages for release 3.4. 160 interpreter/octave.1: Overhaul man pages for release 3.4.
161 161
162 2010-02-04 Rik <octave@nomad.inbox5.com> 162 2011-02-04 Rik <octave@nomad.inbox5.com>
163 163
164 * icons/octave-logo.ico: Add logo format left out of last changeset. 164 * icons/octave-logo.ico: Add logo format left out of last changeset.
165 165
166 2010-02-04 Rik <octave@nomad.inbox5.com> 166 2011-02-04 Rik <octave@nomad.inbox5.com>
167 167
168 * icons/: New directory for icons and .desktop files. 168 * icons/: New directory for icons and .desktop files.
169 * icons/octave-logo.png, icons/octave-logo.svg: Add new Octave O logo 169 * icons/octave-logo.png, icons/octave-logo.svg: Add new Octave O logo
170 to Mercurial. 170 to Mercurial.
171 * Makefile.am: New Makefile to build .desktop file and distribute logos. 171 * Makefile.am: New Makefile to build .desktop file and distribute logos.