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