Mercurial > hg > octave-avbm
comparison scripts/ChangeLog @ 6258:ea3a7e8469e9
[project @ 2007-01-30 20:17:19 by dbateman]
author | dbateman |
---|---|
date | Tue, 30 Jan 2007 20:17:19 +0000 |
parents | 44c91c5dfe1d |
children | 77df53484011 |
comparison
equal
deleted
inserted
replaced
6257:44c91c5dfe1d | 6258:ea3a7e8469e9 |
---|---|
1 <<<<<<< ChangeLog | 1 2007-01-30 David Bateman <dbateman@free.fr> |
2 2007-01-24 David Bateman <dbateman@free.fr> | 2 |
3 | 3 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
4 * pkg/pkg.m: Install ChangeLog file if it exists. | 4 to flag a package as to be autoloaded. Add install flags -noauto, |
5 Delete bare newline in string passed to write_INDEX. | 5 -auto to force autoload behavior. |
6 | 6 (installed_packages): Make list of installed packages unique. |
7 * sparse/sprandsym.m: Make work for even values of N. | 7 |
8 | |
9 2007-01-24 John W. Eaton <jwe@octave.org> | |
10 | |
11 * miscellaneous/news.m: New file. | |
12 | |
13 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
14 | |
15 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
16 | |
17 * strings/strncmp.m: Delete (we now have a built-in version). | |
18 | |
19 2007-01-22 Bob Weigel <rweigel@gmu.edu> | |
20 | |
21 * testfun/test.m: Check for all files in path, use first found. | |
22 | |
23 2007-01-22 David Bateman <dbateman@free.fr> | |
24 | |
25 * polynomial/spline.m: Make DG a column instead of a row vector. | |
26 | |
27 2007-01-18 Søren Hauberg <hauberg@gmail.com> | |
28 | |
29 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
30 file name. | |
31 | |
32 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
33 nargout is 1. Handle colormaps that have too few colors. | |
34 | |
35 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
36 (configure_make): Use fullfile instead of concatenating with "/". | |
37 | |
38 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> | |
39 | |
40 * set/ismember.m: Handle N-d arrays. | |
41 | |
42 2007-01-10 David Bateman <dbateman@free.fr> | |
43 | |
44 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
45 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
46 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
47 New files. | |
48 | |
49 2007-01-09 Søren Hauberg <hauberg@gmail.com> | |
50 | |
51 * pkg/pkg.m: Allow filenames to contain glob patterns. | |
52 | |
53 2007-01-08 Søren Hauberg <hauberg@gmail.com> | |
54 | |
55 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
56 instead of concatenating with "/". Use mlock to ensure that | |
57 persistent variables are not clobbered if user types clear all. | |
58 | |
59 2007-01-08 John W. Eaton <jwe@octave.org> | |
60 | |
61 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
62 Improve handling of file names containing globbing characters. | |
63 From Søren Hauberg <hauberg@gmail.com>. | |
64 | |
65 2007-01-05 John W. Eaton <jwe@octave.org> | |
66 | |
67 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
68 New files. | |
69 | |
70 2006-12-30 John W. Eaton <jwe@octave.org> | |
71 | |
72 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
73 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
74 | |
75 2006-12-27 Søren Hauberg <hauberg@gmail.com> | |
76 | |
77 * image/imshow.m: Strip NaNs from image. | |
78 | |
79 2006-12-08 David Bateman <dbateman@free.fr> | |
80 | |
81 * sparse/normest.m: New file. | |
82 | |
83 ======= | |
84 2007-01-29 John W. Eaton <jwe@octave.org> | 8 2007-01-29 John W. Eaton <jwe@octave.org> |
85 | 9 |
86 * plot/subplot.m: Set nextplot property of current figure to "add". | 10 * plot/subplot.m: Set nextplot property of current figure to "add". |
87 | 11 |
88 * plot/__uiobject_draw_axes__.m: Only handle outerposition | 12 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
194 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | 118 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
195 | 119 |
196 * plot/__uiobject_globals__.m: Call __lock_global__ when | 120 * plot/__uiobject_globals__.m: Call __lock_global__ when |
197 initializing each global variable. | 121 initializing each global variable. |
198 | 122 |
123 2007-01-24 David Bateman <dbateman@free.fr> | |
124 | |
125 * pkg/pkg.m: Install ChangeLog file if it exists. | |
126 Delete bare newline in string passed to write_INDEX. | |
127 | |
128 * sparse/sprandsym.m: Make work for even values of N. | |
129 | |
130 2007-01-24 John W. Eaton <jwe@octave.org> | |
131 | |
132 * miscellaneous/news.m: New file. | |
133 | |
134 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
135 | |
136 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
137 | |
138 * strings/strncmp.m: Delete (we now have a built-in version). | |
139 | |
140 2007-01-22 Bob Weigel <rweigel@gmu.edu> | |
141 | |
142 * testfun/test.m: Check for all files in path, use first found. | |
143 | |
144 2007-01-22 David Bateman <dbateman@free.fr> | |
145 | |
146 * polynomial/spline.m: Make DG a column instead of a row vector. | |
147 | |
199 2007-01-18 John W. Eaton <jwe@octave.org> | 148 2007-01-18 John W. Eaton <jwe@octave.org> |
200 | 149 |
201 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | 150 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
202 __uiobject_figure_handles_free_list__): New global variables. | 151 __uiobject_figure_handles_free_list__): New global variables. |
203 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | 152 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
207 * plot/Makefile.in: Delete it from the SOURCES_IN list. | 156 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
208 | 157 |
209 * plot/__uiobject_init_figure__.in: Perform allocation of figure | 158 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
210 handles here. Return figure handle. | 159 handles here. Return figure handle. |
211 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | 160 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
161 | |
162 2007-01-18 Søren Hauberg <hauberg@gmail.com> | |
163 | |
164 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
165 file name. | |
166 | |
167 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
168 nargout is 1. Handle colormaps that have too few colors. | |
169 | |
170 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
171 (configure_make): Use fullfile instead of concatenating with "/". | |
212 | 172 |
213 2007-01-11 John W. Eaton <jwe@octave.org> | 173 2007-01-11 John W. Eaton <jwe@octave.org> |
214 | 174 |
215 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | 175 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
216 data for gnuplot. | 176 data for gnuplot. |
247 Inline code to delete children. | 207 Inline code to delete children. |
248 * plot/__uiobject_free__.m: Arg is now handle, not index into | 208 * plot/__uiobject_free__.m: Arg is now handle, not index into |
249 __uiobject_list__. | 209 __uiobject_list__. |
250 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | 210 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
251 and free child. | 211 and free child. |
212 | |
213 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> | |
214 | |
215 * set/ismember.m: Handle N-d arrays. | |
216 | |
217 2007-01-10 David Bateman <dbateman@free.fr> | |
218 | |
219 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
220 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
221 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
222 New files. | |
223 | |
224 2007-01-09 Søren Hauberg <hauberg@gmail.com> | |
225 | |
226 * pkg/pkg.m: Allow filenames to contain glob patterns. | |
227 | |
228 2007-01-08 Søren Hauberg <hauberg@gmail.com> | |
229 | |
230 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
231 instead of concatenating with "/". Use mlock to ensure that | |
232 persistent variables are not clobbered if user types clear all. | |
233 | |
234 2007-01-08 John W. Eaton <jwe@octave.org> | |
235 | |
236 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
237 Improve handling of file names containing globbing characters. | |
238 From Søren Hauberg <hauberg@gmail.com>. | |
239 | |
240 2007-01-05 John W. Eaton <jwe@octave.org> | |
241 | |
242 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
243 New files. | |
244 | |
245 2006-12-30 John W. Eaton <jwe@octave.org> | |
246 | |
247 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
248 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
249 | |
250 2006-12-27 Søren Hauberg <hauberg@gmail.com> | |
251 | |
252 * image/imshow.m: Strip NaNs from image. | |
253 | |
254 2006-12-08 David Bateman <dbateman@free.fr> | |
255 | |
256 * sparse/normest.m: New file. | |
252 | 257 |
253 2006-12-08 John W. Eaton <jwe@octave.org> | 258 2006-12-08 John W. Eaton <jwe@octave.org> |
254 | 259 |
255 * plot/gcf.m: Check if the root figure object's currentfigure | 260 * plot/gcf.m: Check if the root figure object's currentfigure |
256 handle is empty, not 0. | 261 handle is empty, not 0. |
302 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | 307 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
303 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | 308 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
304 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | 309 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
305 plot/plot_border.m, plot/subwindow.m: Delete. | 310 plot/plot_border.m, plot/subwindow.m: Delete. |
306 | 311 |
307 >>>>>>> 1.656.2.18 | |
308 2006-12-06 Michael Goffioul <michael.goffioul@swing.be>. | 312 2006-12-06 Michael Goffioul <michael.goffioul@swing.be>. |
309 | 313 |
310 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | 314 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
311 Work on Windows systems without cp or mv. | 315 Work on Windows systems without cp or mv. |
312 | 316 |