diff doc/ChangeLog @ 5708:dec8dd15a574

[project @ 2006-03-22 22:25:58 by jwe]
author jwe
date Wed, 22 Mar 2006 22:26:44 +0000
parents 5b9b492f9e98
children 0c292b4af488
line wrap: on
line diff
--- a/doc/ChangeLog	Wed Mar 22 05:07:29 2006 +0000
+++ b/doc/ChangeLog	Wed Mar 22 22:26:44 2006 +0000
@@ -1,3 +1,27 @@
+2006-03-22  John W. Eaton  <jwe@octave.org>
+
+	* interpreter/sparse.txi: Always use @image to include image files.
+
+	* interpreter/Makefile.in: Eliminate stamp files.
+	(clean, mostlyclean, distclean, maintainer-clean): Now
+	double-colon targets.
+	(stamp-images): New target.
+	(octave.info, octave.dvi, octave.pdf, HTML/index.html): Depend on it.
+	* interpreter/images/Makefile.in: Explicitly list images to be
+	created and their dependencies.
+	* interpreter/images/sparseimages.m: Delete dirc arg.
+	Sleep for 1 second before returning from main function.
+	(sparseimages): Don't redirect output here.
+	New arg, nm.  Only output a single figure at a time.
+	(bury_output): New function.  Use it before plotting commands and
+	after every print function.
+
+	* interpreter/sparse.txi: Undo previous change.
+	* Makefile.in (conf.texi): New target.
+	(DISTFILES): Include conf.texi in the list.
+	(all, dist): Depend on conf.texi.
+	* conf.texi.in: Values come from Makeconf, not configure.
+
 2006-03-21  John W. Eaton  <jwe@octave.org>
 
 	* liboctave/Makefile.in (FORMATTED): Omit .html files here.