log

age author description
Sun, 19 Sep 2010 20:26:18 -0400 Ben Abbott __plt__.m: Trivial fix for recent legend changeset.
Sun, 19 Sep 2010 18:50:30 -0400 Ben Abbott legend.m: Treat line, patch, and surface objects differetly.
Sun, 19 Sep 2010 17:50:41 -0400 Ben Abbott graphics.h.in: Add displayname property to patch and surface objects.
Sun, 19 Sep 2010 12:57:29 -0400 Ben Abbott __go_draw_axes__.m: Remove left over debug code.
Sun, 19 Sep 2010 12:25:31 -0400 Ben Abbott mkoctfile.m: Change help text to be consistent with the shell version.
Sat, 18 Sep 2010 22:30:41 +0200 David Bateman Update legend code to support fltk (fixes #29348 and partially fixes #30461)
Sat, 18 Sep 2010 16:19:31 -0400 Ben Abbott graphics.cc: Replace pagetype property value custom with <custom>.
Sat, 18 Sep 2010 15:25:44 -0400 John W. Eaton Makefile.am (BUILT_SOURCES): include run-octave in the list
Thu, 16 Sep 2010 20:30:01 -0400 Ben Abbott __go_draw_axes__.m: Ensure text objects have units of "data".
Thu, 16 Sep 2010 23:28:18 +0200 David Bateman Respect the units and paperunits figure properties and the units and fontunits axes properties
Thu, 16 Sep 2010 23:25:18 +0200 David Bateman Backed out changeset 6ea65c5de87a
Thu, 16 Sep 2010 23:13:22 +0200 David Bateman Respect the units and paperunits figure properties and the units and fontunits axes properties
Thu, 16 Sep 2010 14:07:21 -0400 John Swensen Removed unnecessary for loop and fixed a typo in my last Changelog entry
Thu, 16 Sep 2010 07:08:02 -0400 John W. Eaton eliminate some GCC warnings
Thu, 16 Sep 2010 06:30:15 -0400 John W. Eaton makefile rules for compiled auxiliary programs
Thu, 16 Sep 2010 02:56:35 -0400 John Swensen Updated for writing image files via imwrite.
Thu, 16 Sep 2010 07:37:07 +0200 Jaroslav Hajek extend periodogram, thanks to Alois Schloegl
Wed, 15 Sep 2010 22:31:12 +0200 Jaroslav Hajek optimize sum of sparse logical matrices
Wed, 15 Sep 2010 14:49:54 -0400 John W. Eaton fix typo in previous change to load-path.cc
Wed, 15 Sep 2010 14:48:09 -0400 John W. Eaton include doc/interpreter/images.awk in the distribution tar file
Wed, 15 Sep 2010 14:43:30 -0400 John W. Eaton addpath, rmpath: document path arguments
Wed, 15 Sep 2010 14:17:44 -0400 John W. Eaton __magick_read__.cc: style fixes
Wed, 15 Sep 2010 13:52:02 -0400 John W. Eaton __magick_read__.cc: eliminate some casts
Wed, 15 Sep 2010 13:43:29 -0400 John Swensen __magick_write__: don't require image type to be inferred from filename
Wed, 15 Sep 2010 14:37:30 +0200 Jaroslav Hajek optimize any for sparse bool matrices
Tue, 14 Sep 2010 13:51:23 -0400 John W. Eaton allow exist to work correctly for special files; recognize directories when searching for files
Tue, 14 Sep 2010 02:38:25 -0400 John W. Eaton update comments for base_graphics_backend methods
Tue, 14 Sep 2010 02:35:17 -0400 John W. Eaton improve names of base_graphics_backend methods
Tue, 14 Sep 2010 02:21:13 -0400 John W. Eaton fltk_backend::object_destroyed: don't call delete_window if __plot_stream__ is empty
Tue, 14 Sep 2010 02:18:38 -0400 Jordi GutiƩrrez Hermoso genpath: accept additional arguments as names of directories to skip
Tue, 14 Sep 2010 01:59:03 -0400 John W. Eaton ChangeLog fix
Tue, 14 Sep 2010 01:58:11 -0400 John W. Eaton fix scanf char class conversion bug
Mon, 13 Sep 2010 20:57:44 -0400 Ben Abbott gnuplot_drawnow.m: Use new function __gnuplot_has_terminal__().
Mon, 13 Sep 2010 20:56:01 -0400 Ben Abbott __gnuplot_has_terminal__.m: New function.
Mon, 13 Sep 2010 08:41:06 +0200 Jaroslav Hajek update NEWS
Mon, 13 Sep 2010 08:32:25 +0200 Jaroslav Hajek small rewrite in common_size
Mon, 13 Sep 2010 08:25:21 +0200 Jaroslav Hajek remove subsref optimization in cellfun (better handled by cellindexmat)
Mon, 13 Sep 2010 08:23:32 +0200 Jaroslav Hajek implement cellindexmat function
Mon, 13 Sep 2010 07:12:52 +0200 Jaroslav Hajek tiny optimization in accumarray
Sun, 12 Sep 2010 21:10:35 +0200 Jaroslav Hajek fixes in binders code
Fri, 10 Sep 2010 11:48:41 +0200 Jaroslav Hajek binders optimization
Sat, 11 Sep 2010 13:21:17 +0200 Jaroslav Hajek relax check in get_forge_pkg
Sat, 11 Sep 2010 03:06:12 -0400 John W. Eaton avoid GCC shadow variable warning
Sat, 11 Sep 2010 03:02:05 -0400 John W. Eaton addpath: accept numeric option arguments as documented
Fri, 10 Sep 2010 07:07:37 +0200 Jaroslav Hajek update ax_blas_f77_func.m4
Thu, 09 Sep 2010 14:29:38 +0300 Shai Ayal gl2ps print to fid instead of filename
Wed, 08 Sep 2010 18:15:28 -0400 Ben Abbott Consolidate gs code into print.m.
Wed, 08 Sep 2010 17:59:39 -0400 Ben Abbott Revert treatment of activepositionproperty from the gnuplot backend.
Wed, 08 Sep 2010 08:17:48 -0400 Ben Abbott image.m: Fix axis limits for single dimension images, add demo.
Tue, 07 Sep 2010 17:10:00 -0400 Ben Abbott Update m4 macros.
Tue, 07 Sep 2010 21:45:38 +0200 David Bateman Don't create __plotyy_axes__ properties in plotyy if they exist (Bug #30977)
Tue, 07 Sep 2010 21:44:13 +0200 David Bateman Backed out changeset 6b50fd2d4ca6
Tue, 07 Sep 2010 21:39:33 +0200 David Bateman Don't create __plotyy_axes__ properties in plotyy if they exist (Bug #30977)
Tue, 07 Sep 2010 12:38:35 +0200 Jaroslav Hajek initialize GraphicsMagick in all __magick_* functions
Tue, 07 Sep 2010 12:23:01 +0200 Jaroslav Hajek fix bugs in inner convolution
Mon, 06 Sep 2010 09:19:17 -0400 Ben Abbott griddata.m: Allow x, y inputs to be vectors, and z a matrix.
Fri, 03 Sep 2010 13:18:59 +0200 Jaroslav Hajek add the cquad integrator, by Pedro Gonnet
Fri, 03 Sep 2010 21:35:11 +0200 David Bateman Allow the delaunay function to treat matrices of the same size for compatibility
Fri, 03 Sep 2010 08:04:10 -0400 Ben Abbott image.m: Matlab compatible axis limits, add demo.
Wed, 01 Sep 2010 20:22:48 -0400 Ben Abbott graphics.cc: Fix axes limits underflow to zero for logscale.
Wed, 01 Sep 2010 13:48:10 +0200 Jaroslav Hajek don't fclose stream in dlmwrite
Wed, 01 Sep 2010 13:40:58 +0200 Jaroslav Hajek optimize [a{:}] when a{i} are all scalars
Wed, 01 Sep 2010 13:39:54 +0200 Jaroslav Hajek update NEWS
Wed, 01 Sep 2010 12:41:05 +0200 Jaroslav Hajek tweaks in concatenation of empty structs
Wed, 01 Sep 2010 08:49:57 +0200 Jaroslav Hajek support file IDs in dlmwrite
Wed, 01 Sep 2010 08:43:23 +0200 Jaroslav Hajek support specific empty value in dlmread
Tue, 31 Aug 2010 23:27:18 +0200 David Bateman Fix off by one error in the what function (bug #30919)
Tue, 31 Aug 2010 22:50:20 +0200 David Bateman Improve matlab compatibility with '.' marker
Tue, 31 Aug 2010 21:29:12 +0200 Jaroslav Hajek fix typo in 10926:f687bd17ce21
Tue, 31 Aug 2010 13:23:50 -0400 Ben Abbott Treatment of activepositionproperty for gnuplot.
Tue, 31 Aug 2010 12:39:04 -0400 Ben Abbott __go_draw_axes__.m: Additional pointtype fix.
Tue, 31 Aug 2010 12:30:51 -0400 Ben Abbott __go_draw_axes__.m: Fix pointtype for patches.
Tue, 31 Aug 2010 07:41:18 -0400 Ben Abbott ChangeLog (scipts) typos.
Tue, 31 Aug 2010 12:00:28 +0200 Jaroslav Hajek support file IDs in dlmread
Tue, 31 Aug 2010 08:04:05 +0200 Jaroslav Hajek fix field assignment from private class methods
Mon, 30 Aug 2010 19:03:25 -0400 Ben Abbott __go_draw_axes__.m: Use gnuplot's pentagon for marker == 'p'.
Mon, 30 Aug 2010 18:54:05 -0400 Ben Abbott gl-render.cc: Matlab compatible markers for the OpenGL.
Mon, 30 Aug 2010 11:05:00 -0400 John W. Eaton graphics.cc (convert_cdata): avoid data conversion for entire cdata array at once
Mon, 30 Aug 2010 11:06:15 +0200 Jaroslav Hajek minor fix in last change
Mon, 30 Aug 2010 01:30:57 -0400 John W. Eaton don't restrict surface properties alphadata and cdata to double and uint8
Fri, 27 Aug 2010 21:06:04 -0400 Ben Abbott Don't pass figure handle to __calc_dimensions__.
Fri, 27 Aug 2010 20:06:19 -0400 Ben Abbott __ghostscript__.m: Don't set anti-aliasing options for vector formats.
Fri, 27 Aug 2010 19:38:49 -0400 Ben Abbott __print_parse_opts__.m: Fix tests.
Fri, 27 Aug 2010 15:11:35 -0400 Jordi Guti?rrez Hermoso Improvements to FLTK backend rotation
Fri, 27 Aug 2010 14:04:04 -0400 Pascal A. Dupuis allow hold to work if given axis handle
Fri, 27 Aug 2010 07:35:24 -0400 Ben Abbott __gnuplot_print__.m: Properly restore fontsize after eps output.
Fri, 27 Aug 2010 06:50:22 -0400 Ben Abbott plotyy.m: Modified demo for changeset 10912 9abc67b4bd4f.
Fri, 27 Aug 2010 06:39:36 -0400 Ben Abbott Unify gnuplot printing with the fltk backend.
Thu, 26 Aug 2010 20:02:15 -0400 Ben Abbott __go_draw_axes__.m: For yaxislocation == 'right' associate text position with 'second' coordinate system.
Wed, 25 Aug 2010 12:36:23 -0400 Ben Abbott __go_draw_axes__.m: Revert erroneous portion of changeset 10910 40cf7cc4ea62.
Tue, 24 Aug 2010 18:12:45 -0400 Ben Abbott Properly interpret plotboxaspectratio when 3D objects are viewed as 2D.
Tue, 24 Aug 2010 22:02:14 +0200 David Bateman Load/save single precision variables to mat-files (bug #30800)
Tue, 24 Aug 2010 12:18:57 +0200 Jaroslav Hajek inline char sorts for small boost to sortrows of char matrices
Mon, 23 Aug 2010 15:57:37 -0400 John W. Eaton load_path::dir_info::initialize: clear method_file_map before updating file list
Mon, 23 Aug 2010 11:06:29 +0200 Jaroslav Hajek don't use bicubic in interp2
Sat, 21 Aug 2010 13:02:34 -0700 Rik Return permutation vector from QR as a row, not column, vector.
Sat, 21 Aug 2010 11:18:26 -0700 Rik NEWS: Add randi to list of new functions
Sat, 21 Aug 2010 11:15:44 -0700 Rik Add new %!tests for negative integer arguments to gamma, lgamma.
Mon, 02 Aug 2010 14:25:49 +0900 Tatsuro MATSUOKA Validate input arguments for gamma, lgamma.
Fri, 20 Aug 2010 14:55:53 -0700 Rik Add ability to pass -pthread through to linker in mkoctfile.
Wed, 18 Aug 2010 14:02:16 +0200 Jaroslav Hajek optimize element-wise sparse-dense multiplication and division
Tue, 17 Aug 2010 18:41:51 -0700 Rik fntests.m: Add extra newline for more readable output during make.
Tue, 17 Aug 2010 17:45:38 -0700 Rik randi.m: Check IMAX for class "single" numbers
Tue, 17 Aug 2010 17:43:37 -0700 Rik Add CLASS argument to bitmax
Tue, 17 Aug 2010 17:41:33 -0700 Rik Changelog Fix for previous changeset
Tue, 17 Aug 2010 17:31:06 -0700 Rik Imrove documentation string for sizemax
Mon, 16 Aug 2010 17:35:48 -0400 Ben Abbott gl2ps.c: Use upstream version gl2ps-1.3.5-svn-20100816.
Mon, 16 Aug 2010 10:25:01 +0200 Jaroslav Hajek omit some unused named parameters to avoid warning
Sun, 15 Aug 2010 13:50:41 -0700 Rik Add new randi function for random integers.
Sun, 15 Aug 2010 11:56:38 -0700 Rik imwrite.m: Allow writing of 1-bit (B&W) images.
Fri, 13 Aug 2010 16:37:04 -0700 Rik toplev.c: Remove unused variable c.
Fri, 13 Aug 2010 19:16:47 -0400 Ben Abbott __print_parse_opts__.m: Double quote paths with spaces.
Fri, 13 Aug 2010 14:58:43 -0700 Rik Update @EXAMPLEFILE dependencies.
Fri, 13 Aug 2010 10:14:52 +0200 Jaroslav Hajek make isargout available to DEFUNs
Fri, 13 Aug 2010 07:58:14 +0200 Jaroslav Hajek update news
Wed, 11 Aug 2010 14:55:10 -0700 Rik unique.m: Handle corner case where sparse matrix is actually full.
Wed, 11 Aug 2010 10:55:31 +0200 Jaroslav Hajek fix assignment bug with lazy indices
Wed, 11 Aug 2010 00:15:47 -0700 Rik Change documentation dependency to $(srcdir)/images.mk for VPATH builds.
Wed, 11 Aug 2010 00:14:05 -0700 Rik unique.m: Improve performance by only calculating necessary outputs.
Tue, 10 Aug 2010 14:09:31 -0700 Rik Deprecate values.m
Tue, 10 Aug 2010 12:52:52 +0200 Jaroslav Hajek allow diff(logical)
Mon, 09 Aug 2010 21:16:05 -0700 Rik oct-parse.yy: Restore parsing of help text.
Mon, 09 Aug 2010 20:10:10 -0700 Rik unimplemented.m: Format output for easier on-screen reading.
Mon, 09 Aug 2010 17:51:56 -0700 Rik @ftp/PKG_ADD: Remove temporary build file from Mercurial version control.
Mon, 09 Aug 2010 19:30:18 -0400 Ben Abbott __print_parse_opts__.m: Default pstex suffix should be '.ps'.
Mon, 09 Aug 2010 11:46:45 -0700 Rik Don't echo 'echo' command when building octave.desktop.
Mon, 09 Aug 2010 11:21:00 -0700 Rik Add documentation Makefile dependency on images.mk
Mon, 09 Aug 2010 12:24:14 +0200 Jaroslav Hajek update NEWS
Mon, 09 Aug 2010 04:46:14 -0400 John W. Eaton correctly .m files that are empty or contain only comments
Mon, 09 Aug 2010 09:04:00 +0200 Jaroslav Hajek only allow struct assignments to non-struct values for empty arrays
Sun, 08 Aug 2010 21:23:39 -0700 Rik images.awk: HTML images makefile rule depends on octave.html/index.html.
Sun, 08 Aug 2010 17:12:54 -0700 Rik config-module.awk: Add newlines to divide blocks in generated modules.mk
Sun, 08 Aug 2010 14:44:38 -0700 Rik Create .DOCSTRINGS quietly and avoid screen clutter during build.
Sun, 08 Aug 2010 14:21:30 -0700 Rik Run do_subst macro quietly to avoid screen clutter during build.
Sun, 08 Aug 2010 14:49:49 -0400 Ben Abbott print.m: Include 'colormap' when converting RGB to mono.
Sun, 08 Aug 2010 06:01:42 +0300 Shai Ayal fltk printing improvement
Sat, 07 Aug 2010 13:47:52 -0400 Ben Abbott __fltk_print__.m: When running pstoedit, crop eps file after it is created.
Fri, 06 Aug 2010 14:22:48 +0200 Jaroslav Hajek allow structs in cell2mat
Thu, 05 Aug 2010 20:28:16 -0400 Ben Abbott Warn on absence of fig2dev/pstoedit only when needed.
Thu, 05 Aug 2010 19:53:36 -0400 Ben Abbott __print_parse_opts__.m: .
Thu, 05 Aug 2010 19:47:28 -0400 Ben Abbott print.m: Modify texinfo. Add unwind_protect block.
Thu, 05 Aug 2010 15:13:50 -0700 Rik Fix bug #30400 when bicubic called with small numbers of arguments.
Thu, 05 Aug 2010 11:01:52 -0700 Rik configure.ac: Change warning messages about freetype and fontconfig
Thu, 05 Aug 2010 20:53:24 +0300 Shai Ayal add more terminal types to gl2ps-renderer
Thu, 05 Aug 2010 07:51:16 -0700 Rik Remove emacs directory from Mercurial.
Thu, 05 Aug 2010 07:24:36 -0700 Rik ChangeLog: Correct date of 3.3.52+ version comment.
Wed, 04 Aug 2010 20:32:49 -0400 Ben Abbott Add PS and PDF output for the fltk backend.
Wed, 04 Aug 2010 19:44:27 -0400 John W. Eaton mxArray_number (const char *): create empty string if given NULL arg
Wed, 04 Aug 2010 23:29:02 +0200 Jaroslav Hajek fix bug in n-dimensional character assignment
Wed, 04 Aug 2010 21:07:21 +0200 Jaroslav Hajek isargout optimization in histc
Wed, 04 Aug 2010 20:55:18 +0200 Jaroslav Hajek isargout optimization in sortrows
Tue, 03 Aug 2010 19:01:54 +0200 Jaroslav Hajek propagate isargout info through function handles
Tue, 03 Aug 2010 09:40:52 +0200 Jaroslav Hajek document the nargout=0 exception in isargout
Tue, 03 Aug 2010 09:35:48 +0200 Jaroslav Hajek change is_ignored_output to isargout
Sun, 01 Aug 2010 20:22:17 -0700 Rik Grammarcheck more of the documentation.
Sun, 01 Aug 2010 14:50:51 -0400 John W. Eaton version is now 3.3.52+
Sun, 01 Aug 2010 14:49:11 -0400 John W. Eaton Added tag ss-3-3-52 for changeset 229675bb7647
Sun, 01 Aug 2010 11:49:45 -0400 John W. Eaton version is now 3.3.52 ss-3-3-52
Sun, 01 Aug 2010 11:30:34 -0400 Martin Helm isosurface.m: swap rows and columns of matrix in call to meshgrid
Sun, 01 Aug 2010 07:20:28 -0700 Rik print.m: Update documentation string. Change to active voice.
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Fri, 30 Jul 2010 18:59:31 -0400 John W. Eaton still more debugger fixes
Fri, 30 Jul 2010 17:19:28 -0400 John W. Eaton pt-bp.cc: more debugger fixes
Fri, 30 Jul 2010 10:43:54 -0700 Rik Add Makefile options to clean up build directories and allow 'make distcheck' to finish
Fri, 30 Jul 2010 10:48:24 -0400 John W. Eaton pt-eval.cc: process breakpoints for if and switch commands
Thu, 29 Jul 2010 20:02:36 -0400 Ben Abbott gl-render.cc: Transpose markers '^' and 'v'.
Thu, 29 Jul 2010 19:44:07 -0400 Ben Abbott Improvements for fltk printing.
Thu, 29 Jul 2010 17:49:50 -0400 John W. Eaton delete set/delete breakpoint functions from tree_if_command and tree_switch_command classes
Thu, 29 Jul 2010 12:45:23 +0200 Jaroslav Hajek allow user detect ignored outputs in m-functions
Thu, 29 Jul 2010 08:51:23 +0200 Jaroslav Hajek special case diagonal matrices and scalars in expm
Thu, 29 Jul 2010 08:47:26 +0200 Jaroslav Hajek avoid static initialization disaster in dim_vector
Thu, 29 Jul 2010 08:28:24 +0200 Jaroslav Hajek update NEWS
Wed, 28 Jul 2010 12:45:04 -0700 Rik Grammarcheck .txi documentation files.
Wed, 28 Jul 2010 11:57:39 -0700 Rik logm.m: Improve documentation string. Add GPL header. Add additional test block.
Wed, 28 Jul 2010 11:36:26 -0400 John W. Eaton fix find for character arrays
Wed, 28 Jul 2010 09:22:41 +0200 Jaroslav Hajek rewrite logm (M. Caliari, R.T. Guy)
Tue, 27 Jul 2010 10:46:11 -0700 Rik rsf2csf: Change first documentation line to active voice.
Tue, 27 Jul 2010 12:31:58 +0200 Jaroslav Hajek slight simplification in rsf2csf code
Tue, 27 Jul 2010 11:26:43 +0200 Jaroslav Hajek implement rsf2csf
Mon, 26 Jul 2010 21:25:36 -0700 Rik Grammarcheck documentation of m-files
Mon, 26 Jul 2010 07:41:23 -0400 Ben Abbott interp1.m: When absent set X equal to the inices of Y.
Mon, 26 Jul 2010 07:34:37 -0400 Ben Abbott interpn.m: Convert interpolation vectors of non-equal length to nd-arrays.
Mon, 26 Jul 2010 12:46:21 +0200 Soren Hauberg scripts/image/image.m: fix texinfo
Sun, 25 Jul 2010 22:27:08 -0700 Rik image.m: Always reverse 'ydir' property when displaying images.
Fri, 23 Jul 2010 08:36:31 +0200 Jaroslav Hajek fix diag() with complex scalars
Fri, 23 Jul 2010 08:20:39 +0200 Jaroslav Hajek simplify narrowing of diagonal matrices
Fri, 23 Jul 2010 08:08:28 +0200 Jaroslav Hajek don't skip narrowing when concatenating complex matrices
Thu, 22 Jul 2010 09:54:03 +0200 Jaroslav Hajek fix workspace bug workaround for xGELSD (since 7486:6a6d2abe51ff)
Wed, 21 Jul 2010 09:01:06 +0200 Jaroslav Hajek tips update
Wed, 21 Jul 2010 08:47:34 +0200 Jaroslav Hajek allow user query the maximum array size
Tue, 20 Jul 2010 21:19:10 +0200 Jaroslav Hajek make the maximum extent externally accessible
Tue, 20 Jul 2010 19:31:17 +0300 Shai Ayal try a better status bar for fltk backend
Tue, 20 Jul 2010 07:01:00 -0700 Rik ChangeLog entry for last checkin.
Tue, 20 Jul 2010 07:00:04 -0700 Rik typecast: Combine two @seealso macro uses to one.
Tue, 20 Jul 2010 13:10:40 +0200 Jaroslav Hajek omissions from last two patches
Tue, 20 Jul 2010 12:56:05 +0200 Jaroslav Hajek simplify Matrix::extract
Tue, 20 Jul 2010 12:50:54 +0200 Jaroslav Hajek speed-up fixes to dlmread
Mon, 19 Jul 2010 23:33:17 -0700 Rik __makeinfo__.m: Add support to process @nopsell macro.
Mon, 19 Jul 2010 22:26:09 -0700 Rik mk_doc_cache.m: Use regexp rather than fussing with character arrays
Mon, 19 Jul 2010 11:10:11 -0700 Rik Improve documentation for new repelems function.
Mon, 19 Jul 2010 13:35:42 +0200 Jaroslav Hajek optimize nchoosek
Mon, 19 Jul 2010 11:59:47 +0200 Jaroslav Hajek new built-in: repelems
Mon, 19 Jul 2010 03:01:33 -0400 John W. Eaton ChangeLog fixes
Mon, 19 Jul 2010 02:59:03 -0400 John W. Eaton fltk_backend.cc: use enum for plot_window::gui_mode instead of int
Sun, 18 Jul 2010 22:22:45 -0700 Rik Replace 8 spaces with tabs in ChangeLogs
Sun, 18 Jul 2010 22:10:13 -0700 Rik Use case insensitive sort in spellcheck scripts.
Sun, 18 Jul 2010 22:05:43 -0700 Rik Add Octave-specific words from stats.texi to private Aspell dictionary
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Mon, 19 Jul 2010 06:17:54 +0300 Shai Ayal mouse rotation for fltk backend
Sat, 17 Jul 2010 19:53:01 -0700 Rik Add spellchecker scripts for Octave and run spellcheck of documentation
Thu, 15 Jul 2010 12:15:14 +0200 Jaroslav Hajek fix flipdim with trailing singleton dims
Wed, 14 Jul 2010 19:29:02 -0400 Ben Abbott __gnuplot_print__.m: Fix broken options.
Wed, 14 Jul 2010 10:44:12 -0700 Rik normest.m: Set the "state" of the random number generator to depend on trace(A).
Wed, 14 Jul 2010 09:57:32 -0700 Rik Correct typo in rande documentation (bug #30446).
Tue, 13 Jul 2010 13:40:51 +0200 Jaroslav Hajek some optimizations for mat2cell
Tue, 13 Jul 2010 12:08:08 +0200 Jaroslav Hajek remove unnecessary sparse indexing overloads
Mon, 12 Jul 2010 21:32:18 +0200 Jaroslav Hajek generalize cell2mat optimization to n dimensions
Mon, 12 Jul 2010 09:53:28 -0400 John W. Eaton display.m: print usage message if nargin != 1
Mon, 12 Jul 2010 11:09:59 +0200 Jaroslav Hajek simplify code in rand.cc
Mon, 12 Jul 2010 10:52:15 +0200 Jaroslav Hajek allow unwind_protect register actions with const T& args
Fri, 09 Jul 2010 19:56:21 +0200 Thorsten Meyer Fix bugs in interp2 (bug #29601)
Fri, 09 Jul 2010 14:12:59 +0200 Jaroslav Hajek implement proper CGELSD/ZGELSD RWORK size formulas, as found in lapack SVN
Thu, 08 Jul 2010 20:25:17 +0200 David Bateman Support imread('file', 'frames', 'all') (Feature Request #30365)
Thu, 08 Jul 2010 09:15:38 -0700 Rik eigs.cc: Initialize random number generator in test blocks
Thu, 08 Jul 2010 09:11:32 -0700 Rik Update NEWS with description of new engineering format for numbers.
Thu, 08 Jul 2010 13:51:37 +0200 Jaroslav Hajek fix bug in accumarray
Thu, 08 Jul 2010 10:00:48 +0200 Jaroslav Hajek update NEWS
Thu, 08 Jul 2010 09:47:26 +0200 Jaroslav Hajek fix F77_INTEGER_8_FLAG problem in mkoctfile.in
Thu, 08 Jul 2010 08:26:29 +0200 Jaroslav Hajek improve struct2cell
Wed, 07 Jul 2010 15:27:17 -0700 Rik pr-output.cc: Avoid use of % operator on negative operands
Wed, 07 Jul 2010 20:21:28 +0200 David Bateman Support 'hold all' (Feature Request #30336)
Wed, 07 Jul 2010 11:03:30 +0200 Jaroslav Hajek merge rewrite of structs (highegg)
Wed, 07 Jul 2010 10:57:52 +0200 Jaroslav Hajek use octave_map for octave_class
Fri, 02 Jul 2010 15:07:58 +0200 Jaroslav Hajek modernize some map usage on toplev.cc and error.cc
Fri, 02 Jul 2010 14:10:57 +0200 Jaroslav Hajek make map constructors from octave_fields public
Fri, 02 Jul 2010 10:18:14 +0200 Jaroslav Hajek merge with main repo
Fri, 02 Jul 2010 10:10:51 +0200 Jaroslav Hajek implement map concat optimizations for [] operator
Fri, 02 Jul 2010 08:10:57 +0200 Jaroslav Hajek fix off-by-1 dim in scalar map horzcat/vertcat
Thu, 01 Jul 2010 10:01:56 +0200 Jaroslav Hajek use scalar map in some syscalls
Thu, 01 Jul 2010 09:31:54 +0200 Jaroslav Hajek more bkw compatibility for octave_map