diff src/ChangeLog @ 4676:c0aa75a64635

[project @ 2003-12-16 16:47:52 by jwe]
author jwe
date Tue, 16 Dec 2003 16:47:52 +0000
parents f6d6335c08f6
children e1c2d8ca8bc0
line wrap: on
line diff
--- a/src/ChangeLog	Tue Dec 16 05:11:27 2003 +0000
+++ b/src/ChangeLog	Tue Dec 16 16:47:52 2003 +0000
@@ -1,3 +1,20 @@
+2003-12-16  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* pt-pr-code.cc (tree_print_code::visit_complex_for_command, 
+	tree_print_code::visit_octave_user_function_header,
+	tree_print_code::visit_matrix, tree_print_code::visit_cell,
+	tree_print_code::visit_multi_assignment): Keep track of nearest
+	[, {, or ( nesting level.
+	(tree_print_code::visit_index_expression): Likewise.  Check nesting
+	level to decide how to print index.
+	(tree_print_code::reset): Also reset nesting level stack.
+
+	* pt-pr-code.h (tree_print_code::nesting): New data member.
+	(tree_print_code::tree_print_code): Initialize it.
+
+	* ov-base-mat.h (octave_base_matrix::octave_base_matrix (const MT&)):
+	If arg has no dimensions, resize to be 0x0.
+
 2003-12-15  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* oct-map.cc (Octave_map::assign): Use Octave_map::contents member