log

age author description
Sun, 14 Nov 2010 22:01:20 +0100 Jaroslav Hajek fix internal sorting in __all_opts__ (bug 31392)
Sat, 13 Nov 2010 01:29:10 -0500 John W. Eaton ChangeLog fix
Sat, 13 Nov 2010 01:26:04 -0500 John W. Eaton make filename property of figure objects writable
Sat, 13 Nov 2010 01:25:05 -0500 John W. Eaton allow legend and gcf to work when no figure is present
Fri, 12 Nov 2010 20:53:32 -0500 John W. Eaton ChangeLog fix
Fri, 12 Nov 2010 20:49:02 -0500 John W. Eaton liboctave/Makefile.am: clean up some variables; don't distribute generated files
Fri, 12 Nov 2010 20:33:19 -0500 John W. Eaton don't compile src/X-opts.cc files separately
Fri, 12 Nov 2010 13:19:24 -0500 John W. Eaton simplify special case for concatenation of empty matrices
Thu, 11 Nov 2010 14:53:26 -0500 John W. Eaton special case for concatenation of empty matrices
Thu, 11 Nov 2010 14:53:11 -0500 John W. Eaton changelog fix
Thu, 11 Nov 2010 15:01:03 +0100 Kai Habel Add prefix ID_ to property ids to avoid name clash on windows
Thu, 11 Nov 2010 02:30:32 -0500 John W. Eaton also consider parent classes when checking if class methods are out of date
Thu, 11 Nov 2010 02:26:37 -0500 John W. Eaton keep gnulib out of lo-mappers.h
Wed, 10 Nov 2010 22:39:27 -0500 John W. Eaton kpse cleanups
Wed, 10 Nov 2010 22:09:25 -0500 John W. Eaton eliminate additional special cases for SCO systems
Wed, 10 Nov 2010 21:52:51 -0500 John W. Eaton IEEE math initialization tweaks
Wed, 10 Nov 2010 21:11:43 -0500 John W. Eaton eliminate special cases for __DECCXX
Wed, 10 Nov 2010 21:01:54 -0500 John W. Eaton eliminate special cases for NeXT systems
Wed, 10 Nov 2010 20:55:32 -0500 John W. Eaton eliminate special cases for __EMX__ systems
Wed, 10 Nov 2010 20:39:35 -0500 John W. Eaton fix typo in previous change
Wed, 10 Nov 2010 20:36:16 -0500 John W. Eaton eliminate special cases for SCO systems
Wed, 10 Nov 2010 16:12:52 -0500 John W. Eaton changelog fixes
Wed, 10 Nov 2010 16:04:55 -0500 John W. Eaton test/fntests.m: run tests for deprecated functions
Wed, 10 Nov 2010 16:04:31 -0500 John W. Eaton deprecate the dispatch function
Wed, 10 Nov 2010 16:09:07 -0500 John W. Eaton move builtin function from dispatch.cc to oct-parse.yy
Wed, 10 Nov 2010 22:03:58 +0100 Kai Habel Add more checks for uimeu
Wed, 10 Nov 2010 04:07:14 -0500 John W. Eaton fix printing of newlines for anonymous function handle bodies
Wed, 10 Nov 2010 01:35:50 -0500 John W. Eaton changelog fixes
Wed, 10 Nov 2010 01:28:38 -0500 John W. Eaton changelog fix
Wed, 10 Nov 2010 00:54:34 -0500 John W. Eaton allow class function to be called from methods as well as constructors
Tue, 09 Nov 2010 21:02:44 -0800 Rik configure.ac: fix typo where variable was missing leading '$'.
Tue, 09 Nov 2010 18:21:14 -0500 John W. Eaton add omitted file from previous change
Tue, 09 Nov 2010 18:12:17 -0500 John W. Eaton correctly parse {1 2 {3 4}}
Tue, 09 Nov 2010 12:03:21 -0800 Rik configure.ac: Properly m4 quote AS_HELP_STRING.
Tue, 09 Nov 2010 14:52:28 -0500 John W. Eaton help: print message if function not found
Tue, 09 Nov 2010 11:32:30 -0800 Rik Remove redundant warning when 'without-opengl' option used.
Tue, 09 Nov 2010 13:21:15 -0500 John W. Eaton lo-mappers.cc (xmod, xrem): don't copy sign if result is zero
Tue, 09 Nov 2010 04:24:26 -0500 John W. Eaton use templates and inline for more lo-mappers functionos
Tue, 09 Nov 2010 03:24:18 -0500 John W. Eaton use templates for some lo-mappers functions
Tue, 09 Nov 2010 01:28:45 -0500 John W. Eaton Array.cc: use comparisons to sortmode values instead of testing mode directly
Tue, 09 Nov 2010 00:57:49 -0500 John W. Eaton improve Matlab compatibility of rem and mod
Mon, 08 Nov 2010 22:28:06 -0500 John W. Eaton handle --without-opengl configure option
Mon, 08 Nov 2010 21:22:22 +0100 Kai Habel Code fixes for uimenu
Mon, 08 Nov 2010 23:19:37 +0800 Ben Abbott __go_draw_axes__.m: Check for z/y/zdata before converting negative values to NaNs.
Mon, 08 Nov 2010 16:59:25 +0800 Ben Abbott daspect.m: Fix demo using both daspect and pbaspect.
Mon, 08 Nov 2010 07:33:10 +0100 David Bateman Unset the foreground color for the gnuplot backend earlier (fixes #31533)
Sun, 07 Nov 2010 20:25:25 -0800 Rik sprand.m: Add input validation to function.
Mon, 08 Nov 2010 08:59:52 +0800 Ben Abbott __bar__.m: Permit bar() to be called with scalar inputs.
Mon, 08 Nov 2010 08:45:46 +0800 Ben Abbott __go_draw_axes__.m: Set proper tight axis limits for log scale.
Sun, 07 Nov 2010 22:57:23 +0100 David Bateman Remove the call to drawnow in legend
Sun, 07 Nov 2010 22:48:50 +0100 David Bateman minor fix to previous changeset
Sun, 07 Nov 2010 22:35:40 +0100 David Bateman Fix multi-parented legends with the gnuplot backend (fixes #30461 and #31522)
Sun, 07 Nov 2010 11:51:36 +0100 Konstantinos Poulios Make colorbar function aware of dataaspect settings
Sat, 06 Nov 2010 18:43:06 +0100 Marco Caliari spline.m: Fix algorithm for input with 3 elements (bug #31098)
Sat, 06 Nov 2010 09:08:47 -0400 John W. Eaton contrib.txi: minor tweaks
Thu, 04 Nov 2010 13:34:58 -0700 Rik __fltk_ginput__.m: Use semicolons to prevent internal function evaluations being output to screen.
Thu, 04 Nov 2010 12:47:19 -0700 Rik Add __fltk_ginput__.m to list of scripts
Thu, 04 Nov 2010 12:23:05 -0700 Rik check-m-sources target in scripts directory now includes checking generated .m files.
Thu, 04 Nov 2010 12:18:08 -0700 Rik Reverse changeset b1f4bdc276b6. Use all lower case for "uniformoutput" option.
Wed, 03 Nov 2010 17:37:00 -0700 Rik Use CamelCase for 'UniformOutput' option to cellfun.