2008-09-09 John W. Eaton datestr.m: convert format and use strtftime for most of the actual conversion default tip
2008-09-09 David Bateman Add explanationation of initializing the interpreter in a standalone program
2008-09-09 John W. Eaton doc fix
2008-09-09 Thomas Weber Typo in num2cell's description
2008-09-09 Thomas Weber typo in comma separated lists chapter
2008-09-09 David Bateman Treat PCRE lookbehind operators in a manner that is approximately correct
2008-09-08 John W. Eaton mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: style fixes
2008-09-08 Michael Goffioul mkoctfile.cc.in, octave-config.cc.in, octave-bug.cc.in: new files
2008-09-08 Michael Goffioul MSVC compilation fix
2008-09-08 John W. Eaton add colorbar docstring to the manual
2008-09-08 Tatsuro Matsuoka plot.m: doc fix
2008-09-08 John W. Eaton ls-oct-ascii.{h,cc} (extract_keyword): accept \r as line ending character
2008-09-08 Mark van Rossum Handle zero values of n in binornd correctly
2008-09-08 kai Make contourf work for equal-size matrices (again).
2008-09-03 Ben Abbott Use eps(single) as tolerance for single precesion test.
2008-09-03 John W. Eaton variables.cc (mlock): lock current function
2008-09-03 John W. Eaton symtab.cc (out_of_date_check_internal): check for method, then regular function
2008-09-02 Michael Goffioul Make hggroup to react on [xyzac]liminclude changes in its children.
2008-09-02 David Bateman __add_datasource__.m: fix indexing of varargin
2008-09-02 David Bateman Additional do not call set with empty arguments fixes
2008-09-02 David Bateman correctly plot matrices in plot3
2008-08-31 Michael Goffioul Fix FLTK backend update
2008-08-31 Michael Goffioul Do not call "set" with empty arguments
2008-08-29 David Bateman Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
2008-08-28 John W. Eaton doc fix
2008-08-28 John W. Eaton doc fix
2008-08-28 John W. Eaton doc fixes
2008-08-28 John W. Eaton doc fixes
2008-08-28 David Bateman Add data sources and line series
2008-08-28 Martin Weiser fix documentation of scatter3
2008-08-27 Jaroslav Hajek make glpk return NA values for unfeasible problems
2008-08-26 Ben Abbott Adjust tolerance to single precision test.
2008-08-26 Ben Abbott Adjust tolerance to single precision test.
2008-08-26 John W. Eaton hold.m: if hold is applied to a figure, set state for all child axes objects
2008-08-26 Jaroslav Hajek fix invalid scope use in assignin
2008-08-26 Michael Goffioul Trigger actions/listeners only for actual property change
2008-08-26 John W. Eaton graphics.cc (figure::properties::get_title): avoid gcc warning
2008-08-26 John W. Eaton Auto-generate base_properties
2008-08-26 John W. Eaton Interface for backend switch/initialization
2008-08-26 John W. Eaton Octave to backend notification scheme
2008-08-26 John W. Eaton [mq]: generic_octave_to_backend_nofitication
2008-08-26 David Bateman Opps
2008-08-26 David Bateman Add area, bar, quiver and stair series graphics objects. Document them
2008-08-26 Jaroslav Hajek contrib.txi: new documentation for contributors
2008-08-25 scofield Various features added to imwrite
2008-08-25 scofield Replace leading tabs with spaces.
2008-08-25 David Bateman Convert stem and stem3 to use stem series objects
2008-08-22 John W. Eaton symtab.h (symbol_table::do_inherit): copy alll symbols from donor scope
2008-08-22 John W. Eaton chi2rnd.m: fix missing semicolon
2008-08-21 John W. Eaton undo spurious change in last commit
2008-08-21 John W. Eaton __go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
2008-08-21 Thomas Treichl Increase test script tolerances.
2008-08-21 David Bateman Add the ezplot function
2008-08-20 John W. Eaton scope fixes for anonymous and inline functions that appear inside subfunctions
2008-08-20 John W. Eaton handle errors in calls to help, type, and which
2008-08-20 Jaroslav Hajek avoid problematic subfunction call in an anonymous function
2008-08-20 David Bateman Fix for meshed surfaces with more than one oobject per plot
2008-08-19 David Bateman Add a search for Contents.m files to the help function
2008-08-19 John W. Eaton ChangeLog fixes
2008-08-19 David Bateman Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function