log scripts/ChangeLog @ 9345:dbc61d4e428d

age author description
Sun, 14 Jun 2009 11:57:52 +0200 Jaroslav Hajek optimize ismember
Thu, 11 Jun 2009 16:57:30 -0400 Ben Abbott print.m: Fix logic associated with 'have_ghostscript'.
Thu, 11 Jun 2009 07:23:32 -0400 Ben Abbott print.m: properly render mono figures, and favor cairo terminals.
Wed, 10 Jun 2009 20:33:10 -0400 Ben Abbott __go_draw_axes__.m: Fix order when pushing group children onto kid list.
Wed, 10 Jun 2009 15:53:46 -0400 John W. Eaton fix typo in previous change
Wed, 10 Jun 2009 21:27:01 +0200 Marco Caliari Better waypoint transform pour quadgk
Tue, 09 Jun 2009 23:18:30 +0200 David Bateman Fixes for quadgk for doubly infinite interval
Mon, 08 Jun 2009 12:35:07 -0400 Ben Abbott axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Sun, 07 Jun 2009 21:01:32 +0200 Thorsten Meyer fix texinfo bug
Thu, 04 Jun 2009 21:32:37 -0400 Ben Abbott __go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Thu, 04 Jun 2009 10:13:14 -0400 Ben Abbott __go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Wed, 03 Jun 2009 10:54:36 -0400 Ben Abbott colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Wed, 03 Jun 2009 10:40:20 -0400 Ben Abbott __gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
Wed, 03 Jun 2009 10:38:17 -0400 Ben Abbott __scatter__.m: If the color spec is empty, set using __next_line_color__.
Wed, 03 Jun 2009 07:38:17 +0200 Jaroslav Hajek fix too optimistic polyfit test
Tue, 02 Jun 2009 23:15:56 +0200 Rafael Laboissiere In test, look also for the gzipped version of the info_file
Fri, 29 May 2009 17:32:08 -0400 John W. Eaton __gnuplot_get_var__.m: insert missing semicolon
Thu, 28 May 2009 06:21:01 -0400 Ben Abbott Fix yticklabels for log scale colorbar.
Thu, 28 May 2009 03:10:41 -0400 Ben Abbott __go_draw_axes__.m: Add support for ticklabel separator '|'.
Thu, 28 May 2009 07:37:13 +0200 Jaroslav Hajek fix & improve preconditioning strategy in cgs & bicgstab
Thu, 28 May 2009 07:03:11 +0200 Radek Salac improve bicgstab and cgs
Wed, 27 May 2009 13:06:38 -0700 Rik Update axis.m documentation to reflect addition of "tight" option.
Wed, 27 May 2009 10:56:41 -0700 Rik Update ismember examples to remove incorrect reference to residue function
Wed, 27 May 2009 10:34:59 -0400 John W. Eaton imwrite.m: convert indexed images to RGB before calling __magick_write__
Wed, 27 May 2009 06:21:36 -0400 John W. Eaton fix imshow demos
Tue, 26 May 2009 21:16:54 -0400 Ben Abbott __go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Wed, 27 May 2009 09:09:08 +0200 Soren Hauberg geometry/delaunay.m: support cellstr's as options
Wed, 27 May 2009 08:37:46 +0200 Jaroslav Hajek fix displaying indexed images
Wed, 27 May 2009 07:43:20 +0200 Jaroslav Hajek Backed out changeset 7f3a1a90f4f4
Tue, 26 May 2009 14:57:46 -0400 John W. Eaton imread: scale values from old Octave image format
Tue, 26 May 2009 18:59:12 +0200 Soren Hauberg Resolve ChangeLog conflict
Tue, 26 May 2009 18:14:23 +0200 Soren Hauberg scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Tue, 26 May 2009 12:12:22 -0400 John W. Eaton colorbar: downcase location argument
Sun, 24 May 2009 12:35:22 +0200 Carlo de Falco let pkg describe return version information
Mon, 25 May 2009 18:04:11 -0400 Ben Abbott __go_draw_axes__.m: Properly render TeX symbols for x11.
Sun, 24 May 2009 10:09:19 +0200 Benjamin Lindner ghostscript handling for windows in print.m
Sun, 24 May 2009 10:05:30 +0200 Benjamin Lindner ensure quoted gnuplot binary
Fri, 22 May 2009 14:02:02 -0400 John W. Eaton interp3: don't require interpolation grid and data to have same size
Tue, 19 May 2009 15:59:37 +0200 Carlo de Falco Fix bug when calling pkg describe to check whether a package is installed
Mon, 18 May 2009 09:46:49 +0200 Jaroslav Hajek support central differences in fminunc and fsolve
Sun, 17 May 2009 14:39:39 -0700 Rik Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Sun, 17 May 2009 17:54:51 +0200 Jaroslav Hajek improve TR updating strategy for fminunc and fsolve
Fri, 15 May 2009 11:46:10 -0400 John W. Eaton nargchk.m: don't generate error if output is struct
Fri, 15 May 2009 07:07:41 +0200 Jaroslav Hajek import the step adaptation strategy from fsolve to fminunc
Fri, 08 May 2009 21:11:05 -0400 Ben Abbott Have 'legend' inherit font properties from the parent axis.
Mon, 04 May 2009 15:34:28 -0400 Peter O'Gorman pass xvf to tar instead of -x -v -f
Thu, 30 Apr 2009 18:45:42 -0400 Ben Abbott __gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Thu, 30 Apr 2009 18:19:34 -0400 Ben Abbott gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Thu, 30 Apr 2009 20:52:07 +0200 Jaroslav Hajek fix range
Tue, 28 Apr 2009 19:45:40 -0400 Ben Abbott print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Thu, 23 Apr 2009 20:04:29 -0400 Ben Abbott print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Wed, 22 Apr 2009 14:33:26 -0400 rtshort Update to OOP facilities.
Mon, 20 Apr 2009 12:21:34 -0400 John W. Eaton vander.m: update tests
Mon, 20 Apr 2009 11:51:23 +0200 Jaroslav Hajek missing ChangeLog entry
Mon, 20 Apr 2009 11:43:14 +0200 Jaroslav Hajek extend vander to allow specified number of columns
Fri, 17 Apr 2009 14:53:05 -0700 Rik Correct Texinfo for __marching_cube.m__ so manual will compile
Thu, 16 Apr 2009 11:20:49 +0200 Jaroslav Hajek optimize toeplitz for sparse args
Tue, 14 Apr 2009 22:02:05 +0200 Thomas Treichl Added help texts and tests.
Tue, 14 Apr 2009 21:22:24 +0200 David Bateman Explicitly set the default facecolor of patches
Tue, 14 Apr 2009 07:54:38 +0200 Aravindh Krishnamoorthy minor fix to documentation of hadamard function