aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc/calc-aent.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (calc-do-quick-calc): Use kill-new to append string to kill-ring.Jay Belanger2004-11-111-158/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | (calc-alg-exp, math-toks, math-exp-pos,math-exp-old-pos) (math-exp-token, math-exp-keep-spaces, math-exp-str): New variables. (calc-do-alg-entry, calcAlg-equals, calcAlg-edit, calcAlg-enter): Use declared variable calc-alg-exp. (math-build-parse-table, math-find-user-token): Use declared variable math-toks. (math-read-exprs, math-read-token, calc-check-user-syntax, calc-match-user-syntax, match-factor-after, math-read-factor): Use declared variables math-exp-pos math-exp-old-pos. (math-read-exprs, math-read-token, math-read-expr-level) (calc-check-user-syntax, calc-match-user-syntax, match-factor-after) (math-read-factor): Use declared variable math-exp-token. (math-read-exprs, math-read-expr-list, math-read-token, math-read-factor): Use declared variable math-exp-keep-spaces. (math-read-exprs, math-read-token): Use declared variable math-exp-str. (calc-match-user-syntax): Made m a local variable.
* (math-read-exprs, math-read-expr-list, math-read-expr-level,Jay Belanger2004-11-091-81/+81
| | | | | | math-read-token, calc-check-user-syntax, calc-match-user-syntax, math-read-if, math-factor-after, math-read-factor): Use declared variable math-expr-data.
* (calc-alg-ent-map, calc-alg-ent-esc-map): Declared these variablesJay Belanger2004-10-211-1/+7
| | | | | | | with defvar. (calc-do-alg-entry): Since `calc-alg-ent-map' is bound, only check to see if it is non-nil.
* (calcAlg-previous): Changed the regexp to the end of buffer regexp.Jay Belanger2004-10-191-1/+1
|
* (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' toJay Belanger2004-10-191-8/+6
| | | | copy `esc-map'.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* *** empty log message ***Deepak Goel2003-01-151-1/+2
|
* Add new maintainer (deego).Deepak Goel2003-01-151-1/+1
|
* Change all toplevel `setq' forms to `defvar' forms, and move themColin Walters2001-11-191-26/+29
| | | | | | before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* Style cleanup; don't put closing parens on their own line, add "foo.elColin Walters2001-11-141-64/+32
| | | | ends here" to each file, and update copyright date.
* (calc-do-alg-entry): UseEli Zaretskii2001-11-131-2/+2
| | | | `blink-paren-function' instead of `blink-paren-hook'.
* (toplevel): Require calc-macs during compilation.Eli Zaretskii2001-11-111-7/+8
| | | | | | | (calc-do-quick-calc): Use `frame-width' instead of `screen-width'. (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'. (calcAlg-enter): Likewise. (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
* Initial import of Calc 2.02f.Eli Zaretskii2001-11-061-0/+1163