Update maintainer.
This commit is contained in:
parent
bf77c646a5
commit
bac0fac8ac
2 changed files with 46 additions and 26 deletions
|
@ -1,3 +1,39 @@
|
|||
2001-11-14 Colin Walters <walters@verbum.org>
|
||||
|
||||
* calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
|
||||
(calcFunc-subst): Use `defalias' instead of `fset' and
|
||||
`symbol-function'.
|
||||
|
||||
* calc/calc-arith.el (calcFunc-abs, calcFunc-float)
|
||||
(calcFunc-ceil, calcFunc-round): Ditto.
|
||||
|
||||
* calc/calc-bin.el (calcFunc-clip): Ditto.
|
||||
|
||||
* calc/calc-ext.el (calcFunc-evalv): Ditto.
|
||||
|
||||
* calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
|
||||
|
||||
* calc/calc-misc.el (math-fixnump, math-fixnatnump)
|
||||
(calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
|
||||
|
||||
* calc/calc-units.el (calcFunc-unsimplify): Ditto.
|
||||
|
||||
* calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
|
||||
* calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
|
||||
* calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
|
||||
* calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
|
||||
* calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
|
||||
* calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
|
||||
* calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
|
||||
* calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
|
||||
* calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
|
||||
* calc-help.el, calc-math.el, calc-rules.el, calc-units.el
|
||||
* calcsel2.el: Style cleanup; don't put closing parens on their
|
||||
own line, add "foo.el ends here" to each file, and update
|
||||
copyright date.
|
||||
|
||||
* README: Update maintainer.
|
||||
|
||||
2001-11-13 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* mouse.el (mouse-drag-region): Don't run the up-event
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
|
||||
This directory contains version 2.02c of Calc, an advanced desk
|
||||
calculator for GNU Emacs.
|
||||
This directory contains Calc, an advanced desk calculator for GNU
|
||||
Emacs.
|
||||
|
||||
"Calc" Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||
|
||||
Written and maintained by: Dave Gillespie
|
||||
c/o Synaptics, Inc.
|
||||
2698 Orchard Parkway
|
||||
San Jose CA 95134
|
||||
daveg@synaptics.com, uunet!synaptx!daveg
|
||||
"Calc" Copyright 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
|
||||
|
||||
Written by:
|
||||
Dave Gillespie
|
||||
c/o Synaptics, Inc.
|
||||
2698 Orchard Parkway
|
||||
San Jose CA 95134
|
||||
daveg@synaptics.com, uunet!synaptx!daveg
|
||||
|
||||
Currently maintained by: Colin Walters <walters@debian.org>
|
||||
|
||||
From the introduction to the manual:
|
||||
|
||||
|
@ -49,23 +50,6 @@ From the introduction to the manual:
|
|||
algebraic rewrite rules, or extended Emacs Lisp.
|
||||
|
||||
|
||||
|
||||
|
||||
To install Calc:
|
||||
|
||||
1. Type "uncompress calc-2.02.tar.Z"
|
||||
|
||||
2. Type "tar xvf calc-2.02.tar"
|
||||
|
||||
1,2. Alternatively: "zcat calc-2.02.tar.Z | tar xvf -"
|
||||
|
||||
3. Note that the Calc tar file now creates a "calc-2.02" subdirectory
|
||||
of the current directory in which to place its files.
|
||||
|
||||
4. Follow the instructions in the file "INSTALL".
|
||||
|
||||
|
||||
|
||||
Calc is written entirely in Emacs Lisp, for maximum portability.
|
||||
You do not need to recompile Emacs to install and use Calc.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue