Mercurial > emacs
comparison lisp/ChangeLog @ 47642:0fc00c55911a
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Fri, 27 Sep 2002 04:55:22 +0000 |
parents | bf5c44a60878 |
children | 63e32e0ab1ef |
comparison
equal
deleted
inserted
replaced
47641:172cf7391545 | 47642:0fc00c55911a |
---|---|
1 2002-09-27 Colin Walters <walters@verbum.org> | |
2 | |
3 The following changes were written by | |
4 Stefan Monnier <monnier@cs.yale.edu>. | |
5 | |
6 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack) | |
7 (calc-stack-top, calc-always-load-extensions) | |
8 (calc-line-numbering, calc-line-breaking, calc-display-just) | |
9 (calc-display-origin, calc-number-radix, calc-leading-zeros) | |
10 (calc-group-digits, calc-group-char, calc-point-char) | |
11 (calc-frac-format, calc-prefer-frac, calc-hms-format) | |
12 (calc-date-format, calc-float-format, calc-complex-format) | |
13 (calc-full-float-format, calc-complex-mode, calc-infinite-mode) | |
14 (calc-display-strings, calc-matrix-just, calc-break-vectors) | |
15 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas) | |
16 (calc-vector-brackets, calc-matrix-brackets, calc-language) | |
17 (calc-language-option, calc-function-open, calc-function-open) | |
18 (calc-function-close, calc-language-output-filter) | |
19 (calc-language-input-filter, calc-radix-formatter) | |
20 (calc-left-label, calc-right-label, calc-word-size) | |
21 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute) | |
22 (calc-display-raw, calc-internal-prec, calc-inverse-flag) | |
23 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode) | |
24 (calc-algebraic-mode, calc-incomplete-algebraic-mode) | |
25 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix) | |
26 (calc-window-height, calc-display-trail, calc-show-selections) | |
27 (calc-use-selections, calc-assoc-selections) | |
28 (calc-display-working-message, calc-auto-why, calc-timing) | |
29 (calc-display-sci-high, calc-display-sci-low, calc-other-modes) | |
30 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file): | |
31 Make into real defvars. | |
32 (calc-mode-var-list): Delete. | |
33 (calc-mode-save-mode, calc-standard-date-formats) | |
34 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode) | |
35 (calc-user-parse-tables, calc-gnuplot-default-device) | |
36 (calc-gnuplot-default-output, calc-gnuplot-print-device) | |
37 (calc-gnuplot-print-output, calc-gnuplot-geometry) | |
38 (calc-graph-default-resolution, calc-graph-default-resolution-3d) | |
39 (calc-invocation-macro, calc-show-banner): Make into defvars, | |
40 taken from `calc-mode-var-list'. | |
41 (calc-emacs-type-epoch, calc-emacs-type-19) | |
42 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars. | |
43 (calc-version, calc-version-date, calc-trail-pointer) | |
44 (calc-trail-overlay, calc-undo-list, calc-redo-list) | |
45 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why) | |
46 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag) | |
47 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values) | |
48 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results) | |
49 (calc-said-hello, calc-executing-macro, calc-any-selections) | |
50 (calc-help-phase, calc-full-help-flag, calc-refresh-count) | |
51 (calc-display-dirty, calc-prepared-composition) | |
52 (calc-selection-cache-default-entry, calc-embedded-info) | |
53 (calc-embedded-active, calc-standalone-flag, var-EvalRules) | |
54 (math-eval-rules-cache-tag, math-radix-explicit-format) | |
55 (math-expr-function-mapping, math-expr-variable-mapping) | |
56 (math-read-expr-quotes, math-working-step, math-working-step-2) | |
57 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into | |
58 defvars, from toplevel setq. | |
59 (calc-mode-map): Set up keymap in more modern fashion. | |
60 (calc-dispatch-map): Ditto. | |
61 (calc-command-flags, calc-final-point-line) | |
62 (calc-final-point-column): Defvar. | |
63 (calc-do): Use `save-current-buffer' instead of `save-excursion'. | |
64 (sel-mode): Defvar. | |
65 (calc-any-evaltos): Ditto. | |
66 (calc-buffer, calc-prev-char, calc-prev-prev-char) | |
67 (calc-digit-value): Ditto. | |
68 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto. | |
69 (math-sub-bignum): Bind `diff'. | |
70 (calc-selection-cache-entry): Defvar. | |
71 (calc-count-lines): Reference `pos' instead of `newpos'. | |
72 | |
1 2002-09-27 Simon Josefsson <jas@extundo.com> | 73 2002-09-27 Simon Josefsson <jas@extundo.com> |
2 | 74 |
3 * mail/mail-hist.el (mail-hist-next-input): Fix docstring. | 75 * mail/mail-hist.el (mail-hist-next-input): Fix docstring. |
4 | 76 |
5 2002-09-26 Richard M. Stallman <rms@gnu.org> | 77 2002-09-26 Richard M. Stallman <rms@gnu.org> |