Commit graph

409 commits

Author SHA1 Message Date
Jay Belanger
b682966a61 (calc-integral): With an argument, compute the definite integral. 2005-10-11 19:41:48 +00:00
Jay Belanger
16d661843e (math-check-known-square-matrixp): Change order in which value is checked. 2005-10-10 19:59:18 +00:00
Jay Belanger
bbcaa3e3b6 (calc-matrix-mode, calc-set-mode-line): Change the mode name `square'
to 'sqmatrix'.
2005-10-10 19:41:08 +00:00
Jay Belanger
91f4e54616 (calc-matrix-mode, math-get-modes-vec): Change the mode name `square'
to 'sqmatrix'.
2005-10-10 19:38:02 +00:00
Jay Belanger
3208fa650e (math-check-known-scalarp, math-check-known-matrixp): Check the values of
arguments that are variables.
(math-check-known-square-matrixp): New function.
(math-known-square-matrixp): Use math-check-known-square-matrixp.
(math-super-types): Add sqmatrix type.
2005-10-10 19:37:33 +00:00
Jay Belanger
8868c48e5a (calc-set-mode-line): Add square matrix option. 2005-10-07 21:18:47 +00:00
Jay Belanger
8fc5f8233b (math-expand-term): Check for matrices instead of checking
calc-matrix-mode when deciding how to expand.
2005-10-07 21:18:22 +00:00
Jay Belanger
d7b79b09b1 (calc-matrix-mode, math-get-modes-vec): Add square matrix option. 2005-10-07 21:18:01 +00:00
Jay Belanger
3f2f0fb736 (calc-do-keypad): Widen keypad window for fullscreen keypad.
Suggested by Luc Teirlinck.
(calc-keypad-show-input): Add space for formatting.
2005-10-07 21:15:52 +00:00
Jay Belanger
05d2820548 (math-known-square-matrixp): New function.
(math-pow-fancy): Check for matrices before distributing exponent
across products.
2005-10-07 21:15:19 +00:00
Jay Belanger
68f9050ff0 (math-oper-table): Raise the precedence of "/" in TeX mode. 2005-09-27 14:49:54 +00:00
Romain Francoise
5b76833fd5 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
* woman.el (woman-file-name):
	* wid-edit.el (widget-file-prompt-value)
	(widget-coding-system-prompt-value):
	* w32-fns.el (set-w32-system-coding-system):
	* vc.el (vc-version-diff, vc-annotate):
	* textmodes/reftex-auc.el (reftex-arg-cite)
	(reftex-arg-index-tag):
	* textmodes/refer.el (refer-get-bib-files):
	* textmodes/artist.el (artist-figlet-choose-font):
	* terminal.el (terminal-emulator):
	* replace.el (occur-read-primary-args):
	* rect.el (string-rectangle, string-insert-rectangle):
	* ps-print.el (ps-print-preprint):
	* progmodes/pascal.el (pascal-goto-defun):
	* progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
	* progmodes/compile.el (compilation-find-file):
	* printing.el (pr-interactive-n-up):
	* play/animate.el (animate-birthday-present):
	* net/rcompile.el (remote-compile):
	* man.el (man, Man-goto-section, Man-follow-manual-reference):
	* mail/rmailsum.el (rmail-summary-search-backward)
	(rmail-summary-search):
	* mail/rmailout.el (rmail-output-read-rmail-file-name)
	(rmail-output-read-file-name):
	* mail/rmail.el (rmail-search, rmail-search-backwards):
	* mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
	* locate.el (locate):
	* international/quail.el (quail-show-keyboard-layout):
	* international/mule.el (set-buffer-file-coding-system)
	(revert-buffer-with-coding-system, set-file-name-coding-system)
	(set-terminal-coding-system, set-keyboard-coding-system)
	(set-next-selection-coding-system):
	* international/mule-diag.el (describe-coding-system)
	(describe-font, describe-fontset):
	* international/mule-cmds.el (universal-coding-system-argument)
	(search-unencodable-char, describe-input-method)
	(set-language-environment, describe-language-environment):
	* international/codepage.el (codepage-setup):
	* international/code-pages.el (codepage-setup):
	* info.el (Info-search, Info-follow-reference)
	(Info-search-backward):
	* emacs-lisp/advice.el (ad-read-advised-function)
	(ad-read-advice-class, ad-clear-cache, ad-activate)
	(ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
	(ad-enable-advice, ad-disable-advice, ad-remove-advice)
	(ad-read-regexp):
	* ediff-util.el (ediff-toggle-regexp-match):
	* ediff-ptch.el (ediff-prompt-for-patch-file):
	* dired-aux.el (dired-diff):
	* diff.el (diff):
	* cus-edit.el (custom-variable-prompt):
	* calendar/timeclock.el (timeclock-ask-for-project):
	* calc/calcalg3.el (calc-get-fit-variables):
	* calc/calc-store.el (calc-edit-variable)
	(calc-permanent-variable):
	* vc-mcvs.el (vc-mcvs-register):
	* shadowfile.el (shadow-define-literal-group):
	* woman.el (woman-file-name):
	* vc.el (vc-version-diff, vc-merge):
	* textmodes/reftex-index.el (reftex-index-complete-tag):
	* format.el (format-decode-buffer, format-decode-region):
	* emulation/viper-cmd.el (viper-read-string-with-history):
	* emacs-lisp/debug.el (cancel-debug-on-entry):
	* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
	* ediff.el (ediff-merge-revisions)
	(ediff-merge-revisions-with-ancestor, ediff-revision):
	* completion.el (interactive-completion-string-reader):
	* calc/calc-prog.el (calc-user-define-formula):
	Follow convention for reading with the minibuffer.
2005-09-24 13:44:02 +00:00
Deepak Goel
5c08522d85 message format spec fixes, commit # 11 2005-09-18 12:42:35 +00:00
Jay Belanger
2ccc02f218 (math-expand-term): Multiply out the powers when in matrix mode. 2005-09-07 19:29:38 +00:00
Jay Belanger
58ba2f8f07 Update copyright information. 2005-07-14 20:05:30 +00:00
Jay Belanger
ed805bee9d Updated copyright information. 2005-07-14 19:30:13 +00:00
Jay Belanger
0124a115fe (calc-embedded-announce-formula-alist)
(calc-embedded-open-close-plain-alist)
(calc-embedded-open-close-mode-alist): Added checks for additional
major modes (due to Robert J. Chassell  <bob@rattlesnake.com>).
2005-07-11 06:43:39 +00:00
Jay Belanger
33739eb852 (calc-embedded-firsttime, calc-embedded-firsttime-buf,
calc-embedded-firsttime-formula): New variables.
(calc-do-embedded): Use calc-embedded-firsttime,
calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
determine whether or not to run hooks.
(calc-embedded-make-info) Set calc-embedded-firsttime-buf and
calc-embedded-firsttime-formula appropriately.
Set calc-embedded delimiter variables according to mode.
2005-07-09 03:42:56 +00:00
Jay Belanger
b2d2748d7a (calc-embedded-announce-formula-alist, calc-embedded-open-close-formula-alist,
calc-embedded-open-close-word-alist, calc-embedded-open-close-plain-alist,
calc-embedded-open-close-new-formula-alist, calc-embedded-open-close-mode-alist,
calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook,
calc-embedded-mode-hook): New variables.
2005-07-09 03:41:40 +00:00
Jay Belanger
2e2b4fbe92 (math-apply-units): Change the places in which units are simplified. 2005-07-08 04:32:51 +00:00
Juanma Barranquero
111a5355b7 (calc): Finish `defgroup' description with period.
(math-format-stack-value): "?\ " -> "?\s".
2005-07-04 02:39:37 +00:00
Juanma Barranquero
21adaa2843 Fix typo in title. 2005-06-21 11:14:28 +00:00
Jay Belanger
1705c02390 (calc-embedded-word): Change argument passed to calc-embedded.
(calc-embedded-make-info): Have plain prefix argument select entire line.
2005-05-31 19:24:27 +00:00
Jay Belanger
ed65ed86e1 (calc-bug-address): Fix docstring.
(calc-window-hook, calc-trail-window-hook): New variables.
(calc-trail-display): Use calc-trail-window-hook if it is non-nil.
(calc): Use calc-window-hook if it is non-nil.
2005-05-30 21:03:51 +00:00
Jay Belanger
dd168a3e47 (calc-user-invocation): Check if calc-invocation-macro is non-nil. 2005-05-30 02:49:54 +00:00
Jay Belanger
c622c18ec0 (calc-embedded-make-info): Adjust positioning of end of selected
region when an argument is given.
2005-05-28 05:36:16 +00:00
Jay Belanger
21646dd1cd (calc-embedded-make-info): When selecting region with positive prefix
argument, use end of line instead of beginning of next line.
2005-05-28 05:05:55 +00:00
Jay Belanger
f5a3eb30e9 (calc-alg-map): Declare it. 2005-05-28 04:41:46 +00:00
Jay Belanger
35cdbd3051 (calc-arg-values): Declare it. 2005-05-28 04:40:31 +00:00
Jay Belanger
9d871e6da5 (math-decls-cache, math-decls-all): Declare them. 2005-05-28 04:39:45 +00:00
Jay Belanger
e206ee4c1a (math-decls-cache-tag): Declare it. 2005-05-28 04:38:23 +00:00
Jay Belanger
430c8528fa (calc-help-map, calc-alg-map, calc-alg-esc-map): Declare them. 2005-05-28 04:37:43 +00:00
Jay Belanger
9ca6c34d5e (calc-embed-arg): New variable.
(calc-do-embedded-activate, calc-embedded-activate-formula)
(calc-embedded-edit, calc-do-embedded-activate)
(calc-embedded-make-info): Use new variable in place of undeclared variable.
2005-05-28 04:36:16 +00:00
Jay Belanger
1565a62070 (calc-info-goto-node): Use info instead of Info-goto-node. 2005-05-27 21:45:14 +00:00
Jay Belanger
f62a8348f0 (calc-kbd-query): Change error message. 2005-05-27 14:31:10 +00:00
Jay Belanger
fb9cc23825 (calc-kbd-report): Remove.
(calc-kbd-query): Rewrite.
2005-05-27 14:25:16 +00:00
Lute Kamstra
462789ab2a (calc): Specify customization group. 2005-05-27 12:14:21 +00:00
Jay Belanger
04e9c13cc2 (calc-language-alist): Remove extra defvar. 2005-05-26 18:02:06 +00:00
Lute Kamstra
d74fa98c01 (calc-mode, calc-trail-mode): Use run-mode-hooks. 2005-05-26 13:30:23 +00:00
Lute Kamstra
5c5fb26b81 (calc-edit-mode): Use run-mode-hooks. 2005-05-26 13:27:35 +00:00
Jay Belanger
562f26cb58 (calc-user-define-edit): Don't find substring of nil. 2005-05-26 12:24:05 +00:00
Jay Belanger
ed8060d98f (calc-invalidate-units-table): Use inhibit-read-only.
(math-build-units-table-buffer): Use view-mode.
2005-05-20 22:39:33 +00:00
Jay Belanger
be625312b0 (calc-graph-format-data): Make sure var-PlotRejects is bound before
trying to check its value.
2005-05-19 12:50:15 +00:00
Jay Belanger
ec249c7107 (calc-s-prefix-help): Add `calc-copy-special-constant' to help string. 2005-05-18 18:19:45 +00:00
Jay Belanger
bfdb6aebd9 (math-factor-poly-coefs): Make sure the terms in linear factors in proper
order.
2005-05-18 12:34:30 +00:00
Thien-Thi Nguyen
f8fc52569f Update years in copyright notice; nfc. 2005-05-17 19:08:39 +00:00
Jay Belanger
04587c6eb4 (calc-copy-special-constant): New function. 2005-05-16 03:55:11 +00:00
Jay Belanger
7337012df4 (calc-edit-format-macro-buffer): Add `calc-copy-special-constant'. 2005-05-16 03:54:05 +00:00
Jay Belanger
2833f4219a (calc-init-extensions): Add `calc-copy-special-constant'. 2005-05-16 03:52:38 +00:00
Jay Belanger
0dc72b8e4d (calc-store-value): Return a string rather than display it as a message.
Use calc-var-name for variable name.
(calc-store-into): Add the result of calc-store-value to message.
(calc-copy-variable): Add a message.
(calc-store-exchange): Improve error messages.
(calc-store-binary, calc-store-map): Don't reset the values of special constants.
2005-05-15 05:20:59 +00:00