comparison doc/ChangeLog @ 7257:e8a3e3e33490

[project @ 2007-12-05 01:18:41 by jwe]
author jwe
date Wed, 05 Dec 2007 01:18:42 +0000
parents 3aa50748a300
children 16e61aecddc1
comparison
equal deleted inserted replaced
7256:be3280acbdb8 7257:e8a3e3e33490
1 2007-12-04 John W. Eaton <jwe@octave.org> 1 2007-12-04 John W. Eaton <jwe@octave.org>
2
3 * interpreter/sparseimages.m, interpreter/plotimages.m,
4 interpreter/interpimages.m, interpreter/geometryimages.m:
5 Set default text font to "*" for png images.
6
7 * interpreter/Makefile.in (run-octave): Don't sleep.
8
9 2007-12-04 Joseph P. Skudlarek <Jskud@Jskud.com>
10
11 * interpreter/plotimages.m: Generate text plots.
12 * interpreter/sparseimages.m: Add initial blank line to text plots.
2 13
3 * interpreter/Makefile.in (IMAGES_TXT): Include $(INTERPIMAGES_TXT) 14 * interpreter/Makefile.in (IMAGES_TXT): Include $(INTERPIMAGES_TXT)
4 $(GEOMETRYIMAGES_TXT) and $(PLOTIMAGES_TXT) in the list. 15 $(GEOMETRYIMAGES_TXT) and $(PLOTIMAGES_TXT) in the list.
5 (INTERPIMAGES_TXT, GEOMETRYIMAGES_TXT, PLOTIMAGES_TXT): New variables. 16 (INTERPIMAGES_TXT, GEOMETRYIMAGES_TXT, PLOTIMAGES_TXT): New variables.
6 17