comparison lisp/ChangeLog @ 41272:8156b5a21c30

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Mon, 19 Nov 2001 07:44:56 +0000
parents 7b8e69a19748
children 8814f47be264
comparison
equal deleted inserted replaced
41271:fcd507927105 41272:8156b5a21c30
1 2001-11-19 Colin Walters <walters@verbum.org>
2
3 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
4 (math-showing-full-precision, math-with-extra-prec, math-working)
5 (calc-with-default-simplification)
6 (calc-with-trail-buffer): Use backtick.
7 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
8 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
9 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
10 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
11 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
12 (Math-num-integerp, Math-bignum-test, Math-equal-int)
13 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
14 (calc-record-compilation-date-macro): Deleted. Callers updated.
15 (math-format-radix-digit): Move to calc-bin.el.
16
17 * calc/calc.el (calc-record-compilation-date): Remove.
18 (calc-bug-address): Update.
19 (calc-settings-file): Use `user-init-file'.
20
21 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
22 Handle null `calc-settings-file'.
23
24 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
25 * calc/calc-keypd.el (calc-keypad-mode): New.
26 (calc-do-keypad): Use it.
27 (calc-keypad-map): Move into `calc-keypad-mode'.
28
29 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
30 to defalias argument.
31
32 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
33 (calcFunc-floor): Ditto.
34
35 * calc-units.el (calcFunc-usimplify): Ditto.
36
37 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
38 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
39 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
40 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
41 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
42 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
43 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
44 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
45 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
46 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
47 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
48 and move them before their first use. Use `when', `unless'.
49 Remove trailing periods from error forms. Add description and
50 headers suggested by Emacs Lisp coding conventions.
51
1 2001-11-19 Stefan Monnier <monnier@cs.yale.edu> 52 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
2 53
3 * newcomment.el (comment-indent): 54 * newcomment.el (comment-indent):
4 Fix misindentation for comment-only lines. 55 Fix misindentation for comment-only lines.
5 (comment-indent-new-line): Only obey comment-multi-line if the 56 (comment-indent-new-line): Only obey comment-multi-line if the