aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc/calc-sel.el
Commit message (Collapse)AuthorAgeFilesLines
* (calc-selection-history): New variable.Jay Belanger2006-07-201-3/+9
| | | | | (calc-enter-selection, calc-sel-mult-both-sides, calc-sel-add-both-sides): Use calc-selection-history.
* Update copyright year.Jay Belanger2006-02-051-1/+1
|
* Update copyright information.Jay Belanger2005-07-141-2/+2
|
* * calc/calc-forms.el, calc/calc-sel: Replace `illegal' withWerner LEMBERG2005-03-251-2/+3
| | | | `invalid'.
* (calc-finish-selection-edit): Use calc-edit-top for the beginning ofJay Belanger2005-01-021-1/+2
| | | | the edited object.
* Add a provide statement.Jay Belanger2004-11-301-4/+3
| | | | (calc-Need-calc-sel): Remove it.
* Add comment.Jay Belanger2004-11-241-2/+5
|
* (calc-selection-cache-entry): Moved declaration to earlier in theJay Belanger2004-11-191-31/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | file. (calc-selection-cache-num, calc-selection-cache-comp) (calc-selection-cache-offset, calc-selection-true-num) (calc-final-point-line, calc-final-point-column) (calc-original-buffer): Declare them. (calc-fnp-op, calc-fnp-num): New variables. (calc-find-nth-part, calc-find-nth-part-rec) (calc-select-previous): Replace op and num by declared variables. (calc-rsf-old, calc-rsf-new): New variables. (calc-replace-sub-formula, calc-replace-sub-formula-rec): Replace variables old and new by declared variables. (calc-sel-reselect): New variable. (calc-auto-selection, calc-enter-selection, calc-edit-selection) (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula) (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable reselect with declared variable. (calc-edit-disp-trail): Declare it. (calc-finish-selection-edit): Replace variable disp-trail by declared variable.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-3/+3
|
* Add new maintainer (deego).Deepak Goel2003-01-151-1/+2
|
* Change all toplevel `setq' forms to `defvar' forms, and move themColin Walters2001-11-191-4/+10
| | | | | | 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 theirColin Walters2001-11-141-94/+48
| | | | | own line, add "foo.el ends here" to each file, and update copyright date.
* Use `frame-width' instead of `screen-width',Eli Zaretskii2001-11-131-2/+2
| | | | | `frame-height' instead of `screen-height', and, `executing-kbd-macro' instead of `executing-macro'.
* Initial import of Calc 2.02f.Eli Zaretskii2001-11-061-0/+867