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