Jay Belanger
|
f10b7b1b5a
|
calc/calc-embed.el (calc-embedded-set-modes): Use
`calc-mode-var-list' correctly.
|
2004-09-15 16:49:04 +00:00 |
|
Jay Belanger
|
7b2cda3878
|
calc/calc.el (calc-mode-var-list): Define this variable.
(calc-always-load-extensions, calc-line-numbering,
calc-line-breaking, calc-display-just, calc-display-origin,
calc-number-radix, calc-leading-zeros, calc-group-digits,
calc-group-char, calc-point-char, calc-frac-format,
calc-prefer-frac, calc-hms-format, calc-date-format,
calc-float-format, calc-full-float-format, calc-complex-format,
calc-complex-mode, calc-infinite-mode, calc-display-strings,
calc-matrix-just, calc-break-vectors, calc-full-vectors,
calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets,
calc-matrix-brackets, calc-language, calc-language-option,
calc-left-label, calc-right-label, calc-word-size,
calc-previous-modulo, calc-simplify-mode, calc-auto-recompute,
calc-display-raw, calc-internal-prec, calc-angle-mode,
calc-algebraic-mode, calc-incomplete-algebraic-mode,
calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix,
calc-window-height, calc-display-trail, calc-show-selections,
calc-use-selections, calc-assoc-selections,
calc-display-working-message, calc-auto-why , calc-timing,
calc-mode-save-mode, calc-standard-date-formats,
calc-autorange-units, calc-was-keypad-mode, calc-full-mode,
calc-user-parse-tables, 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-show-banner): Give these values as
part of `calc-mode-var-list's initialization after the variables
are declared with defvar.
|
2004-09-15 16:48:19 +00:00 |
|
Stefan Monnier
|
e1fbd956b0
|
Add comment.
|
2004-03-26 15:30:42 +00:00 |
|
Stefan Monnier
|
6a3ed0641c
|
(calc-mode-map): Use mapc.
|
2004-03-26 15:29:13 +00:00 |
|
Eli Zaretskii
|
bc47b3f8c5
|
(calc-do-embedded-activate): Add autoload
cookie. Don't check if we are looking-at open-formula.
|
2004-02-16 17:16:22 +00:00 |
|
Andreas Schwab
|
79cd7893f4
|
(calc-do-prefix-help): Remove extra format
string argument.
|
2004-02-08 22:40:16 +00:00 |
|
Andreas Schwab
|
1e9a52a584
|
(calc-convert-time-zones): Fix format string.
|
2004-02-08 22:39:49 +00:00 |
|
Andreas Schwab
|
ab5a176572
|
(calc-get-operator): Remove extra format
string argument.
|
2004-02-08 22:39:28 +00:00 |
|
Miles Bader
|
ab5796a9f9
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
|
Deepak Goel
|
877d0199ee
|
Alias UTC to GMT.
|
2003-03-16 20:26:43 +00:00 |
|
Juanma Barranquero
|
4a72380522
|
(calc-macro-edit-variable): Fix character constant.
|
2003-02-18 11:00:10 +00:00 |
|
Juanma Barranquero
|
9b80830ca2
|
(calc-graph-plot): Fix character constant.
|
2003-02-18 10:58:50 +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 |
|
Deepak Goel
|
442a3e38fc
|
*** empty log message ***
|
2003-01-15 14:58:11 +00:00 |
|
Deepak Goel
|
e1d290e211
|
Add new maintainer (deego).
|
2003-01-15 14:56:17 +00:00 |
|
David Kastrup
|
11bfbbd26e
|
(calc-any-evaltos): Initialize to nil, since
calc-refresh-evaltos appears to need this.
|
2002-10-29 00:30:21 +00:00 |
|
David Kastrup
|
2c6dfebbbb
|
(calcFunc-ln): In symbolic manipulations,
ln(-1) should be i*pi, not pi.
|
2002-10-09 16:00:16 +00:00 |
|
Colin Walters
|
20e97ae684
|
(calc-kbd-report, calc-kbd-query): Don't bind `executing-kbd-macro'
and `defining-kbd-macro'.
|
2002-09-30 04:25:38 +00:00 |
|
Colin Walters
|
b27614ceff
|
(calc-save-modes): Remove quiet' arg; Don't bind executing-kbd-macro'.
|
2002-09-30 04:25:15 +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 |
|
Colin Walters
|
9b08ce78d2
|
(calc-flush-caches): Add optional arg `inhibit-msg'.
|
2002-09-30 04:23:37 +00:00 |
|
Colin Walters
|
80f952a297
|
(calc-dispatch-map): Actually set to keymap.
|
2002-09-29 14:48:27 +00:00 |
|
Colin Walters
|
730576f3ec
|
(calc-bug-address, calc-scan-for-dels, calc-stack)
(calc-stack-top, calc-always-load-extensions)
(calc-line-numbering, calc-line-breaking, calc-display-just)
(calc-display-origin, calc-number-radix, calc-leading-zeros)
(calc-group-digits, calc-group-char, calc-point-char)
(calc-frac-format, calc-prefer-frac, calc-hms-format)
(calc-date-format, calc-float-format, calc-complex-format)
(calc-full-float-format, calc-complex-mode, calc-infinite-mode)
(calc-display-strings, calc-matrix-just, calc-break-vectors)
(calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
(calc-vector-brackets, calc-matrix-brackets, calc-language)
(calc-language-option, calc-function-open, calc-function-open)
(calc-function-close, calc-language-output-filter)
(calc-language-input-filter, calc-radix-formatter)
(calc-left-label, calc-right-label, calc-word-size)
(calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
(calc-display-raw, calc-internal-prec, calc-inverse-flag)
(calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
(calc-algebraic-mode, calc-incomplete-algebraic-mode)
(calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
(calc-window-height, calc-display-trail, calc-show-selections)
(calc-use-selections, calc-assoc-selections)
(calc-display-working-message, calc-auto-why, calc-timing)
(calc-display-sci-high, calc-display-sci-low, calc-other-modes)
(calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
Make into real defvars.
(calc-mode-var-list): Delete.
(calc-mode-save-mode, calc-standard-date-formats)
(calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
(calc-user-parse-tables, 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-show-banner): Make into defvars,
taken from `calc-mode-var-list'.
(calc-emacs-type-epoch, calc-emacs-type-19)
(calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
(calc-version, calc-version-date, calc-trail-pointer)
(calc-trail-overlay, calc-undo-list, calc-redo-list)
(calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
(calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
(calc-last-kill, calc-previous-alg-entry, 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-prepared-composition)
(calc-selection-cache-default-entry, calc-embedded-info)
(calc-embedded-active, calc-standalone-flag, var-EvalRules)
(math-eval-rules-cache-tag, math-radix-explicit-format)
(math-expr-function-mapping, math-expr-variable-mapping)
(math-read-expr-quotes, math-working-step, math-working-step-2)
(var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
defvars, from toplevel setq.
(calc-mode-map): Set up keymap in more modern fashion.
(calc-dispatch-map): Ditto.
(calc-command-flags, calc-final-point-line)
(calc-final-point-column): Defvar.
(calc-do): Use `save-current-buffer' instead of `save-excursion'.
(sel-mode): Defvar.
(calc-any-evaltos): Ditto.
(calc-buffer, calc-prev-char, calc-prev-prev-char)
(calc-digit-value): Ditto.
(math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
(math-sub-bignum): Bind `diff'.
(calc-selection-cache-entry): Defvar.
(calc-count-lines): Reference `pos' instead of `newpos'.
|
2002-09-27 04:55:22 +00:00 |
|
Colin Walters
|
558f9ba1c1
|
(calc-mode): Add font-lock-defontify to change-major-mode-hook.
|
2002-09-18 16:47:48 +00:00 |
|
David Kastrup
|
2363bd8daa
|
(math-format-stack-value): Revert a broken
if->when replacement and reformat so that this does not happen
again. Fixes a pretty lethal line formatting/yanking bug.
|
2002-08-05 09:34:12 +00:00 |
|
Juanma Barranquero
|
6f8269719e
|
Fix typo.
|
2002-07-09 09:57:34 +00:00 |
|
Colin Walters
|
cd01230948
|
Use when', unless'.
(calc-trail-mode): Use an italic `font-lock-face'.
(calc-refresh): Ditto.
|
2002-06-12 05:11:22 +00:00 |
|
Miles Bader
|
a579b36f34
|
(calc-d-prefix-help): Add `@'.
|
2002-05-30 01:07:52 +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 |
|
Miles Bader
|
1501f4f67e
|
(calc-show-banner): New variable.
(calc-refresh): Only show banner if `calc-show-banner' is non-nil.
(calc-mode-var-list): Add `calc-show-banner'.
|
2002-05-30 01:04:15 +00:00 |
|
Colin Walters
|
be59410cd4
|
(math-standard-units): Update from CODATA.
|
2002-05-14 18:49:33 +00:00 |
|
Colin Walters
|
4cb72a5478
|
Revert previous change.
|
2002-04-14 05:51:31 +00:00 |
|
Colin Walters
|
91da64426a
|
(math-format-number): Load `calc-ext' before we call
`math-group-float'.
|
2002-04-14 05:50:05 +00:00 |
|
Colin Walters
|
23cbf556ab
|
(math-format-radix-float): Load calc-ext' before we call math-group-float'.
|
2002-04-14 01:51:15 +00:00 |
|
Colin Walters
|
afa717ec93
|
(calc-init-base): Ditto.
|
2002-03-29 23:00:21 +00:00 |
|
Colin Walters
|
59f4b0804d
|
(calc-delete-windows-keep): Function deleted.
|
2002-03-29 22:55:53 +00:00 |
|
Colin Walters
|
1cc6997c38
|
(calc-was-split): Var deleted.
(calc): Remove reference to it.
(calc): Ditto.
(calc-quit): Ditto.
|
2002-03-29 22:55:39 +00:00 |
|
Colin Walters
|
2c37c14bd0
|
(calc-gnuplot-tempfile): Don't expand against
`temporary-file-directory'; we now do that in `calc-graph-file-cache'.
(calc-temp-file-name): Use `make-temp-file'.
|
2002-03-01 01:18:37 +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 |
|
Colin Walters
|
a9c76ab2e6
|
(math-solve-get-sign): Convert integer to string.
|
2002-02-24 01:14:55 +00:00 |
|
Colin Walters
|
67dbc846a9
|
(calc-invent-variables): Convert integer to string.
|
2002-02-23 21:33:19 +00:00 |
|
Colin Walters
|
88258edfb6
|
(math-solve-get-int): Convert return value from
`math-get-from-counter' to a string before calling `concat' on it.
|
2002-02-18 20:06:20 +00:00 |
|
Colin Walters
|
418685d8e3
|
(calc-split-manual): Look for calc.texi.
(calc-public-autoloads): Obsolete; remove.
(calc-private-autoloads): Ditto.
(calc-add-autoloads): Ditto.
|
2002-02-18 20:06:07 +00:00 |
|
Colin Walters
|
061b2cc1e5
|
(calc-with-default-simplification): Use &rest for body.
|
2002-02-18 20:05:49 +00:00 |
|
Andreas Schwab
|
cd01f5b91c
|
(calcDigit-key): Use minibuffer-prompt-end instead of point-min.
|
2002-02-08 12:32:18 +00:00 |
|
Pavel Janík
|
f0529b5b1a
|
Doc fix.
|
2001-12-20 19:01:00 +00:00 |
|
Pavel Janík
|
0ff9b955fe
|
Doc fixes.
|
2001-12-20 18:59:32 +00:00 |
|
Colin Walters
|
906bd0efe9
|
(Commentary): Cleanup, and add logistic curve fitting suggestion from
Robert J. Chassell <bob@rattlesnake.com>.
|
2001-11-24 22:34:26 +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 |
|