comparison src/ChangeLog @ 12301:3eb4049b5393 release-3-4-x

rename gnuplot_drawnow to __gnuplot_drawnow__
author John W. Eaton <jwe@octave.org>
date Sun, 30 Jan 2011 04:22:39 -0500
parents edaf29362c50
children 91fa3871e9bf
comparison
equal deleted inserted replaced
12300:d1ab54dcec38 12301:3eb4049b5393
1 2011-01-30 John W. Eaton <jwe@octave.org>
2
3 * graphics.cc (gnuplot_toolkit::redraw): Call __gnuplot_drawnow__,
4 not gnuplot_drawnow.
5 (gnuplot_toolkit::print_figure): Likewise.
6
1 2011-01-30 John W. Eaton <jwe@octave.org> 7 2011-01-30 John W. Eaton <jwe@octave.org>
2 8
3 * Makefile.am (OCTAVE_LIBS): Remove $(ARPACK_LDFLAGS) and 9 * Makefile.am (OCTAVE_LIBS): Remove $(ARPACK_LDFLAGS) and
4 $(ARPACK_LIBS) from the list. 10 $(ARPACK_LIBS) from the list.
5 (DLD-FUNCTIONS/eigs.df): Don't add $(ARPACK_CPPFLAGS) to CPPFLAGS. 11 (DLD-FUNCTIONS/eigs.df): Don't add $(ARPACK_CPPFLAGS) to CPPFLAGS.