log

age author description
Fri, 06 Jun 2014 11:43:17 -0400 John W. Eaton 3.8.2 release candidate 1 stable rc-3-8-2-1
Fri, 06 Jun 2014 09:43:54 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 06 Jun 2014 09:43:11 -0400 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Wed, 04 Jun 2014 22:09:08 -0700 Rik doc: Remove confusing extra 'summation' argument example to sparse(). stable
Wed, 04 Jun 2014 21:26:07 -0700 Rik NEWS: Update with important changes for 4.2 release.
Wed, 04 Jun 2014 17:16:03 -0400 John W. Eaton load files in private directories from private functions (bug #42500)
Sun, 11 May 2014 02:28:33 +0200 Stefan Mahr fix LLVM 3.4 build (bug #41061) nkf-ready
Sun, 16 Mar 2014 23:33:49 +0100 Stefan Mahr Fix jit tests
Tue, 18 Mar 2014 20:59:04 +0100 Stefan Mahr cleanup of tic and ticlabel code
Sun, 02 Mar 2014 02:29:52 +0100 Stefan Mahr remove unneeded ticklabel conversions
Wed, 09 Apr 2014 10:23:11 +0200 Stefan Mahr fix xticklabel with minor grid (bug #38139, bug #40256)
Wed, 04 Jun 2014 08:29:01 -0700 Rik pr-output.cc: Clean up unused parameter compilation warning.
Tue, 13 May 2014 22:02:44 +0200 Philip Nienhuis textscan.m: properly process "emptyvalue" (bug #42343).
Tue, 03 Jun 2014 22:11:01 -0700 Rik issymmetric.m: Don't use final ';' in %!assert statement.
Mon, 02 Jun 2014 01:24:52 -0600 David Spies Made issymmetric (issymmetric.m) work for logical matrices (Bug #42485)
Tue, 03 Jun 2014 14:42:00 -0700 Rik Fix incorrect sparse matrix example code in oct-file chapter (bug #41799). stable
Mon, 02 Jun 2014 08:59:26 -0700 Rik doc: Fix some Latin wording in documentation. stable
Tue, 03 Jun 2014 09:07:02 -0700 Rik Add missing newline to error message from mkoctfile.
Tue, 18 Mar 2014 16:42:45 -0300 Pedro Angelo nchoosek.m: nchoosek(N,0) now returns [](1x0) when N is a vector (bug #41890).
Mon, 02 Jun 2014 11:17:59 -0700 Rik maint: Periodic merge of gui-release to default.
Mon, 02 Jun 2014 11:04:55 -0700 Rik Fix compilation warning about use of '&' versus '&&' in find.cc. gui-release
Mon, 02 Jun 2014 10:05:25 -0700 Rik Mark internal sparse matrix implementation of atan2 as deprecated. gui-release
Mon, 02 Jun 2014 09:00:22 -0700 Rik maint: Periodic merge of stable to gui-release. gui-release
Sun, 01 Jun 2014 21:41:58 -0700 Rik Fix binmap for sparse-scalar or scalar-sparse operations (bug #40813). stable
Sun, 01 Jun 2014 15:42:17 +0200 Stefan Mahr Fix infinite loop and segfault for atan2, fmod, hypot (bug #40813). stable
Sun, 01 Jun 2014 17:33:53 -0700 Rik edit.m: Remove keyboard() statement left from debugging cset 0728f7b6b1a2.
Fri, 23 May 2014 16:28:37 +0200 Kai T. Ohlhus Add tests for empty value and correct alphanumerical value comparision of isequal (bug #42408).
Tue, 27 May 2014 14:15:08 -0700 Rik Make isequal matlab compatible when comparing char to numeric (bug #42408).
Tue, 27 May 2014 13:53:39 -0700 Rik edit.m: Don't append default '.m' extension if an extension already exists.
Tue, 27 May 2014 14:59:43 -0400 John W. Eaton eigs: selection columns of V, not rows (bug #41795) stable
Sun, 25 May 2014 13:13:17 -0700 Rik spdiags.m: Treat sub/super-diagonals the same as Matlab.
Sun, 25 May 2014 10:29:05 -0700 Rik maint: Periodic merge gui-release -> default.
Sun, 25 May 2014 10:26:18 -0700 Rik maint: Periodic merge of stable -> gui-release. gui-release
Sun, 25 May 2014 10:23:03 -0700 Rik Match Matlab return dimensions for find on empty sparse matrices (bug #42408). gui-release
Sun, 25 May 2014 19:20:54 +0200 Torsten only show directories in dialog box for setting new octave directory stable
Fri, 23 May 2014 13:25:20 -0700 Rik Fix regression in hist with multiple columns and normalization (bug #42394). stable
Fri, 23 May 2014 13:04:57 -0700 Rik Fix regression in width of bars for hist() (bug #42401). stable
Fri, 23 May 2014 11:48:23 -0700 Rik Fix segfault with sparse inputs to complex() (bug #42290). stable
Fri, 23 May 2014 12:20:05 -0400 John W. Eaton don't crash on empty script files (bug #42064) stable
Wed, 21 May 2014 23:27:44 +0200 Pantxo Diribarne Handle figure paperpositionmode "auto" (bug #37554)
Wed, 21 May 2014 18:21:05 +0200 Andreas Weber graphics.cc: fix segfault in __calc_dimensions__ when args is empty stable
Mon, 19 May 2014 22:17:48 -0700 Rik gl-render.cc: Use enum symbolic constants for code clarity.
Sun, 18 May 2014 14:20:24 -0700 Rik Use OpenGL line smoothing when multisample is not available.
Sat, 17 May 2014 13:17:47 -0700 Rik * gl-render.cc (opengl_renderer::make_marker_list): Replace glVertex2f with
Sat, 17 May 2014 12:56:11 -0700 Rik Fix Z-order stacking of patches and axes grid lines (bug #40722).
Fri, 16 May 2014 20:01:27 +0200 Torsten use editors run selection action for the context menu gui-release
Fri, 16 May 2014 08:20:11 -0700 Rik Don't delete listeners with 'cla reset' for Matlab compatibility (bug #42285).
Thu, 15 May 2014 15:09:54 -0700 Rik build: Fix some unused parameter warnings from cset 89448a7523b2.
Tue, 13 May 2014 18:51:52 +0200 Pantxo Diribarne Add some more callbacks for root properties (bug #42347).
Thu, 15 May 2014 14:24:21 -0700 Rik Return 0x0 empty matrix from strrep for Matlab compatibility (bug #42341).
Thu, 15 May 2014 13:59:08 -0700 Rik maint: Merge away accidental head.
Thu, 15 May 2014 08:37:38 -0700 Rik maint: periodic merge of gui-release to stable.
Thu, 15 May 2014 08:37:02 -0700 Rik maint: Periodic merge of stable to gui-release. gui-release
Thu, 15 May 2014 13:28:35 -0700 Rik Update CITATION file to include Rik Wehbring, use current version number. stable
Thu, 15 May 2014 09:31:43 -0700 Rik profshow.m: Use current profiler data if there is no input data.
Wed, 14 May 2014 13:59:44 -0700 Rik Fix assert() segfaults with profiler (bug #39587, bug #39586). stable
Tue, 13 May 2014 21:56:39 -0700 Rik Fix blank line appearing in profiler output (bug #39524). stable
Thu, 15 May 2014 08:16:53 -0700 Rik Fix infinite loop when using builtin ("keyboard") (bug #33296).
Wed, 14 May 2014 23:58:23 +0200 Stefan Mahr isaxes.m: Fix bug where some inputs do not show up in outputs (bug #42362). stable
Wed, 14 May 2014 20:29:06 -0700 Rik legend.m: Fix changing legend properties with handle for plotyy (bug #41970).
Wed, 14 May 2014 17:48:43 -0700 Rik Change profile() to report method names of classes (bug #38480).
Wed, 14 May 2014 13:59:44 -0700 Rik Fix assert() segfaults with profiler (bug #39587, bug #39586).
Tue, 13 May 2014 21:56:39 -0700 Rik Fix blank line appearing in profiler output (bug #39524).
Mon, 12 May 2014 07:56:41 -0700 Rik datevec.m: Change isrow to iscolumn in cset 9eb72fa5f8b5.
Sun, 11 May 2014 13:22:57 -0400 John Donoghue Add back main menu copy,paste,select all in editor gui-release
Sun, 11 May 2014 17:14:10 -0700 Sergey Plotnikov datevec.m: Return value with same shape as input (bug #42334).
Sat, 10 May 2014 17:36:31 -0700 Rik polar.m: Link polar grid with axes properties (bug #39495).
Mon, 28 Apr 2014 19:58:36 +0200 Andreas Weber polar.m: add circular theta/rho axes (bug 39495).
Mon, 28 Apr 2014 09:50:00 +0200 mfasi Support for italian language added gui-release
Fri, 07 Mar 2014 09:10:46 +0100 Daniel Kraft Add column with time percentage to profshow output.
Thu, 08 May 2014 14:04:35 -0700 Rik Enter true debug mode after debug_on_(warning|error) (bug #37574).
Thu, 08 May 2014 10:59:21 -0700 Rik Correctly follow legend interpreter property for gnuplot (bug #40064). stable
Wed, 07 May 2014 20:49:25 -0700 Rik Fix extra backslash escape for gnuplot when interpreter=none (bug #36744). stable
Wed, 07 May 2014 09:34:45 -0700 Rik imshow.m: Don't popup blank figure during 'make check'
Wed, 07 May 2014 09:09:43 -0700 Rik maint: Use space after variable name and before equals sign.
Wed, 07 May 2014 08:54:19 -0700 Rik build: Fix compiling with new graphic root properties (cset 28eab2d84190).
Wed, 07 May 2014 08:39:56 -0700 Rik maint: Use "FreeType" rather than "freetype" in messages and comments.
Mon, 21 Apr 2014 17:17:15 +0200 Pantxo Diribarne Add callbacks for root properties format and formatspacing (bug #42135).
Tue, 06 May 2014 19:57:44 -0700 Rik legend.m: Don't create legend for some inputs for Matlab compatibility (bug #42034)
Tue, 06 May 2014 20:38:50 +0200 Torsten status bars and code folding a user preference (bug #42306) gui-release
Tue, 06 May 2014 18:08:15 +0200 Torsten fix performance issue of history viewer with large history entries (bug #42255) gui-release
Mon, 05 May 2014 13:14:17 -0700 Rik linkaxes.m: Trim extra spaces at EOL.
Mon, 05 May 2014 10:09:50 +0200 Rafael Laboissiere Fix typo in help string of function figure stable
Tue, 18 Mar 2014 13:05:40 -0700 Willem Atsma linkaxes.m: Implement new function linkaxes.
Mon, 05 May 2014 19:49:41 +0200 Torsten provide a second set of shortcuts gui-release
Sun, 04 May 2014 21:56:23 +0200 Pantxo Diribarne Distinguish axes when checking for recursion in axes limits updates (bug #40005).
Sun, 04 May 2014 16:23:47 -0700 Rik Rewrite docstring of sum() to match prod().
Sun, 04 May 2014 16:08:46 -0700 Rik Add "native" option to prod() (bug #40349).
Sat, 03 May 2014 17:28:49 -0700 Rik __unimplemented__.m: Remove isjava, guidata from list of unimplemented functions.
Sat, 03 May 2014 16:51:00 -0700 Rik linkprop.m: Overhaul function for performance and Matlab compatibility.
Fri, 02 May 2014 14:45:22 -0700 Rik Abort Octave GUI if setsid() fails after fork().
Fri, 02 May 2014 14:26:03 -0700 Philip Nienhuis Add new function javachk for Matlab compatibility.
Fri, 02 May 2014 10:43:06 -0700 Rik Revert ea22cf3e370b and 60df2fd04293 plotting grid/ticks over axes lines.
Fri, 02 May 2014 10:02:24 -0700 Rik imshow.m: Ignore hold state and set axis variables for image display for Matlab compatibility.
Fri, 02 May 2014 09:40:07 -0700 Rik Set axis equal for 2D parametric plots done with ezplot.
Fri, 02 May 2014 17:44:44 +0200 Torsten disabling global shortcuts when terminal has focus as user preference gui-release
Fri, 02 May 2014 14:57:09 +0100 carandraug ismember: ~10x performance increase (input dependent) when set is 1 row.
Thu, 01 May 2014 15:01:07 -0700 Rik colorbar.m: Write detailed instructions for reproducing bug #40005 in comment box.
Thu, 01 May 2014 12:34:50 -0700 Rik doc: Document new 'colormap' parameter to imshow.
Thu, 01 May 2014 12:31:06 -0700 Rik imshow.m: Overhaul function and support integer images (bug #41240).
Thu, 01 May 2014 11:16:03 -0700 Rik Preserve image class in cdata (bug #41240).
Thu, 01 May 2014 13:24:27 +0200 Torsten use shortcut manager for the main news menu gui-release
Thu, 01 May 2014 12:12:08 +0200 Torsten use shortcut manager for the main help menu gui-release
Sun, 16 Mar 2014 13:19:25 +0100 Stefan Mahr Fix pkg install -global (bug #41644)
Wed, 30 Apr 2014 19:58:47 +0200 Torsten fix compiling when scintilla is not available gui-release
Wed, 30 Apr 2014 19:33:55 +0200 Torsten use shortcut manager for the window menu gui-release
Mon, 24 Mar 2014 23:41:10 +0100 Stefan Mahr Fix segfault if subsasgn in @class returns no output (bug #41945) stable
Fri, 28 Feb 2014 19:18:11 +0100 pantxo Disable default alt behavior on mac platform stable
Mon, 28 Apr 2014 22:48:28 +0200 Torsten use shortcut manager for the debug menu gui-release
Mon, 28 Apr 2014 11:38:56 -0700 Rik maint: Silence some compiler warnings in libgui. gui-release
Wed, 30 Apr 2014 08:24:08 -0700 Rik Fix incorrect log axis minor ticks when axis range > 8 orders of magnitude (bug #39449).
Tue, 29 Apr 2014 15:50:32 -0700 Rik Don't plot tickmarks over axes lines for better appearance.
Tue, 29 Apr 2014 14:37:45 -0700 Rik Don't plot grid lines directly over axis box lines.
Tue, 29 Apr 2014 11:53:23 -0700 Rik Fix printing images with grid lines (Z-order stacking) (bug #35648).
Tue, 29 Apr 2014 11:39:58 -0700 Rik Fix Z-depth issues of patches and lines in 2-D plots (bug #40722).
Sun, 27 Apr 2014 23:22:33 +0200 Stefan Beller facts: correct typo
Thu, 20 Mar 2014 13:57:56 +0100 Stefan Miereis edit.m: add file extension .m to newly created files (bug #41522).
Mon, 28 Apr 2014 11:17:05 -0700 Rik maint: Periodic merge of gui-release to stable.
Mon, 28 Apr 2014 10:43:44 -0700 Rik maint: Periodic merge of stable to gui-release. gui-release
Mon, 28 Apr 2014 10:41:38 -0700 Rik __gnuplot_get_var__.m: Fix accidental use of gcf causing figure popus in waitbar (bug #41446). stable
Sun, 27 Apr 2014 18:02:47 -0700 Rik maint: untabify recently added code files.
Sun, 27 Apr 2014 17:38:03 -0700 Rik Fix load/save to handle up to 2^32-1 elements.
Sun, 27 Apr 2014 20:12:07 +0200 Torsten use defaults size for tab heights in editor and doc widget (bug #42144) gui-release
Sun, 27 Apr 2014 19:36:54 +0200 Torsten update enabled status of undo/redo actions in the editor gui-release
Sun, 27 Apr 2014 18:42:25 +0200 Torsten clean up some compiler warnings gui-release
Sun, 27 Apr 2014 18:35:19 +0200 Torsten use the actions from the editor for the context menu gui-release
Sun, 27 Apr 2014 15:13:05 +0200 Torsten simplify some code by using scintilla internal commands gui-release
Sun, 27 Apr 2014 13:45:24 +0200 Torsten fix setting shortcuts for the view menu in the editor gui-release
Sun, 27 Apr 2014 13:03:08 +0200 Torsten disable some global shortcuts when editor gets focus to prevent conflicts gui-release
Sat, 26 Apr 2014 16:39:20 -0700 Rik Add support for integer data types for image cdata.
Sat, 26 Apr 2014 13:12:35 -0700 Rik gl-render.cc: Use class prefix, opengl_renderer or opengl_texture, when printing warning.
Sat, 26 Apr 2014 15:44:50 +0200 Philip Nienhuis importdata.m: limit EOL search to first 4096 characters.
Fri, 25 Apr 2014 20:10:23 -0700 Rik Clean up a few compiler warnings.
Fri, 25 Apr 2014 15:49:03 -0700 Rik doc: Fix unbalanced parentheses in documentation.
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
Fri, 25 Apr 2014 11:18:04 -0700 Rik Don't fetch lots of axes state information for rendering if object is not visible.
Fri, 25 Apr 2014 10:02:10 -0700 Rik Clean up questionable code bits identified by clang sanitize.
Fri, 25 Apr 2014 06:40:21 +0200 Torsten handling qscintilla internal shortcuts and commands depending on qsci version gui-release
Thu, 24 Apr 2014 20:23:48 -0700 Rik doc: Update pause documentation and add seealso links between related functions. stable
Thu, 24 Apr 2014 14:03:46 -0700 Rik Fix bug with input() and nargout==0 (bug #42111).
Thu, 24 Apr 2014 09:22:38 -0700 Rik spy.m: Use nnz, not numel, to avoid overflowing octave_idx_type (bug #42116). stable
Thu, 24 Apr 2014 08:41:30 -0700 Rik maint: Periodic merge of gui-release to default.
Thu, 24 Apr 2014 08:40:40 -0700 Rik maint: Periodic merge of stable to gui-release. gui-release
Thu, 24 Apr 2014 07:13:37 -0700 Rik axis.m: Fix regression when accepting input handle (cset 5032ac119d52).
Wed, 23 Apr 2014 22:40:24 -0700 Rik axis.m: Fix regression setting tight limits on non-image objects. stable
Wed, 23 Apr 2014 18:48:30 -0700 Rik Fix axes bounding box not obeying 'layer' property.
Wed, 23 Apr 2014 11:01:30 -0700 Rik Fix printing of axis grid lines above/below line objects based on "layer".
Wed, 23 Apr 2014 08:42:19 +0200 Torsten add all editor actions to the shortcut manager and fix their shortcut context gui-release
Sat, 19 Apr 2014 09:28:20 -0700 Rik interp2: Verify Z matrix is 2-D (bug #41267).
Wed, 02 Apr 2014 20:46:57 +0200 Philip Nienhuis importdata.m: Return cellstr of text when no numeric data found (bug #41630).
Fri, 18 Apr 2014 19:26:22 -0700 Rik image.m: Set axes layer to "top" for compatability with Matlab.
Fri, 18 Apr 2014 15:04:39 -0400 John Donoghue GUI: Windows GUI terminal support for double click (Bug #41468) gui-release
Fri, 18 Apr 2014 10:11:26 -0700 Rik maint: Merge away extra head.
Fri, 18 Apr 2014 10:05:08 -0700 Rik Fix inverted colors when printing uint8/uint16 images (bug #42107). stable
Tue, 15 Apr 2014 14:00:30 -0700 Rik Fix Z-order stacking of line markers and other graphic objects (bug #40054).
Fri, 18 Apr 2014 14:21:33 +0200 Torsten force integer font metric in gui terminal (partial fix of bug #37187) stable
Fri, 18 Apr 2014 13:43:55 +0200 Torsten add some qscintilla actions to the menu and to the shortcut manager gui-release
Thu, 17 Apr 2014 09:01:03 -0400 John Donoghue GUI: allow drag and drop to win32 GUI command window (Bug #41443) gui-release
Thu, 17 Apr 2014 10:27:09 +0100 Michael Godfrey * stemleaf.m: Correct integer step value for new %d behavior.
Wed, 16 Apr 2014 20:45:33 -0400 John W. Eaton also switch from unsigned integer to real format for negative values
Wed, 16 Apr 2014 20:44:00 -0400 John W. Eaton NEWS entry for previous printf format changes
Wed, 16 Apr 2014 16:19:45 -0400 John Donoghue GUI: implement file drag and drop to command and edit window (Bug #41443) gui-release
Tue, 15 Apr 2014 14:12:56 -0400 John W. Eaton compatibility fixes for printf integer format specifiers
Wed, 16 Apr 2014 05:57:06 -0700 Rik bicubic.m: Deprecate function for 4.2 release.
Sun, 13 Apr 2014 11:27:18 -0400 Mike Miller build: Add missing octave-default-image.h to source distribution
Sat, 12 Apr 2014 22:13:38 -0700 Rik legend.m: Correctly handle axis handle as first argument (bug #42035).
Tue, 04 Mar 2014 13:07:41 +0100 pantxo Make some graphics factory defaults conform to Matlab values (bug #41770).
Thu, 10 Apr 2014 00:08:36 +0200 Pantxo Diribarne Allow empty matrices as "vertexnormals" value (bug #42083).
Tue, 08 Apr 2014 21:13:06 -0700 Rik legend.m: Fix bug updating plotyy figures (bug #41970).
Tue, 08 Apr 2014 20:13:38 -0700 Rik normrnd.m: return 1 for normrnd (1,0) for Matlab compatibility (bug #42062).
Tue, 08 Apr 2014 20:08:27 -0700 Rik interp1.m: Small formatting changes only.
Tue, 08 Apr 2014 20:02:18 -0700 Rik interp2.m: Add input validation for strictly monotonic x,y (bug #41838).
Tue, 08 Apr 2014 16:29:29 -0400 Jordi Gutiérrez Hermoso Update Jacob Dawid's email address
Mon, 07 Apr 2014 13:31:33 -0400 John Donoghue GUI: Prompt to exit Octave option (Bug #41080) gui-release
Mon, 07 Apr 2014 07:50:10 -0700 Vaibhav Gupta Print newline after closing interpreter with EOF (bug #41513).
Mon, 07 Apr 2014 07:46:28 -0700 Rik doc: Improve docstrings for isobject, ismethod, isprop.
Sun, 06 Apr 2014 14:56:45 -0700 Rik Correctly validate arguments to dot function (bug #42061). stable
Sun, 06 Apr 2014 13:38:15 -0700 Rik maint: Periodic merge of gui-release to default.
Sun, 06 Apr 2014 13:37:23 -0700 Rik maint: Periodic merge of stable to gui-release. gui-release
Sun, 30 Mar 2014 23:25:00 +0200 Juan Pablo Carbajal interp1.m: fix function for inputs w/multiple discontinuities (bug #41980). stable
Fri, 07 Mar 2014 23:14:37 +0530 PrasannaKumar Muralidharan Initialize rcond value to octave_NaN.
Sun, 06 Apr 2014 12:12:56 +0200 Torsten fix another bug with checking a new shortcut for duplicates gui-release
Sun, 06 Apr 2014 10:38:52 +0200 Torsten fix checking duplicates for a new shortcut gui-release
Sat, 05 Apr 2014 17:03:15 -0400 John W. Eaton undo unintended changes to fplot in changeset 37c300acfcfd stable
Sat, 05 Apr 2014 15:30:30 -0400 John W. Eaton tests missing from previous commit stable
Sat, 05 Apr 2014 15:09:09 -0400 John W. Eaton don't truncate when casting char to uintN values (bug #42054) stable
Fri, 04 Apr 2014 21:28:15 -0400 John Donoghue libqterminal: Initialize m_cursorBlinking value (Bug #41814) stable
Fri, 04 Apr 2014 20:49:52 +0200 Pantxo Diribarne struct2hdl.m: handle properly objects with non-empy "tag" (bug #42047).
Fri, 04 Apr 2014 22:59:08 +0200 Torsten handle actions from the editors file and edit menu via the shortcut manager gui-release
Fri, 04 Apr 2014 11:50:14 -0700 Rik maint: Merge away extra head.
Fri, 04 Apr 2014 11:40:40 -0700 Rik Set only 'axis tight' for image functions and Matlab compatibility (bug #42043, bug #41886) stable
Thu, 03 Apr 2014 16:30:05 -0700 Allan Jacobs del2.m: Add %!tests (bug #42005).
Fri, 04 Apr 2014 11:41:05 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 04 Apr 2014 11:40:20 -0400 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Fri, 04 Apr 2014 10:48:07 -0400 John W. Eaton suppress all X11 and Qt error messages by default stable
Thu, 03 Apr 2014 16:30:05 -0700 Allan Jacobs del2.m: Add %!tests (bug #42005).
Thu, 03 Apr 2014 19:50:14 -0400 John W. Eaton fwrite: don't convert to octave_int for char output types stable
Thu, 03 Apr 2014 22:01:36 +0100 Carnë Draug imread.m: expand documentation and add tests for the PixelRegion option.
Tue, 01 Apr 2014 20:57:08 -0400 Michael Goffioul Add support for "windowbuttonmotionfcn" and "currentpoint" gui-release
Tue, 01 Apr 2014 15:49:23 +0200 mfasi Support for chinese language added (patch #8396 by Jeff Bai) stable
Tue, 01 Apr 2014 20:57:08 -0400 Michael Goffioul Add support for "windowbuttonmotionfcn" and "currentpoint"
Tue, 01 Apr 2014 21:29:48 +0200 Torsten first implementation of a shortcut manager (bug #41217) gui-release
Thu, 06 Mar 2014 03:56:59 +0500 Ahsan Ali Shahid Add preference for terminal windows buffer size (bug #41474) gui-release
Tue, 01 Apr 2014 07:06:55 -0700 Rik fminunc.m: Improve documentation. stable
Tue, 01 Apr 2014 10:16:54 +0200 Massimiliano Fasi fminunc.m: Fix typo in header documentation (bug #42011). stable
Sun, 30 Mar 2014 20:18:18 -0400 John Donoghue uigetdir: return correct path name (Bug #42004) gui-release
Sun, 30 Mar 2014 14:18:43 -0700 Rik Overhaul interp1, interp2, interp3 functions.
Sun, 30 Mar 2014 13:02:08 -0700 Rik maint: Periodic merge of gui-release to default.
Sun, 30 Mar 2014 13:00:36 -0700 Rik maint: Periodic merge of stable to gui-release. gui-release
Wed, 12 Mar 2014 02:36:45 +0100 Stefan Mahr Fix segmentation fault for interp2 and pchip method (bug #41838). stable
Sat, 29 Mar 2014 11:24:59 -0700 Rik Overhaul optimset/optimget functions for Matlab compatibility (bug #41915).
Fri, 28 Mar 2014 15:59:54 -0700 Rik __print_parse_opts__.m: Add ')' missing in cset cdc16fbb513f.
Fri, 28 Mar 2014 12:15:25 -0700 Rik Allow only Ghostscript devices when spooling to a printer (bug #41957)
Fri, 28 Mar 2014 08:47:55 -0700 Rik hgload.m: Check for file with .ofig extension before bare file name (bug #41978).
Tue, 25 Mar 2014 17:00:41 +0000 Michael Godfrey Fix double '-P' in print command to printer (bug #41957).
Thu, 27 Mar 2014 23:42:02 -0400 Mike Miller __makeinfo__: Process Texinfo docstrings without type conversion (bug #41965) stable
Thu, 27 Mar 2014 08:52:11 -0700 Rik hgload.m: Correctly find filenames with .ofig extension.
Wed, 26 Mar 2014 18:01:14 -0400 John W. Eaton set editor cursor on error line when debug_on_error is true (bug #41532) gui-release
Sun, 23 Mar 2014 20:37:28 +0100 Eugenio Gianniti genvarname: don't produce names with leading underscored (bug #41923)
Thu, 27 Feb 2014 21:13:59 +0100 pantxo provide better default for Mac keyboard layouts (bug #41337) stable
Mon, 24 Mar 2014 23:41:10 +0100 Stefan Mahr Fix segfault if subsasgn in @class returns no output (bug #41945)
Mon, 24 Mar 2014 21:24:16 -0700 Rik doc: Add 2 new contributors to list in manual.
Sun, 23 Mar 2014 20:35:22 -0700 Rik Overhaul sprand, sprandn functions.
Sat, 22 Mar 2014 13:23:41 +0100 Eduardo Ramos (edu159) Added implementation for 4th argument of sprand/sprandn (bug #41839).
Sun, 23 Mar 2014 12:41:15 +0100 Pantxo Diribarne Make xlim, ylim and zlim accept special values Inf/-Inf (bug #41933).
Sat, 22 Mar 2014 14:31:22 -0700 Rik Issue warning when '*' flag used with interp2,3,n.m (bug #41459).
Sat, 22 Mar 2014 13:41:41 -0700 Rik maint: Periodic merge of gui-release to default.
Sat, 22 Mar 2014 13:40:46 -0700 Rik maint: Periodic merge of stable to gui-release. gui-release
Sat, 22 Mar 2014 13:39:55 -0700 Rik configure.ac: Use atomic reference counting by default for Qt toolkit. gui-release
Sat, 22 Mar 2014 16:04:32 +0100 Philip Nienhuis listdlg.m: return Octave value rather than Java int object.(bug #41931). stable
Tue, 11 Mar 2014 21:44:38 +0100 Sergey Plotnikov textscan.m: Fix undefined whitespace error with empty format input (bug #41824). stable
Fri, 21 Mar 2014 10:21:28 -0700 Rik hgload.m: Change wording of error message for more clarity.
Thu, 06 Mar 2014 22:52:59 +0100 Massimiliano Fasi Add new functions hgsave and hgload (bug #39532).
Fri, 28 Feb 2014 19:24:10 +0100 Eugenio Gianniti validatestring.m: Change error message to follow Octave guidelines (bug #41484).
Thu, 20 Mar 2014 21:57:14 -0700 Rik waitbar.m: Fix regression of plots openin in waitbar window (bug #41914). stable
Tue, 18 Feb 2014 17:35:08 -0600 Colin Foster Update java dialog box to support scrolling (bug #41476). gui-release
Thu, 20 Mar 2014 12:31:19 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 20 Mar 2014 12:28:53 -0400 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Thu, 20 Mar 2014 08:56:39 -0700 Rik Fix %!test comparing NaN (single) to NaN (double) in cset 53ba52143af7. stable
Wed, 19 Mar 2014 20:46:39 -0400 Branden Archer Fix dead assignment in oct-rand.cc do_float_scalar (bug #41827). stable