Commit graph

81 commits

Author SHA1 Message Date
Glenn Morris
e93c003eb1 Replace last-command-char with last-command-event. 2009-01-09 03:57:12 +00:00
Glenn Morris
ae940284fa Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
Jay Belanger
61d4168408 Remove autoloading of calc-version. 2008-08-14 18:32:40 +00:00
Jay Belanger
7a3e1fb5a8 (calc-init-extensions): Add keybinding for `kill-ring-save'. 2008-06-24 05:22:08 +00:00
Jay Belanger
63e81ac447 (calc-init-extensions): Add keybindings for `calc-copy-to-register'
and `calc-insert-register'.  Autoload new register functions.
2008-05-18 20:34:30 +00:00
Glenn Morris
662c9c64ae Switch to recommended form of GPLv3 permissions notice. 2008-05-06 03:16:00 +00:00
Stefan Monnier
cbee283dd7 Fix up comment convention on the arch-tag lines. 2008-04-10 14:10:46 +00:00
Jay Belanger
5dab0f468a (calc-init-extensions): Add calc-kron' and calcFunc-kron' to autoloads.
Add keybinding for `calc-kron'.
2008-04-07 21:58:01 +00:00
Jay Belanger
7e3ae09aa7 (calc-init-extensions): Remove keybinding assignments for `calc-yank'. 2008-04-01 02:09:26 +00:00
Jay Belanger
c571ad7c43 (calc-extended-command-history): New variable.
(calc-exectute-extended-command): Use `calc-extended-command-history'.
2008-03-05 04:25:10 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
8b72699e88 Add 2008 to copyright years. 2008-01-07 01:14:52 +00:00
Jay Belanger
f2ce8fb9e0 (calc-init-extensions): Autoload commands to change languages. 2007-12-29 01:11:03 +00:00
Jay Belanger
f5bceabc1e (calc-init-extensions): Add keybindings for new languages. 2007-12-29 00:55:06 +00:00
David Kastrup
274f1353e0 * erc-stamp.el (erc-echo-timestamp):
* erc-lang.el (language):
* erc-backend.el (erc-server-connect): Fix buggy call to `message'.

* gnus-sum.el (gnus-summary-simplify-subject-query):
* ecomplete.el (ecomplete-display-matches): Fix buggy call to
`message'.

