comparison scripts/ChangeLog @ 6788:c81a0f3f5a82

[project @ 2007-07-23 22:05:29 by dbateman]
author dbateman
date Mon, 23 Jul 2007 22:05:30 +0000
parents 5ce6ecc1377b
children f1157da78825
comparison
equal deleted inserted replaced
6787:963a19576024 6788:c81a0f3f5a82
1 2007-07-23 David Bateman <dbateman@free.fr>
2
3 * general/rat.m: New function for ration approximation imported
4 from octave-forge.
5 * general/del2.m: New function for discrete laplacian operator.
6 * general/Makefile.in: Include rat.m and del2.m in SOURCES.
7
8 * image/autumn.m image/bone.m image/cool.m image/copper.m
9 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m
10 image/rainbow.m image/spring.m image/summer.m image/white.m
11 image/winter.m, image/brighten.m: Port image functions from
12 octave-forge.
13 * image/Makefile.in: Add ported functions to SOURCES.
14 * image/gray.m, image/ocean.m: Don't set the colormap for
15 compatibility with matlab.
16
17 * plot/meshc.m, plot/peaks.m: Port plotting function from
18 octave-forge
19 * plot/Makefile.in: Add ported functions to SOURCES.
20 * plot/__go_draw_axes__.m: Set the palette for the surfaces if
21 using gnuplot 4.2 or greater.
22
1 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> 23 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk>
2 24
3 * general/cart2sph.m: Fix unbalanced paranthesis. 25 * general/cart2sph.m: Fix unbalanced paranthesis.
4 26
5 2007-07-19 David Bateman <dbateman@free.fr> 27 2007-07-19 David Bateman <dbateman@free.fr>