Mercurial > hg > octave-nkf
annotate scripts/@ftp/module.mk @ 20511:eca5aa3225f4
imshow.m: Add support for 'parent' property (bug #45473).
* imshow.m: Add cell variable prop_val_args{:} when calling image or imagesc.
Populate prop_val_args with {"parent", hparent} when "parent" argument given
to imshow. Remove code commented out in 2015/05/1 which has not caused any
problems. Add warning that arguments "border" and "reduce" are not supported.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 05 Jul 2015 13:55:56 -0700 |
parents | 8d20fb66a0dc |
children | fa9fa6ab76f0 |
rev | line source |
---|---|
9880 | 1 FCN_FILE_DIRS += @ftp |
2 | |
3 @ftp_FCN_FILES = \ | |
4 @ftp/ascii.m \ | |
5 @ftp/binary.m \ | |
6 @ftp/cd.m \ | |
7 @ftp/close.m \ | |
8 @ftp/delete.m \ | |
9 @ftp/dir.m \ | |
10 @ftp/display.m \ | |
11 @ftp/ftp.m \ | |
12 @ftp/loadobj.m \ | |
13 @ftp/mget.m \ | |
14 @ftp/mkdir.m \ | |
15 @ftp/mput.m \ | |
16 @ftp/rename.m \ | |
17 @ftp/rmdir.m \ | |
18 @ftp/saveobj.m | |
19 | |
20 FCN_FILES += $(@ftp_FCN_FILES) | |
21 | |
22 PKG_ADD_FILES += @ftp/PKG_ADD | |
9906 | 23 |
24 DIRSTAMP_FILES += @ftp/$(octave_dirstamp) |