comparison src/ChangeLog @ 7117:373c39904877

[project @ 2007-11-07 18:48:00 by jwe]
author jwe
date Wed, 07 Nov 2007 18:48:01 +0000
parents f90a8188c9c2
children f70121606be5
comparison
equal deleted inserted replaced
7116:c7992b210874 7117:373c39904877
1 2007-11-07 John W. Eaton <jwe@octave.org>
2
3 * DLD-FUNCTIONS/regexp.cc: Handle HAVE_PCRE_PCRE_H. Check
4 HAVE_PCRE_H instead of HAVE_PCRE to decide whether to include pcre.h.
5
6 * DLD-FUNCTIONS/__gnuplot_raw__.l (Fgnuplot_command_plot,
7 Fgnuplot_command_replot, Fgnuplot_command_splot,
8 Fgnuplot_command_using, Fgnuplot_command_with,
9 Fgnuplot_command_axes, Fgnuplot_command_title,
10 Fgnuplot_command_end, Fgnuplot_use_title_option,
11 F__clear_plot_window__, Fcloseplot, Fpurge_tmp_files,
12 F__gnuplot_raw__, F__gnuplot_send_inline_data__, F__gnuplot_set__,
13 F__gnuplot_show__, F__gnuplot_plot__, F__gnuplot_splot__,
14 F__gnuplot_replot__): Note obsolescence in doc string.
15
1 2007-11-06 Kai Habel <kai.habel@gmx.de> 16 2007-11-06 Kai Habel <kai.habel@gmx.de>
2 17
3 * graphics.h.in (class surface::properties): New properties, 18 * graphics.h.in (class surface::properties): New properties,
4 cdata, facecolor, facealpha, edgecolor, linestyle, 19 cdata, facecolor, facealpha, edgecolor, linestyle,
5 linewidth, marker, markeredgecolor, markerfacecolor, markersize. 20 linewidth, marker, markeredgecolor, markerfacecolor, markersize.