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