diff doc/ChangeLog @ 6837:7eefeed173ea

[project @ 2007-08-27 20:20:55 by dbateman]
author dbateman
date Mon, 27 Aug 2007 20:20:55 +0000
parents 3c500bc71e14
children 956148c0d388
line wrap: on
line diff
--- a/doc/ChangeLog	Mon Aug 27 19:50:23 2007 +0000
+++ b/doc/ChangeLog	Mon Aug 27 20:20:55 2007 +0000
@@ -1,3 +1,13 @@
+2007-08-27  David Bateman  <dbateman@free.fr>
+
+	* interpreter/struct.txi: Remove.
+	* interpreter/containers.txi: Combine with this chapter. Add
+	examples, and section on comma separated lists. Document the
+	difference between "c(1,:) = []" and c{1,:} = []" for a cell
+	arrays.
+	* interpreter/octave.texi: Document new indexing of containers
+	section.
+
 2007-08-25  David Bateman  <dbateman@free.fr>
 
         * interpreter/geometry.txi: Add examples and explanatory text.