comparison scripts/ChangeLog @ 3103:98d862e12945

[project @ 1997-11-18 10:46:30 by jwe]
author jwe
date Tue, 18 Nov 1997 10:46:57 +0000
parents f9806795b6d5
children 21208b797332
comparison
equal deleted inserted replaced
3102:04119d7a7d84 3103:98d862e12945
1 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__.
4 * time/toc.m: Likewise.
5
6 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__.
7
8 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do
9 anything special for automatic_replot when in multiplot mode --
10 recent 3.6beta releases handle this correctly.
11
12 * plot/figure.m: Ensure that we are not in multiplot mode before
13 setting the terminal type.
14
15 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m,
16 plot/subwindow.m: Use leading and trailing underscores for
17 `private' globals.
18
19 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false.
20
1 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 21 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2 22
3 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. 23 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE.
4 24
5 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 25 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu>