Jay Belanger
b89c5b7158
(calc-digit-dots): Inhibit read-only before erasing minibuffer.
2004-10-25 13:57:20 +00:00
Jay Belanger
1480882c5f
(calc-alg-ent-map, calc-alg-ent-esc-map): Declared these variables
...
with defvar.
(calc-do-alg-entry): Since `calc-alg-ent-map' is bound, only check to
see if it is non-nil.
2004-10-21 19:20:11 +00:00
Stefan Monnier
22101fbb14
(calc-describe-bindings): Fix last change.
2004-10-21 19:09:46 +00:00
Jay Belanger
6e237e7298
(calc-graph-init): Use `set-process-query-on-exit-flag'
2004-10-21 15:41:15 +00:00
Jay Belanger
aa9208fbc7
(calcAlg-previous): Changed the regexp to the end of buffer regexp.
2004-10-19 15:34:38 +00:00
Jay Belanger
da8937c1f8
(calc-fancy-prefix): Removed emacs version check.
2004-10-19 14:41:50 +00:00
Jay Belanger
33f3d9aebb
(calc-graph-plot): Removed emacs version check.
2004-10-19 14:41:18 +00:00
Jay Belanger
ab079f7202
(calc-total-algebraic-mode): Removed error call that would be given
...
when the current emacs was used.
2004-10-19 14:39:57 +00:00
Jay Belanger
cecd4c2023
(calc-emacs-type-19, calc-emacs-type-epoch, calc-emacs-type-gnu19):
...
Removed.
(calc-digit-map, calc-read-key-sequence, calc-read-key): Removed
check for old emacs versions.
2004-10-19 14:36:47 +00:00
Jay Belanger
f1625eaa20
(calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
...
copy `esc-map'.
2004-10-19 14:22:47 +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
Jay Belanger
2061942c16
(calc-describe-bindings): Set `buffer-read-only' to nil while working
...
in the keybindings buffer; remove some extra information from the
keybindings buffer.
2004-10-18 19:13:16 +00:00
Jay Belanger
6fb690e298
(calc-help-function-list, calc-help-variable-list): New variables.
...
(calc-help-index-entries): New function.
(calc-describe-function): Use calc-help-function-list instead of
obarray for completion.
(calc-describe-variable): Use calc-help-variable-list instead of
obarray for completion.
2004-10-12 15:47:32 +00:00
Jay Belanger
749dadb57d
(calc-describe-copying, calc-describe-distribution, calc-describe-thing,
...
calc-describe-no-warranty, calc-describe-key): Go to appropriate info
node in one step.
2004-10-11 03:29:45 +00:00
Jay Belanger
65ce291b9c
(calc-info-goto-node): New function.
...
(calc-tutorial, calc-info-summary): Go to appropriate Calc info node
in one step.
2004-10-11 03:27:24 +00:00
Jay Belanger
9d3c486a7e
Added `calc-info-goto-node' to autoloads.
2004-10-11 03:25:09 +00:00
Jay Belanger
b881982543
(calc-graph-add-curve): Moved the call to `calc-graph-set-styles' so
...
the gnuplot buffer will appear in a separate window.
2004-09-21 18:52:00 +00:00
Jay Belanger
cde090ee08
(calc-mode-var-list): Removed unnecessary quotes.
2004-09-20 18:35:40 +00:00
John Paul Wallington
91af11b2a3
(calc-quick-units): Fix overzealous s/or/unless.
2004-09-18 09:29:35 +00:00
Jay Belanger
def71c184c
(calc-mode-var-list): Fixed the value of `calc-matrix-brackets'.
2004-09-17 17:07:07 +00:00
Jay Belanger
32d5360ac8
(calc-bug-address): Changed email address to send bug reports to.
...
Also changed the maintainer address at the top.
2004-09-15 16:57:57 +00:00
Jay Belanger
a8aee43bd2
(calc-mode): Compare calc-settings-file' to
user-init-file' rather
...
than "\\.emacs" to determine if it is the user-init-file.
2004-09-15 16:54:26 +00:00
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