scripts/ChangeLog
2009-08-06 Avoid the flickering x11 window seen with rapid gnuplot updates.
2009-08-06 __go_draw_axes__.m: Fix ticklabels specified as 2D character array.
2009-07-25 __go_draw_axes__.m: also use layer property for plot border
2009-07-21 version 3.2.2
2009-06-26 Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
2009-06-25 print.m: reimplement options -landscape and -portrait.
2009-06-25 repmat.m: call cron, not spkron
2009-06-25 plot3.m: correctly compute offsets for property/value pairs
2009-06-23 grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
2009-06-23 fix var for scalar and empty arguments
2009-06-22 __go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
2009-06-22 mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
2009-06-18 axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
2009-06-16 quiver.m: Add 'clf' to demos.
2009-06-16 plotyy.m: Fix compatibility with subplot.
2009-06-16 plotyy.m: Correct behavior when there is no currentfigure.
2009-06-12 print.m: Fix logic associated with 'have_ghostscript'.
2009-06-12 print.m: properly render mono figures, and favor cairo terminals.
2009-06-11 __go_draw_axes__.m: Fix order when pushing group children onto kid list.
2009-06-11 fix typo in previous change
2009-06-11 Better waypoint transform pour quadgk
2009-06-11 Fixes for quadgk for doubly infinite interval
2009-06-09 axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
2009-06-07 fix texinfo bug
2009-06-04 __go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
2009-06-04 __go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
2009-06-03 colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
2009-06-03 __gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
2009-06-03 __scatter__.m: If the color spec is empty, set using __next_line_color__.
2009-06-05 version 3.2.0
2009-06-03 fix too optimistic polyfit test
2009-06-02 In test, look also for the gzipped version of the info_file
2009-05-29 __gnuplot_get_var__.m: insert missing semicolon
2009-05-28 Fix yticklabels for log scale colorbar.
2009-05-28 __go_draw_axes__.m: Add support for ticklabel separator '|'.
2009-05-28 fix & improve preconditioning strategy in cgs & bicgstab
2009-05-28 improve bicgstab and cgs
2009-05-27 Update axis.m documentation to reflect addition of "tight" option.
2009-05-27 Update ismember examples to remove incorrect reference to residue function
2009-05-27 imwrite.m: convert indexed images to RGB before calling __magick_write__
2009-05-27 fix imshow demos
2009-05-26 __go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
2009-05-27 geometry/delaunay.m: support cellstr's as options
2009-05-27 fix displaying indexed images
2009-05-27 Backed out changeset 7f3a1a90f4f4
2009-05-26 imread: scale values from old Octave image format
2009-05-26 Resolve ChangeLog conflict
2009-05-26 scripts/help/__makeinfo__.m: Support several @seealso's in one text.
2009-05-26 colorbar: downcase location argument
2009-05-24 let pkg describe return version information
2009-05-25 __go_draw_axes__.m: Properly render TeX symbols for x11.
2009-05-24 ghostscript handling for windows in print.m
2009-05-24 ensure quoted gnuplot binary
2009-05-22 interp3: don't require interpolation grid and data to have same size
2009-05-19 Fix bug when calling pkg describe to check whether a package is installed
2009-05-18 support central differences in fminunc and fsolve
2009-05-17 Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
2009-05-17 improve TR updating strategy for fminunc and fsolve
2009-05-15 nargchk.m: don't generate error if output is struct
2009-05-15 import the step adaptation strategy from fsolve to fminunc