1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Glenn Morris
f0fa15c5e5 Add 2007 to copyright years. 2007-01-21 02:48:43 +00:00
Jay Belanger
09ea57eaca Update copyright year. 2006-02-05 16:31:42 +00:00
Jay Belanger
dcf4a53565 (calc-dispatch-help): Update docstring. 2005-11-28 22:13:37 +00:00
Jay Belanger
5c0e273a4c (calcFunc-inv): Check for symbolic matrices. 2005-10-28 03:52:08 +00:00
Jay Belanger
58ba2f8f07 Update copyright information. 2005-07-14 20:05:30 +00:00
Juanma Barranquero
21adaa2843 Fix typo in title. 2005-06-21 11:14:28 +00:00
Jay Belanger
1565a62070 (calc-info-goto-node): Use info instead of Info-goto-node. 2005-05-27 21:45:14 +00:00
Thien-Thi Nguyen
f8fc52569f Update years in copyright notice; nfc. 2005-05-17 19:08:39 +00:00
Jay Belanger
a42e94cac5 Update copyright year. 2005-05-07 21:22:51 +00:00
Jay Belanger
877dc4f5ff Add a provide statement.
(calc-Need-calc-misc): Remove it.
2004-11-30 17:17:35 +00:00
Jay Belanger
c6d3240529 (calc-do-handle-whys, calc-last-args-stub, calc-missing-key)
(calc-shift-Y-prefix-help, math-concat, math-trunc, math-floor)
(calcFunc-inv, math-mod, math-pow): Replace calc-extensions by
appropriate require.
(calc-power): Replace calc-extensions-loaded by appropriate featurep.
2004-11-29 05:57:46 +00:00
Jay Belanger
f58af89963 (calc-last-why-command): Declare it. 2004-11-26 22:33:19 +00:00
Jay Belanger
276d28655e (math-trunc): Replace variable prec by math-trunc-prec.
(math-floor): Replace variable prec by math-floor-prec.
2004-11-24 21:45:32 +00:00
Jay Belanger
1f5a0f5d5d (calc-other-window): Use an extra argument instead of `interactive-p'. 2004-10-26 19:06:24 +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
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
59f4b0804d (calc-delete-windows-keep): Function deleted. 2002-03-29 22:55:53 +00:00
Colin Walters
afb55b714b (report-calc-bug): Use `reporter-prompt-for-summary-p'. 2001-11-22 20:34:30 +00:00
Colin Walters
8f148852e1 (report-calc-bug): Use reporter.el. 2001-11-22 07:59:01 +00:00
Colin Walters
b23d58ff83 (calc-info): Don't perform voodoo, just (info "Calc"). 2001-11-22 06:03:24 +00:00
Colin Walters
dac12d8087 (math-fixnump, math-fixnatnump, calcFunc-trunc)
(calcFunc-floor): Ditto.

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:36:42 +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
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
136211a997 Initial import of Calc 2.02f. 2001-11-06 18:59:06 +00:00