comparison lisp/ChangeLog @ 104176:c510d49ed507

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 07 Aug 2009 14:54:10 +0000
parents e75ea4b0d26d
children 5f39500b28a7
comparison
equal deleted inserted replaced
104175:6bb8dd0cfa31 104176:c510d49ed507
1 2009-08-07 Eli Zaretskii <eliz@gnu.org> 1 2009-08-07 Eli Zaretskii <eliz@gnu.org>
2 2
3 * Makefile.in (ELCFILES): org/org-export-latex.elc renames to 3 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
4 to "windows" when "pgnuplot" is used.
5 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6 call accept-process-output if "pgnuplot" is used.
7 (calc-graph-init): Don't send -display and -geometry to
8 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9 running "pgnuplot -V" with shell-command-to-string.
10
11 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12 the default.
13
14 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15
16 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
4 org/org-latex.elc. 17 org/org-latex.elc.
5 18
6 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu> 19 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7 20
8 * vc-dispatcher.el (vc-resynch-window): Update comment. 21 * vc-dispatcher.el (vc-resynch-window): Update comment.