1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
Commit Graph

53115 Commits

Author SHA1 Message Date
Richard M. Stallman
78b9dd307a (Info-search): Fix previous change. 2004-11-20 14:09:10 +00:00
Richard M. Stallman
fe83e8de20 (Regexp Search): Rename that to search-spaces-regexp. 2004-11-20 14:06:54 +00:00
Richard M. Stallman
41a3329543 (Vsearch_spaces_regexp):
Renamed from Vsearch_whitespace_regexp.  All uses changed.
2004-11-20 14:04:16 +00:00
Eli Zaretskii
9173d58546 Mention C-/. 2004-11-20 11:13:41 +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
Thien-Thi Nguyen
345802a7c3 (init_eval_once): Increase `max_specpdl_size' to 650. 2004-11-20 10:26:24 +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
Richard M. Stallman
ecdb561eb4 (struct regexp_cache): New element whitespace_regexp.
(syms_of_search): Initialize whitespace_regexp elements.
(compile_pattern): Compare whitespace_regexp elements.
(compile_pattern_1): Set whitespace_regexp elements.
2004-11-19 20:02:32 +00:00
Richard M. Stallman
65b65d26ef (Regexp Search): Add search-whitespace-regexp. 2004-11-19 19:50:29 +00:00
Richard M. Stallman
4fb680cd9c Fix previous change. 2004-11-19 19:47:39 +00:00
Richard M. Stallman
f31a9a68db (Vsearch_whitespace_regexp): New variable.
(syms_of_search): Defvar it.
(compile_pattern_1): Call re_set_whitespace_regexp with it.
(search_buffer): No regexp is trivial if Vsearch_whitespace_regexp is non-nil.
2004-11-19 19:40:32 +00:00
Richard M. Stallman
f9b0fd9964 (regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero.
(whitespace_regexp): New variable.
(re_set_whitespace_regexp): New function.
2004-11-19 19:36:09 +00:00
Thien-Thi Nguyen
e1c1c5a7f4 *** empty log message *** 2004-11-19 15:22:08 +00:00
Thien-Thi Nguyen
8b192981e4 (Coding Conventions): Fix typo. 2004-11-19 15:20:32 +00:00
Thien-Thi Nguyen
7bba6c37cf (Old Versions): No longer document annotation as "CVS only". 2004-11-19 15:14:13 +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
Kim F. Storm
97564b7ef4 (Fvertical_motion): Fix last change. 2004-11-19 09:44:14 +00:00
Kim F. Storm
cbc34cb39b *** empty log message *** 2004-11-19 09:43:27 +00:00
Stefan Monnier
7573a5af6a *** empty log message *** 2004-11-19 05:33:31 +00:00
Luc Teirlinck
6dd06769a9 *** empty log message *** 2004-11-19 03:03:18 +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
Richard M. Stallman
8ec0cdb34b *** empty log message *** 2004-11-18 16:09:38 +00:00
Kim F. Storm
b54a75394a (Fvertical_motion): Undo 2004-11-16 change.
Instead, move back again if reseating moves too far ahead.
2004-11-18 11:00:38 +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
Jay Belanger
0c90894530 (calc-poly-div): Made calc-poly-div-remainder a local variable.
(math-eval-rules-cache, math-eval-rules-cache-other):  Declared them.

(math-top-only):  New variable
(math-simplify, math-simplify-step):  Replace variable top-only by
declared variable math-top-only.

(math-simplify-expr):  Declared it.
Replaced argument expr in all calls of math-defsimplify by
math-simplify-expr.
(math-simplify-plus, math-simplify-times, math-simplify-divide)
(math-simplify-divisor, math-simplify-one-divisor)
(math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
(math-simplify-pow):  Replaced variable expr by declared variable
math-simplify-expr.

(math-simplify-divisor):  Removed local variables temp and op.
(math-simplify-one-divisor):  Made temp and op local variables.

(math-simplify-divisor-nover, math-simplify-divisor-dover):  New
variables.
(math-simplify-divisor, math-simplify-one-divisor):  Use declared
variables.

(math-expr-subst-new, math-expr-subst-old):  New variables.
(math-expr-subst, math-expr-subst-rec):  Use declared variables.

(math-is-poly-degree, math-is-poly-loose):  New variables.
(math-is-polynomial, math-is-poly-rec):  Use declared variables.

(math-poly-base-const-ok, math-poly-base-pred): New variables.
(math-polynomial-base, math-polynomial-base-rec):  Use declared
variables.
2004-11-17 19:21:57 +00:00
Stefan Monnier
f4872033df (list-buffers-noselect): Massage to fit in 80 columns.
Replace mapcar->dolist, format->string.
2004-11-17 17:12:57 +00:00
Miles Bader
2da3fbb1ac Add ChangeLog entry for IDLWAVE version 5.5 update 2004-11-17 12:05:26 +00:00
Miles Bader
c10de401a6 Remove RCS keywords 2004-11-17 11:53:13 +00:00
Miles Bader
8df608c1ce Restore arch taglines 2004-11-17 11:52:34 +00:00