comparison doc/ChangeLog @ 11975:5183cee7a423 release-3-2-x

Update some of Advanced Plotting documentation. Updated functions delete, allchild, backend, clf, hold, and refreshdata.
author Rik <rdrider0-list@yahoo.com>
date Tue, 09 Jun 2009 06:33:10 +0200
parents 7a32b095027a
children 5530fe42c83b
comparison
equal deleted inserted replaced
11974:28d4a6acbf0a 11975:5183cee7a423
1 2009-06-07 Rik <rdrider0-list@yahoo.com>
2
3 * interpreter/plot.txi: Update some of Advanced Plotting documentation.
4 Updated functions delete, allchild, backend, clf, hold, and refreshdata.
5
1 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de> 6 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de>
2 7
3 * interpreter/container.txi: Udate documentation of container types 8 * interpreter/container.txi: Udate documentation of container types
4 9
5 2009-06-03 Rik <rdrider0-list@yahoo.com> 10 2009-06-03 Rik <rdrider0-list@yahoo.com>
20 2009-06-02 Jaroslav Hajek <highegg@gmail.com> 25 2009-06-02 Jaroslav Hajek <highegg@gmail.com>
21 26
22 * interpreter/oop.txi: Update docs of polynomial class, mention 27 * interpreter/oop.txi: Update docs of polynomial class, mention
23 chained indexing. 28 chained indexing.
24 29
25 2009-05-27 Søren Hauberg <hauberg@gmail.com> 30 2009-05-27 S�ren Hauberg <hauberg@gmail.com>
26 31
27 * interpreter/errors.txi: fix 'print_usage' output. 32 * interpreter/errors.txi: fix 'print_usage' output.
28 33
29 2009-05-27 Søren Hauberg <hauberg@gmail.com> 34 2009-05-27 S�ren Hauberg <hauberg@gmail.com>
30 35
31 * interpreter/bugs.txi: fix call to 'page_screen_output'. 36 * interpreter/bugs.txi: fix call to 'page_screen_output'.
32 37
33 2009-05-25 Rik <rdrider0-list@yahoo.com> 38 2009-05-25 Rik <rdrider0-list@yahoo.com>
34 39
164 2009-03-09 John W. Eaton <jwe@octave.org> 169 2009-03-09 John W. Eaton <jwe@octave.org>
165 170
166 * interpreter/Makefile.in (DISTFILES): Use doc-cache instead of 171 * interpreter/Makefile.in (DISTFILES): Use doc-cache instead of
167 DOC for doc cache file. 172 DOC for doc cache file.
168 173
169 2009-03-08 Søren Hauberg <hauberg@gmail.com> 174 2009-03-08 S�ren Hauberg <hauberg@gmail.com>
170 175
171 * interpreter/stats.txi (Basic Statistical Functions): 176 * interpreter/stats.txi (Basic Statistical Functions):
172 Add the 'histc' function. 177 Add the 'histc' function.
173 178
174 2009-03-07 John W. Eaton <jwe@octave.org> 179 2009-03-07 John W. Eaton <jwe@octave.org>
250 255
251 * interpreter/Makefile.in (DOC): New target. 256 * interpreter/Makefile.in (DOC): New target.
252 (DISTFILES): Add DOC nad mk_doc_cache.m to the list. 257 (DISTFILES): Add DOC nad mk_doc_cache.m to the list.
253 * mk_doc_cache.m: New file. 258 * mk_doc_cache.m: New file.
254 259
255 2009-02-01 Søren Hauberg <hauberg@gmail.com> 260 2009-02-01 S�ren Hauberg <hauberg@gmail.com>
256 261
257 * interpreter/nonlin.txi: Remove reference to 'fsolve_options'. 262 * interpreter/nonlin.txi: Remove reference to 'fsolve_options'.
258 263
259 2009-02-01 Søren Hauberg <hauberg@gmail.com> 264 2009-02-01 S�ren Hauberg <hauberg@gmail.com>
260 265
261 * interpreter/system.txi: Remove reference to 'eomdate'. 266 * interpreter/system.txi: Remove reference to 'eomdate'.
262 267
263 2009-01-24 Thorsten Meyer <thorsten@hexe> 268 2009-01-24 Thorsten Meyer <thorsten@hexe>
264 269
270 * interpreter/io.txi (Terminal Output): Remove @DOCSTRING(ans). 275 * interpreter/io.txi (Terminal Output): Remove @DOCSTRING(ans).
271 276
272 * vr-idx.txi: Delete. 277 * vr-idx.txi: Delete.
273 * interpreter/Makefile.in (SUB_SOURCE): Remove it from the list. 278 * interpreter/Makefile.in (SUB_SOURCE): Remove it from the list.
274 279
275 2009-01-22 Søren Hauberg <hauberg@gmail.com> 280 2009-01-22 S�ren Hauberg <hauberg@gmail.com>
276 281
277 * interpreter/func.txi: Put varargin and varargout in concept index. 282 * interpreter/func.txi: Put varargin and varargout in concept index.
278 * interpreter/var.txi: Put ans in concept index. 283 * interpreter/var.txi: Put ans in concept index.
279 * interpreter/octave.texi: Don't include vr-idx.texi. 284 * interpreter/octave.texi: Don't include vr-idx.texi.
280 285
391 08-10-03 Thorsten Meyer <thorsten.meyier@gmx.de> 396 08-10-03 Thorsten Meyer <thorsten.meyier@gmx.de>
392 397
393 * interpreter/contrib.txi: correction of the mercurial example 398 * interpreter/contrib.txi: correction of the mercurial example
394 * interpreter/container.txi: minor correction of the text 399 * interpreter/container.txi: minor correction of the text
395 400
396 2008-09-25 Søren Hauberg <hauberg@gmail.com> 401 2008-09-25 S�ren Hauberg <hauberg@gmail.com>
397 402
398 * interpreter/image.txi: Update for imread and imwrite instead of 403 * interpreter/image.txi: Update for imread and imwrite instead of
399 loadimge and saveimage. 404 loadimge and saveimage.
400 405
401 2008-09-24 Søren Hauberg <hauberg@gmail.com> 406 2008-09-24 S�ren Hauberg <hauberg@gmail.com>
402 407
403 * interpreter/image.txi: Document imfinfo. 408 * interpreter/image.txi: Document imfinfo.
404 409
405 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it>. 410 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it>.
406 411
445 450
446 2008-08-19 David Bateman <dbateman@free.fr> 451 2008-08-19 David Bateman <dbateman@free.fr>
447 452
448 * interpreter/numbers.txi: Document intwarning. 453 * interpreter/numbers.txi: Document intwarning.
449 454
450 2008-08-06 Søren Hauberg <hauberg@gmail.com> 455 2008-08-06 S�ren Hauberg <hauberg@gmail.com>
451 456
452 * interpreter/basics.txi, interpreter/errors.txi, 457 * interpreter/basics.txi, interpreter/errors.txi,
453 interpreter/expr.txi, interpreter/func.txi, 458 interpreter/expr.txi, interpreter/func.txi,
454 interpreter/numbers.txi: Update format of error messages in examples. 459 interpreter/numbers.txi: Update format of error messages in examples.
455 460
662 667
663 2007-10-19 David Bateman <dbateman@free.fr> 668 2007-10-19 David Bateman <dbateman@free.fr>
664 669
665 * refcard/refcard.tex: Update for 3.0. 670 * refcard/refcard.tex: Update for 3.0.
666 671
667 2007-10-15 Søren Hauberg <hauberg@gmail.com> 672 2007-10-15 S�ren Hauberg <hauberg@gmail.com>
668 673
669 * interpreter/preface.txi, interpreter/basics.txi, 674 * interpreter/preface.txi, interpreter/basics.txi,
670 interpreter/strings.txi, interpreter/container.txi, 675 interpreter/strings.txi, interpreter/container.txi,
671 interpreter/var.txi, interpreter/expr.txi, interpreter/errors.txi, 676 interpreter/var.txi, interpreter/expr.txi, interpreter/errors.txi,
672 interpreter/io.txi, interpreter/func.txi, interpreter/package.txi: 677 interpreter/io.txi, interpreter/func.txi, interpreter/package.txi:
694 interpreter/stmt.txi, interpreter/strings.txi, 699 interpreter/stmt.txi, interpreter/strings.txi,
695 interpreter/testfun.txi, interpreter/tips.txi: Spelling fixes. 700 interpreter/testfun.txi, interpreter/tips.txi: Spelling fixes.
696 701
697 2007-10-06 John W. Eaton <jwe@octave.org> 702 2007-10-06 John W. Eaton <jwe@octave.org>
698 703
699 * interpreter/octave.texi: Add David Bateman and Søren Hauberg as 704 * interpreter/octave.texi: Add David Bateman and S�ren Hauberg as
700 authors. 705 authors.
701 706
702 2006-09-28 Henry Mollet mollet@pacbell.net 707 2006-09-28 Henry Mollet mollet@pacbell.net
703 708
704 * interpreter/func.txi: Correct results of a couple of examples. 709 * interpreter/func.txi: Correct results of a couple of examples.
726 * interpreter/geometryimages.m: Check for the HAVE_QHULL build 731 * interpreter/geometryimages.m: Check for the HAVE_QHULL build
727 flag before creating certain figures. 732 flag before creating certain figures.
728 * interpreter/geometry.txi: Check whether TEXINFO_QHULL is set 733 * interpreter/geometry.txi: Check whether TEXINFO_QHULL is set
729 before including certain figures. 734 before including certain figures.
730 735
731 2007-08-31 Søren Hauberg <hauberg@gmail.com> 736 2007-08-31 S�ren Hauberg <hauberg@gmail.com>
732 737
733 * interpreter/nonlin.txi: Extended the example. 738 * interpreter/nonlin.txi: Extended the example.
734 739
735 * interpreter/poly.txi: Sectioning and documentation. 740 * interpreter/poly.txi: Sectioning and documentation.
736 * interpreter/octave.texi: Adapt to changes in poly.txi. 741 * interpreter/octave.texi: Adapt to changes in poly.txi.
809 * interpreter/interpimages.m: Simpler images to demonstrate 814 * interpreter/interpimages.m: Simpler images to demonstrate
810 the continuity of the second derivative of splines. 815 the continuity of the second derivative of splines.
811 * interpreter/interp.txi: Also change figures here. 816 * interpreter/interp.txi: Also change figures here.
812 * interpreter/Makefile.in: and here. 817 * interpreter/Makefile.in: and here.
813 818
814 2007-06-18 Søren Hauberg <hauberg@gmail.com> 819 2007-06-18 S�ren Hauberg <hauberg@gmail.com>
815 820
816 * interpreter/optim.txi: Added some introductory text to each 821 * interpreter/optim.txi: Added some introductory text to each
817 section. 822 section.
818 823
819 * interpreter/set.txi: Added some introductory text. 824 * interpreter/set.txi: Added some introductory text.
856 * interpreter/octave.texi: Add sections for the Interpolation 861 * interpreter/octave.texi: Add sections for the Interpolation
857 chapter. Remove references to Hashing chapter and hashing.texi, 862 chapter. Remove references to Hashing chapter and hashing.texi,
858 and subsections for hashing to system utilities chapter. 863 and subsections for hashing to system utilities chapter.
859 864
860 865
861 2007-06-12 2007-06-10 Søren Hauberg <hauberg@gmail.com> 866 2007-06-12 2007-06-10 S�ren Hauberg <hauberg@gmail.com>
862 867
863 * interpreter/diffeq.txi: Note that x-dot is the derivative of x. 868 * interpreter/diffeq.txi: Note that x-dot is the derivative of x.
864 869
865 2007-06-03 David Bateman <dbatemna@free.fr> 870 2007-06-03 David Bateman <dbatemna@free.fr>
866 871
884 2007-05-29 Steven Mestdagh <steven.mestdagh@esat.kuleuven.be> 889 2007-05-29 Steven Mestdagh <steven.mestdagh@esat.kuleuven.be>
885 890
886 * interpreter/Makefile.in ($(HTML_IMAGES_PNG)): Use cp instead of 891 * interpreter/Makefile.in ($(HTML_IMAGES_PNG)): Use cp instead of
887 INSTALL_DATA to copy files to the HTML directory. 892 INSTALL_DATA to copy files to the HTML directory.
888 893
889 2007-05-28 Søren Hauberg <hauberg@gmail.com> 894 2007-05-28 S�ren Hauberg <hauberg@gmail.com>
890 895
891 * interpreter/errors.txi: Add new sections and some more detailed 896 * interpreter/errors.txi: Add new sections and some more detailed
892 descriptions on errors and warnings. 897 descriptions on errors and warnings.
893 * interpreter/octave.texi, interpreter/stmt.txi, 898 * interpreter/octave.texi, interpreter/stmt.txi,
894 interpreter/var.txi: Add references to the new sections in 899 interpreter/var.txi: Add references to the new sections in
895 errors.txi. 900 errors.txi.
896 901
897 2007-05-28 Søren Hauberg <hauberg@gmail.com> 902 2007-05-28 S�ren Hauberg <hauberg@gmail.com>
898 903
899 * interpreter/io.txi: Rearrange some sections, and add 904 * interpreter/io.txi: Rearrange some sections, and add
900 a few examples. 905 a few examples.
901 906
902 2007-05-28 G. D. McBain <geordie_mcbain@yahoo.com.au> 907 2007-05-28 G. D. McBain <geordie_mcbain@yahoo.com.au>
926 931
927 2007-05-21 David Bateman <dbatemna@free.fr> 932 2007-05-21 David Bateman <dbatemna@free.fr>
928 933
929 * interpreter/debug.txi, io.txi, octave.txi: Doc fixes. 934 * interpreter/debug.txi, io.txi, octave.txi: Doc fixes.
930 935
931 2007-05-21 Søren Hauberg <hauberg@gmail.com> 936 2007-05-21 S�ren Hauberg <hauberg@gmail.com>
932 937
933 * interpreter/expr.txi: Describe +=, -=, *=, and /= operators. 938 * interpreter/expr.txi: Describe +=, -=, *=, and /= operators.
934 Add new example. 939 Add new example.
935 940
936 * interpreter/eval.txi: Partition the chapter into sections. 941 * interpreter/eval.txi: Partition the chapter into sections.
948 2007-05-19 David Bateman <dbatemna@free.fr> 953 2007-05-19 David Bateman <dbatemna@free.fr>
949 954
950 * interpreter/func.txi: Additional documentation for function 955 * interpreter/func.txi: Additional documentation for function
951 locking, dispatch and autoloading. 956 locking, dispatch and autoloading.
952 957
953 2007-05-16 Søren Hauberg <hauberg@gmail.com> 958 2007-05-16 S�ren Hauberg <hauberg@gmail.com>
954 959
955 * interpreter/expr.txi: Improve docs. 960 * interpreter/expr.txi: Improve docs.
956 961
957 2007-05-14 John W. Eaton <jwe@octave.org> 962 2007-05-14 John W. Eaton <jwe@octave.org>
958 963
959 * interpreter/basics.txi, interpreter/data.txi, 964 * interpreter/basics.txi, interpreter/data.txi,
960 interpreter/intro.txi, interpreter/numbers.txi, 965 interpreter/intro.txi, interpreter/numbers.txi,
961 interpreter/octave.texi, interpreter/preface.txi: Doc fixes. 966 interpreter/octave.texi, interpreter/preface.txi: Doc fixes.
962 967
963 2007-04-18 Søren Hauberg <hauberg@gmail.com> 968 2007-04-18 S�ren Hauberg <hauberg@gmail.com>
964 969
965 * interpreter/package.texi: Document "*" flag for loaded packages. 970 * interpreter/package.texi: Document "*" flag for loaded packages.
966 971
967 * interpreter.var.txi: Improve explanation of clear, exist, and who. 972 * interpreter.var.txi: Improve explanation of clear, exist, and who.
968 973
1041 interpreter/unwinddemo.cc, interpreter/fortsub.f, 1046 interpreter/unwinddemo.cc, interpreter/fortsub.f,
1042 interpreter/dynamic.txi: New files. 1047 interpreter/dynamic.txi: New files.
1043 1048
1044 * Makefile.in (SUB_SOURCE): Include dynamic.txi in the list. 1049 * Makefile.in (SUB_SOURCE): Include dynamic.txi in the list.
1045 1050
1046 2007-04-18 Søren Hauberg <hauberg@gmail.com> 1051 2007-04-18 S�ren Hauberg <hauberg@gmail.com>
1047 1052
1048 * interpreter/package.texi: New file. 1053 * interpreter/package.texi: New file.
1049 * octave/texi: @include it, add it to the menus. 1054 * octave/texi: @include it, add it to the menus.
1050 1055
1051 2007-04-18 John W. Eaton <jwe@octave.org> 1056 2007-04-18 John W. Eaton <jwe@octave.org>
1066 2007-04-16 John W. Eaton <jwe@octave.org> 1071 2007-04-16 John W. Eaton <jwe@octave.org>
1067 1072
1068 * interpreter/stream.txi: Delete. 1073 * interpreter/stream.txi: Delete.
1069 * interpreter/Makefile.in (SUB_SOURCE): Remove it from the list. 1074 * interpreter/Makefile.in (SUB_SOURCE): Remove it from the list.
1070 1075
1071 2007-04-16 Søren Hauberg <hauberg@gmail.com> 1076 2007-04-16 S�ren Hauberg <hauberg@gmail.com>
1072 1077
1073 * intrepreter/stmt.txi: Improve documentation of switch statement. 1078 * intrepreter/stmt.txi: Improve documentation of switch statement.
1074 1079
1075 * interpreter/tips.txi: Update description of how copyright 1080 * interpreter/tips.txi: Update description of how copyright
1076 statements are recognized. 1081 statements are recognized.
1078 * interpreter/octave.texi: Don't include stream.texi. 1083 * interpreter/octave.texi: Don't include stream.texi.
1079 Remove menu entry for I/O streams. 1084 Remove menu entry for I/O streams.
1080 1085
1081 * interpreter/image.txi: Update docs. 1086 * interpreter/image.txi: Update docs.
1082 1087
1083 2007-04-11 Søren Hauberg <hauberg@gmail.com> 1088 2007-04-11 S�ren Hauberg <hauberg@gmail.com>
1084 1089
1085 * interpreter/container.txi: Document indexing with (). 1090 * interpreter/container.txi: Document indexing with ().
1086 1091
1087 2007-04-11 Søren Hauberg <hauberg@gmail.com> 1092 2007-04-11 S�ren Hauberg <hauberg@gmail.com>
1088 1093
1089 * interpreter/container.txi: Improve cell array documentation. 1094 * interpreter/container.txi: Improve cell array documentation.
1090 1095
1091 2007-04-09 Søren Hauberg <hauberg@gmail.com> 1096 2007-04-09 S�ren Hauberg <hauberg@gmail.com>
1092 1097
1093 * interpreter/func.txi: Document varargin, varargout, and default 1098 * interpreter/func.txi: Document varargin, varargout, and default
1094 argument values. 1099 argument values.
1095 1100
1096 2007-04-03 Rafael Laboissiere <rafael@debian.org> 1101 2007-04-03 Rafael Laboissiere <rafael@debian.org>