* textmodes/reftex.el (reftex-select-with-char):
* textmodes/reftex-toc.el (reftex-toc-do-promote)
(reftex-toc-visit-location, reftex-toc-find-section):
* textmodes/reftex-index.el (reftex-index-show-entry):
* textmodes/org.el (org-cycle-hide-archived-subtrees)
(org-table-rotate-recalc-marks, org-mark-ring-push)
(org-follow-info-link, org-mhe-get-message-folder-from-index)
(org-auto-repeat-maybe, org-store-log-note, org-delete-property)
(org-evaluate-time-range, org-edit-agenda-file-list):
* textmodes/artist.el (artist-select-next-op-in-list)
(artist-select-prev-op-in-list):
* term/mac-win.el (mac-service-insert-text):
* startup.el (fancy-about-screen):
* progmodes/vhdl-mode.el (vhdl-decision-query):
* progmodes/idlwave.el (idlwave-template)
(idlwave-scroll-completions, idlwave-display-completion-list):
* progmodes/ebrowse.el (ebrowse-show-progress):
* progmodes/cperl-mode.el (cperl-find-pods-heres):
* progmodes/antlr-mode.el (antlr-insert-option-do):
* play/mpuz.el (mpuz-close-game):
* net/rcirc.el (rcirc-next-active-buffer):
* mail/reporter.el (reporter-update-status):
* kmacro.el (kmacro-display):
* international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
* emulation/viper-util.el (viper-save-setting):
* emacs-lisp/lisp-mnt.el (lm-verify):
* emacs-lisp/edebug.el (edebug-set-mode):
* emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
* calendar/calendar.el (calendar-print-day-of-year):
* calc/calcalg3.el (calc-curve-fit):
* calc/calcalg2.el (math-integral):
* calc/calc.el (calc-read-key-sequence, calc-version):
* calc/calc-mode.el (calc-set-simplify-mode):
* calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to
`message'.
2007-12-08 01:02:29 +00:00
Jay Belanger
58dddf38f0 (math-sqrt-raw, math-map-vec, math-make-frac): Declare as functions. 2007-11-28 03:03:52 +00:00
Glenn Morris
8ac9225638 (math-read-big-rec): Fix declaration. 2007-11-27 07:58:30 +00:00
Jay Belanger
ae51ae1108 (math-provably-realp): Fix typo. 2007-11-27 04:53:27 +00:00
Jay Belanger
ded4d41900 (math-clip, math-round, math-simplify)
(math-simplify-extended, math-simplify-units, calc-set-language)
(calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
(calc-embedded-var-change, math-mul-float, math-arctan-raw)
(math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
(math-normalize-hms, math-normalize-mod, math-make-sdev)
(math-make-intv, math-normalize-logical-op, math-possible-signs)
(math-infinite-dir, math-calcFunc-to-var)
(calc-embedded-evaluate-expr, math-known-nonzerop)
(math-read-expr-level, math-read-big-rec, math-read-big-balance)
(math-format-date, math-vector-is-string, math-vector-to-string)
(math-format-radix-float, math-compose-expr, math-abs)
(math-format-bignum-binary, math-format-bignum-octal)
(math-format-bignum-hex, math-format-bignum-radix)
(math-compute-max-digits): Declare as functions.
2007-11-27 04:03:37 +00:00
Dan Nicolaescu
6546555e7d * calc/calc.el (calc-emacs-type-lucid): Remove.
(calc-digit-map, calcDigit-start, calc-read-key)
(calc-clear-unread-commands):
* calc/calc-ext.el (calc-user-key-map): Replace uses of
calc-emacs-type-lucid with (featurep 'xemacs)

* emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
(featurep 'xemacs).
(tpu-lucid-emacs19-p): Remove.
(tpu-map-key): Make it a function instead of using fset.  Inline
tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
(tpu-emacs-map-key, tpu-lucid-map-key): Remove.

* ielm.el: Use featurep 'xemacs.

* progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
(condition-case, cperl-can-font-lock, cperl-singly-quote-face)
(cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
(cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
cperl-xemacs-p with (featurep 'xemacs).
(font-lock-cache-position): Pacify byte compiler.
2007-10-29 15:33:04 +00:00
Juanma Barranquero
e80155aa0a (calc-init-extensions, calc-reset): Use mapc' rather than mapcar'. 2007-09-26 00:05:27 +00:00
Jay Belanger
89027174d3 (math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
Remove `eval-when-compile's.
2007-08-17 20:19:36 +00:00
Jay Belanger
6a599ca51f (math-get-value,math-get-sdev,math-contains-sdev): New functions. 2007-08-03 05:21:43 +00:00
Miles Bader
9aecacd08a Merge from emacs--rel--22
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
2007-07-26 05:28:10 +00:00
Glenn Morris
075969b476 Switch license to GPLv3 or later. 2007-07-25 03:51:22 +00:00
Jay Belanger
fd8eab36a0 (math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
Add docstrings.
2007-07-07 23:57:23 +00:00
Jay Belanger
b593f1de16 (math-fixnum-big): Use the variable math-bignum-digit-size. 2007-06-23 04:36:29 +00:00
Jay Belanger
37b5443868 (math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const): New
variables to use in caches.
2007-06-22 06:00:39 +00:00
Jay Belanger
f9e09a51db (math-defcache): Allow forms to evaluate to initial values.
(math-pi,math-sqrt-e,math-gamma-const): Use `math-read-number-simple'
to write initial values.
2007-06-22 04:00:12 +00:00
Jay Belanger
1dccbfee1a (math-read-plain-expr,math-format-flat-expr-fancy): Let
math-expr-opers equal the function math-standard-ops rather
than the variable math-standard-opers.
2007-06-20 04:14:24 +00:00
Jay Belanger
e8fff8ed68 Update maintainer's address. 2007-04-23 21:30:42 +00:00
Glenn Morris
7c671b23f3 Change form of license text to match rest of Emacs. 2007-03-19 20:59:53 +00:00
Glenn Morris
f0fa15c5e5 Add 2007 to copyright years. 2007-01-21 02:48:43 +00:00
Jay Belanger
09ea57eaca Update copyright year. 2006-02-05 16:31:42 +00:00
Jay Belanger
3b2fad43c8 Change calcFunc-writeoutpower and calc-writeoutpower to
calcFunc-powerexpand and calc-powerexpand in autoloads.
Add calcFunc-ldiv to autoloads.
2005-11-14 20:13:25 +00:00
Jay Belanger
cbd4e89bea Add functions to autoloads.
(math-identity-matrix-p, math-ident-row-p): New functions.
2005-10-28 03:51:00 +00:00
Jay Belanger
58ba2f8f07 Update copyright information. 2005-07-14 20:05:30 +00:00
Jay Belanger
430c8528fa (calc-help-map, calc-alg-map, calc-alg-esc-map): Declare them. 2005-05-28 04:37:43 +00:00
Thien-Thi Nguyen
f8fc52569f Update years in copyright notice; nfc. 2005-05-17 19:08:39 +00:00
Jay Belanger
2833f4219a (calc-init-extensions): Add `calc-copy-special-constant'. 2005-05-16 03:52:38 +00:00
Jay Belanger
2f432506f6 Add `calc-embedded-preserve-modes' to autoloads.
(calc-init-extensions): Add binding for `calc-embedded-preserve-modes'.
2005-05-08 05:00:35 +00:00
Jay Belanger
8f4a8efc46 (calc-read-number-fancy): Replace string-to-int by string-to-number. 2005-05-02 19:41:55 +00:00
Jay Belanger
86c88be7eb Add functions to autoloads. 2005-02-15 19:24:49 +00:00
Jay Belanger
86e3afd3bd (math-read-big-expr): Make LaTeX the default TeX mode. 2005-01-31 21:52:49 +00:00
Jay Belanger
4617278c25 Add calc-latex-language to autoloads.
(calc-mode-map): Add calc-latex-language.
2005-01-31 06:23:04 +00:00
Jay Belanger
3a91dd3e50 (calc-fancy-prefix-other-key): Set prefix arg. 2005-01-21 05:43:09 +00:00
Jay Belanger
7679290d6e (calc-fancy-prefix-other-key): Don't clear flags if the last command
was a tab or M-tab.
2005-01-19 16:49:06 +00:00
Jay Belanger
980bb32d09 (calc-reset): Reset when inside an embedded calculator; only reset when
point is inside a calculator.
2005-01-11 05:06:00 +00:00
Jay Belanger
24193b8ddf (calc-reset): Don't adjust the window height if the window takes up
the whole height of the frame.
2005-01-10 16:54:15 +00:00
Jay Belanger
9ab8041d24 (calc-reset): Restore saved values of variables instead of default
values (restore default values with a 0 argument).
2005-01-09 15:55:08 +00:00