3175
|
1 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2 |
|
3 * linear-algebra/dot.m: New function. |
|
4 |
|
5 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
6 compatibility. |
|
7 |
|
8 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9 |
|
10 * plot/hist.m: Also allow just one output argument. |
|
11 |
|
12 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
13 |
|
14 * strings/deblank.m: Make it work if the string is only blanks. |
|
15 |
|
16 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
17 |
|
18 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
19 |
|
20 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
21 |
|
22 * plot/oneplot.m: Fix typo. |
|
23 |
3174
|
24 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
25 |
|
26 * miscellaneous/flops.m: Allow a single argument too. |
|
27 |
|
28 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
29 |
|
30 * strings/str2mat.m: Also handle case when there are no empty |
|
31 strings correctly. |
|
32 |
|
33 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
34 |
|
35 * strings/isletter.m: New function, for Matlab compatibility. |
|
36 |
3168
|
37 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
38 |
|
39 * strings/str2mat.m: Handle string matrices too. |
|
40 |
3167
|
41 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
42 |
|
43 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
44 linear encoding. |
|
45 |
|
46 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
47 audio/record.m: Open files in binary mode. |
|
48 |
3164
|
49 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
50 |
|
51 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
52 Move functionality of dump_1_pref here, but use built-in function |
|
53 type to extract value, and put it inside try/catch block. |
|
54 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
55 |
3162
|
56 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
57 |
|
58 * plot/__pltopt1.m__: New file. |
|
59 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
60 __pltopt1__ multiple times and returning a string array with rows |
|
61 corresponding to the rows of opt. |
|
62 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
63 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
64 array. |
|
65 |
|
66 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
67 |
|
68 * plot/mplot.m: Fix misspellings of global variables. |
|
69 Don't call clearplot. |
|
70 |
|
71 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
72 |
|
73 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
74 "cle;rep" when going in ot multiplot mode. |
|
75 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
76 switching out of multiplot mode. |
|
77 |
3156
|
78 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
79 |
3156
|
80 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
81 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
82 |
3141
|
83 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
84 |
|
85 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
86 |
|
87 * miscellaneous/bug_report.m: Don't try to get smart with |
|
88 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
89 |
|
90 * Makefile.in (install): Create separate ls-R files for |
|
91 $(datadir) and $(libexecdir). |
|
92 (uninstall): Remove both ls-R files. |
|
93 |
3136
|
94 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
95 |
|
96 * signal/fftshift.m: New file. |
|
97 |
|
98 * plot/contour.m: Fix for non-square case. |
|
99 |
|
100 * general/randperm.m: New file. |
|
101 |
|
102 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
103 |
|
104 * specfun/betai.m: Restore file for compatibility with previous |
|
105 versions. Call betainc with reordered args. |
|
106 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
107 |
3131
|
108 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
109 |
|
110 * plot/contour.m: Handle discrete contour levels. |
|
111 |
|
112 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
113 |
|
114 * control/lyap.m: For compatibility with Matlab, solve |
|
115 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
116 |
3124
|
117 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
118 |
|
119 * specfun/bessel.m: New file. |
|
120 |
|
121 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
122 specfun/gammainc.m: Delete. |
|
123 |
3106
|
124 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
125 |
|
126 * image/colormap.m: Initialize __current_color_map__ in global |
|
127 statement. |
|
128 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
129 statement. |
|
130 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
131 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
132 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
133 |
3103
|
134 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
135 |
|
136 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
137 * time/toc.m: Likewise. |
|
138 |
|
139 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
140 |
|
141 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
142 anything special for automatic_replot when in multiplot mode -- |
|
143 recent 3.6beta releases handle this correctly. |
|
144 |
|
145 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
146 setting the terminal type. |
|
147 |
|
148 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
149 plot/subwindow.m: Use leading and trailing underscores for |
|
150 `private' globals. |
|
151 |
|
152 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
153 |
3101
|
154 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
155 |
|
156 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
157 |
3091
|
158 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
159 |
3092
|
160 * specfun/gammai.m: Avoid problems with whitespace when |
|
161 constructing matrices. |
|
162 |
3091
|
163 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
164 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
165 original y vector. |
|
166 |
3085
|
167 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
168 |
|
169 * linear-algebra/cross.m: Use direct formula instead of calling |
|
170 det three times in a loop. If both args are column (row) vectors, |
|
171 return a column (row) vector. If they don't match, pay attention |
|
172 to the value of prefer_column_vectors. |
|
173 |
|
174 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
|
175 |
|
176 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
177 nonsymmetric matrices. |
|
178 |
|
179 * general/tril.m: Fix usage message. |
|
180 |
|
181 * polynomial/polyvalm.m: Fix error messages. |
|
182 * polynomial/polyderiv.m: Likewise. |
|
183 * polynomial/polyval.m: Likewise. |
|
184 |
3081
|
185 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
186 |
|
187 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
188 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
189 |
3063
|
190 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
191 |
|
192 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
193 |
3062
|
194 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
|
195 |
|
196 * plot/__pltopt__.m: Handle key/legend names. |
|
197 Correctly set colors, line styles, and point styles. |
|
198 |
3061
|
199 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
200 |
|
201 * polynomial/polyfit.m: Return fit y values as second output. |
|
202 Don't use QR factorization to solve least squares problem. |
|
203 |
|
204 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
205 |
|
206 * control/dlqr.m: Use ao, not a, to compute k. |
|
207 |
3024
|
208 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
209 |
|
210 * miscellaneous/path.m: New file. |
|
211 |
2993
|
212 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
213 |
|
214 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
215 name. |
|
216 |
2968
|
217 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
218 |
|
219 * specfun/erfinv.m: Add missing semicolon. |
|
220 |
2870
|
221 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
222 |
|
223 * miscellaneous/xor.m: Make type of return value logical. |
|
224 |
2853
|
225 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
226 |
|
227 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
228 warn_comma_in_global_decl. |
|
229 |
2831
|
230 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
231 |
|
232 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
233 octave-bug script. |
|
234 |
2823
|
235 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
236 |
2824
|
237 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
238 prefer_zero_one_indexing. |
|
239 |
2823
|
240 * general/logical.m: New file. |
|
241 |
2816
|
242 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
243 |
|
244 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
245 and is_vector(). |
|
246 |
2813
|
247 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
248 |
|
249 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
250 Use tolerance of 2 * eps. |
|
251 |
2811
|
252 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
253 |
|
254 * Makefile.in (install-strip): New target. |
|
255 * audio/Makefile.in: Ditto. |
|
256 * control/Makefile.in: Ditto. |
|
257 * elfun/Makefile.in: Ditto. |
|
258 * general/Makefile.in: Ditto. |
|
259 * image/Makefile.in: Ditto. |
|
260 * io/Makefile.in: Ditto. |
|
261 * linear-algebra/Makefile.in: Ditto. |
|
262 * miscellaneous/Makefile.in: Ditto. |
|
263 * plot/Makefile.in: Ditto. |
|
264 * polynomial/Makefile.in: Ditto. |
|
265 * set/Makefile.in: Ditto. |
|
266 * signal/Makefile.in: Ditto. |
|
267 * specfun/Makefile.in: Ditto. |
|
268 * special-matrix/Makefile.in: Ditto. |
|
269 * startup/Makefile.in: Ditto. |
|
270 * statistics/Makefile.in: Ditto. |
|
271 * strings/Makefile.in: Ditto. |
|
272 |
2809
|
273 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
274 |
|
275 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
276 |
2798
|
277 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
278 |
|
279 * statistics/corrcoef.m: Make it actually work. |
|
280 |
2795
|
281 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
282 |
2798
|
283 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
284 |
2779
|
285 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
286 |
|
287 * Version 2.0.5 released. |
|
288 |
2745
|
289 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
290 |
2749
|
291 * Makefile.in (maintainer-clean): Also remove configure. |
|
292 |
2746
|
293 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
294 |
2745
|
295 * general/is_matrix.m: Return zero for empty matrices. |
|
296 |
|
297 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
298 |
|
299 * linear-algebra/vech.m: Size result just once. |
|
300 |
2726
|
301 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
302 |
|
303 * general/is_square.m: Handle empty matrices correctly. |
|
304 * general/is_symmetric.m: Handle empty matrices and strings. |
|
305 |
2716
|
306 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
307 |
|
308 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
309 * polynomial/deconv.m: Likewise. |
|
310 * polynomial/polyderiv.m: Likewise. |
|
311 * polynomial/polyinteg.m: Likewise. |
|
312 * polynomial/polyreduce.m: Likewise. |
|
313 * polynomial/polyval.m: Likewise. |
|
314 * polynomial/polyvalm.m: Likewise. |
|
315 * general/postpad.m: Likewise. |
|
316 * general/prepad.m: Likewise. |
|
317 |
|
318 * polynomial/compan.m: Check input with is_vector(), not |
|
319 is_matrix(). Handle scalar case. |
|
320 |
2711
|
321 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
322 |
2715
|
323 * plot/contour.m: Order data so that it is consistent with |
|
324 meshgrid and mesh. |
|
325 |
2711
|
326 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
327 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
328 |
2709
|
329 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
330 |
|
331 * Version 2.0.4 released. |
|
332 |
2706
|
333 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
334 |
2702
|
335 * miscellaneous/paren.m: New file. |
|
336 |
2693
|
337 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
338 |
|
339 * Version 2.0.3 released. |
|
340 |
2676
|
341 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
342 |
|
343 * image/saveimage.m: Only clip image data that is actually out of |
|
344 range. |
|
345 |
2667
|
346 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
347 |
|
348 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
349 also be considered to be matrices. |
|
350 |
|
351 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
352 |
|
353 * general/isempty.m: Use size(), not rows() and columns(). |
|
354 |
|
355 * plot/contour.m: Convert set to gset. |
|
356 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
357 |
2663
|
358 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
359 |
|
360 * specfun/erfinv.m: Fix typo in last change. |
|
361 |
2650
|
362 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
363 |
|
364 * image/loadimage.m: Make it possible to load files with image |
|
365 data named X or img. |
|
366 |
|
367 * image/default.img: Change name of image from X to img to match |
|
368 what saveimage does now. |
|
369 |
|
370 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
371 does now. |
|
372 |
2632
|
373 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
374 |
2634
|
375 * Version 2.0.2 released. |
|
376 |
2632
|
377 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
378 weird missing-lines bug without creating extra plots unecessarily. |
|
379 |
2624
|
380 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
381 |
|
382 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
383 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
384 io/Makefile.in, linear-algebra/Makefile.in, |
|
385 miscellaneous/Makefile.in, plot/Makefile.in, |
|
386 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
387 specfun/Makefile.in, special-matrix/Makefile.in, |
|
388 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
389 time/Makefile.in (bin-dist): New target. |
|
390 |
2621
|
391 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
392 |
|
393 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
394 |
|
395 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
396 |
|
397 * miscellaneous/xor.m: Make it work. |
|
398 |
2613
|
399 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
400 |
|
401 * plot/sombrero.m: Doc fix. |
|
402 |
2602
|
403 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
404 |
|
405 * Version 2.0.1 released. |
|
406 |
2601
|
407 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
408 |
|
409 * elfun/lcm.m: Replace missing if statement. |
|
410 |
|
411 * elfun/gcd.m: Report error if no input args. |
|
412 * elfun/lcm.m: Likewise. |
|
413 |
2597
|
414 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
415 |
|
416 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
417 Also list contents of $libexecdir/octave in ls-R database. |
|
418 |
2583
|
419 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
420 |
|
421 * Version 2.0 released. |
|
422 |
2575
|
423 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
424 |
|
425 * Version 1.94. |
|
426 |
2558
|
427 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
428 |
|
429 * strings/str2num.m: New file. |
|
430 |
2554
|
431 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
432 |
|
433 * Version 1.93. |
|
434 |
2540
|
435 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
436 |
|
437 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
438 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
439 linear-algebra/vech.m: New files from Kurt Hornik. |
|
440 |
|
441 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
442 general/common_size.m: New files from Kurt Hornik. |
|
443 |
|
444 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
445 New files from Kurt Hornik. |
|
446 |
|
447 * signal/detrend.m: New file from Kurt Hornik. |
|
448 |
|
449 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
450 specfun/pow2.m, specfun/log2.m: |
|
451 New files and updates from Kurt Hornik. |
|
452 |
2523
|
453 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
454 |
|
455 * plot/__plt__.m: Add explicit replot after last command is |
|
456 issued, to force all lines to be displayed. Hmm. |
|
457 |
2512
|
458 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
459 |
2520
|
460 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
461 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
462 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
463 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
464 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
465 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
466 Uset gset, not set. |
|
467 |
2512
|
468 * Version 1.92. |
|
469 |
2482
|
470 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
471 |
2486
|
472 * image/saveimage.m: When writing PostScript, name Octave as the |
|
473 almighty Creator. Use single call to fprintf instead of looping. |
|
474 |
|
475 * image/Makefile.in: Delete references to octtopnm. |
|
476 |
|
477 * general/logspace.m: Doc fix. |
|
478 |
2482
|
479 * Version 1.91. |
|
480 |
2458
|
481 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
482 |
|
483 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
484 |
|
485 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
486 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
487 deleted. |
|
488 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
489 of a system() command to delete the tmp file. |
|
490 |
2452
|
491 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
492 |
|
493 * Version 1.90. |
|
494 |
|
495 * Makefile.in (DISTFILES): Add ChangeLog. |
|
496 |
2360
|
497 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
498 |
|
499 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
500 Don't check for string value of automatic_replot. |
|
501 |
|
502 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
503 Temporarily set do_fortran_indexing to 1, not "true". |
|
504 |
|
505 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
506 not "false". |
|
507 |
|
508 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
509 "false". |
|
510 |
2355
|
511 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
512 |
|
513 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
514 |
2330
|
515 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
516 |
|
517 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
518 system command. |
|
519 |
|
520 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
521 |
|
522 * __plr1__.m: Renamed from polar_int_1.m. |
|
523 * __plr2__.m: Renamed from polar_int_2.m. |
|
524 * __plr__.m: Renamed from polar_int.m. |
|
525 * __plt1__.m: Renamed from plot_int_1.m. |
|
526 * __plt2__.m: Renamed from plot_int_2.m. |
|
527 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
528 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
529 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
530 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
531 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
532 * __plt__.m: Renamed from plot_int.m. |
|
533 * __pltopt__.m: Renamed from plot_opt.m. |
|
534 Change all callers. |
|
535 |
|
536 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
537 |
|
538 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
539 comments like those found in Emacs lisp files. |
|
540 |
|
541 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
542 |
|
543 * All .m files: Change comment style. |
|
544 |
|
545 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
546 |
|
547 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
548 subplot.m, subwindow.m, top_title.m: |
|
549 Print error message if gnuplot_has_multiplot is not true. |
|
550 |
|
551 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
552 |
|
553 * plot/figure.m: New function. |
|
554 |
|
555 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
556 |
|
557 * strings/strrep.m: New function. |
|
558 |
|
559 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
560 |
|
561 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
562 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
563 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
564 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
565 New functions from Kurt Hornik, heavily modified by jwe. |
|
566 |
|
567 * general/reshape.m: Allow strings to be reshaped too. |
|
568 |
|
569 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
570 Always return a scalar. |
|
571 |
|
572 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
573 |
|
574 * polynomial/polyfit.m: Make orientation of result compatible with |
|
575 Matlab. |
|
576 |
|
577 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
578 |
|
579 * polynomial/polyfit.m: Add missing close paren. |
|
580 |
|
581 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
582 |
|
583 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
584 |
|
585 * io/scanf.m: Delete. |
|
586 |
|
587 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
588 |
|
589 * statistics/median.m: Fix typo in usage message. |
|
590 |
|
591 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
592 |
|
593 * miscellaneous/popen2.m: New file. |
|
594 |
|
595 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
596 |
|
597 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
598 |
|
599 * io: New directory. |
|
600 * Makefile.in (SUBDIRS): Add it to the list. |
|
601 |
|
602 * miscellaneous/flops.m: New file. |
|
603 |
|
604 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
605 |
|
606 * miscellaneous/cputime.m: Return three arguments instead of a |
|
607 vector, for compatibility with previous versions and with Matlab |
|
608 (which only returns one scalar value). |
|
609 |
|
610 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
611 |
|
612 * general/triu.m: Compute lower bound on loop index correctly. |
|
613 * general/tril.m: Likewise, for upper bound. |
|
614 |
|
615 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
616 |
|
617 * image/saveimage.m: For color images, make sure indices into |
|
618 temporary colormap and result matrix have proper orientation. |
|
619 Set grey flag correctly. |
|
620 |
|
621 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
622 |
|
623 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
624 jrv@vanzandt.mv.com). |
|
625 |
|
626 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
627 |
|
628 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
629 * mesh.m: Transpose Z if only one arg. |
|
630 Handle case of all three args being matrices (from Jim Van Zandt |
|
631 jrv@vanzandt.mv.com). |
|
632 * meshdom.m: Undo previous change. |
|
633 |
|
634 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
635 |
|
636 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
637 |
|
638 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
639 |
|
640 * audio: New directory of files from Kurt Hornik and Andreas |
|
641 Weingessel. |
|
642 * audio/Makefile.in: New file. |
|
643 * Makefile.in (SUBDIRS): Add audio to the list. |
|
644 |
|
645 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
646 |
|
647 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
648 |
|
649 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
650 |
|
651 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
652 columns (z), not the other way around. |
|
653 * plot/meshdom.m: Don't reverse order of elements in y. |
|
654 |
|
655 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
656 |
|
657 * plot/axis.m: Return current axis if nargin == 0. |
|
658 |
|
659 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
660 |
|
661 * polynomial/roots.m: Updates from Kurt Hornik. |
|
662 |
|
663 * polynomial/polyder.m: New file. |
|
664 |
|
665 * polynomial/polyderiv.m: Give return value and arg different names. |
|
666 |
|
667 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
668 |
|
669 * specfun/betainc.m: New file. |
|
670 * specfun/gammainc.m: New file. |
|
671 |
|
672 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
673 |
|
674 * general/strerror.m: New file. |
|
675 * general/perror.m: Implement using strerror(). |
|
676 |
|
677 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
678 |
|
679 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
680 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
681 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
682 |
|
683 * image/saveimage.m: Round img values first. |
|
684 |
|
685 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
686 |
|
687 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
688 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
689 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
690 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
691 special-matrix/hankel.m special-matrix/toeplitz.m |
|
692 tuwien/strfun/split.m: Add missing semicolons. |
|
693 |
|
694 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
695 |
|
696 * image/Makefile.in: Don't build or install octtoppm. |
|
697 |
|
698 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
|
699 routines so that people who don't have the the pbm stuff installed |
|
700 can still use this function. |
|
701 |
|
702 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
703 |
|
704 * image/saveimage.m: Better error checking, clean up a bit. |
|
705 |
|
706 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
707 |
|
708 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
709 avoid conflict with new built-in text-style function more. |
|
710 |
|
711 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
712 |
|
713 * startup/Makefile.in (install): Also install octaverc in |
|
714 $localfcnfiledir/startup/octavrc. |
|
715 |
|
716 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
717 |
|
718 * mkinstalldirs: New file. |
|
719 * Makefile.in (DISTFILES): Add it to the list. |
|
720 |
|
721 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
722 |
|
723 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
724 |
|
725 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
726 r(1) != c(nr), not if r(1) != c(1). |
|
727 |
|
728 * signal/filter.m: Doc fix. |
|
729 |
|
730 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
731 |
|
732 * miscellaneous/cputime.m: Use new resource structure names (no |
|
733 ru_ or tv_ prefixes). |
|
734 |
|
735 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
736 |
|
737 * time/ctime.m: Fix doc string and usage message. |
|
738 |
|
739 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
740 |
|
741 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
742 |
|
743 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
744 |
|
745 * control/c2d.m: Make function work for any value of |
|
746 whitespace_in_literal_matrix. |
|
747 * control/dare.m: Likewise. |
|
748 * control/tzero.m: Likewise. |
|
749 * elfun/gcd.m: Likewise. |
|
750 * elfun/lcm.m: Likewise. |
|
751 * general/postpad.m: Likewise. |
|
752 * general/prepad.m: Likewise. |
|
753 * linear-algebra/kron.m: Likewise. |
|
754 * miscellaneous/etime.m: Likewise. |
|
755 * polynomial/conv.m: Likewise. |
|
756 * polynomial/deconv.m: Likewise. |
|
757 * polynomial/poly.m: Likewise. |
|
758 * polynomial/roots.m: Likewise. |
|
759 * signal/filter.m: Likewise. |
|
760 * signal/freqz.m: Likewise. |
|
761 * signal/fftfilt.m: Likewise. |
|
762 |
|
763 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
764 |
|
765 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
766 |
|
767 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
768 |
|
769 * plot/polar_int_2.m: Add missing semicolons. |
|
770 Set theta = theta', not rho'. |
|
771 |
|
772 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
773 |
|
774 * polynomial/roots.m: Make it work for any value of |
|
775 whitespace_in_literal_matrix. |
|
776 |
|
777 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
778 |
|
779 * configure.in: New file. |
|
780 |
|
781 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
782 |
|
783 * control/lyap.m: Add missing semicolon. |
|
784 |
|
785 * miscellaneous/cputime.m: New function file. |
|
786 |
|
787 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
788 |
|
789 * time: New directory. |
|
790 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
791 New function files. |
|
792 * time/Makefile.in: New file. |
|
793 * Makefile.in (SUBDIRS): Add time. |
|
794 |
|
795 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
796 |
|
797 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
798 |
|
799 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
800 |
|
801 * plot/plot_int_1.m: Transpose data with .', not '. |
|
802 |
|
803 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
804 |
|
805 * Makefile.in (install uninstall clean mostlyclean distclean |
|
806 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
807 |
|
808 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
809 |
|
810 * Makefile.in (install): Create ls-R database file. |
|
811 (uninstall): Delete it. |
|
812 |
|
813 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
814 |
|
815 * scripts/image/saveimage.m: Fix typo. |
|
816 |
|
817 See ChangeLog.1 in the top level directory for earlier changes. |