comparison doc/ChangeLog @ 8182:1b2256d6e01d

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Mon, 06 Oct 2008 13:03:04 -0400
parents 65c4ac814082
children 837487bd3450
comparison
equal deleted inserted replaced
8181:1ebcb9872ced 8182:1b2256d6e01d
1 2008-10-03 Thorsten Meyer <thorsten.meyier@gmx.de> 1 2008-10-03 Thorsten Meyer <thorsten.meyier@gmx.de>
2
2 * interpreter/contrib.txi: correction of the mercurial example 3 * interpreter/contrib.txi: correction of the mercurial example
3 * interpreter/container.txi: minor correction of the text 4 * interpreter/container.txi: minor correction of the text
4 5
5 2008-09-25 Søren Hauberg <hauberg@gmail.com> 6 2008-09-25 Søren Hauberg <hauberg@gmail.com>
6 7
108 * interpreter/debug.txi: Uodate documentation for multiline 109 * interpreter/debug.txi: Uodate documentation for multiline
109 input. Add documentation for dbcont, dbquit, dbstep, dbstqck, dbup 110 input. Add documentation for dbcont, dbquit, dbstep, dbstqck, dbup
110 and dbdown functions. 111 and dbdown functions.
111 * interpreter/octave.texi: Upodate index for debugging functions. 112 * interpreter/octave.texi: Upodate index for debugging functions.
112 113
113 2008-05-03 Rafael Laboissiere <rafael@debian.org> 114 2008-05-03 Rafael Laboissiere <rafael@debian.org>
114 115
115 * interpreter/expr.txi, interpreter/tips.txi: Use ischar instead of 116 * interpreter/expr.txi, interpreter/tips.txi: Use ischar instead of
116 deprecated isstr. 117 deprecated isstr.
117 118
118 2008-04-02 David Bateman <dbateman@free.fr> 119 2008-04-02 David Bateman <dbateman@free.fr>
143 2008-03-12 David Bateman <dbateman@free.fr> 144 2008-03-12 David Bateman <dbateman@free.fr>
144 145
145 * interpreter/io.txi: Document dlmread, dlmwrite, csvread and 146 * interpreter/io.txi: Document dlmread, dlmwrite, csvread and
146 csvwrite. 147 csvwrite.
147 148
148 2008-02-25 Ben Abbott <bpabbott@mac.com> 149 2008-02-25 Ben Abbott <bpabbott@mac.com>
149 150
150 * interpreter/geometryimages.m, interpreter/interpimages.m, 151 * interpreter/geometryimages.m, interpreter/interpimages.m,
151 interpreter/plotimages.m, interpreter/sparseimages.m: 152 interpreter/plotimages.m, interpreter/sparseimages.m:
152 Use cstrcat instead of strcat. 153 Use cstrcat instead of strcat.
153 154
792 * interpreter/Makefile.in (HTML_IMAGES_PNG): New variable. 793 * interpreter/Makefile.in (HTML_IMAGES_PNG): New variable.
793 (HTML/index.html): Depend on $(HTML_IMAGES_PNG) instead of html-figs. 794 (HTML/index.html): Depend on $(HTML_IMAGES_PNG) instead of html-figs.
794 ($(HTML_IMAGES_PNG): HTML/%.png : %.png): New pattern rule. 795 ($(HTML_IMAGES_PNG): HTML/%.png : %.png): New pattern rule.
795 (html-dir): Delete target. 796 (html-dir): Delete target.
796 797
797 2006-10-03 Rafael Laboissiere <rafael@debian.org> 798 2006-10-03 Rafael Laboissiere <rafael@debian.org>
798 799
799 * interpreter/mkoctfile.1: Fix indentation for --mex description. 800 * interpreter/mkoctfile.1: Fix indentation for --mex description.
800 801
801 2006-09-26 John W. Eaton <jwe@octave.org> 802 2006-09-26 John W. Eaton <jwe@octave.org>
802 803