1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
Jay Belanger
09ea57eaca Update copyright year. 2006-02-05 16:31:42 +00:00
Jay Belanger
3b2fad43c8 Change calcFunc-writeoutpower and calc-writeoutpower to
calcFunc-powerexpand and calc-powerexpand in autoloads.
Add calcFunc-ldiv to autoloads.
2005-11-14 20:13:25 +00:00
Jay Belanger
cbd4e89bea Add functions to autoloads.
(math-identity-matrix-p, math-ident-row-p): New functions.
2005-10-28 03:51:00 +00:00
Jay Belanger
58ba2f8f07 Update copyright information. 2005-07-14 20:05:30 +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
Thien-Thi Nguyen
f8fc52569f Update years in copyright notice; nfc. 2005-05-17 19:08:39 +00:00
Jay Belanger
2833f4219a (calc-init-extensions): Add `calc-copy-special-constant'. 2005-05-16 03:52:38 +00:00
Jay Belanger
2f432506f6 Add `calc-embedded-preserve-modes' to autoloads.
(calc-init-extensions): Add binding for `calc-embedded-preserve-modes'.
2005-05-08 05:00:35 +00:00
Jay Belanger
8f4a8efc46 (calc-read-number-fancy): Replace string-to-int by string-to-number. 2005-05-02 19:41:55 +00:00
Jay Belanger
86c88be7eb Add functions to autoloads. 2005-02-15 19:24:49 +00:00
Jay Belanger
86e3afd3bd (math-read-big-expr): Make LaTeX the default TeX mode. 2005-01-31 21:52:49 +00:00
Jay Belanger
4617278c25 Add calc-latex-language to autoloads.
(calc-mode-map): Add calc-latex-language.
2005-01-31 06:23:04 +00:00
Jay Belanger
3a91dd3e50 (calc-fancy-prefix-other-key): Set prefix arg. 2005-01-21 05:43:09 +00:00
Jay Belanger
7679290d6e (calc-fancy-prefix-other-key): Don't clear flags if the last command
was a tab or M-tab.
2005-01-19 16:49:06 +00:00
Jay Belanger
980bb32d09 (calc-reset): Reset when inside an embedded calculator; only reset when
point is inside a calculator.
2005-01-11 05:06:00 +00:00
Jay Belanger
24193b8ddf (calc-reset): Don't adjust the window height if the window takes up
the whole height of the frame.
2005-01-10 16:54:15 +00:00
Jay Belanger
9ab8041d24 (calc-reset): Restore saved values of variables instead of default
values (restore default values with a 0 argument).
2005-01-09 15:55:08 +00:00
Jay Belanger
19649cc93c (math-read-replacement-list, math-read-superscripts): Move to
calc-aent.el.
(math-read-preprocess-string): Move to calc-aent.el.
2004-12-08 06:10:56 +00:00
Jay Belanger
93d8d5a8b0 (calc-inverse, calc-hyperbolic): Add more checks. 2004-12-01 21:03:24 +00:00
Jay Belanger
d5639b35f7 (calc-inverse, calc-hyperbolic): Give more thorough messages. 2004-12-01 20:57:30 +00:00
Jay Belanger
1b303b2cc0 Remove dummy autoloading functions from autoloads.
(calc-load-everything, math-defsimplify): Replace dummy autoloading
functions by require statements.
(math-defsimplify): Move to calc-alg.el, added to autoloads.
2004-11-30 17:06:07 +00:00
Jay Belanger
6697b53cd3 Move require to end of file.
Remove redundant loading of calc.
(calc-extensions-loaded): Remove unnecessary variable.
(calc-extensions): Remove unnecessary function.
(calc-load-everything): Replace calc-need-macros by appropriate require.
2004-11-29 05:54:53 +00:00
Jay Belanger
90b4409729 (calc-command-flags, calc-gnuplot-buffer, calc-gnuplot-input)
(math-normalize-a, math-integral-cache): Declare them.
2004-11-27 04:09:24 +00:00
Jay Belanger
66c2cf664e (math-read-replacement-list, math-read-superscripts): New variables.
(math-read-preprocess-string): New function.
(math-read-expr): Filter input through math-read-preprocess-string.
2004-11-23 05:56:40 +00:00
Jay Belanger
c308c46341 (math-read-big-expr, math-read-big-bigp): Replace variable lines by
math-read-big-lines.
(math-read-big-expr): Replace variables the-baseline, the-h2
and err-msg by math-read-big-baseline, math-read-big-h2 and
math-read-err-msg.
(math-read-big-bigp): Replace variable h2 with math-rb-h2.
2004-11-22 04:52:48 +00:00
Jay Belanger
e528df0df8 (math-defsimplify): Changed the argument in the created function to
math-simplify-expr.
2004-11-17 19:22:31 +00:00
Jay Belanger
fe1f8500f8 (math-defcache): Use defvar for the new variables it creates. 2004-11-11 20:16:15 +00:00
Jay Belanger
e59b8655da (math-read-expr): Use declared variables math-exp-pos,
math-exp-old-pos, math-exp-str, math-exp-token,
math-exp-keep-spaces.
2004-11-11 05:50:09 +00:00
Jay Belanger
722401eb12 (calc-init-extensions): Remove old code.
(math-expr-data, math-mt-many, math-mt-func, calc-z-prefix-buf)
(calc-z-prefix-msgs):  New variables.

(calc-z-prefix-help, calc-user-function-list):  Use declared variables
calc-z-prefix-buf, calc-z-prefix-msgs.

(math-normalize-nonstandard):  Use declared variable math-normalize-a.

(math-map-tree, math-map-tree-rec):  Use declared variables
math-mt-many, math-mt-func.

(math-read-expression, math-read-string):  Use declared variable math-expr-data.
2004-11-09 20:29:34 +00:00
Jay Belanger
5f16f8be79 (calc-init-extensions): Bound calc-yank to mouse-2. 2004-11-09 04:49:01 +00:00
Jay Belanger
da8937c1f8 (calc-fancy-prefix): Removed emacs version check. 2004-10-19 14:41:50 +00:00
Jay Belanger
4ebcaf0ef8 (calc-init-extensions): Define calc-alg-map' and calc-alg-esc-map'
for current Emacs.
2004-10-19 14:21:31 +00:00
Stefan Monnier
e1fbd956b0 Add comment. 2004-03-26 15:30:42 +00:00
Andreas Schwab
79cd7893f4 (calc-do-prefix-help): Remove extra format
string argument.
2004-02-08 22:40:16 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
a1506d2977 Trailing whitepace deleted. 2003-02-04 13:24:35 +00:00
Deepak Goel
6e1c888ad0 Add new maintainer (deego). 2003-01-15 15:16:25 +00:00
Colin Walters
2528da6a32 (calc-reset): Don't bind `executing-kbd-macro'. Call
`calc-flush-caches' with inhibit-msg arg.
(calc-change-mode): Remove extra arg for `calc-save-modes'.
2002-09-30 04:24:40 +00:00
Miles Bader
4813c36271 (calc-init-extensions): Add binding for `d@'.
(calc-toggle-banner): New function.
2002-05-30 01:05:21 +00:00
Colin Walters
960e24e7bd (calc-scroll-left): Call scroll-left interactively, so they do something.
(calc-scroll-right): Ditto.
2002-02-26 19:54:21 +00:00
Pavel Janík
f0529b5b1a Doc fix. 2001-12-20 19:01:00 +00:00
Colin Walters
4fdb78a13a (calc-init-extensions): Update the rest of the autoload names to match
files renamed on initial calc import.
2001-11-24 20:51:34 +00:00
Pavel Janík
0508150294 Delete empty lines at the end of file. 2001-11-23 06:06:41 +00:00
Colin Walters
3132f345bc Change all toplevel setq' forms to defvar' forms, and move them
before their first use.  Use `when', `unless'.  Remove trailing
periods from error forms.  Add description and headers suggested by
Emacs Lisp coding conventions.
2001-11-19 07:44:56 +00:00
Colin Walters
cce7e5a603 (calcFunc-evalv): Use defalias' instead of fset' and
`symbol-function'.

Style cleanup; don't put closing parens on their
own line, add "foo.el ends here" to each file, and update
copyright date.
2001-11-14 09:03:32 +00:00
Eli Zaretskii
273bd54120 (calc-init-extensions): Update autoload names
to match files renamed on initial calc import.
2001-11-12 11:43:16 +00:00
Eli Zaretskii
8391faa18f (toplevel): Require calc.
(calc-fancy-prefix-map): New.
(calc-fancy-prefix): Use it.
(calc-fancy-prefix-other-key): New.
2001-11-11 10:25:50 +00:00
Eli Zaretskii
136211a997 Initial import of Calc 2.02f. 2001-11-06 18:59:06 +00:00