comparison src/ChangeLog @ 12109:10dcb8b64e4a release-3-2-x

keyboard: fix stack manipulation
author John W. Eaton <jwe@octave.org>
date Wed, 25 Nov 2009 13:31:55 -0500
parents d82388277620
children 232a0ddce7cd
comparison
equal deleted inserted replaced
12108:d82388277620 12109:10dcb8b64e4a
1 2009-08-04 John W. Eaton <jwe@octave.org>
2
3 * toplev.cc (octave_call_stack::do_goto_frame_relative): Allow
4 NSKIP to be 0. Set current scope and context.
5 * input.cc (Fkeyboard): Use octave_call_stack::goto_frame_relative
6 to set scope in user code that called the keyboard function.
7
8 2009-08-04 Jaroslav Hajek <highegg@gmail.com>
9
10 * input.cc (Fkeyboard): Only call do_keyboard, don't fiddle with
11 stack.
12
1 2009-11-17 Jaroslav Hajek <highegg@gmail.com> 13 2009-11-17 Jaroslav Hajek <highegg@gmail.com>
2 14
3 * DLD-FUNCTIONS/balance.cc: Fix docs. 15 * DLD-FUNCTIONS/balance.cc: Fix docs.
4 16
5 2009-11-03 David Grundberg <davidg@cs.umu.se> 17 2009-11-03 David Grundberg <davidg@cs.umu.se>