# HG changeset patch # User John W. Eaton # Date 1290414584 18000 # Node ID c5e6efdbcf677f3eeae49390f802a1caddd3ac5c # Parent d81b79c1bd5d8bae43355508d056011a68592a70 ChangeLog fixes diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,4 +1,4 @@ -2010-11-21 Ben Abbott +2010-11-21 Ben Abbott * plot/__go_draw_axes__.m: Fix plot titles so they are visible for gnuplot 4.4.x (31711). @@ -6,12 +6,12 @@ 2010-11-21 Kai Habel - * (plot/uigetfile.m, plot/uiputfile.m): Set default directory to pwd + * (plot/uigetfile.m, plot/uiputfile.m): Set default directory to pwd. 2010-11-21 Kai Habel - * (plot/uigetdir.m, plot/uigetfile.m, plot/uiputfile.m, - plot/private/__fltk_file_filter__.m): New files. + * plot/uigetdir.m, plot/uigetfile.m, plot/uiputfile.m, + plot/private/__fltk_file_filter__.m: New files. * plot/module.mk: Add new files. * miscellaneous/unimplemented.m: Remove uigetdir.m, uigetfile.m, and uiputfile.m from list of unimplemented functions. @@ -19,14 +19,14 @@ 2010-11-20 Rik * plot/gnuplot_drawnow.m: Remove spurious line causing 'ans=1' to be - returned when printing plots. - -2010-11-19 Ben Abbott + returned when printing plots. + +2010-11-19 Ben Abbott * plot/__gnuplot_has_feature__.m: Since there is not gnuplot 4.3.x release, replace reference to version 4.3 with 4.4. -2010-11-18 Ben Abbott +2010-11-18 Ben Abbott * plot/text.m: Ensure text position property is set after units property. @@ -38,12 +38,12 @@ normalising constant in log space in order to handle large parameters a and b. Ensure correct values at x == 0 or x == 1. -2010-11-18 Ben Abbott +2010-11-18 Ben Abbott * plot/__print_parse_opts__.m: For tests, allow __print_parse_opts__ to run with no inputs. -2010-11-17 Ben Abbott +2010-11-17 Ben Abbott * general/subsindex.m: Fix typo in doc-string. @@ -55,7 +55,7 @@ * strings/strchr.m: New tests. -2010-11-16 Ben Abbott +2010-11-16 Ben Abbott * miscellaneous/unimplemented.m: Update unimplemented functions list. diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -6,10 +6,10 @@ 2010-11-21 Kai Habel * DLD-FUNCTIONS/fltk-backend.cc (__fltk_uigetfile__): New function - for GUI file dialogs. graphics.cc (property_list::set): Indentation - fix. - -2010-11-20 Ben Abbott + for GUI file dialogs. + * graphics.cc (property_list::set): Indentation fix. + +2010-11-20 Ben Abbott * graphics.h.in: Change intended for 11272. @@ -340,8 +340,8 @@ (plot_window::show_menubar): New function. (plot_window::hide_menubar): New function. (plot_window::uimenu_update): New function. - (plot_window::handle): Do not evaluate FLTK events when - figure is deleted. + (plot_window::handle): Do not evaluate FLTK events when figure + is deleted. (figure_manager::uimenu_update): New function. (figure_manager::toggle_menubar_visibility): New functions. (figure_manager::do_toggle_menubar_visibility): New function.