summaryrefslogtreecommitdiff
path: root/lisp/calc
Commit message (Collapse)AuthorAgeFilesLines
...
* (math-read-number, math-read-number-simple): Use `save-match-data'.Jay Belanger2009-10-231-76/+78
|
* Use window-full-height-p.Glenn Morris2009-10-064-5/+5
|
* Remove unused declarations.Glenn Morris2009-10-011-1/+0
|
* * speedbar.el (speedbar-item-delete):Juanma Barranquero2009-09-291-1/+1
| | | | | | | | | | | * calc/calc-prog.el (calc-kbd-if): * language/hanja-util.el (hanja-init-load): Fix typos in messages. * epa.el (epa-key-list-mode-map): * hi-lock.el (hi-lock-menu): Fix typos in menus. * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring. (hs-show-hook): Fix typo in docstring.
* (calc-graph-lookup): Avoid assignment to free variable `var'.Glenn Morris2009-09-191-8/+9
| | | | Delete trailing whitespace.
* (var): Define for compiler.Glenn Morris2009-09-192-101/+103
| | | | Delete trailing whitespace.
* (arglist): Define for compiler.Glenn Morris2009-09-151-25/+26
| | | | Delete trailing whitespace.
* Improve commenting convention.Stefan Monnier2009-08-301-125/+111
| | | | (calc-digit-map, toplevel): Simplify.
* * paths.el (abbrev-file-name): Move to abbrev.el.Stefan Monnier2009-08-291-2/+3
| | | | | | | | | | | | | | | | * abbrev.el (abbrev-file-name): Move from paths.el. Obey user-emacs-directory. * calc/calc.el (calc-settings-file): Don't autoload and instead obey user-emacs-directory. * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate abbrev-file-name and calc-settings-file any more. * startup.el (command-line): Recompute abbrev-file-name and abbreviated-home-dir. (normal-no-mouse-startup-screen): Improve the generic code and get rid of the special code for when C-h bindings haven't been changed. (display-startup-echo-area-message): Use with-current-buffer. (command-line-1): Use a list of strings, rather than a list of lists of strings for longopts.
* (math-trig-rewrite, math-hyperbolic-trig-rewrite): New functions.Jay Belanger2009-08-241-2/+52
| | | | (calc-simplify): Simplify trig functions when asked.
* Use forward-line rather than goto-line.Glenn Morris2009-08-221-5/+8
|
* Use help-print-return-message rather than the now obsolete alias.Glenn Morris2009-08-211-4/+4
|
* (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-gnuplot-name) [windows-nt]: Use "pgnuplot" as the default.Eli Zaretskii2009-08-071-1/+1
|
* calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.Jay Belanger2009-07-301-1/+1
|
* (calc-mode-map): Add keybinding for `calc-transpose-lines'.Jay Belanger2009-07-291-0/+1
|
* (calc-transpose-lines): New function.Jay Belanger2009-07-291-1/+114
|
* (calc-undo-length): New variable.Jay Belanger2009-07-211-1/+14
| | | | (calc-quit): Truncate rather than eliminate `calc-undo-list'.
* (calc-embedded-make-info): Don't force when `calc-embedded-word' isJay Belanger2009-07-061-1/+1
| | | | called twice.
* (math-use-emacs-fn): Make sure that the number is formatted correctly.Jay Belanger2009-07-031-1/+5
|
* (calc-graph-plot): Avoid assignment to free variable `filename'.Glenn Morris2009-06-231-4/+4
|
* (calc-mode): Replace `copy-list' with `copy-sequence'.Jay Belanger2009-04-271-1/+1
|
* (calc-set-mode-line): Check to make sure that the correct Calc bufferJay Belanger2009-04-261-1/+4
| | | | | gets "Embed" in the mode line. (calc-mode): Copy stack list for additional Calc buffers.
* (calc-buffer-list): New variable.Jay Belanger2009-03-301-1/+68
| | | | | | | (calc-kill-stack-buffer): New function. (calc-mode): Add `calc-kill-stack-buffer' to `kill-buffer-query-functions'. Add current buffer to `calc-buffer-list'.
* (calc-embedded-restore-original-modes): Add argument for Calculator buffer.Jay Belanger2009-03-301-5/+5
| | | | | (calc-do-embedded): Use specific Calculator buffer when cancelling embedded mode.
* (math-use-emacs-fn): Make sure that the lisp number is in decimal.Jay Belanger2009-02-211-1/+3
|
* (calc-sel-expand-formula): Simplify expanded denominator.Jay Belanger2009-01-271-1/+2
|
* (cal-sel-mult-both-sides): Add an option to expand the denominator.Jay Belanger2009-01-271-6/+10
|
* Mention change to `j *'.Jay Belanger2009-01-271-0/+3
|
* (calcFunc-apart): Improve test for rational functions.Jay Belanger2009-01-241-15/+17
|
* (math-compose-tex-sqrt): New function (previously commented out).Jay Belanger2009-01-111-5/+7
| | | | | (math-special-function-table): Use `math-compose-tex-sqrt' to compose sqrts in TeX and LaTeX mode.
* Replace last-input-char with last-input-event.Glenn Morris2009-01-091-2/+2
|
* Replace last-command-char with last-command-event.Glenn Morris2009-01-0912-61/+61
|
* Add 2009 to copyright years.Glenn Morris2009-01-0545-46/+46
|
* (calcFunc-collect): Normalize the coefficients of theJay Belanger2008-11-261-2/+1
| | | | polynomial rather than the whole polynomial.
* (calc-settings-file, calc-language-alist)Jay Belanger2008-11-251-21/+21
| | | | | | | | | | | | | | calc-embedded-announce-formula, calc-embedded-announce-formula-alist) calc-embedded-open-formula, calc-embedded-close-formula) calc-embedded-open-close-formula-alist) calc-embedded-word-regexp-alist, calc-embedded-open-plain) calc-embedded-close-plain, calc-embedded-open-close-plain-alist) calc-embedded-open-new-formula, calc-embedded-close-new-formula) calc-embedded-open-close-new-formula-alist, calc-embedded-open-mode) calc-embedded-close-mode, calc-embedded-open-close-mode-alist) calc-gnuplot-name, calc-gnuplot-plot-command) calc-gnuplot-print-command, calc-multiplication-has-precedence): Remove unnecessary asterisks from docstrings.
* (math-additional-units): Doc fix (active voice).Glenn Morris2008-11-201-1/+1
|
* * calc/calc-units.el (math-units-table): Doc fix.Juanma Barranquero2008-11-191-37/+38
| | | | | (math-standard-units): Fix typo in constant's description. (math-additional-units): Fix typo in docstring.
* (math-standard-units): Add eps0, permittivity of vacuum.Jay Belanger2008-11-191-0/+1
|
* (calc-quit): Use `window-full-width-p' to check window width.Jay Belanger2008-11-051-1/+4
|
* (calc-quit): Make sure that the keypad buffer exists before delete its windows.Jay Belanger2008-11-041-1/+1
|
* (calcFunc-collect): Return constant polynomial when appropriate.Jay Belanger2008-11-031-1/+1
|
* Mention `calc-embedded-word-regexp'.Jay Belanger2008-10-101-0/+3
|
* (calc-embedded-make-info): Use `calc-embedded-word-regexp' to find word.Jay Belanger2008-10-101-10/+20
|
* (calc-embedded-word-regexp, calc-embedded-word-regexp-alist):Jay Belanger2008-10-101-13/+6
| | | | | | New variables. (calc-embedded-open-word, calc-embedded-close-word) (calc-embedded-open-close-word-alist): Remove unused variables.
* (math-standard-units): More adjustments.Jay Belanger2008-10-061-2/+2
|
* (math-standard-units): Update the values of the units.Jay Belanger2008-10-061-58/+60
|
* (math-standard-units): Add entries used to display the the values in theJay Belanger2008-09-301-47/+92
| | | | | | | | | units buffer. (math-build-units-table): Add entries to the units table to be used to display the values in the units buffer. (math-build-units-table-buffer): Use the display entry of the units table when non nil. (calc-define-unit): Add an option to enter display value of unit.
* (calcFunc-venum): Properly handle intervals.Jay Belanger2008-09-201-12/+18
|
* (calc-convert-temperature): Use default units when appropriate.Jay Belanger2008-09-171-13/+13
|