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
Jay Belanger
19649cc93c
(math-read-replacement-list, math-read-superscripts): Move to
...
calc-aent.el.
(math-read-preprocess-string): Move to calc-aent.el.
2004-12-08 06:10:56 +00:00
Jay Belanger
93d8d5a8b0
(calc-inverse, calc-hyperbolic): Add more checks.
2004-12-01 21:03:24 +00:00
Jay Belanger
d5639b35f7
(calc-inverse, calc-hyperbolic): Give more thorough messages.
2004-12-01 20:57:30 +00:00
Jay Belanger
1b303b2cc0
Remove dummy autoloading functions from autoloads.
...
(calc-load-everything, math-defsimplify): Replace dummy autoloading
functions by require statements.
(math-defsimplify): Move to calc-alg.el, added to autoloads.
2004-11-30 17:06:07 +00:00
Jay Belanger
6697b53cd3
Move require to end of file.
...
Remove redundant loading of calc.
(calc-extensions-loaded): Remove unnecessary variable.
(calc-extensions): Remove unnecessary function.
(calc-load-everything): Replace calc-need-macros by appropriate require.
2004-11-29 05:54:53 +00:00
Jay Belanger
90b4409729
(calc-command-flags, calc-gnuplot-buffer, calc-gnuplot-input)
...
(math-normalize-a, math-integral-cache): Declare them.
2004-11-27 04:09:24 +00:00
Jay Belanger
66c2cf664e
(math-read-replacement-list, math-read-superscripts): New variables.
...
(math-read-preprocess-string): New function.
(math-read-expr): Filter input through math-read-preprocess-string.
2004-11-23 05:56:40 +00:00
Jay Belanger
c308c46341
(math-read-big-expr, math-read-big-bigp): Replace variable lines by
...
math-read-big-lines.
(math-read-big-expr): Replace variables the-baseline, the-h2
and err-msg by math-read-big-baseline, math-read-big-h2 and
math-read-err-msg.
(math-read-big-bigp): Replace variable h2 with math-rb-h2.
2004-11-22 04:52:48 +00:00
Jay Belanger
e528df0df8
(math-defsimplify): Changed the argument in the created function to
...
math-simplify-expr.
2004-11-17 19:22:31 +00:00
Jay Belanger
fe1f8500f8
(math-defcache): Use defvar for the new variables it creates.
2004-11-11 20:16:15 +00:00
Jay Belanger
e59b8655da
(math-read-expr): Use declared variables math-exp-pos,
...
math-exp-old-pos, math-exp-str, math-exp-token,
math-exp-keep-spaces.
2004-11-11 05:50:09 +00:00
Jay Belanger
722401eb12
(calc-init-extensions): Remove old code.
...
(math-expr-data, math-mt-many, math-mt-func, calc-z-prefix-buf)
(calc-z-prefix-msgs): New variables.
(calc-z-prefix-help, calc-user-function-list): Use declared variables
calc-z-prefix-buf, calc-z-prefix-msgs.
(math-normalize-nonstandard): Use declared variable math-normalize-a.
(math-map-tree, math-map-tree-rec): Use declared variables
math-mt-many, math-mt-func.
(math-read-expression, math-read-string): Use declared variable math-expr-data.
2004-11-09 20:29:34 +00:00
Jay Belanger
5f16f8be79
(calc-init-extensions): Bound calc-yank to mouse-2.
2004-11-09 04:49:01 +00:00
Jay Belanger
da8937c1f8
(calc-fancy-prefix): Removed emacs version check.
2004-10-19 14:41:50 +00:00