comparison src/ChangeLog @ 5215:32c569794216

[project @ 2005-03-16 18:54:42 by jwe]
author jwe
date Wed, 16 Mar 2005 18:54:52 +0000
parents 04d810c3eb51
children 42f9a021aac1
comparison
equal deleted inserted replaced
5214:eecc24b92d97 5215:32c569794216
1 2005-03-16 John W. Eaton <jwe@octave.org>
2
3 * DLD-FUNCTIONS/gplot.l (Fset, Fshow): Delete.
4 (F__gnuplot_plot__): Rename from Fgplot.
5 (F__gnuplot_splot__): Rename from Fgsplot.
6 (F__gnuplot_raw__): Rename from Fgraw.
7 (F__gnuplot_set__): Rename from Fgset.
8 (F__gnuplot_show__): Rename from Fgshow.
9 (F__gnuplot_replot__): Rename from Freplot.
10 (WARN_DEPRECATED, DEPRECATED_BODY): New macros.
11 (Fgplot, Fgsplot, Fgraw, Fgset, Fgshow): New functions.
12
1 2005-03-15 John W. Eaton <jwe@octave.org> 13 2005-03-15 John W. Eaton <jwe@octave.org>
2 14
3 * lex.l (<COMMAND_START>{NL}): Reset lexer_flags.doing_rawcommand 15 * lex.l (<COMMAND_START>{NL}): Reset lexer_flags.doing_rawcommand
4 state here. 16 state here.
5 17