summaryrefslogtreecommitdiff
path: root/lisp/calc
Commit message (Collapse)AuthorAgeFilesLines
* (calc-mode-map): Remove old keybinding for `calc-yank'.Jay Belanger2008-05-131-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0645-270/+180
|
* Add .arch-inventory files in lisp/calc and lisp/calendarMiles Bader2008-04-231-0/+4
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1123
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-1036-36/+36
|
* New file.Juanma Barranquero2008-04-091-0/+2
|
* * calc/calc.el: Load "cal-loaddefs" rather than set up autoloads manually.Stefan Monnier2008-04-085-232/+282
| | | | | | | | | (calc-mode-map, calc-digit-map, calc-dispatch-map): Move initialization into declaration. * calc/calc-yank.el: * calc/calc-misc.el: * calc/calc-embed.el: * calc/calc-aent.el: Add autoload cookies and set generated-autoload-file.
* (calc-init-extensions): Add `calc-kron' and `calcFunc-kron' to autoloads.Jay Belanger2008-04-071-2/+3
| | | | Add keybinding for `calc-kron'.
* (calcFunc-kron, calc-kron): New functions.Jay Belanger2008-04-071-0/+40
|
* (calc-init-extensions): Remove keybinding assignments for `calc-yank'.Jay Belanger2008-04-011-2/+0
|
* Autoload `calc-yank'.Jay Belanger2008-04-011-1/+5
| | | | (calc-mode-map): Add keybindings for `calc-yank'.
* (calc-read-var-name-history): New variable.Jay Belanger2008-03-261-1/+6
| | | | (calc-read-var-name): Use `calc-read-var-name-history'.
* (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)Jay Belanger2008-03-231-146/+196
| | | | | | | | | | | | | | | | | (calc-gnuplot-default-device, calc-gnuplot-default-output) (calc-gnuplot-print-device, calc-gnuplot-print-output) (calc-gnuplot-geometry, calc-graph-default-resolution) (calc-graph-default-resolution-3d, calc-invocation-macro) (calc-trail-pointer, calc-trail-overlay, calc-undo-list) (calc-redo-list, calc-main-buffer, calc-trail-buffer, calc-why) (calc-last-kill, calc-dollar-values, calc-dollar-used) (calc-hashes-used, calc-quick-prev-results, calc-said-hello) (calc-executing-macro, calc-any-selections, calc-help-phase) (calc-full-help-flag, calc-refresh-count, calc-display-dirty) (calc-embedded-info, calc-embedded-active, calc-standalone-flag) (var-EvalRules, math-expr-function-mapping, math-expr-variable-mapping) (calc-mode-map, calc-digit-map, calc-dispatch-map, calc-do-dispatch) (calc-read-key-sequence, calc-create-buffer, calc-quit): Add docstrings.
* Remove outdated comments.Jay Belanger2008-03-201-61/+7
| | | | | | (defcalcmodevar, calc-mode-var-list-restore-default-values) (calc-mode-var-list-restore-saved-values, calc-autorange-units): Add docstrings.
* (calc-extended-command-history): New variable.Jay Belanger2008-03-051-1/+6
| | | | (calc-exectute-extended-command): Use `calc-extended-command-history'.
* Re-added calc-menu.el to fix persmissions.Bastien Guerry2008-02-271-0/+1429
|
* Removed calc-menu.el. Next commit will add it again and fix the permissions.Bastien Guerry2008-02-271-1429/+0
|
* Fix comment typo.Glenn Morris2008-02-211-1/+1
|
* (math-sin-raw): Add optional argument to keep track ofJay Belanger2008-02-211-7/+9
| | | | | | | original argument. (math-cos-raw): Use optional argument when calling math-sin-raw. (math-sin-raw-2, math-cos-raw-2): Check for a zero argument with close to original precision.
* Add 2008 to copyright years.Glenn Morris2008-01-092-2/+2
|
* Merge from emacs--rel--22Miles Bader2008-01-0842-43/+43
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-0742-43/+43
| |
| * (calc-full-help): Use emacs-copyright.Glenn Morris2008-01-071-2/+2
| |
* | * erc-ibuffer.el (erc-channel-modes):Stefan Monnier2008-01-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bs.el (bs--sort-by-mode, bs--get-mode-name): * imenu.el (imenu-add-to-menubar): * makesum.el (make-command-summary): * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu): * msb.el (msb--mode-menu-cond): * calc/calc-embed.el (calc-do-embedded): * emacs-lisp/helper.el (Helper-describe-mode): * mail/emacsbug.el (report-emacs-bug): * progmodes/hideshow.el (hs-grok-mode-type): * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function): * textmodes/table.el (*table--cell-describe-mode): Pass mode-name through format-mode-line.
* | (calc-convert-temperature): Ensure that units are on the resultJay Belanger2007-12-311-3/+8
| | | | | | | | even when the result is zero.
* | (calc-arithmetic-menu, calc-scientific-function-menu)Jay Belanger2007-12-291-82/+276
| | | | | | | | | | | | | | | | (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu) (calc-units-menu, calc-variables-menu, calc-stack-menu): Add :active keywords. (calc-modes-menu): Add complex formats, remaining languages.
* | (math-complex-format): Add giac.Jay Belanger2007-12-291-0/+2
| |
* | (calc-init-extensions): Autoload commands to change languages.Jay Belanger2007-12-291-0/+1
| |
* | Mention new languages.Jay Belanger2007-12-291-0/+2
| |
* | (calc-modes-menu): Add new languages.Jay Belanger2007-12-291-1/+22
| |
* | (calc-yacas-language, calc-maxima-language, calc-giac-language)Jay Belanger2007-12-291-0/+618
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (math-yacas-parse-Sum, math-yacas-compose-sum) (math-yacas-compose-deriv, math-yacas-compose-taylor) (math-maxima-parse-subst, math-maxima-parse-taylor) (math-maxima-compose-taylor, math-maxima-compose-subst) (math-maxima-compose-if, math-lang-switch-args) (math-lang-compose-switch-args, math-read-giac-subscr): New functions. (calc-lang-allow-underscores, calc-lang-allow-percentsigns) (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex): Add languages. (math-vector-brackets, math-complex-format, math-variable-table) (math-parse-table, math-oper-table, math-function-table) (math-special-function-table, math-compose-subscr): Add values for new languages.
* | (calc-d-prefix-help): Add new languages.Jay Belanger2007-12-291-0/+1
| |
* | (calc-init-extensions): Add keybindings for new languages.Jay Belanger2007-12-291-0/+3
| |
* | (calc-language): Add languages to docstring.Jay Belanger2007-12-291-0/+3
| |
* | (math-compose-expr): Add new languages.Jay Belanger2007-12-291-0/+3
| |
* | (math-read-token): Fix misplaced parentheses.Jay Belanger2007-12-291-2/+2
| |
* | (math-remove-percentsigns): Change placeholder for percent signs.Jay Belanger2007-12-271-3/+1
| |
* | (math-to-percentsigns): Change placeholder for percent signs.Jay Belanger2007-12-271-4/+2
| |
* | (math-to-percentsigns): New function.Jay Belanger2007-12-261-3/+16
| | | | | | | | | | (math-compose-var): Handle variables with percent signs. (math-compose-expr): Handle function names with percent signs.
* | (math-to-percentsigns): Declare as function.Jay Belanger2007-12-261-14/+40
| | | | | | | | | | | | (math-read-exprs): Handle percent signs in languages that allow them. (math-restore-underscores): Remove function. (math-remove-percentsigns,math-restore-placeholders): New functions.
* | (calc-lang-allow-percentsigns): Declare as a variable.Jay Belanger2007-12-261-0/+1
| |
* | (calc-lang-allow-percentsigns): New variable.Jay Belanger2007-12-261-0/+2
| |
* | (math-restore-underscores, math-string-restore-underscores):Jay Belanger2007-12-121-1/+17
| | | | | | | | | | | | New functions. (math-read-factor): Properly check variable names with underscores for entries in `math-expr-variable-mapping'.
* | (calc-set-mode-line): Use `math-lang-name' to set language name.Jay Belanger2007-12-111-2/+2
| |
* | (calc-lang-name): New property name.Jay Belanger2007-12-111-0/+3
| |
* | * erc-stamp.el (erc-echo-timestamp):David Kastrup2007-12-085-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * erc-lang.el (language): * erc-backend.el (erc-server-connect): Fix buggy call to `message'. * gnus-sum.el (gnus-summary-simplify-subject-query): * ecomplete.el (ecomplete-display-matches): Fix buggy call to `message'. * textmodes/reftex.el (reftex-select-with-char): * textmodes/reftex-toc.el (reftex-toc-do-promote) (reftex-toc-visit-location, reftex-toc-find-section): * textmodes/reftex-index.el (reftex-index-show-entry): * textmodes/org.el (org-cycle-hide-archived-subtrees) (org-table-rotate-recalc-marks, org-mark-ring-push) (org-follow-info-link, org-mhe-get-message-folder-from-index) (org-auto-repeat-maybe, org-store-log-note, org-delete-property) (org-evaluate-time-range, org-edit-agenda-file-list): * textmodes/artist.el (artist-select-next-op-in-list) (artist-select-prev-op-in-list): * term/mac-win.el (mac-service-insert-text): * startup.el (fancy-about-screen): * progmodes/vhdl-mode.el (vhdl-decision-query): * progmodes/idlwave.el (idlwave-template) (idlwave-scroll-completions, idlwave-display-completion-list): * progmodes/ebrowse.el (ebrowse-show-progress): * progmodes/cperl-mode.el (cperl-find-pods-heres): * progmodes/antlr-mode.el (antlr-insert-option-do): * play/mpuz.el (mpuz-close-game): * net/rcirc.el (rcirc-next-active-buffer): * mail/reporter.el (reporter-update-status): * kmacro.el (kmacro-display): * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): * emulation/viper-util.el (viper-save-setting): * emacs-lisp/lisp-mnt.el (lm-verify): * emacs-lisp/edebug.el (edebug-set-mode): * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun): * calendar/calendar.el (calendar-print-day-of-year): * calc/calcalg3.el (calc-curve-fit): * calc/calcalg2.el (math-integral): * calc/calc.el (calc-read-key-sequence, calc-version): * calc/calc-mode.el (calc-set-simplify-mode): * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
* | (math-compose-var): Adjust declaration.Jay Belanger2007-12-021-23/+24
| | | | | | | | (math-var-formatter, math-compose-tex-var): Use adjusted `math-compose-var'.
* | (math-compose-var): Adjust argument list.Jay Belanger2007-12-021-16/+17
| | | | | | | | (math-compose-expr): Use adjusted `math-compose-var'.
* | (math-compose-var): Fix declaration.Jay Belanger2007-12-021-2/+2
| |
* | (math-compose-vector, math-compose-var, math-tex-expr-is-flat):Jay Belanger2007-12-021-6/+529
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Declare as functions. (calc-lang-slash-idiv, calc-lang-allow-underscores) math-comp-left-bracket, math-comp-right-bracket, math-comp-comma) (math-comp-vector-prec): Declare as variables. (math-var-formatter, math-matrix-formatter,math-lang-adjust-words) (math-lang-read-symbol, math-land-read, math-punc-table) (math-compose-subscr,math-dots,math-func-formatter): New property names to store language specific information. (math-compose-tex-var, math-compose-tex-intv) (math-compose-maple-intv, math-compose-eqn-intv, math-compose-tex-sum) (math-compose-tex-func, math-compose-tex-intv): New functions. (math-eqn-ignore-words,math-tex-ignore-words,math-latex-ignore-words): Move from calc.el. (math-special-function-table): Add entries for tex. (calc-lang-slash-idiv, calc-lang-allows-underscores): New variables. (math-compose-latex-frac): Rename from `math-latex-print-frac'. (math-compose-tex-matrix, math-compose-eqn-matrix) (math-eqn-special-functions): Move from calccomp.el
* | (calc-lang-slash-idiv,calc-lang-allow-underscores,calc-lang-c-type-hex)Jay Belanger2007-12-021-29/+10
| | | | | | | | | | | | | | | | (calc-lang-brackets-are-subscripts, calc-lang-parens-are-subscripts): New variables. (math-expr-special-function-mapping): Remove variable. (math-eqn-ignore-words, math-tex-ignore-words, math-latex-ignore-words): Move to calc-lang.el.