# HG changeset patch # User John W. Eaton # Date 1292400729 18000 # Node ID 52907ec4aa4495b01b1577481de33854d6dbd5ac # Parent 944b7e20fc5a880004d0c7dbdd0eef1af6fd3d6e ChangeLog fixes diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,5 +1,7 @@ 2010-12-15 John W. Eaton + Bug #31883. + * cmd-hist.cc (command_history::do_clean_up_and_save, command_history::do_truncate_file, command_history::do_append, command_history::do_write, diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-12-15 John W. Eaton + Bug #31883. + * oct-hist.cc (initialize_history): Call command_history::initialize. * octave.cc (gripe_safe_source_exception): New function. @@ -10,6 +12,8 @@ 2010-12-15 John W. Eaton + Bug #31861. + * lex.h (lexical_feedback::defining_func): Now int instead of bool. lex.ll (is_keyword_token): Increment lexer_flags.defining_func instead of setting it to true.