1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Colin Walters
12f1951a27 (calc-over-notation): Use `completing-read'.
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:34:00 +00:00
Colin Walters
bac0fac8ac Update maintainer. 2001-11-14 09:12:48 +00:00
Colin Walters
bf77c646a5 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:09:09 +00:00
Colin Walters
c9aef71977 (calcFunc-unsimplify): 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:08:03 +00:00
Colin Walters
60e4c5a74f (math-fixnump, math-fixnatnump, calcFunc-trunc, calcFunc-floor,
calc-report-bug): 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:06:05 +00:00
Colin Walters
491c306232 (calcFunc-sqrt, calcFunc-hypot): 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:05:36 +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
Colin Walters
7d70a3ba4e (calcFunc-clip): 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:01:51 +00:00
Colin Walters
898ea5c0b2 (calcFunc-abs, calcFunc-float, calcFunc-ceil, calcFunc-round): 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:01:07 +00:00
Colin Walters
d389648023 (calcFunc-esimplify, calcFunc-simplify, calcFunc-subst): 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:00:01 +00:00
Colin Walters
07ff2bc860 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 08:59:18 +00:00
Eli Zaretskii
31b85a14f9 Use frame-width' instead of screen-width',
`frame-height' instead of `screen-height', and,
`executing-kbd-macro' instead of `executing-macro'.
(calc-unread-command): Use `unread-command-events'.
2001-11-13 07:34:05 +00:00
Eli Zaretskii
8f66f4797a Use frame-width' instead of screen-width',
`frame-height' instead of `screen-height', and,
`executing-kbd-macro' instead of `executing-macro'.
2001-11-13 07:30:58 +00:00
Eli Zaretskii
26f6427dc8 (calc-settings-file-name): Don't hardcode
"~/.emacs"; use `read-file-name'.
2001-11-13 07:29:33 +00:00
Eli Zaretskii
af32d76e49 (calc-do-embedded): Call `y-or-n-p' with
correct number of arguments.
2001-11-13 07:28:01 +00:00
Eli Zaretskii
4db5660258 (calc-do-alg-entry): Use
`blink-paren-function' instead of `blink-paren-hook'.
2001-11-13 07:27:27 +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
1d937026aa (toplevel): Bind mouse buttons.
(calc-do-keypad): Don't attempt to use nonexistent global
mouse-map, use calc-keypad-map.
(calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
(calc-keypad-left-click): Don't use mouse-map; update to new event
interface.
(calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
(calc-keypad-press): Use `unread-command-events' instead of
`unread-command-char'.
2001-11-12 11:39:45 +00:00
Eli Zaretskii
91e51f9a78 (toplevel): Require calc-macs.
(calc-minibuffer-size): New.
(calcDigit-nondigit): Use it instead of `buffer-size'.
(calcDigit-backspace): Likewise.
(calcDigit-nondigit): Use `minibuffer-contents' instead of `buffer-string'.
(calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of `point-min'.
(calcDigit-key): Use `calc-minibuffer-contains' instead of a `save-excursion'.
2001-11-11 10:33:50 +00:00
Eli Zaretskii
cb765059d7 (calc-record-compilation-date-macro): Return a
simple `setq' form.
2001-11-11 10:27:32 +00:00
Eli Zaretskii
f20be8fee3 (toplevel): Require calc-macs during compilation.
(calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
(calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
(calcAlg-enter): Likewise.
(calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
2001-11-11 10:26:44 +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
c6d132d4a2 Removed. The functionality is now part of the standard Emacs. 2001-11-09 14:07:25 +00:00
Eli Zaretskii
136211a997 Initial import of Calc 2.02f. 2001-11-06 18:59:06 +00:00