log

age author description
Thu, 24 Oct 2013 13:53:45 -0700 Rik doc: Final spellcheck of documentation before 3.8 release.
Thu, 24 Oct 2013 13:49:01 -0700 Rik doc: Final grammarcheck of docstrings for 3.8 release.
Thu, 24 Oct 2013 13:34:51 -0700 Rik NEWS: Update announcements for 3.8 release.
Thu, 24 Oct 2013 13:17:13 -0700 Rik print.m: Restore figure position first (in pixels) and then original units.
Thu, 24 Oct 2013 21:20:35 +0200 Torsten add more recognizable icons for the font size in the doc browser
Thu, 24 Oct 2013 04:32:11 +0300 Serhiy Zahoriya Adding elementwise hint to the power errors.
Thu, 24 Oct 2013 12:38:24 +0200 Torsten fix filtering debug message from the editor's file watcher
Thu, 24 Oct 2013 01:46:26 -0400 John W. Eaton maint: Style fixes.
Wed, 23 Oct 2013 22:48:29 -0400 John W. Eaton maint: Update copyright notices. classdef
Wed, 23 Oct 2013 22:29:06 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 23 Oct 2013 20:30:03 -0400 John W. Eaton oct-parse.in.yy: Add %expect declaration.
Wed, 23 Oct 2013 16:55:26 -0700 Rik Fix shrinking axes when printing plots with legends (bug #40333).
Wed, 23 Oct 2013 18:27:06 -0400 John W. Eaton avoid warnings about casts and gnulib functions
Wed, 23 Oct 2013 22:20:06 +0200 Torsten new preference in settings: editor creates nonexisting files wihtout prompt
Wed, 23 Oct 2013 21:05:53 +0200 Torsten remove XREF from tab names in the documentation browser
Wed, 23 Oct 2013 21:03:00 +0200 Torsten * edit.m: update documentation, new files are created in current directory
Wed, 23 Oct 2013 20:50:58 +0200 Torsten prevent the editor's file watcher from signaling fasle alarms (bug #40312)
Wed, 23 Oct 2013 19:14:12 +0200 Torsten editor asks if a new file should be created when called from edit (bug #40351)
Mon, 14 Oct 2013 17:16:36 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 06 Apr 2013 13:56:21 +0200 Pantxo Diribarne imshow.m: Add support for "xdata" and "ydata" options, make option parser case insensitive
Tue, 22 Oct 2013 19:39:50 -0400 John W. Eaton use more direct method for checking input source for lexer
Tue, 22 Oct 2013 16:20:33 -0700 Rik Print warning and abort FLTK plot if data values < -maxfloat (bug #40246)
Tue, 22 Oct 2013 18:43:36 -0400 John W. Eaton eliminate global LEXER variable
Tue, 22 Oct 2013 14:32:21 -0700 Rik legend.m: Fix legend color for bar graphs (bug #40327)
Tue, 22 Oct 2013 22:27:19 +0200 Torsten fix display of global search in doc browser (bug #40348)
Tue, 22 Oct 2013 12:37:20 -0700 Rik Add solutions to warning message when data values exceed float capacity.
Tue, 22 Oct 2013 12:27:31 -0700 Rik Fix segfault when x or y data values are large (bug #39925).
Tue, 22 Oct 2013 11:50:13 -0700 Rik Print warning and abort plot if data range > max float (bug #40246)
Fri, 10 May 2013 13:34:31 +0200 Pantxo Diribarne ppval.m: ensure consistency in the shape of intermediate interpolated matrix between "nearest" and higher order methods.