From: Colin Walters Date: Wed, 14 Nov 2001 09:12:48 +0000 (+0000) Subject: Update maintainer. X-Git-Tag: ttn-vms-21-2-B4~18569 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bac0fac8accaa1029c5328837689b6589e6afcec;p=emacs.git Update maintainer. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4f8b734dd2..1e6c591c775 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,39 @@ +2001-11-14 Colin Walters + + * 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 * mouse.el (mouse-drag-region): Don't run the up-event diff --git a/lisp/calc/README b/lisp/calc/README index 219e378e6ea..fa8d118b2e3 100644 --- a/lisp/calc/README +++ b/lisp/calc/README @@ -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 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.