Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (math-read-number, math-read-number-simple): Use `save-match-data'. | Jay Belanger | 2009-10-23 | 1 | -76/+78 | |
| | ||||||
* | Use window-full-height-p. | Glenn Morris | 2009-10-06 | 4 | -5/+5 | |
| | ||||||
* | Remove unused declarations. | Glenn Morris | 2009-10-01 | 1 | -1/+0 | |
| | ||||||
* | * speedbar.el (speedbar-item-delete): | Juanma Barranquero | 2009-09-29 | 1 | -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 Morris | 2009-09-19 | 1 | -8/+9 | |
| | | | | Delete trailing whitespace. | |||||
* | (var): Define for compiler. | Glenn Morris | 2009-09-19 | 2 | -101/+103 | |
| | | | | Delete trailing whitespace. | |||||
* | (arglist): Define for compiler. | Glenn Morris | 2009-09-15 | 1 | -25/+26 | |
| | | | | Delete trailing whitespace. | |||||
* | Improve commenting convention. | Stefan Monnier | 2009-08-30 | 1 | -125/+111 | |
| | | | | (calc-digit-map, toplevel): Simplify. | |||||
* | * paths.el (abbrev-file-name): Move to abbrev.el. | Stefan Monnier | 2009-08-29 | 1 | -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 Belanger | 2009-08-24 | 1 | -2/+52 | |
| | | | | (calc-simplify): Simplify trig functions when asked. | |||||
* | Use forward-line rather than goto-line. | Glenn Morris | 2009-08-22 | 1 | -5/+8 | |
| | ||||||
* | Use help-print-return-message rather than the now obsolete alias. | Glenn Morris | 2009-08-21 | 1 | -4/+4 | |
| | ||||||
* | (calc-graph-plot): Set calc-graph-last-device to "windows" when "pgnuplot" | Eli Zaretskii | 2009-08-07 | 1 | -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 Zaretskii | 2009-08-07 | 1 | -1/+1 | |
| | ||||||
* | calc-mode.el (calc-matrix-brackets): Remove "P" from prompt. | Jay Belanger | 2009-07-30 | 1 | -1/+1 | |
| | ||||||
* | (calc-mode-map): Add keybinding for `calc-transpose-lines'. | Jay Belanger | 2009-07-29 | 1 | -0/+1 | |
| | ||||||
* | (calc-transpose-lines): New function. | Jay Belanger | 2009-07-29 | 1 | -1/+114 | |
| | ||||||
* | (calc-undo-length): New variable. | Jay Belanger | 2009-07-21 | 1 | -1/+14 | |
| | | | | (calc-quit): Truncate rather than eliminate `calc-undo-list'. | |||||
* | (calc-embedded-make-info): Don't force when `calc-embedded-word' is | Jay Belanger | 2009-07-06 | 1 | -1/+1 | |
| | | | | called twice. | |||||
* | (math-use-emacs-fn): Make sure that the number is formatted correctly. | Jay Belanger | 2009-07-03 | 1 | -1/+5 | |
| | ||||||
* | (calc-graph-plot): Avoid assignment to free variable `filename'. | Glenn Morris | 2009-06-23 | 1 | -4/+4 | |
| | ||||||
* | (calc-mode): Replace `copy-list' with `copy-sequence'. | Jay Belanger | 2009-04-27 | 1 | -1/+1 | |
| | ||||||
* | (calc-set-mode-line): Check to make sure that the correct Calc buffer | Jay Belanger | 2009-04-26 | 1 | -1/+4 | |
| | | | | | gets "Embed" in the mode line. (calc-mode): Copy stack list for additional Calc buffers. | |||||
* | (calc-buffer-list): New variable. | Jay Belanger | 2009-03-30 | 1 | -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 Belanger | 2009-03-30 | 1 | -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 Belanger | 2009-02-21 | 1 | -1/+3 | |
| | ||||||
* | (calc-sel-expand-formula): Simplify expanded denominator. | Jay Belanger | 2009-01-27 | 1 | -1/+2 | |
| | ||||||
* | (cal-sel-mult-both-sides): Add an option to expand the denominator. | Jay Belanger | 2009-01-27 | 1 | -6/+10 | |
| | ||||||
* | Mention change to `j *'. | Jay Belanger | 2009-01-27 | 1 | -0/+3 | |
| | ||||||
* | (calcFunc-apart): Improve test for rational functions. | Jay Belanger | 2009-01-24 | 1 | -15/+17 | |
| | ||||||
* | (math-compose-tex-sqrt): New function (previously commented out). | Jay Belanger | 2009-01-11 | 1 | -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 Morris | 2009-01-09 | 1 | -2/+2 | |
| | ||||||
* | Replace last-command-char with last-command-event. | Glenn Morris | 2009-01-09 | 12 | -61/+61 | |
| | ||||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 45 | -46/+46 | |
| | ||||||
* | (calcFunc-collect): Normalize the coefficients of the | Jay Belanger | 2008-11-26 | 1 | -2/+1 | |
| | | | | polynomial rather than the whole polynomial. | |||||
* | (calc-settings-file, calc-language-alist) | Jay Belanger | 2008-11-25 | 1 | -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 Morris | 2008-11-20 | 1 | -1/+1 | |
| | ||||||
* | * calc/calc-units.el (math-units-table): Doc fix. | Juanma Barranquero | 2008-11-19 | 1 | -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 Belanger | 2008-11-19 | 1 | -0/+1 | |
| | ||||||
* | (calc-quit): Use `window-full-width-p' to check window width. | Jay Belanger | 2008-11-05 | 1 | -1/+4 | |
| | ||||||
* | (calc-quit): Make sure that the keypad buffer exists before delete its windows. | Jay Belanger | 2008-11-04 | 1 | -1/+1 | |
| | ||||||
* | (calcFunc-collect): Return constant polynomial when appropriate. | Jay Belanger | 2008-11-03 | 1 | -1/+1 | |
| | ||||||
* | Mention `calc-embedded-word-regexp'. | Jay Belanger | 2008-10-10 | 1 | -0/+3 | |
| | ||||||
* | (calc-embedded-make-info): Use `calc-embedded-word-regexp' to find word. | Jay Belanger | 2008-10-10 | 1 | -10/+20 | |
| | ||||||
* | (calc-embedded-word-regexp, calc-embedded-word-regexp-alist): | Jay Belanger | 2008-10-10 | 1 | -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 Belanger | 2008-10-06 | 1 | -2/+2 | |
| | ||||||
* | (math-standard-units): Update the values of the units. | Jay Belanger | 2008-10-06 | 1 | -58/+60 | |
| | ||||||
* | (math-standard-units): Add entries used to display the the values in the | Jay Belanger | 2008-09-30 | 1 | -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 Belanger | 2008-09-20 | 1 | -12/+18 | |
| | ||||||
* | (calc-convert-temperature): Use default units when appropriate. | Jay Belanger | 2008-09-17 | 1 | -13/+13 | |
| |