# HG changeset patch # User Eli Zaretskii # Date 1249656850 0 # Node ID c510d49ed507a8df845c0d271a53a113e34eb422 # Parent 6bb8dd0cfa31cb8f7122a6fa66b1e9e2e7db9133 *** empty log message *** diff -r 6bb8dd0cfa31 -r c510d49ed507 lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 07 14:53:46 2009 +0000 +++ b/lisp/ChangeLog Fri Aug 07 14:54:10 2009 +0000 @@ -1,6 +1,19 @@ 2009-08-07 Eli Zaretskii - * Makefile.in (ELCFILES): org/org-export-latex.elc renames to + * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device + to "windows" when "pgnuplot" is used. + (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't + call accept-process-output if "pgnuplot" is used. + (calc-graph-init): Don't send -display and -geometry to + "pgnuplot". If "pgnuplot" is used, glean gnuplot version by + running "pgnuplot -V" with shell-command-to-string. + + * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as + the default. + +2009-08-07 Eli Zaretskii + + * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to org/org-latex.elc. 2009-08-07 Dan Nicolaescu