2632
|
1 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2 |
|
3 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
4 weird missing-lines bug without creating extra plots unecessarily. |
|
5 |
2624
|
6 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7 |
|
8 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
9 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
10 io/Makefile.in, linear-algebra/Makefile.in, |
|
11 miscellaneous/Makefile.in, plot/Makefile.in, |
|
12 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
13 specfun/Makefile.in, special-matrix/Makefile.in, |
|
14 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
15 time/Makefile.in (bin-dist): New target. |
|
16 |
2621
|
17 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
18 |
|
19 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
20 |
|
21 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
22 |
|
23 * miscellaneous/xor.m: Make it work. |
|
24 |
2613
|
25 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
26 |
|
27 * plot/sombrero.m: Doc fix. |
|
28 |
2602
|
29 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
30 |
|
31 * Version 2.0.1 released. |
|
32 |
2601
|
33 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
34 |
|
35 * elfun/lcm.m: Replace missing if statement. |
|
36 |
|
37 * elfun/gcd.m: Report error if no input args. |
|
38 * elfun/lcm.m: Likewise. |
|
39 |
2597
|
40 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
41 |
|
42 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
43 Also list contents of $libexecdir/octave in ls-R database. |
|
44 |
2583
|
45 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
46 |
|
47 * Version 2.0 released. |
|
48 |
2575
|
49 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
50 |
|
51 * Version 1.94. |
|
52 |
2558
|
53 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
54 |
|
55 * strings/str2num.m: New file. |
|
56 |
2554
|
57 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
58 |
|
59 * Version 1.93. |
|
60 |
2540
|
61 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
62 |
|
63 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
64 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
65 linear-algebra/vech.m: New files from Kurt Hornik. |
|
66 |
|
67 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
68 general/common_size.m: New files from Kurt Hornik. |
|
69 |
|
70 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
71 New files from Kurt Hornik. |
|
72 |
|
73 * signal/detrend.m: New file from Kurt Hornik. |
|
74 |
|
75 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
76 specfun/pow2.m, specfun/log2.m: |
|
77 New files and updates from Kurt Hornik. |
|
78 |
2523
|
79 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
80 |
|
81 * plot/__plt__.m: Add explicit replot after last command is |
|
82 issued, to force all lines to be displayed. Hmm. |
|
83 |
2512
|
84 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
85 |
2520
|
86 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
87 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
88 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
89 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
90 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
91 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
92 Uset gset, not set. |
|
93 |
2512
|
94 * Version 1.92. |
|
95 |
2482
|
96 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
97 |
2486
|
98 * image/saveimage.m: When writing PostScript, name Octave as the |
|
99 almighty Creator. Use single call to fprintf instead of looping. |
|
100 |
|
101 * image/Makefile.in: Delete references to octtopnm. |
|
102 |
|
103 * general/logspace.m: Doc fix. |
|
104 |
2482
|
105 * Version 1.91. |
|
106 |
2458
|
107 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
108 |
|
109 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
110 |
|
111 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
112 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
113 deleted. |
|
114 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
115 of a system() command to delete the tmp file. |
|
116 |
2452
|
117 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
118 |
|
119 * Version 1.90. |
|
120 |
|
121 * Makefile.in (DISTFILES): Add ChangeLog. |
|
122 |
2360
|
123 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
124 |
|
125 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
126 Don't check for string value of automatic_replot. |
|
127 |
|
128 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
129 Temporarily set do_fortran_indexing to 1, not "true". |
|
130 |
|
131 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
132 not "false". |
|
133 |
|
134 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
135 "false". |
|
136 |
2355
|
137 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
138 |
|
139 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
140 |
2330
|
141 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
142 |
|
143 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
144 system command. |
|
145 |
|
146 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
147 |
|
148 * __plr1__.m: Renamed from polar_int_1.m. |
|
149 * __plr2__.m: Renamed from polar_int_2.m. |
|
150 * __plr__.m: Renamed from polar_int.m. |
|
151 * __plt1__.m: Renamed from plot_int_1.m. |
|
152 * __plt2__.m: Renamed from plot_int_2.m. |
|
153 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
154 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
155 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
156 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
157 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
158 * __plt__.m: Renamed from plot_int.m. |
|
159 * __pltopt__.m: Renamed from plot_opt.m. |
|
160 Change all callers. |
|
161 |
|
162 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
163 |
|
164 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
165 comments like those found in Emacs lisp files. |
|
166 |
|
167 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
168 |
|
169 * All .m files: Change comment style. |
|
170 |
|
171 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
172 |
|
173 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
174 subplot.m, subwindow.m, top_title.m: |
|
175 Print error message if gnuplot_has_multiplot is not true. |
|
176 |
|
177 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
178 |
|
179 * plot/figure.m: New function. |
|
180 |
|
181 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
182 |
|
183 * strings/strrep.m: New function. |
|
184 |
|
185 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
186 |
|
187 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
188 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
189 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
190 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
191 New functions from Kurt Hornik, heavily modified by jwe. |
|
192 |
|
193 * general/reshape.m: Allow strings to be reshaped too. |
|
194 |
|
195 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
196 Always return a scalar. |
|
197 |
|
198 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
199 |
|
200 * polynomial/polyfit.m: Make orientation of result compatible with |
|
201 Matlab. |
|
202 |
|
203 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
204 |
|
205 * polynomial/polyfit.m: Add missing close paren. |
|
206 |
|
207 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
208 |
|
209 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
210 |
|
211 * io/scanf.m: Delete. |
|
212 |
|
213 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
214 |
|
215 * statistics/median.m: Fix typo in usage message. |
|
216 |
|
217 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
218 |
|
219 * miscellaneous/popen2.m: New file. |
|
220 |
|
221 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
222 |
|
223 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
224 |
|
225 * io: New directory. |
|
226 * Makefile.in (SUBDIRS): Add it to the list. |
|
227 |
|
228 * miscellaneous/flops.m: New file. |
|
229 |
|
230 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
231 |
|
232 * miscellaneous/cputime.m: Return three arguments instead of a |
|
233 vector, for compatibility with previous versions and with Matlab |
|
234 (which only returns one scalar value). |
|
235 |
|
236 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
237 |
|
238 * general/triu.m: Compute lower bound on loop index correctly. |
|
239 * general/tril.m: Likewise, for upper bound. |
|
240 |
|
241 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
242 |
|
243 * image/saveimage.m: For color images, make sure indices into |
|
244 temporary colormap and result matrix have proper orientation. |
|
245 Set grey flag correctly. |
|
246 |
|
247 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
248 |
|
249 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
250 jrv@vanzandt.mv.com). |
|
251 |
|
252 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
253 |
|
254 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
255 * mesh.m: Transpose Z if only one arg. |
|
256 Handle case of all three args being matrices (from Jim Van Zandt |
|
257 jrv@vanzandt.mv.com). |
|
258 * meshdom.m: Undo previous change. |
|
259 |
|
260 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
261 |
|
262 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
263 |
|
264 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
265 |
|
266 * audio: New directory of files from Kurt Hornik and Andreas |
|
267 Weingessel. |
|
268 * audio/Makefile.in: New file. |
|
269 * Makefile.in (SUBDIRS): Add audio to the list. |
|
270 |
|
271 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
272 |
|
273 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
274 |
|
275 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
276 |
|
277 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
278 columns (z), not the other way around. |
|
279 * plot/meshdom.m: Don't reverse order of elements in y. |
|
280 |
|
281 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
282 |
|
283 * plot/axis.m: Return current axis if nargin == 0. |
|
284 |
|
285 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
286 |
|
287 * polynomial/roots.m: Updates from Kurt Hornik. |
|
288 |
|
289 * polynomial/polyder.m: New file. |
|
290 |
|
291 * polynomial/polyderiv.m: Give return value and arg different names. |
|
292 |
|
293 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
294 |
|
295 * specfun/betainc.m: New file. |
|
296 * specfun/gammainc.m: New file. |
|
297 |
|
298 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
299 |
|
300 * general/strerror.m: New file. |
|
301 * general/perror.m: Implement using strerror(). |
|
302 |
|
303 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
304 |
|
305 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
306 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
307 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
308 |
|
309 * image/saveimage.m: Round img values first. |
|
310 |
|
311 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
312 |
|
313 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
314 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
315 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
316 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
317 special-matrix/hankel.m special-matrix/toeplitz.m |
|
318 tuwien/strfun/split.m: Add missing semicolons. |
|
319 |
|
320 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
321 |
|
322 * image/Makefile.in: Don't build or install octtoppm. |
|
323 |
|
324 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
|
325 routines so that people who don't have the the pbm stuff installed |
|
326 can still use this function. |
|
327 |
|
328 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
329 |
|
330 * image/saveimage.m: Better error checking, clean up a bit. |
|
331 |
|
332 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
333 |
|
334 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
335 avoid conflict with new built-in text-style function more. |
|
336 |
|
337 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
338 |
|
339 * startup/Makefile.in (install): Also install octaverc in |
|
340 $localfcnfiledir/startup/octavrc. |
|
341 |
|
342 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
343 |
|
344 * mkinstalldirs: New file. |
|
345 * Makefile.in (DISTFILES): Add it to the list. |
|
346 |
|
347 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
348 |
|
349 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
350 |
|
351 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
352 r(1) != c(nr), not if r(1) != c(1). |
|
353 |
|
354 * signal/filter.m: Doc fix. |
|
355 |
|
356 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
357 |
|
358 * miscellaneous/cputime.m: Use new resource structure names (no |
|
359 ru_ or tv_ prefixes). |
|
360 |
|
361 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
362 |
|
363 * time/ctime.m: Fix doc string and usage message. |
|
364 |
|
365 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
366 |
|
367 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
368 |
|
369 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
370 |
|
371 * control/c2d.m: Make function work for any value of |
|
372 whitespace_in_literal_matrix. |
|
373 * control/dare.m: Likewise. |
|
374 * control/tzero.m: Likewise. |
|
375 * elfun/gcd.m: Likewise. |
|
376 * elfun/lcm.m: Likewise. |
|
377 * general/postpad.m: Likewise. |
|
378 * general/prepad.m: Likewise. |
|
379 * linear-algebra/kron.m: Likewise. |
|
380 * miscellaneous/etime.m: Likewise. |
|
381 * polynomial/conv.m: Likewise. |
|
382 * polynomial/deconv.m: Likewise. |
|
383 * polynomial/poly.m: Likewise. |
|
384 * polynomial/roots.m: Likewise. |
|
385 * signal/filter.m: Likewise. |
|
386 * signal/freqz.m: Likewise. |
|
387 * signal/fftfilt.m: Likewise. |
|
388 |
|
389 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
390 |
|
391 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
392 |
|
393 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
394 |
|
395 * plot/polar_int_2.m: Add missing semicolons. |
|
396 Set theta = theta', not rho'. |
|
397 |
|
398 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
399 |
|
400 * polynomial/roots.m: Make it work for any value of |
|
401 whitespace_in_literal_matrix. |
|
402 |
|
403 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
404 |
|
405 * configure.in: New file. |
|
406 |
|
407 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
408 |
|
409 * control/lyap.m: Add missing semicolon. |
|
410 |
|
411 * miscellaneous/cputime.m: New function file. |
|
412 |
|
413 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
414 |
|
415 * time: New directory. |
|
416 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
417 New function files. |
|
418 * time/Makefile.in: New file. |
|
419 * Makefile.in (SUBDIRS): Add time. |
|
420 |
|
421 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
422 |
|
423 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
424 |
|
425 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
426 |
|
427 * plot/plot_int_1.m: Transpose data with .', not '. |
|
428 |
|
429 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
430 |
|
431 * Makefile.in (install uninstall clean mostlyclean distclean |
|
432 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
433 |
|
434 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
435 |
|
436 * Makefile.in (install): Create ls-R database file. |
|
437 (uninstall): Delete it. |
|
438 |
|
439 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
440 |
|
441 * scripts/image/saveimage.m: Fix typo. |
|
442 |
|
443 See ChangeLog.1 in the top level directory for earlier changes. |