summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-graph.el
Commit message (Collapse)AuthorAgeFilesLines
* Change scroll-up/down bindings to Emacs 24's scroll-*-command.Chong Yidong2011-10-011-5/+5
| | | | | | | | | | | | | | | | | | | | | | * cus-edit.el (custom-mode-map): * epa.el (epa-key-list-mode-map): * man.el (Man-mode-map): * startup.el (splash-screen-keymap): * simple.el (special-mode-map): Use scroll-up-command and scroll-down-command. * progmodes/idlw-help.el (idlwave-help-mode-map): * progmodes/ebrowse.el (ebrowse-electric-position-mode-map): * net/newst-plainview.el (newsticker-mode-map): * emulation/ws-mode.el (wordstar-mode-map): * emulation/vi.el (vi-com-map): * calc/calc-graph.el (calc-graph-show-dumb): * term/sun.el (terminal-init-sun): * term/ns-win.el (global-map): * progmodes/grep.el (grep-mode-map): * progmodes/ebrowse.el (ebrowse-electric-list-mode-map): * mail/rmail.el (rmail-mode-map): * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* calc/calc-prog.elJay Belanger2011-01-201-11/+11
| | | | | calc/calc-graph.el calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-241-1/+1
|/ | | | | | | | | | | | | | | | | | * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el, skeleton.el, term.el, time.el, wid-edit.el, woman.el, calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el, calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el, emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el, eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el, gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el, language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el, net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el, progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el, progmodes/ps-mode.el, progmodes/verilog-mode.el, progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el, textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el, textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to delete-backward-char by calls to delete-char.
* Use the proper form for gnuplot's set commandAlexander Klimov2010-04-281-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (calc-graph-plot): Let `calc-twos-complement-mode' be nil.Jay Belanger2009-11-201-0/+1
|
* * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)Stefan Monnier2009-10-281-34/+17
| | | | | | | | | | | | | | | | | | | | | | (calcDigit-nondigit): * calc/calc-yank.el (calc-copy-to-buffer): * calc/calc-units.el (calc-invalidate-units-table): * calc/calc-trail.el (calc-trail-yank): * calc/calc-store.el (calc-insert-variables): * calc/calc-rewr.el (math-rewrite, math-rewrite-phase): * calc/calc-prog.el (calc-read-parse-table): * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click): * calc/calc-help.el (calc-describe-bindings, calc-describe-key): * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve) (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot) (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles) (calc-graph-name, calc-graph-find-command, calc-graph-view) (calc-graph-view, calc-gnuplot-command, calc-graph-init): * calc/calc-ext.el (calc-realign): * calc/calc-embed.el (calc-do-embedded, calc-do-embedded) (calc-embedded-finish-edit, calc-embedded-make-info) (calc-embedded-finish-command, calc-embedded-stack-change): * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
* Use window-full-height-p.Glenn Morris2009-10-061-1/+1
|
* (calc-graph-lookup): Avoid assignment to free variable `var'.Glenn Morris2009-09-191-8/+9
| | | | Delete trailing whitespace.
* (calc-graph-plot): Set calc-graph-last-device to "windows" when "pgnuplot"Eli Zaretskii2009-08-071-20/+44
| | | | | | | | | 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-graph-plot): Avoid assignment to free variable `filename'.Glenn Morris2009-06-231-4/+4
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (calc-graph-format-data,calc-graph-add-curve): Check for error forms.Jay Belanger2007-08-031-25/+49
|/ | | | (calc-graph-set-styles): Add option for error forms.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Update maintainer's address.Jay Belanger2007-04-231-1/+1
|
* Change form of license text to match rest of Emacs.Glenn Morris2007-03-191-13/+13
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright year.Jay Belanger2006-02-051-1/+1
|
* Update copyright information.Jay Belanger2005-07-141-1/+2
|
* (calc-graph-format-data): Make sure var-PlotRejects is bound beforeJay Belanger2005-05-191-0/+1
| | | | trying to check its value.
* (calc-graph-plot, calc-graph-set-styles, calc-graph-num-points)Jay Belanger2005-05-021-7/+7
| | | | (calc-graph-init): Replace string-to-int by string-to-number.
* calc-graph.elJay Belanger2005-04-011-9/+5
| | | | | (calc-gnuplot-name, calc-gnuplot-plot-command, calc-gnuplot-print-command): Move definitions to calc.el.
* (calc-graph-show-dumb): Mention C-cC-c as the way to return to Calc.Jay Belanger2004-12-311-3/+1
|
* Add a provide statement.Jay Belanger2004-11-301-4/+11
| | | | | | (calc-Need-calc-graph): Remove it. (calc-gnuplot-name, calc-gnuplot-plot-command, calc-gnuplot-print): Give them values.
* (calc-gnuplot-default-device, calc-gnuplot-default-output)Jay Belanger2004-11-241-9/+8
| | | | | | (calc-gnuplot-print-device, calc-gnuplot-print-output) (calc-gnuplot-geometry, calc-graph-default-resolution) (calc-graph-default-resolution-3d): Remove redundant initial values.
* (calc-dumb-map): Declared it.Jay Belanger2004-11-121-324/+364
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather than unbound. (calc-graph-name): Made `end' a local variable. (calc-graph-lookup): Made `varname' a local variable. (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark): Declared them. (calc-graph-format-data): Don't check if var-PlotRejects is bound. (calc-graph-plot, calc-graph-compute-3d): Removed references to the unused variable y3vec. (calc-graph-show-dumb): Removed reference to unused variable found-pt. (calc-graph-kill-hook, calc-graph-plot): Removed reference to calc-graph-prev-kill-hook. (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps, calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec, calc-graph-xname, calc-graph-yname, calc-graph-xstep, calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine, calc-graph-keep-file, calc-graph-xval, calc-graph-xlow, calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp, calc-graph-zp, calc-graph-yvector, calc-graph-resolution, calc-graph-y3value, calc-graph-y3name, calc-graph-y3step, calc-graph-y3step, calc-graph-zval, calc-graph-stepcount, calc-graph-is-splot, calc-graph-surprise-splot, calc-graph-blank, calc-graph-non-blank, calc-graph-curve-num): New variables. (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d) (calc-graph-recompute-2d, calc-graph-compute-3d, calc-graph-format-data): Replaced undeclared variables with the above declared variables.
* (calc-graph-init): Use `set-process-query-on-exit-flag'Jay Belanger2004-10-211-1/+1
|
* (calc-graph-plot): Removed emacs version check.Jay Belanger2004-10-191-6/+2
|
* (calc-graph-add-curve): Moved the call to `calc-graph-set-styles' soJay Belanger2004-09-211-7/+7
| | | | the gnuplot buffer will appear in a separate window.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (calc-graph-plot): Fix character constant.Juanma Barranquero2003-02-181-1/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-2/+2
|
* Add new maintainer (deego).Deepak Goel2003-01-151-1/+2
|
* (calc-gnuplot-tempfile): Don't expand againstColin Walters2002-03-011-2/+2
| | | | | `temporary-file-directory'; we now do that in `calc-graph-file-cache'. (calc-temp-file-name): Use `make-temp-file'.
* Change all toplevel `setq' forms to `defvar' forms, and move themColin Walters2001-11-191-16/+21
| | | | | | before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* Style cleanup; don't put closing parens on theirColin Walters2001-11-141-126/+64
| | | | | own line, add "foo.el ends here" to each file, and update copyright date.
* Use `frame-width' instead of `screen-width',Eli Zaretskii2001-11-131-5/+5
| | | | | `frame-height' instead of `screen-height', and, `executing-kbd-macro' instead of `executing-macro'.
* Initial import of Calc 2.02f.Eli Zaretskii2001-11-061-0/+1496