log

age author description
Tue, 14 May 2013 05:23:45 -0400 John W. Eaton snapshot 3.7.5 ss-3-7-5
Tue, 14 May 2013 02:49:24 -0400 John W. Eaton always handle CTRL-C as interrupt on windows systems
Tue, 14 May 2013 02:49:07 -0400 John W. Eaton go back to fork and setsid, but not on OS X systems
Mon, 13 May 2013 18:50:14 -0400 John W. Eaton require dynamic field names to be character strings
Mon, 13 May 2013 16:37:28 -0400 John W. Eaton * uigetdir.m: Eliminate unnecessary cell array for function args.
Mon, 13 May 2013 16:15:58 -0400 John Donoghue Added uigetdir to octave_link
Sun, 05 May 2013 19:11:45 +0200 Erik Kjellson importdata.m: Added Carriage Return as possible line break character.
Mon, 13 May 2013 08:59:05 -0400 John W. Eaton Added tag ss-3-7-4 for changeset 4e50bd2946d8
Mon, 13 May 2013 08:07:15 -0400 John W. Eaton snapshot 3.7.4 ss-3-7-4
Mon, 13 May 2013 08:05:53 -0400 John W. Eaton disable \C-v keybinding
Mon, 13 May 2013 07:54:58 -0400 John W. Eaton more copy/paste tweaks
Mon, 13 May 2013 07:26:37 -0400 John W. Eaton improve handling of interrupts, copy and paste shortcuts
Mon, 13 May 2013 05:58:12 -0400 John W. Eaton disallow setting selection with right mouse button in windows terminal
Sun, 12 May 2013 22:21:46 -0400 John W. Eaton use QScintilla's lexer for highlighting Octave programs
Sun, 12 May 2013 21:47:57 -0400 John W. Eaton don't push superclass and metaclass tokens twice classdef
Sun, 12 May 2013 21:45:57 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sun, 12 May 2013 21:05:19 -0400 John W. Eaton don't push operator tokens twice
Sun, 12 May 2013 16:57:06 -0400 John W. Eaton eliminate unimplemented New -> Variable menu item
Sun, 12 May 2013 16:17:48 -0400 John W. Eaton don't store default values in resource manager class
Sun, 12 May 2013 15:33:05 -0400 John W. Eaton * QTerminal.cc: Style fixes.
Sun, 12 May 2013 15:23:14 -0400 John W. Eaton simplify QTerminal inheritance scheme
Sat, 11 May 2013 18:20:31 +0200 Torsten ask for saving modified editor files if octave is closed (bug #38689)
Sat, 11 May 2013 14:01:15 +0200 Torsten fix endless loop when closing all files in the editor and files are modified
Fri, 10 May 2013 18:31:04 -0400 Mike Miller Fix GUI includes when built without Qscintilla
Fri, 10 May 2013 21:01:02 +0200 Torsten fix running files from file browser's context menu
Fri, 10 May 2013 01:02:58 +0100 Carnë Draug gallery: new function
Wed, 08 May 2013 20:48:11 +0100 Adam H Aitkenhead rgb2ind.m: Fix handling ND images.
Wed, 08 May 2013 14:57:45 -0400 Jordi Gutiérrez Hermoso Merge in Adam's changes
Wed, 08 May 2013 14:57:33 -0400 Jordi Gutiérrez Hermoso rgb2ind.m: Style fixes
Sat, 04 May 2013 10:53:43 +0100 Adam H Aitkenhead rgb2ind.m: Enable handling of ND images, and enable n,tol,map,dither as inputs.