summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-sel.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
| | | | Run admin/update-copyright.
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-4/+4
| | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| | | | Run admin/update-copyright.
* Change maintainer address.Jay Belanger2015-11-031-1/+0
| | | | * lisp/calc/calc (calc-bug-address): Change address.
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | calc.el (calc-trail-mode,calc-refresh): Use `face' property to italicize ↵Jay Belanger2010-08-071-2/+8
|/ | | | | | | | | | | | | | | | | | headers. (calc-highlight-selections-with-faces): New variable. (calc-selected-face, calc-nonselected-face): New faces. calccomp.el (math-comp-highlight-string): Use `calc-highlight-selections-with-faces' to determine how to highlight subformulas. calc-sel.el (calc-show-selections): Change message to something appropriate. calc.texi (Making Selections, Selecting Subformulas) (Customizing Calc): Mention how to use faces to emphasize selected subformulas.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (calc-sel-expand-formula): Simplify expanded denominator.Jay Belanger2009-01-271-1/+2
|
* (cal-sel-mult-both-sides): Add an option to expand the denominator.Jay Belanger2009-01-271-6/+10
|
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Update maintainer's address.Jay Belanger2007-04-231-1/+1
|
* Change form of license text to match rest of Emacs.Glenn Morris2007-03-191-13/+13
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (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