changeset 11369:52907ec4aa44

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Wed, 15 Dec 2010 03:12:09 -0500
parents 944b7e20fc5a
children 690181867e54
files liboctave/ChangeLog src/ChangeLog
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Dec 15 02:05:27 2010 -0500
+++ b/liboctave/ChangeLog	Wed Dec 15 03:12:09 2010 -0500
@@ -1,5 +1,7 @@
 2010-12-15  John W. Eaton  <jwe@octave.org>
 
+	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,
--- a/src/ChangeLog	Wed Dec 15 02:05:27 2010 -0500
+++ b/src/ChangeLog	Wed Dec 15 03:12:09 2010 -0500
@@ -1,5 +1,7 @@
 2010-12-15  John W. Eaton  <jwe@octave.org>
 
+	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  <jwe@octave.org>
 
+	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.