summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-aent.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* doc/misc/calc.texi (Quick Calculator): Mention prefix argument ofChristopher Schmidt2014-10-281-2/+3
| | | | | | | | | `quick-calc'. etc/NEWS: Mention prefix argument of `quick-calc'. lisp/calc/calc.el (quick-calc): lisp/calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* Fix some declarationsGlenn Morris2013-05-101-1/+1
| | | | | | | | | | | * lisp/faces.el (internal-face-x-get-resource): * lisp/frame.el (ns-display-monitor-attributes-list): * lisp/calc/calc-aent.el (math-to-radians-2): * lisp/cedet/ede/locate.el (cedet-cscope-version-check) (cedet-cscope-support-for-directory): * lisp/cedet/semantic/grammar.el (semantic-grammar-wy--install-parser): * lisp/emacs-lisp/package.el (tar-header-name, tar-header-link-type): Fix declarations.
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* * lisp/calc/calc.el: Remove redundant autoload shape check.Stefan Monnier2012-09-191-2/+1
| | | | | | | | | | (sel-mode): Don't defvar. (calc-get-stack-element): Add `sel-mode' arg instead. (calc-top, calc-top-list): Pass it this additional argument. * lisp/calc/calc-store.el (calc-store-map): * lisp/calc/calc-map.el (calc-apply, calc-reduce, calc-map) (calc-map-equation, calc-outer-product, calc-inner-product): * lisp/calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
* 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
|
* Refill some copyright headers.Glenn Morris2011-01-151-2/+2
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | * lisp/calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replaceStefan Monnier2010-09-031-40/+23
| | | | | | | | | | | | | | calcAlg-blink-matching-open. (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration. (calc-do-alg-entry): Only touch the part of the keymap that varies. Use the new blink-matching-check-function.
* | Add some utf-8 coding cookies.Glenn Morris2010-06-221-15/+16
| | | | | | | | | | | | | | | | * lisp/calc/calc-aent.el, lisp/calc/calc-ext.el, lisp/calc/calc-lang.el: * lisp/calc/calc-store.el, lisp/calc/calc-units.el, lisp/calc/calc.el: * lisp/calc/calccomp.el: Add explicit utf-8 coding cookies to files with utf-8 characters. Also delete trailing whitespace.
* | calc-aent.el (math-read-token, math-find-user-tokens):Jay Belanger2010-05-141-9/+12
|/ | | | | | | | | | | | | | | | calc-lang.el (math-read-big-rec, math-lang-read-symbol) (math-compose-tex-func): calccomp.el (math-compose-expr): calc-ext.el (math-format-flat-expr-fancy): calc-store.el (calc-read-var-name): calc-units.el (calc-explain-units-rec): Allow Greek letters. calc.el (var-π, var-φ, var-γ): New variables. calc-aent.el (math-read-replacement-list): Add "micro" symbol. calc-units.el (math-unit-prefixes): Add mu for micro. (math-standard-units): Add units.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (calc-do-calc-eval): Let `calc-twos-complement-mode' be nil.Jay Belanger2009-11-201-0/+1
|
* (math-read-token): Read complement signed numbers.Jay Belanger2009-11-151-1/+1
|
* * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)Stefan Monnier2009-10-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | (calcDigit-nondigit): * calc/calc-yank.el (calc-copy-to-buffer): * calc/calc-units.el (calc-invalidate-units-table): * calc/calc-trail.el (calc-trail-yank): * calc/calc-store.el (calc-insert-variables): * calc/calc-rewr.el (math-rewrite, math-rewrite-phase): * calc/calc-prog.el (calc-read-parse-table): * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click): * calc/calc-help.el (calc-describe-bindings, calc-describe-key): * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve) (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot) (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles) (calc-graph-name, calc-graph-find-command, calc-graph-view) (calc-graph-view, calc-gnuplot-command, calc-graph-init): * calc/calc-ext.el (calc-realign): * calc/calc-embed.el (calc-do-embedded, calc-do-embedded) (calc-embedded-finish-edit, calc-embedded-make-info) (calc-embedded-finish-command, calc-embedded-stack-change): * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-8/+8
|
* 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
|
* * calc/calc.el: Load "cal-loaddefs" rather than set up autoloads manually.Stefan Monnier2008-04-081-1/+24
| | | | | | | | | (calc-mode-map, calc-digit-map, calc-dispatch-map): Move initialization into declaration. * calc/calc-yank.el: * calc/calc-misc.el: * calc/calc-embed.el: * calc/calc-aent.el: Add autoload cookies and set generated-autoload-file.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (math-read-token): Fix misplaced parentheses.Jay Belanger2007-12-291-2/+2
| |
* | (math-remove-percentsigns): Change placeholder for percent signs.Jay Belanger2007-12-271-3/+1
| |
* | (math-to-percentsigns): Declare as function.Jay Belanger2007-12-261-14/+40
| | | | | | | | | | | | (math-read-exprs): Handle percent signs in languages that allow them. (math-restore-underscores): Remove function. (math-remove-percentsigns,math-restore-placeholders): New functions.
* | (math-restore-underscores, math-string-restore-underscores):Jay Belanger2007-12-121-1/+17
| | | | | | | | | | | | New functions. (math-read-factor): Properly check variable names with underscores for entries in `math-expr-variable-mapping'.
* | (math-read-factor): Turn multiple subscripts into nested subscripts.Jay Belanger2007-12-021-152/+41
| | | | | | | | | | | | | | (math-read-token): Use variables and property names to help with language specific parsing. (math-read-expression-level): Use variables to help with language specific parsing.
* | (calc-refresh-evaltos, calc-execute-kbd-macro)Jay Belanger2007-11-271-0/+19
| | | | | | | | | | | | | | | | | | (math-is-true, calc-explain-why, calc-alg-edit) (math-composite-inequalities, math-flatten-lands) (math-multi-subst, calcFunc-vmatches, math-simplify) (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2) (math-read-string, math-read-brackets, math-read-angle-brackets): Declare as functions.
* | (calc-last-user-lang-parse-table): New variable.Jay Belanger2007-11-161-4/+8
| | | | | | | | (math-build-parse-table): Get parse information from `math-parse-table'.
* | calc-aent.elJay Belanger2007-08-141-0/+3
| | | | | | | | calc-do-quick-calc: Add base 2 to the list of outputs of integers.
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | (calc-do-calc-eval): Let math-expr-opers equal the functionJay Belanger2007-06-201-4/+8
|/ | | | | | | | math-standard-ops rather than the variable math-standard-opers. (calc-algebraic-entry): Let math-expr-opers equal math-standard-ops or math-expr-ops, as appropriate. (math-expr-read-level,math-read-factor): Let math-expr-opers equal math-expr-ops.
* 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-eval-error): Doc fix.Juanma Barranquero2006-12-101-13/+13
|
* (calcAlg-edit, calcAlg-enter): Remove reference to calc-previous-alg-entry.Jay Belanger2006-07-201-22/+16
| | | | | | | | | | | | (calcAlg-previous): Use previous-history-element instead of calc-previous-alg-entry. (calc-do-alg-entry): Add history to reading from minibuffer. Change keybinding for calcAlg-plus-minus, add keybindings for previous-history-element and next-history-element. (calc-alg-entry-history, calc-quick-calc-history): New variables. (calc-do-quick-calc): Use calc-quick-calc-history. Remove reference to calc-previous-alg-entry. (calc-alg-entry): Use calc-alg-entry-history.
* Update copyright year.Jay Belanger2006-02-051-1/+1
|
* Updated copyright information.Jay Belanger2005-07-141-1/+2
|
* (calc-arg-values): Declare it.Jay Belanger2005-05-281-0/+3
|
* (math-read-token): Replace string-to-int by string-to-number.Jay Belanger2005-05-021-3/+3
|
* (math-read-replacement-list): Add subscripts.Jay Belanger2005-04-051-1/+23
| | | | | (math-read-subscripts): New variable. (math-read-preprocess-string): Process subscripts.
* (math-read-token): Add local variable.Jay Belanger2005-02-191-3/+4
|
* (math-read-token): Separate the TeX and LaTeX parts.Jay Belanger2005-01-311-1/+29
|
* (math-read-token): Check for smallmatrix environment.Jay Belanger2005-01-311-0/+1
|
* (math-read-token): Read LaTeX matrices.Jay Belanger2005-01-311-2/+16
|