Mercurial > emacs
comparison lisp/ChangeLog @ 41049:82beb955d56b
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Wed, 14 Nov 2001 09:12:48 +0000 |
parents | 787bfba12bec |
children | 95225501127c |
comparison
equal
deleted
inserted
replaced
41048:7fa61a947b61 | 41049:82beb955d56b |
---|---|
1 2001-11-14 Colin Walters <walters@verbum.org> | |
2 | |
3 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify) | |
4 (calcFunc-subst): Use `defalias' instead of `fset' and | |
5 `symbol-function'. | |
6 | |
7 * calc/calc-arith.el (calcFunc-abs, calcFunc-float) | |
8 (calcFunc-ceil, calcFunc-round): Ditto. | |
9 | |
10 * calc/calc-bin.el (calcFunc-clip): Ditto. | |
11 | |
12 * calc/calc-ext.el (calcFunc-evalv): Ditto. | |
13 | |
14 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto. | |
15 | |
16 * calc/calc-misc.el (math-fixnump, math-fixnatnump) | |
17 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto. | |
18 | |
19 * calc/calc-units.el (calcFunc-unsimplify): Ditto. | |
20 | |
21 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el | |
22 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el | |
23 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el | |
24 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el | |
25 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el | |
26 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el | |
27 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el | |
28 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el | |
29 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el | |
30 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el | |
31 * calcsel2.el: Style cleanup; don't put closing parens on their | |
32 own line, add "foo.el ends here" to each file, and update | |
33 copyright date. | |
34 | |
35 * README: Update maintainer. | |
36 | |
1 2001-11-13 Gerd Moellmann <gerd@gnu.org> | 37 2001-11-13 Gerd Moellmann <gerd@gnu.org> |
2 | 38 |
3 * mouse.el (mouse-drag-region): Don't run the up-event | 39 * mouse.el (mouse-drag-region): Don't run the up-event |
4 handler if window start changed due to the down-mouse event. | 40 handler if window start changed due to the down-mouse event. |
5 | 41 |