Mercurial > hg > octave-lyh
comparison NEWS @ 9215:1500d0197484
allow multiple input event hook functions to be installed simultaneously
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 19 May 2009 12:37:57 -0400 |
parents | c71fe7045aa0 |
children | b59cc3252a51 |
comparison
equal
deleted
inserted
replaced
9214:0839df1694ae | 9215:1500d0197484 |
---|---|
292 | 292 |
293 The imwrite and imread functions have been included in Octave. | 293 The imwrite and imread functions have been included in Octave. |
294 These functions require the GraphicsMagick library. The new | 294 These functions require the GraphicsMagick library. The new |
295 function imfinfo provides information about an image file (size, | 295 function imfinfo provides information about an image file (size, |
296 type, colors, etc.) | 296 type, colors, etc.) |
297 | |
298 ** The input_event_hook function has been replaced by the pair of | |
299 functions add_input_event_hook and remove_input_event_hook so that | |
300 more than one hook function may be installed at a time. | |
297 | 301 |
298 ** Other miscellaneous new functions. | 302 ** Other miscellaneous new functions. |
299 | 303 |
300 addtodate hypot reallog | 304 addtodate hypot reallog |
301 bicgstab idivide realpow | 305 bicgstab idivide realpow |