1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

27350 Commits

Author SHA1 Message Date
Vinicius Jose Latorre
83aebfe622 pr-setup & lpr-setup 2004-11-21 23:05:20 +00:00
Vinicius Jose Latorre
c033ddefa5 ps-setup 2004-11-21 22:52:46 +00:00
Vinicius Jose Latorre
b6d0ac875c :version & eval-and-compile & featurep 2004-11-21 22:30:00 +00:00
Jay Belanger
802efb4006 *** empty log message *** 2004-11-21 06:31:10 +00:00
Jay Belanger
03cc1abafe (calc-curve-nvars, calc-curve-varnames, calc-curve-model)
(calc-curve-coefnames): New variable.
(calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
varnames, model and coefnames by declared variables.

(math-root-widen): New variable.
(math-search-root, math-find-root): Replace variable root-widen by
declared variable.

(var-DUMMY): Declare it.
(math-root-vars, math-min-vars): Move the declarations to earlier in
the file.

(math-brent-min): Make d a local variable.

(math-find-minimum): Replace non-existent variable.

(math-ninteg-romberg): Remove unnecessary variable.

(math-ninteg-temp): New variable.
(math-ninteg-romberg, math-ninteg-midpoint): Replace variable
integ-temp by declared variable.

(math-fit-first-var, math-fit-first-coef, math-fit-new-coefs): New variables.
(math-general-fit): Replace variables first-var, first-coef and
new-coefs by declared variables.
(calcFunc-fitvar): Replace variable first-var by declared variable.
(calcFunc-fitparam): Replace variable first-coef by declared variable.
(calcFunc-fitdummy): Replace variable new-coefs by declared variable.

(math-all-vars-vars, math-all-vars-found): New variables.
(math-all-vars-in, math-all-vars-rec): Replace variables vars and
found by declared variable math-all-vars-vars.
2004-11-21 05:55:43 +00:00
Jay Belanger
a6cecab98a (math-integral-cache-state, calc-lang)
(calc-original-buffer): Declare them.

(calc-user-formula-alist): New variable.
(calc-user-define-formula, calc-fix-user-formula)
(calc-user-define-composition, calc-finish-formula-edit):
Replace variable alist by declared variable.

(var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
(var-q7, var-q7, var-q8, var-q9): Declare them.
(calc-kbd-push): Don't check to see if var-q0 through var-q9
are bound.

(calcFunc-typeof): Replace undeclared variable by correct expression.

(math-exp-env): New variable.
(math-define-body, math-define-exp): Replace exp-env by declared
variable.

(math-define-exp): Replace misplaced variable by expression.
2004-11-21 05:52:41 +00:00
Luc Teirlinck
8e528e73de (custom-printers): Use defvar' instead of defconst'. 2004-11-21 03:27:39 +00:00
Richard M. Stallman
fd6866c86d *** empty log message *** 2004-11-21 00:47:35 +00:00
Richard M. Stallman
0b46acbff5 (byte-compile-form): Move the calls to byte-compile-set-symbol-position,
to avoid having two for the same symbol occurrence.
2004-11-21 00:47:13 +00:00
Richard M. Stallman
9961365e7f *** empty log message *** 2004-11-21 00:40:54 +00:00
Richard M. Stallman
624d377362 (comint-input-ring-size): Increase to 150. 2004-11-21 00:40:32 +00:00
Richard M. Stallman
b27ce24f87 (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): New variables.
(hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
(hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
2004-11-21 00:38:58 +00:00
Richard M. Stallman
58b00d475b (imenu--generic-function):
Ensure we keep moving backward even if BEG isn't further back.
2004-11-20 23:31:55 +00:00
Richard M. Stallman
bbe9f1755c (query-replace-read-to, query-replace-read-from):
Specify t for KEEP-ALL in read-from-minibuffer.
2004-11-20 22:09:50 +00:00
Richard M. Stallman
2b2c3c7f62 Don't alter debug-ignored-errors. 2004-11-20 20:40:25 +00:00
Richard M. Stallman
7c6152ff9e (python-switch-to-python): If Python isn't running, start it. 2004-11-20 20:39:16 +00:00
Richard M. Stallman
c326ddd190 (cperl-indent-region): Don't mind imenu-scanning-message. 2004-11-20 20:18:34 +00:00
Richard M. Stallman
c77ddea7a7 (global-map): Bind C-e to move-end-of-line. 2004-11-20 19:09:13 +00:00
Richard M. Stallman
20782abb0e (line-move-finish): New arg FORWARD.
Ignore invisible newlines, not intangible ones.
Conditions for acceptable stopping positions depend on FORWARD.
(line-move): Pass FORWARD arg to line-move-finish.
2004-11-20 19:08:45 +00:00
Richard M. Stallman
6d3bce2bd6 (list-buffers-noselect): Eliminate space at the start of HEADER.
Compensate for this change in the code to add display properties.
Don't make the first line intangible.
2004-11-20 18:52:50 +00:00
Richard M. Stallman
dedbac8923 *** empty log message *** 2004-11-20 14:18:59 +00:00
Richard M. Stallman
78b9dd307a (Info-search): Fix previous change. 2004-11-20 14:09:10 +00:00
Thien-Thi Nguyen
2f672bb5fd *** empty log message *** 2004-11-20 10:37:30 +00:00
Thien-Thi Nguyen
90b37ca3cf (recompile): Revert 2004-11-19 change.
(compile): Likewise.
2004-11-20 10:35:04 +00:00
Masatake YAMATO
14e25c87b0 (url-mm-callback): Delay the invocation
of `mm-destroy-parts'. Invoke `mm-destroy-parts'
when the buffer is killed.
2004-11-20 03:57:59 +00:00
Luc Teirlinck
18cb59e8a4 (compile): Set `max-specpdl-size' before compiling. 2004-11-20 03:09:38 +00:00
Vinicius Jose Latorre
99439846b8 eval-and-compile 2004-11-20 00:40:27 +00:00
Vinicius Jose Latorre
ad96a7efde fix typos 2004-11-20 00:33:10 +00:00
Vinicius Jose Latorre
b11b1870eb :version tag 2004-11-20 00:03:39 +00:00
Jay Belanger
0434d288f1 *** empty log message *** 2004-11-19 22:26:49 +00:00
Jay Belanger
8416e352b1 (calc-selection-cache-entry): Moved declaration to earlier in the
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.
2004-11-19 22:21:18 +00:00
Jay Belanger
7fc684b392 (calc-edit-disp-trail): New variable.
(calc-edit-finish, calc-finish-stack-edit): Replace variable
disp-trail by declared variable.
2004-11-19 22:17:25 +00:00
Jay Belanger
c85b00223d *** empty log message *** 2004-11-19 21:12:32 +00:00
Jay Belanger
40ead93715 (calc-rewrite-selection): Make rules a local variable.
(calc-rewr-sel): New variable.
(calc-rewrite-selection, calc-locate-selection-marker, calc-rewrite):
Use the declared variable calc-rewr-sel instead of sel.

(math-rewrite):  Use let* to declare variables.

(math-mt-many): Declare it.

(math-rewrite-whole-expr): New variable.
(math-rewrite, math-rewrite-phase): Replace variable expr by declared
variable.

(math-import-list): Declare it.

(math-rewrite-heads-heads, math-rewrite-heads-skips)
(math-rewrite-heads-blanks ): New variables.
(math-rewrite-heads, math-rewrite-heads-rec): Replace variables heads,
skips and blanks by declared variables.

(math-regs, math-num-regs, math-prog-last, math-bound-vars)
(math-conds, math-copy-neg, math-rhs, math-pattern, math-remembering)
(math-aliased-vars): Declare them.

(math-rwcomp-subst-old, math-rwcomp-subst-new)
(math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
New variables.
(math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
old, new, old-func and new-func by declared variables.

(math-rwcomp-assoc-args, math-rwcomp-addsub-args):  Remove unnecessary
variable.

(math-rewrite-phase): Declare it.

(math-apply-rw-regs): New variable.
(math-apply-rewrites, math-rwapply-replace-regs,
math-rwapply-reg-looks-negp): Replace variable regs by declared variable.

(math-apply-rw-ruleset): New variable.
(math-apply-rewrites, math-rwapply-remember): Replace variable ruleset
by declared variable.
2004-11-19 21:03:48 +00:00
Richard M. Stallman
6de891db98 *** empty log message *** 2004-11-19 20:07:39 +00:00
Richard M. Stallman
5d4faedacc (Info-search): Use search-whitespace-regexp. 2004-11-19 20:04:44 +00:00
Thien-Thi Nguyen
e1c1c5a7f4 *** empty log message *** 2004-11-19 15:22:08 +00:00
Thien-Thi Nguyen
3c42cc640b Update annotation-related comments. 2004-11-19 15:10:57 +00:00
Thien-Thi Nguyen
3249f234b8 (vc-rcs-parse): New function.
(vc-rcs-annotate-command): Likewise.
(vc-rcs-annotate-current-time): Likewise.
(vc-rcs-annotate-time): Likewise.
(vc-rcs-annotate-extract-revision-at-line): Likewise.
2004-11-19 15:08:32 +00:00
Thien-Thi Nguyen
087b413df7 (recompile): Set `max-specpdl-size' before compiling. 2004-11-19 14:35:40 +00:00
Stefan Monnier
7573a5af6a *** empty log message *** 2004-11-19 05:33:31 +00:00
Jay Belanger
c456ee783a *** empty log message *** 2004-11-18 16:37:49 +00:00
Jay Belanger
358c90f4f2 (math-simplify-divisor): Remove unnecessary variables. 2004-11-18 16:30:27 +00:00
J.D. Smith
ddd709d100 Re-applied diff 3.26->3.27, variable reorganization. 2004-11-18 05:28:03 +00:00
Vinicius Jose Latorre
9f7a99189e interactive-p & eval-and-compile 2004-11-18 00:11:32 +00:00
Stefan Monnier
6abf3a2767 *** empty log message *** 2004-11-17 19:37:24 +00:00
Jay Belanger
00a789bdc5 *** empty log message *** 2004-11-17 19:30:19 +00:00
Jay Belanger
f095c6c9db (math-simplify-expr): Declared it.
Replaced argument expr in all calls of math-defsimplify by
math-simplify-expr.
(math-simplify-units-prod):  Replaced variable expr by declared
variable math-simplify-expr.
2004-11-17 19:23:41 +00:00
Jay Belanger
e10300728d (calc-poly-div-remainder): Declared it. 2004-11-17 19:23:01 +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