bpt/emacs.git
19 years ago(w32_clip_to_row): Add area arg. Callers changed.
Kim F. Storm [Sun, 21 Nov 2004 15:48:58 +0000 (15:48 +0000)]
(w32_clip_to_row): Add area arg.  Callers changed.
(x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.

19 years ago(erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
Kim F. Storm [Sun, 21 Nov 2004 15:47:55 +0000 (15:47 +0000)]
(erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 21 Nov 2004 15:47:22 +0000 (15:47 +0000)]
*** empty log message ***

19 years ago(move_it_in_display_line_to, display_line): Restore
Kim F. Storm [Sun, 21 Nov 2004 14:59:40 +0000 (14:59 +0000)]
(move_it_in_display_line_to, display_line): Restore
saved_face_id if overflow-newline-into-fringe is enabled and line
is continued before or in middle of element from display vector.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 21 Nov 2004 14:58:40 +0000 (14:58 +0000)]
*** empty log message ***

19 years ago(Skipping Characters): Add missing `@end defun'.
Luc Teirlinck [Sun, 21 Nov 2004 14:37:29 +0000 (14:37 +0000)]
(Skipping Characters): Add missing `@end defun'.

19 years ago(Fvertical_motion): Fix last change. Use another
Kim F. Storm [Sun, 21 Nov 2004 12:56:53 +0000 (12:56 +0000)]
(Fvertical_motion): Fix last change.  Use another
method to detect if iterator moved too far ahead after reseat.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 21 Nov 2004 12:56:25 +0000 (12:56 +0000)]
*** empty log message ***

19 years ago(IT_EXPAND_MATRIX_WIDTH): New macro. Do not
Kim F. Storm [Sun, 21 Nov 2004 12:33:35 +0000 (12:33 +0000)]
(IT_EXPAND_MATRIX_WIDTH): New macro.  Do not
expand matrix width for overflow in zero-width area.
(append_glyph, append_composite_glyph, produce_image_glyph)
(append_stretch_glyph): Use it to avoid loop in redisplay.
(note_mode_line_or_margin_highlight): Don't let help-echo from
string override help-echo from image map.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 21 Nov 2004 12:33:16 +0000 (12:33 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Sun, 21 Nov 2004 06:31:10 +0000 (06:31 +0000)]
*** empty log message ***

