comparison src/ChangeLog @ 7878:b4ac6bb4114b

graphics.cc (execute_callback, xget_ancestor): pass args by const reference and make explicit copies
author John W. Eaton <jwe@octave.org>
date Tue, 10 Jun 2008 13:43:35 -0400
parents 59031cfe331b
children a017ca5a2f75
comparison
equal deleted inserted replaced
7877:59031cfe331b 7878:b4ac6bb4114b
1 2008-06-09 John W. Eaton <jwe@octave.org> 1 2008-06-09 John W. Eaton <jwe@octave.org>
2
3 * graphics.cc (execute_callback): Pass CB by const reference and
4 explicitly make a copy.
5 (xget_ancestor): Pass GO by const reference and explicitly make a copy.
2 6
3 * error.cc (verror): Omit "name: " and "\a" from Vlast_error_msg. 7 * error.cc (verror): Omit "name: " and "\a" from Vlast_error_msg.
4 Save line and column information from user code. 8 Save line and column information from user code.
5 * toplev.cc (octave_call_stack::do_caller_user_code_line, 9 * toplev.cc (octave_call_stack::do_caller_user_code_line,
6 octave_call_stack::do_caller_user_code_column): New functions. 10 octave_call_stack::do_caller_user_code_column): New functions.