log

age author description
Mon, 22 Jul 2013 23:08:14 +0200 Pantxo Diribarne patch.m: Update to use new __plt_get_axis_arg__.
Wed, 24 Jul 2013 23:12:28 -0700 Rik image.m: Update to use new __plt_get_axis_arg__ without using "axes" and "newplot" function.
Mon, 22 Jul 2013 23:45:34 +0200 Pantxo Diribarne hggroup.m: Update to use new __plt_get_axis_arg__.
Wed, 24 Jul 2013 23:05:37 -0700 Rik Overhaul __plt_get_axis_arg__ and newplot functions to avoid creating unnecessary axes.
Mon, 22 Jul 2013 23:18:50 +0200 Torsten doc viewer: correct the anchor position of the desired doc entry
Sun, 21 Jul 2013 20:16:03 -0700 Rik acinclude.m4: Use m4 quote '[' rather than '"' in AC_MSG_ERROR.
Mon, 22 Jul 2013 03:05:16 +0200 Ben Abbott Add demo to area.m to demonstrate "ydata" updater.
Mon, 22 Jul 2013 02:51:41 +0200 Ben Abbott Fix bar() update for ydata listener.
Wed, 01 May 2013 17:54:56 +0800 LYH Handle LLVM API incoherence. Octave now works with LLVM 3.0, 3.1, and 3.2
Sun, 21 Jul 2013 17:26:39 -0400 John Donoghue Display/focus documentation browser when running command doc 'xxxxx'
Sat, 20 Jul 2013 22:13:51 -0400 John Donoghue Display doc info pages using documentation browser when in GUI mode (Bug #39451)
Sat, 20 Jul 2013 13:01:45 +0200 Carlo de Falco Simplify the way pkg checks for dependencies.
Sat, 20 Jul 2013 21:57:31 -0700 Rik ancestor.m: Overhaul function.
Sat, 20 Jul 2013 18:46:38 -0700 Rik Tweak some plotting demos for messages and spelling.
Sat, 20 Jul 2013 18:42:25 -0700 Rik __plt_get_axis_arg__.m: Correctly handle 'parent' property when parent is hggroup.
Sat, 20 Jul 2013 14:12:14 -0400 Ben Abbott Add test to graphics.cc for initial tightinset value.
Sat, 20 Jul 2013 10:56:24 -0400 bpabbott Avoid tight limits having a span of zero.
Sat, 20 Jul 2013 09:06:50 -0400 Stefan Mahr Fix mistake from changeset 942d892524b3.
Fri, 19 Jul 2013 17:14:26 -0700 Rik trisurf.m: Fix incorrect delaunay syntax in %!demo blocks
Fri, 19 Jul 2013 16:32:05 -0700 Rik prefdir.m: Adjust seealso references in docstring.
Fri, 19 Jul 2013 16:24:45 -0700 Rik preferences.m: Issue a warning if called and GUI is not running.
Fri, 19 Jul 2013 10:35:14 -0700 Rik NEWS: Add jit_debug, isequaln to list of new functions for 3.8.
Fri, 19 Jul 2013 10:12:43 -0700 Rik Announce new prefdir, preferences functions and add to manual.
Thu, 18 Jul 2013 23:07:34 -0700 Rik Fix typos from cstrcat to matrix concatenation changeset (333243133364).
Thu, 18 Jul 2013 22:56:13 -0700 Rik __plt_get_axis_arg__.m: Simplify code for finding parent in axis PROP/VAL pairs.
Tue, 16 Jul 2013 20:41:20 +0200 Pantxo Diribarne line.m: avoid calling "gca ()" when a parent axes is specified as prop/val pair (bug #39483).
Fri, 19 Jul 2013 00:53:11 +0200 Pantxo Diribarne __get_axis_args.m: search for 'parent' in property/value pairs and use it as fall back axes.
Thu, 18 Jul 2013 22:17:35 -0400 Ben Abbott Handle alignment of subplots in subplot.m.
Thu, 18 Jul 2013 22:16:47 -0400 Ben Abbott Simplify syncing axes "position", "outerposition", and "looseinset".
Thu, 18 Jul 2013 10:56:44 -0400 John Donoghue Add preferences and prefdir functions