19 years ago(calc-curve-nvars, calc-curve-varnames, calc-curve-model)
Jay Belanger [Sun, 21 Nov 2004 05:55:43 +0000 (05:55 +0000)]
(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.

19 years ago(math-integral-cache-state, calc-lang)
Jay Belanger [Sun, 21 Nov 2004 05:52:41 +0000 (05:52 +0000)]
(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.

19 years ago(Skipping Characters): skip-chars-forward now handles char classes.
Richard M. Stallman [Sun, 21 Nov 2004 03:51:04 +0000 (03:51 +0000)]
(Skipping Characters): skip-chars-forward now handles char classes.

19 years ago(custom-printers): Use `defvar' instead of `defconst'.
Luc Teirlinck [Sun, 21 Nov 2004 03:27:39 +0000 (03:27 +0000)]
(custom-printers): Use `defvar' instead of `defconst'.

19 years ago(Printing Notation): Avoid confusion of `print' when explaining @print.
Richard M. Stallman [Sun, 21 Nov 2004 02:33:11 +0000 (02:33 +0000)]
(Printing Notation): Avoid confusion of `print' when explaining @print.

19 years ago(Argument Evaluation): Fix 1st `for' expansion example.
Richard M. Stallman [Sun, 21 Nov 2004 02:22:12 +0000 (02:22 +0000)]
(Argument Evaluation): Fix 1st `for' expansion example.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 21 Nov 2004 01:11:51 +0000 (01:11 +0000)]
*** empty log message ***

19 years ago(Fcall_interactively): Call Fread_from_minibuffer with extra argument.
Luc Teirlinck [Sun, 21 Nov 2004 01:02:51 +0000 (01:02 +0000)]
(Fcall_interactively): Call Fread_from_minibuffer with extra argument.

19 years ago(Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
Luc Teirlinck [Sun, 21 Nov 2004 00:57:49 +0000 (00:57 +0000)]
(Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 21 Nov 2004 00:47:35 +0000 (00:47 +0000)]
*** empty log message ***

19 years ago(byte-compile-form): Move the calls to byte-compile-set-symbol-position,
Richard M. Stallman [Sun, 21 Nov 2004 00:47:13 +0000 (00:47 +0000)]
(byte-compile-form): Move the calls to byte-compile-set-symbol-position,
to avoid having two for the same symbol occurrence.

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 21 Nov 2004 00:40:54 +0000 (00:40 +0000)]
*** empty log message ***

19 years ago(comint-input-ring-size): Increase to 150.
Richard M. Stallman [Sun, 21 Nov 2004 00:40:32 +0000 (00:40 +0000)]
(comint-input-ring-size): Increase to 150.

19 years ago(hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): New variables.
Richard M. Stallman [Sun, 21 Nov 2004 00:38:58 +0000 (00:38 +0000)]
(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.

19 years ago(Fill Prefix): M-q doesn't apply fill prefix to first line.
Richard M. Stallman [Sun, 21 Nov 2004 00:36:34 +0000 (00:36 +0000)]
(Fill Prefix): M-q doesn't apply fill prefix to first line.

19 years ago(Display Table Format): Minor fix.
Richard M. Stallman [Sun, 21 Nov 2004 00:34:51 +0000 (00:34 +0000)]
(Display Table Format): Minor fix.

19 years ago(Output Functions): Fix print example.
Richard M. Stallman [Sun, 21 Nov 2004 00:32:33 +0000 (00:32 +0000)]
(Output Functions): Fix print example.

19 years ago(Lisp Eval): Delete hyphen in section name.
Richard M. Stallman [Sun, 21 Nov 2004 00:30:34 +0000 (00:30 +0000)]
(Lisp Eval): Delete hyphen in section name.

19 years ago(Fread_from_minibuffer): Add arg in decl.
Richard M. Stallman [Sun, 21 Nov 2004 00:28:02 +0000 (00:28 +0000)]
(Fread_from_minibuffer): Add arg in decl.

19 years agoComment change.
Richard M. Stallman [Sun, 21 Nov 2004 00:26:33 +0000 (00:26 +0000)]
Comment change.

19 years ago(elisp): New target.
Richard M. Stallman [Sun, 21 Nov 2004 00:24:37 +0000 (00:24 +0000)]
(elisp): New target.
(dist): Depend on $(infodir)/elisp, not elisp.
Copy the info files from $(infodir).

19 years ago(imenu--generic-function):
Richard M. Stallman [Sat, 20 Nov 2004 23:31:55 +0000 (23:31 +0000)]
(imenu--generic-function):
Ensure we keep moving backward even if BEG isn't further back.

19 years ago(Fminibuffer_complete_and_exit):
Richard M. Stallman [Sat, 20 Nov 2004 22:32:07 +0000 (22:32 +0000)]
(Fminibuffer_complete_and_exit):
Fixup the case of the completed value, for case-indep completion.

19 years ago(query-replace-read-to, query-replace-read-from):
Richard M. Stallman [Sat, 20 Nov 2004 22:09:50 +0000 (22:09 +0000)]
(query-replace-read-to, query-replace-read-from):
Specify t for KEEP-ALL in read-from-minibuffer.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 20 Nov 2004 22:09:16 +0000 (22:09 +0000)]
*** empty log message ***

19 years ago(Text from Minibuffer): Document KEEP-ALL arg in read-from-minibuffer.
Richard M. Stallman [Sat, 20 Nov 2004 22:08:39 +0000 (22:08 +0000)]
(Text from Minibuffer): Document KEEP-ALL arg in read-from-minibuffer.

19 years ago(read_minibuf): New arg KEEP_ALL. Callers changed.
Richard M. Stallman [Sat, 20 Nov 2004 22:04:11 +0000 (22:04 +0000)]
(read_minibuf): New arg KEEP_ALL.  Callers changed.
(Fread_from_minibuffer): New ark KEEP_ALL.  Callers changed.

19 years agoDon't alter debug-ignored-errors.
Richard M. Stallman [Sat, 20 Nov 2004 20:40:25 +0000 (20:40 +0000)]
Don't alter debug-ignored-errors.

19 years ago(python-switch-to-python): If Python isn't running, start it.
Richard M. Stallman [Sat, 20 Nov 2004 20:39:16 +0000 (20:39 +0000)]
(python-switch-to-python): If Python isn't running, start it.

19 years ago(cperl-indent-region): Don't mind imenu-scanning-message.
Richard M. Stallman [Sat, 20 Nov 2004 20:18:34 +0000 (20:18 +0000)]
(cperl-indent-region): Don't mind imenu-scanning-message.

19 years ago(global-map): Bind C-e to move-end-of-line.
Richard M. Stallman [Sat, 20 Nov 2004 19:09:13 +0000 (19:09 +0000)]
(global-map): Bind C-e to move-end-of-line.

19 years ago(line-move-finish): New arg FORWARD.
Richard M. Stallman [Sat, 20 Nov 2004 19:08:45 +0000 (19:08 +0000)]
(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.

19 years ago(list-buffers-noselect): Eliminate space at the start of HEADER.
Richard M. Stallman [Sat, 20 Nov 2004 18:52:50 +0000 (18:52 +0000)]
(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.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 20 Nov 2004 14:18:59 +0000 (14:18 +0000)]
*** empty log message ***

19 years ago(Info-search): Fix previous change.
Richard M. Stallman [Sat, 20 Nov 2004 14:09:10 +0000 (14:09 +0000)]
(Info-search): Fix previous change.

19 years ago(Regexp Search): Rename that to search-spaces-regexp.
Richard M. Stallman [Sat, 20 Nov 2004 14:06:54 +0000 (14:06 +0000)]
(Regexp Search): Rename that to search-spaces-regexp.

19 years ago(Vsearch_spaces_regexp):
Richard M. Stallman [Sat, 20 Nov 2004 14:04:16 +0000 (14:04 +0000)]
(Vsearch_spaces_regexp):
Renamed from Vsearch_whitespace_regexp.  All uses changed.

19 years agoMention C-/.
Eli Zaretskii [Sat, 20 Nov 2004 11:13:41 +0000 (11:13 +0000)]
Mention C-/.

19 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 20 Nov 2004 10:37:30 +0000 (10:37 +0000)]
*** empty log message ***

19 years ago(recompile): Revert 2004-11-19 change.
Thien-Thi Nguyen [Sat, 20 Nov 2004 10:35:04 +0000 (10:35 +0000)]
(recompile): Revert 2004-11-19 change.
(compile): Likewise.

19 years ago(init_eval_once): Increase `max_specpdl_size' to 650.
Thien-Thi Nguyen [Sat, 20 Nov 2004 10:26:24 +0000 (10:26 +0000)]
(init_eval_once): Increase `max_specpdl_size' to 650.

19 years ago(url-mm-callback): Delay the invocation
Masatake YAMATO [Sat, 20 Nov 2004 03:57:59 +0000 (03:57 +0000)]
(url-mm-callback): Delay the invocation
of `mm-destroy-parts'. Invoke `mm-destroy-parts'
when the buffer is killed.

19 years ago(compile): Set `max-specpdl-size' before compiling.
Luc Teirlinck [Sat, 20 Nov 2004 03:09:38 +0000 (03:09 +0000)]
(compile): Set `max-specpdl-size' before compiling.

19 years agoeval-and-compile
Vinicius Jose Latorre [Sat, 20 Nov 2004 00:40:27 +0000 (00:40 +0000)]
eval-and-compile

19 years agofix typos
Vinicius Jose Latorre [Sat, 20 Nov 2004 00:33:10 +0000 (00:33 +0000)]
fix typos

19 years ago:version tag
Vinicius Jose Latorre [Sat, 20 Nov 2004 00:03:39 +0000 (00:03 +0000)]
:version tag

19 years ago*** empty log message ***
Jay Belanger [Fri, 19 Nov 2004 22:26:49 +0000 (22:26 +0000)]
*** empty log message ***

19 years ago(calc-selection-cache-entry): Moved declaration to earlier in the
Jay Belanger [Fri, 19 Nov 2004 22:21:18 +0000 (22:21 +0000)]
(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.

19 years ago(calc-edit-disp-trail): New variable.
Jay Belanger [Fri, 19 Nov 2004 22:17:25 +0000 (22:17 +0000)]
(calc-edit-disp-trail): New variable.
(calc-edit-finish, calc-finish-stack-edit): Replace variable
disp-trail by declared variable.

19 years ago*** empty log message ***
Jay Belanger [Fri, 19 Nov 2004 21:12:32 +0000 (21:12 +0000)]
*** empty log message ***

19 years ago(calc-rewrite-selection): Make rules a local variable.
Jay Belanger [Fri, 19 Nov 2004 21:03:48 +0000 (21:03 +0000)]
(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.

19 years ago*** empty log message ***
Richard M. Stallman [Fri, 19 Nov 2004 20:07:39 +0000 (20:07 +0000)]
*** empty log message ***

19 years ago(Info-search): Use search-whitespace-regexp.
Richard M. Stallman [Fri, 19 Nov 2004 20:04:44 +0000 (20:04 +0000)]
(Info-search): Use search-whitespace-regexp.

19 years ago(struct regexp_cache): New element whitespace_regexp.
Richard M. Stallman [Fri, 19 Nov 2004 20:02:32 +0000 (20:02 +0000)]
(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.

19 years ago(Regexp Search): Add search-whitespace-regexp.
Richard M. Stallman [Fri, 19 Nov 2004 19:50:29 +0000 (19:50 +0000)]
(Regexp Search): Add search-whitespace-regexp.

19 years agoFix previous change.
Richard M. Stallman [Fri, 19 Nov 2004 19:47:39 +0000 (19:47 +0000)]
Fix previous change.

19 years ago(Vsearch_whitespace_regexp): New variable.
Richard M. Stallman [Fri, 19 Nov 2004 19:40:32 +0000 (19:40 +0000)]
(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.

19 years ago(regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero.
Richard M. Stallman [Fri, 19 Nov 2004 19:36:09 +0000 (19:36 +0000)]
(regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero.
(whitespace_regexp): New variable.
(re_set_whitespace_regexp): New function.

19 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 19 Nov 2004 15:22:08 +0000 (15:22 +0000)]
*** empty log message ***

19 years ago(Coding Conventions): Fix typo.
Thien-Thi Nguyen [Fri, 19 Nov 2004 15:20:32 +0000 (15:20 +0000)]
(Coding Conventions): Fix typo.

19 years ago(Old Versions): No longer document annotation as "CVS only".
Thien-Thi Nguyen [Fri, 19 Nov 2004 15:14:13 +0000 (15:14 +0000)]
(Old Versions): No longer document annotation as "CVS only".

19 years agoUpdate annotation-related comments.
Thien-Thi Nguyen [Fri, 19 Nov 2004 15:10:57 +0000 (15:10 +0000)]
Update annotation-related comments.

19 years ago(vc-rcs-parse): New function.
Thien-Thi Nguyen [Fri, 19 Nov 2004 15:08:32 +0000 (15:08 +0000)]
(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.

19 years ago(recompile): Set `max-specpdl-size' before compiling.
Thien-Thi Nguyen [Fri, 19 Nov 2004 14:35:40 +0000 (14:35 +0000)]
(recompile): Set `max-specpdl-size' before compiling.

19 years ago(Fvertical_motion): Fix last change.
Kim F. Storm [Fri, 19 Nov 2004 09:44:14 +0000 (09:44 +0000)]
(Fvertical_motion): Fix last change.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 19 Nov 2004 09:43:27 +0000 (09:43 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Stefan Monnier [Fri, 19 Nov 2004 05:33:31 +0000 (05:33 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Fri, 19 Nov 2004 03:03:18 +0000 (03:03 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Thu, 18 Nov 2004 16:37:49 +0000 (16:37 +0000)]
*** empty log message ***

19 years ago(math-simplify-divisor): Remove unnecessary variables.
Jay Belanger [Thu, 18 Nov 2004 16:30:27 +0000 (16:30 +0000)]
(math-simplify-divisor):  Remove unnecessary variables.

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 18 Nov 2004 16:09:38 +0000 (16:09 +0000)]
*** empty log message ***

19 years ago(Fvertical_motion): Undo 2004-11-16 change.
Kim F. Storm [Thu, 18 Nov 2004 11:00:38 +0000 (11:00 +0000)]
(Fvertical_motion): Undo 2004-11-16 change.
Instead, move back again if reseating moves too far ahead.

19 years agoRe-applied diff 3.26->3.27, variable reorganization.
J.D. Smith [Thu, 18 Nov 2004 05:28:03 +0000 (05:28 +0000)]
Re-applied diff 3.26->3.27, variable reorganization.

19 years agointeractive-p & eval-and-compile
Vinicius Jose Latorre [Thu, 18 Nov 2004 00:11:32 +0000 (00:11 +0000)]
interactive-p & eval-and-compile

19 years ago*** empty log message ***
Stefan Monnier [Wed, 17 Nov 2004 19:37:24 +0000 (19:37 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Wed, 17 Nov 2004 19:30:19 +0000 (19:30 +0000)]
*** empty log message ***

19 years ago(math-simplify-expr): Declared it.
Jay Belanger [Wed, 17 Nov 2004 19:23:41 +0000 (19:23 +0000)]
(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.

19 years ago(calc-poly-div-remainder): Declared it.
Jay Belanger [Wed, 17 Nov 2004 19:23:01 +0000 (19:23 +0000)]
(calc-poly-div-remainder):  Declared it.

19 years ago(math-defsimplify): Changed the argument in the created function to
Jay Belanger [Wed, 17 Nov 2004 19:22:31 +0000 (19:22 +0000)]
(math-defsimplify):  Changed the argument in the created function to
math-simplify-expr.

19 years ago(calc-poly-div): Made calc-poly-div-remainder a local variable.
Jay Belanger [Wed, 17 Nov 2004 19:21:57 +0000 (19:21 +0000)]
(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.

19 years ago(list-buffers-noselect): Massage to fit in 80 columns.
Stefan Monnier [Wed, 17 Nov 2004 17:12:57 +0000 (17:12 +0000)]
(list-buffers-noselect): Massage to fit in 80 columns.
Replace mapcar->dolist, format->string.

19 years agoAdd ChangeLog entry for IDLWAVE version 5.5 update
Miles Bader [Wed, 17 Nov 2004 12:05:26 +0000 (12:05 +0000)]
Add ChangeLog entry for IDLWAVE version 5.5 update

19 years agoRemove RCS keywords
Miles Bader [Wed, 17 Nov 2004 11:53:13 +0000 (11:53 +0000)]
Remove RCS keywords

19 years agoRestore arch taglines
Miles Bader [Wed, 17 Nov 2004 11:52:34 +0000 (11:52 +0000)]
Restore arch taglines

19 years agoInitial checkin of HTML help support module.
J.D. Smith [Wed, 17 Nov 2004 05:58:20 +0000 (05:58 +0000)]
Initial checkin of HTML help support module.

19 years agoUpdated to IDLWAVE version 5.5. See idlwave.org.
J.D. Smith [Wed, 17 Nov 2004 05:56:18 +0000 (05:56 +0000)]
Updated to IDLWAVE version 5.5.  See idlwave.org.

19 years agoUpdated to IDLWAVE version 5.5. See idlwave.org
J.D. Smith [Wed, 17 Nov 2004 05:54:20 +0000 (05:54 +0000)]
Updated to IDLWAVE version 5.5.  See idlwave.org

19 years ago(message3): Call clear_message.
Luc Teirlinck [Wed, 17 Nov 2004 01:41:52 +0000 (01:41 +0000)]
(message3): Call clear_message.

19 years ago(erase_phys_cursor): Adjust cursor row visible height.
Kim F. Storm [Wed, 17 Nov 2004 00:27:37 +0000 (00:27 +0000)]
(erase_phys_cursor): Adjust cursor row visible height.