aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
Commit message (Expand)AuthorAgeFilesLines
* 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-graph-lookup): Avoid assignment to free variable `var'.Glenn Morris2009-09-191-8/+9
* (var): Define for compiler.Glenn Morris2009-09-192-101/+103
* (arglist): Define for compiler.Glenn Morris2009-09-151-25/+26
* Improve commenting convention.Stefan Monnier2009-08-301-125/+111
* * paths.el (abbrev-file-name): Move to abbrev.el.Stefan Monnier2009-08-291-2/+3
* (math-trig-rewrite, math-hyperbolic-trig-rewrite): New functions.Jay Belanger2009-08-241-2/+52
* 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
* (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-embedded-make-info): Don't force when `calc-embedded-word' isJay Belanger2009-07-061-1/+1
* (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
* (calc-buffer-list): New variable.Jay Belanger2009-03-301-1/+68
* (calc-embedded-restore-original-modes): Add argument for Calculator buffer.Jay Belanger2009-03-301-5/+5
* (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
* 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
* (calc-settings-file, calc-language-alist)Jay Belanger2008-11-251-21/+21
* (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): 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
* (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
* (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
* (calc-dispatch-map): Fix handling of upcased andMartin Rudalics2008-09-021-6/+12