# HG changeset patch # User jwe # Date 1199259733 0 # Node ID 3706ac0750f1a6037d464e5c552ba2f6c53389cb # Parent 54b0bf8abe504bedabeb04683eb1d2d3911cdc53 [3-0-0-branch @ 2008-01-02 07:42:12 by jwe] diff -r 54b0bf8abe50 -r 3706ac0750f1 scripts/ChangeLog --- a/scripts/ChangeLog Sat Dec 29 00:30:31 2007 +0000 +++ b/scripts/ChangeLog Wed Jan 02 07:42:13 2008 +0000 @@ -1,3 +1,7 @@ +2008-01-02 John W. Eaton + + * plot/print.m: Correctly handle pbm terminal. + 2007-12-28 John W. Eaton * miscellaneous/edit.m: Use strcat instead of fullfile to add file diff -r 54b0bf8abe50 -r 3706ac0750f1 scripts/plot/print.m --- a/scripts/plot/print.m Sat Dec 29 00:30:31 2007 +0000 +++ b/scripts/plot/print.m Wed Jan 02 07:42:13 2008 +0000 @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2005, 2006, 2007 Daniel Heiserer +## Copyright (C) 1999, 2005, 2006, 2007, 2008 Daniel Heiserer ## Copyright (C) 2001 Laurent Mazet ## ## This file is part of Octave. @@ -356,7 +356,7 @@ else options = strcat (" size ", size); endif - new_terminal = strcat ("png", options); + new_terminal = strcat (dev, options); elseif (strcmp (dev, "dxf") || strcmp (dev, "mf") || strcmp (dev, "hpgl")) ## AutoCad DXF, METAFONT, HPGL