bpt/emacs.git
19 years ago(calc-keep-selection): Declare it.
Jay Belanger [Fri, 26 Nov 2004 22:39:32 +0000 (22:39 +0000)]
(calc-keep-selection): Declare it.

19 years ago(math-format-radix-float): Make pos a local variable.
Jay Belanger [Fri, 26 Nov 2004 22:39:01 +0000 (22:39 +0000)]
(math-format-radix-float): Make pos a local variable.
(math-format-radix-float): Remove unnecessary setq.
(math-radix-float-cache): Declare it.

19 years ago(calc-original-buffer): Declare it.
Jay Belanger [Fri, 26 Nov 2004 22:38:31 +0000 (22:38 +0000)]
(calc-original-buffer): Declare it.
(calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
(calc-embed-bot): New variables.
(calc-do-embedded, calc-embedded-mark-formula)
(calc-embedded-find-bounds, calc-embedded-duplicate)
(calc-embedded-new-formula, calc-embedded-make-info):
Replace variables outer-top, outer-bot, bot and top by declared
variables.
(calc-embed-prev-modes): New variable.
(calc-embedded-set-modes, calc-embedded-update): Replace variable
prev-modes with declared variable.
(calc-embed-vars-used): New variable.
(calc-embedded-make-info, calc-embedded-evaluate-expr)
(calc-embedded-update, calc-embedded-find-vars): Replace variable
vars-used by declared variable.

19 years ago(Info-history): Declare it.
Jay Belanger [Fri, 26 Nov 2004 22:37:54 +0000 (22:37 +0000)]
(Info-history): Declare it.
(calc-describe-key): Make calc-summary-indentation a local variable.
(calc-help-long-names): Move declaration to earlier in file.

19 years ago(calc-prev-char, calc-prev-prev-char, calc-digit-value): Declare them.
Jay Belanger [Fri, 26 Nov 2004 22:37:26 +0000 (22:37 +0000)]
(calc-prev-char, calc-prev-prev-char, calc-digit-value): Declare them.

19 years ago(math-ms-temp, math-ms-args): New variables.
Jay Belanger [Fri, 26 Nov 2004 22:36:49 +0000 (22:36 +0000)]
(math-ms-temp, math-ms-args): New variables.
(math-multi-subst, math-multi-subst-rec): Replace variables temp and
arg by declared variables.

(calcFunc-reducer): Fixed incorrect variable.

(math-inner-mul-func, math-inner-add-func): New variables.
(calcFunc-inner, math-inner-mats): Replace variables mul-func
and add-func by declared variables.

19 years ago(calc-det-lu): New variable.
Jay Belanger [Fri, 26 Nov 2004 22:36:10 +0000 (22:36 +0000)]
(calc-det-lu): New variable.
(math-det-raw, math-det-step): Replace variable lu by declared
variable.

19 years ago(calc-given-value, calc-store-opers): Declare them.
Jay Belanger [Fri, 26 Nov 2004 22:35:35 +0000 (22:35 +0000)]
(calc-given-value, calc-store-opers): Declare them.
(calc-var-name-map): Move declaration to earlier in the file.

(calc-pv-pos): New variable.
(calc-permanent-variable, calc-insert-permanent-variable):
Replace variable pos by declared variable.

19 years ago(calc-flush-caches): Remove unnecessary variables.
Jay Belanger [Fri, 26 Nov 2004 22:34:59 +0000 (22:34 +0000)]
(calc-flush-caches): Remove unnecessary variables.

(math-lud-cache, math-log2-cache, math-radix-digits-cache)
(math-radix-float-cache-tag, math-random-cache, math-max-digits-cache)
(math-integral-cache, math-units-table, math-format-date-cache)
(math-holidays-cache-tag): Declare them.

(math-moc-func): New variable.
(math-map-over-constants, math-map-over-constants-rec):
Replace variable func by declared variable.

19 years ago(calc-original-buffer, calc-return-buffer, calc-one-window)
Jay Belanger [Fri, 26 Nov 2004 22:34:23 +0000 (22:34 +0000)]
(calc-original-buffer, calc-return-buffer, calc-one-window)
(calc-edit-handler, calc-restore-trail, calc-allow-ret): Declare them.

19 years ago(math-grade-vec): New variable.
Jay Belanger [Fri, 26 Nov 2004 22:33:49 +0000 (22:33 +0000)]
(math-grade-vec): New variable.
(calcFunc-grade, calcFunc-rgrade, math-grade-beforep): Replace
variable grade-vec by declared variable.
(math-rb-close): New variable.
(math-read-brackets, math-read-vector): Replace variable close by
declared variable.

19 years ago(calc-last-why-command): Declare it.
Jay Belanger [Fri, 26 Nov 2004 22:33:19 +0000 (22:33 +0000)]
(calc-last-why-command): Declare it.

19 years agoChange maintainer name.
Jay Belanger [Fri, 26 Nov 2004 22:32:51 +0000 (22:32 +0000)]
Change maintainer name.

19 years ago(tramp-handle-directory-files-and-attributes): New function.
Lars Hansen [Fri, 26 Nov 2004 21:39:27 +0000 (21:39 +0000)]
(tramp-handle-directory-files-and-attributes): New function.
(tramp-perl-directory-files-and-attributes): New constant.
(tramp-file-name-handler-alist): Delete file-directory-files, add directory-files-and-attributes.
(tramp-perl-file-attributes): Surround uid and gid by double quotes.
Change parameter id-format from nonnumeric.
(tramp-convert-file-attributes): New function.
(tramp-handle-file-attributes): Use it.
(tramp-maybe-send-perl-script): New function.
(tramp-handle-file-attributes-with-perl): Use it. Don't convert file mode.
Change parameter id-format from nonnumeric.
(tramp-handle-file-attributes-with-ls): Change parameter id-format from nonnumeric.
(tramp-post-connection): Don't send tramp-perl-file-attributes script.
Reset connection property "perl-scripts".
(tramp-handle-insert-directory): Run real handler when ls-lisp is in use.

19 years agoRename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv [Fri, 26 Nov 2004 17:45:17 +0000 (17:45 +0000)]
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.

19 years ago(desktop-read): Replace mapcar with mapc.
Lars Hansen [Fri, 26 Nov 2004 17:37:58 +0000 (17:37 +0000)]
(desktop-read): Replace mapcar with mapc.
(desktop-create-buffer): Replace mapcar with mapc. Remove redundant piece of code.

19 years ago*** empty log message ***
Richard M. Stallman [Fri, 26 Nov 2004 17:29:19 +0000 (17:29 +0000)]
*** empty log message ***

19 years ago(gud-display-line): Use display-buffer
Nick Roberts [Fri, 26 Nov 2004 15:44:37 +0000 (15:44 +0000)]
(gud-display-line): Use display-buffer
for GDB-UI as for GUD.

19 years ago(gdb-view-source, gdb-selected-view):
Nick Roberts [Fri, 26 Nov 2004 15:41:22 +0000 (15:41 +0000)]
(gdb-view-source, gdb-selected-view):
Delete variables.
(gdb-ann3): Don't make GUD buffer dedicated.
(gdb-goto-breakpoint, gdb-display-buffer): Don't always
dedicate.
(gdb-display-source-buffer): Delete function.
(gdb-view-source-function, gdb-view-assembler): Delete functions.
(menu): Delete menu bindings for viewing source/assembler.
(gdb-setup-windows, gdb-restore-windows):
Don't dedicate GUD. No assembler now.
(gdb-reset): No need to undedicate source buffers now.
(gdb-source-info): No assembler now.

19 years ago*** empty log message ***
Nick Roberts [Fri, 26 Nov 2004 15:40:16 +0000 (15:40 +0000)]
*** empty log message ***

19 years ago(update_window_fringes): Prefer truncation bitmaps over
Kim F. Storm [Fri, 26 Nov 2004 15:14:16 +0000 (15:14 +0000)]
(update_window_fringes): Prefer truncation bitmaps over
angle bitmaps at top/bottom line.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 26 Nov 2004 15:13:53 +0000 (15:13 +0000)]
*** empty log message ***

19 years agoUndo recent changes for restoring it->saved_face_id. Instead,
Kim F. Storm [Fri, 26 Nov 2004 14:38:55 +0000 (14:38 +0000)]
Undo recent changes for restoring it->saved_face_id. Instead,
set it when it->method is set to next_element_from_display_vector.
(setup_for_ellipsis): Add LEN argument.  Callers changed.
Set it->saved_face_id.
(get_next_display_element): Use loop instead of recursion.
Set it->saved_face_id.  Combine duplicate code for ctr chars.
(next_element_from_display_vector): Do not set it->saved_face_id.
(next_element_from_ellipsis): Use setup_for_ellipsis.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 26 Nov 2004 14:37:55 +0000 (14:37 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Eli Zaretskii [Fri, 26 Nov 2004 12:05:49 +0000 (12:05 +0000)]
*** empty log message ***

19 years ago(Continued Statement Indentation): Resurrect Jan Djärv's change from
Eli Zaretskii [Fri, 26 Nov 2004 12:04:57 +0000 (12:04 +0000)]
(Continued Statement Indentation): Resurrect Jan Djärv's change from
2004-11-03 that was lost when a newer version of idlwave.texi was
imported.

19 years agoFix format of 2004-10-21 Jay Belanger's entry.
Eli Zaretskii [Fri, 26 Nov 2004 11:59:05 +0000 (11:59 +0000)]
Fix format of 2004-10-21 Jay Belanger's entry.

19 years agoFix the setfilename directive to put the produced file in ../info.
Eli Zaretskii [Fri, 26 Nov 2004 11:57:29 +0000 (11:57 +0000)]
Fix the setfilename directive to put the produced file in ../info.

19 years ago(Fdefvar): Declare pdl from last change as `volatile' to prevent
Eli Zaretskii [Fri, 26 Nov 2004 11:47:20 +0000 (11:47 +0000)]
(Fdefvar): Declare pdl from last change as `volatile' to prevent
compiler warnings.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 26 Nov 2004 10:29:21 +0000 (10:29 +0000)]
*** empty log message ***

19 years ago(gdb-frame-parameters): Match height and
Nick Roberts [Thu, 25 Nov 2004 23:51:18 +0000 (23:51 +0000)]
(gdb-frame-parameters): Match height and
width to those for special frames.
(gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
Use display-buffer.
(gdb-frame-stack-buffer, gdb-frame-threads-buffer)
(gdb-frame-registers-buffer, gdb-frame-locals-buffer)
(gdb-frame-assembler-buffer): Rework like
gdb-frame-breakpoints-buffer.

19 years ago*** empty log message ***
Nick Roberts [Thu, 25 Nov 2004 23:50:06 +0000 (23:50 +0000)]
*** empty log message ***

19 years ago(command_loop_1): Print a message describing the key
Stefan Monnier [Thu, 25 Nov 2004 22:17:49 +0000 (22:17 +0000)]
(command_loop_1): Print a message describing the key
the user just pressed when this key has no binding.

19 years ago(sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
Stefan Monnier [Thu, 25 Nov 2004 20:01:39 +0000 (20:01 +0000)]
(sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
(emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.

19 years ago(readchar): Check QUIT when `getc' is interrupted.
Stefan Monnier [Thu, 25 Nov 2004 20:01:18 +0000 (20:01 +0000)]
(readchar): Check QUIT when `getc' is interrupted.

19 years ago*** empty log message ***
Stefan Monnier [Thu, 25 Nov 2004 16:48:45 +0000 (16:48 +0000)]
*** empty log message ***

19 years agoReindent.
Richard M. Stallman [Thu, 25 Nov 2004 16:43:32 +0000 (16:43 +0000)]
Reindent.
(flymake-split-string): Turn into defalias.
(flymake-fix-file-name): Renamed from flymake-fix-path-name.
(flymake-ensure-ends-with-slash): Rename arg to FILENAME.
(flymake-get-common-file-prefix): Renamed from ...path...  Doc fix.
(flymake-build-relative-filename): Renamed from ...path.
Fix error message.

19 years agoMuch whitespace and capitalization change.
Richard M. Stallman [Thu, 25 Nov 2004 16:33:53 +0000 (16:33 +0000)]
Much whitespace and capitalization change.
Move `provide' to end.  Require `compile' only when compiling.

19 years ago*** empty log message ***
Jay Belanger [Thu, 25 Nov 2004 16:05:28 +0000 (16:05 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kim F. Storm [Thu, 25 Nov 2004 10:37:03 +0000 (10:37 +0000)]
*** empty log message ***

19 years agoFinish making previous changes.
Jay Belanger [Thu, 25 Nov 2004 06:29:11 +0000 (06:29 +0000)]
Finish making previous changes.

19 years agoFinish making previous change.
Jay Belanger [Thu, 25 Nov 2004 06:28:25 +0000 (06:28 +0000)]
Finish making previous change.

19 years ago*** empty log message ***
Jay Belanger [Thu, 25 Nov 2004 06:17:40 +0000 (06:17 +0000)]
*** empty log message ***

19 years ago(calc-convert-units): Make units a local variable.
Jay Belanger [Thu, 25 Nov 2004 05:53:35 +0000 (05:53 +0000)]
(calc-convert-units): Make units a local variable.
(calc-num-units, calc-den-units): New variables.
(calc-explain-units, calc-explain-units-rec): Replace variables
num-units and den-units by declared variables.
(math-cu-unit-list): New variable.
(math-build-units-table, math-compare-unit-names)
(math-convert-units, math-convert-units-rec): Replace variable
unit-list by declared variable.
(math-fbu-base, math-fbu-entry): New variables.
(math-find-base-units, math-find-base-units-rec): Replace variables
base and entry by declared variables.
(math-which-standard): New variable.
(math-to-standard-units, math-to-standard-rec): Replace variable
which-standard by declared variable.
(math-fcu-u): New variable.
(math-find-compatible-unit, math-find-compatible-unit-rec):
Replace variable u by declared variable.
(math-cu-new-units, math-cu-pure): New variables.
(math-convert-units, math-convert-units-rec): Replace variables
new-units and pure by declared variables.
(math-try-cancel-units): New variable.
(math-simplify-units-quotient): Replace variable try-cancel-units by
declared variable.

19 years ago(math-poly-base-top-expr): New variable.
Jay Belanger [Thu, 25 Nov 2004 05:52:38 +0000 (05:52 +0000)]
(math-poly-base-top-expr): New variable.
(math-polynomial-p1): Replace variable mpb-top-expr by declared
variable.
(math-poly-base-total-base): New variable.
(math-total-polynomial-base, math-polynomial-p1): Replace variable
mpb-total-base by declared variable.
(math-factored-vars, math-to-list): Declare it.
(math-fact-expr): New variable.
(calcFunc-factors, calcFunc-factor, math-factor-expr,
math-factor-expr-try, math-factor-expr-part): Replace variable expr by
declared variable.
(math-fet-x): New variable.
(math-factor-expr-try, math-factor-poly-coefs): Replace variable x by
declared variable.
(math-factor-poly-coefs): Make temp a local variable.

19 years agoAdded comment.
Jay Belanger [Thu, 25 Nov 2004 05:51:40 +0000 (05:51 +0000)]
Added comment.
(math-polynomial-base): Replace variable mpb-top-expr by
math-poly-base-top-expr.

19 years ago(Standard Buffer-Local Variables): Comment out xref's to non-existent
Luc Teirlinck [Thu, 25 Nov 2004 04:00:23 +0000 (04:00 +0000)]
(Standard Buffer-Local Variables): Comment out xref's to non-existent
node `Yet to be written'.  They broke bootstrapping.

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 25 Nov 2004 03:22:56 +0000 (03:22 +0000)]
*** empty log message ***

19 years ago(run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
Richard M. Stallman [Thu, 25 Nov 2004 03:18:31 +0000 (03:18 +0000)]
(run_pre_post_conversion_on_str): Bind Qinhibit_read_only.

19 years ago(syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
Richard M. Stallman [Thu, 25 Nov 2004 03:16:34 +0000 (03:16 +0000)]
(syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.

19 years ago(Synchronous Processes): Grammar fix.
Richard M. Stallman [Thu, 25 Nov 2004 03:15:19 +0000 (03:15 +0000)]
(Synchronous Processes): Grammar fix.

19 years ago(Comparison of Numbers): Add eql.
Richard M. Stallman [Thu, 25 Nov 2004 03:14:35 +0000 (03:14 +0000)]
(Comparison of Numbers): Add eql.

19 years ago(Standard Buffer-Local Variables): Add many vars.
Richard M. Stallman [Thu, 25 Nov 2004 03:13:50 +0000 (03:13 +0000)]
(Standard Buffer-Local Variables): Add many vars.

19 years ago(Printing Notation): Fix previous change.
Richard M. Stallman [Thu, 25 Nov 2004 03:13:01 +0000 (03:13 +0000)]
(Printing Notation): Fix previous change.

19 years ago(Customizing Bitmaps): Move indicate-buffer-boundaries
Richard M. Stallman [Thu, 25 Nov 2004 03:12:24 +0000 (03:12 +0000)]
(Customizing Bitmaps): Move indicate-buffer-boundaries
and default-indicate-buffer-boundaries from here.
(Usual Display): To here.
(Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
(Usual Display): Move tab-width up.

19 years ago(Variable Definitions): Replace show-paren-mode example with tooltip-mode.
Richard M. Stallman [Thu, 25 Nov 2004 03:09:43 +0000 (03:09 +0000)]
(Variable Definitions): Replace show-paren-mode example with tooltip-mode.
(Simple Types, Composite Types, Defining New Types): Minor cleanups.

19 years ago(ispell-check-version): If default-directory is nonexistent, use home dir.
Richard M. Stallman [Thu, 25 Nov 2004 03:06:16 +0000 (03:06 +0000)]
(ispell-check-version): If default-directory is nonexistent, use home dir.

19 years ago(grep-regexp-alist): Don't match parens around line numbers.
Richard M. Stallman [Thu, 25 Nov 2004 03:05:00 +0000 (03:05 +0000)]
(grep-regexp-alist): Don't match parens around line numbers.

19 years ago(cperl-indent-region, cperl-imenu--create-perl-index, cperl-xsub-scan):
Richard M. Stallman [Thu, 25 Nov 2004 03:04:16 +0000 (03:04 +0000)]
(cperl-indent-region, cperl-imenu--create-perl-index, cperl-xsub-scan):
Don't print progress messages.

19 years ago(compilation-mode-map): Don't inherit from compilation-minor-mode-map;
Richard M. Stallman [Thu, 25 Nov 2004 03:01:10 +0000 (03:01 +0000)]
(compilation-mode-map): Don't inherit from compilation-minor-mode-map;
copy its bindings instead.  But the menu bar Compile entry now does
inherit from compilation-menu-map.

19 years ago(byte-optimize-form-code-walker):
Richard M. Stallman [Thu, 25 Nov 2004 02:58:34 +0000 (02:58 +0000)]
(byte-optimize-form-code-walker):
Use with-no-warnings around compiler-macroexpand.

19 years agoDon't always require newcomment.
Richard M. Stallman [Thu, 25 Nov 2004 02:57:47 +0000 (02:57 +0000)]
Don't always require newcomment.
(imenu--generic-function): Call comment-normalize-vars
if we have a comment syntax.
Exit the loop if REGEXP matches the null string.
Test comment-start as well as comment-start-skip
when deciding whether to check for comments.

19 years ago(tooltip-mode): Doc fix.
Richard M. Stallman [Thu, 25 Nov 2004 02:55:37 +0000 (02:55 +0000)]
(tooltip-mode): Doc fix.

19 years ago(python-font-lock-syntactic-keywords): Check for escapes in the regexp.
Richard M. Stallman [Thu, 25 Nov 2004 02:54:58 +0000 (02:54 +0000)]
(python-font-lock-syntactic-keywords): Check for escapes in the regexp.
(python-quote-syntax): Don't do it here.

19 years ago(term-escape-char, term-mode): Doc fixes.
Richard M. Stallman [Thu, 25 Nov 2004 02:54:20 +0000 (02:54 +0000)]
(term-escape-char, term-mode): Doc fixes.

19 years ago(gdb-breakpoints-mode-map)
Nick Roberts [Thu, 25 Nov 2004 02:00:53 +0000 (02:00 +0000)]
(gdb-breakpoints-mode-map)
(gdb-frames-mode-map, gdb-threads-mode-map)
(gdb-registers-mode-map, gdb-locals-mode-map)
(gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
(dedicated-switch-to-buffer): Rename to gdb-set-window-buffer.
(dedicated-switch-to-buffer): Rework.
(gdb-var-evaluate-expression-handler, gdb-put-string):
Remove unused variable bindings.
(gdb-setup-windows, gdb-display-buffer):
Simplify. Use pop-to-buffer.
(gdb-view-source-function): Simplify.
(gdb-frame-breakpoints-buffer):
Use pop-to-buffer, special-display-regexps.

19 years ago*** empty log message ***
Nick Roberts [Thu, 25 Nov 2004 01:57:42 +0000 (01:57 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Glenn Morris [Thu, 25 Nov 2004 00:49:34 +0000 (00:49 +0000)]
*** empty log message ***

19 years ago(f90-smart-end, f90-previous-statement, f90-beginning-of-block): Doc fix.
Glenn Morris [Thu, 25 Nov 2004 00:46:42 +0000 (00:46 +0000)]
(f90-smart-end, f90-previous-statement, f90-beginning-of-block): Doc fix.
(f90-calculate-indent): Handle un-named PROGRAM blocks.
(f90-end-of-block): Doc fix.  Make check of outermost block
conditional on value of `f90-smart-end'.
(f90-block-match): Hack to deal with un-named PROGRAM blocks.
Handle case where END-BLOCK is nil.
(f90-match-end): Handle un-named PROGRAM blocks.
(f90-backslash-not-special): New function.

19 years ago*** empty log message ***
Jay Belanger [Wed, 24 Nov 2004 21:51:04 +0000 (21:51 +0000)]
*** empty log message ***

19 years ago(math-trunc): Replace variable prec by math-trunc-prec.
Jay Belanger [Wed, 24 Nov 2004 21:45:32 +0000 (21:45 +0000)]
(math-trunc): Replace variable prec by math-trunc-prec.
(math-floor): Replace variable prec by math-floor-prec.

19 years ago(math-scalar-functions, math-nonscalar-functions)
Jay Belanger [Wed, 24 Nov 2004 21:45:04 +0000 (21:45 +0000)]
(math-scalar-functions, math-nonscalar-functions)
(math-scalar-if-args-functions, math-real-functions)
(math-positive-functions, math-nonnegative-functions)
(math-real-scalar-functions, math-real-if-arg-functions)
(math-integer-functions, math-num-integer-functions)
(math-rounding-functions, math-float-rounding-functions)
(math-integer-if-args-functions, math-super-types):
Move declarations to earlier in file.

(math-unit-prefixes): Declared it.

(math-floor-prec, math-trunc-prec): New variables.
(math-trunc-fancy): Replace variable prec by declared variable.
(math-floor-fancy): Replace variable prec by declared variable.

(math-com-bterms): New variable.
(math-commutative-equal, math-commutative-collect): Replace variable
bterms by declared variable.

19 years ago(calc-gnuplot-default-device, calc-gnuplot-default-output)
Jay Belanger [Wed, 24 Nov 2004 21:44:23 +0000 (21:44 +0000)]
(calc-gnuplot-default-device, calc-gnuplot-default-output)
(calc-gnuplot-print-device, calc-gnuplot-print-output)
(calc-gnuplot-geometry, calc-graph-default-resolution)
(calc-graph-default-resolution-3d): Remove redundant initial values.

19 years ago(calc-embedded-active): Removed unnecessary declaration.
Jay Belanger [Wed, 24 Nov 2004 21:43:36 +0000 (21:43 +0000)]
(calc-embedded-active): Removed unnecessary declaration.
(calc-show-banner): Removed redundant declaration.

19 years ago*** empty log message ***
Jay Belanger [Wed, 24 Nov 2004 18:15:52 +0000 (18:15 +0000)]
*** empty log message ***

19 years ago(math-nrf-n, math-nrf-nf, math-nrf-nfm1): New variables.
Jay Belanger [Wed, 24 Nov 2004 18:01:37 +0000 (18:01 +0000)]
(math-nrf-n, math-nrf-nf, math-nrf-nfm1): New variables.
(math-nth-root-float, math-nth-root-float-iter): Replace variables
n, nf and nfm1 by declared variables.

(math-nri-n): New variable.
(math-nth-root-int, math-nth-root-int-iter): Replace variable n by
declared variable.

(calcFunc-log): Removed misplaced condition.

19 years ago(math-fd-date, math-fd-dt, math-fd-year, math-fd-month)
Jay Belanger [Wed, 24 Nov 2004 17:59:37 +0000 (17:59 +0000)]
(math-fd-date, math-fd-dt, math-fd-year, math-fd-month)
(math-fd-day, math-fd-weekday, math-fd-hour, math-fd-minute)
(math-fd-second, math-fd-bc-flag): New variables.
(math-format-date, math-format-date-part): Replace variables
date, dt, year, month, day, weekday, hour, minute, second and
bc-flag by declared variables.

(math-pd-str): New variable.
(math-parse-date, math-parse-date-word, math-parse-standard-date):
Replace variable str by declared variable.

(math-daylight-savings-hook, math-tzone-names): Move definitions
to earlier in the file.

(var-TimeZone): Declare it.

(math-exp-str, math-exp-pos): Declare them.

(math-sh-year): New variable.
(math-setup-add-holidays, math-setup-holidays)
(math-setup-year-holiday): Replace variable `year'
by declared variable.

19 years ago(generic-mode-set-comments): Accept an empty comment-end.
Stefan Monnier [Wed, 24 Nov 2004 15:20:38 +0000 (15:20 +0000)]
(generic-mode-set-comments): Accept an empty comment-end.

19 years ago(move_it_in_display_line_to, display_line):
Kim F. Storm [Wed, 24 Nov 2004 11:29:46 +0000 (11:29 +0000)]
(move_it_in_display_line_to, display_line):
Restore saved_face_id also when truncate-lines or hscrolled.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 24 Nov 2004 11:29:27 +0000 (11:29 +0000)]
*** empty log message ***

19 years ago(dedicated-switch-to-buffer): New function.
Nick Roberts [Wed, 24 Nov 2004 10:31:15 +0000 (10:31 +0000)]
(dedicated-switch-to-buffer): New function.
(gdb-ann3, gdb-setup-windows, gdb-restore-windows): Dedicate
gdb-related windows.
(gdb-display-buffer): Dedicate gdb-related windows. Don't grab
other frames.
(gdb-reset): Remove dedicated property after debugging.

19 years ago*** empty log message ***
Nick Roberts [Wed, 24 Nov 2004 10:30:39 +0000 (10:30 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Wed, 24 Nov 2004 06:13:27 +0000 (06:13 +0000)]
*** empty log message ***

19 years ago(math-stack-value-offset): Replace variables c, wid and off with
Jay Belanger [Wed, 24 Nov 2004 06:01:45 +0000 (06:01 +0000)]
(math-stack-value-offset): Replace variables c, wid and off with
math-svo-c, math-svo-wid and math-svo-off.

19 years agoAdd comment.
Jay Belanger [Wed, 24 Nov 2004 06:00:30 +0000 (06:00 +0000)]
Add comment.

19 years ago(math-svo-c, math-svo-wid, math-svo-off): New variables.
Jay Belanger [Wed, 24 Nov 2004 05:59:23 +0000 (05:59 +0000)]
(math-svo-c, math-svo-wid, math-svo-off): New variables.
(math-stack-value-offset-fancy): Replace variables c, wid and off
by declared variables.

(math-comp-just, math-comp-comma-spc): New variables.
(math-compose-expr, math-compose-matrix): Replace variable just by
declared variable.

(math-comp-vector-prec): New variable.
(math-compose-expr, math-compose-matrix, math-compose-rows): Replace
variable vector-prec by declared variable.

(math-comp-left-bracket, math-comp-right-bracket, math-comp-comma): New variables.
(math-compose-expr, math-compose-rows): Replace variables left-bracket,
right-bracket and comma by declared variables.

(math-comp-full-width): New variable.
(math-comp-to-string-flat, math-comp-to-string-flat-term): Replace
variable full-width by declared variable.

(math-comp-sel-tag): Declared it.

(math-comp-highlight, math-comp-word, math-comp-level)
(math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
(math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
New variables.

(math-comp-to-string-flat, math-comp-to-string-flat-term)
(math-comp-sel-flat-term): Replace variables comp-highlight, comp-word,
comp-level, comp-margin, comp-pos and comp-buf by declared variables.

(math-comp-simplify, math-comp-simplify-term, math-comp-add-string)
(math-comp-add-string-sel): Replace variables comp-highlight,
comp-buf, comp-base, comp-height, comp-tag, comp-hpos and comp-vpos
by declared variables.

19 years ago* cus-start.el (all): Added x-use-old-gtk-file-dialog.
Jan Djärv [Tue, 23 Nov 2004 19:57:44 +0000 (19:57 +0000)]
* cus-start.el (all): Added x-use-old-gtk-file-dialog.

19 years ago* gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
Jan Djärv [Tue, 23 Nov 2004 19:56:55 +0000 (19:56 +0000)]
* gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
x-use-old-gtk-file-dialog.

* xfns.c: Define x_use_old_gtk_file_dialog.
(syms_of_xfns): Rename use-old-gtk-file-dialog to x-...  Move it
outside ifdef USE_GTK.

19 years ago* mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
Jan Djärv [Tue, 23 Nov 2004 19:22:43 +0000 (19:22 +0000)]
* mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
  and x-server-version may throw.

19 years agoComment change.
Richard M. Stallman [Tue, 23 Nov 2004 16:41:27 +0000 (16:41 +0000)]
Comment change.

19 years ago(substitute-key-definition-key): Optimize. Don't
Kim F. Storm [Tue, 23 Nov 2004 15:23:57 +0000 (15:23 +0000)]
(substitute-key-definition-key): Optimize.  Don't
call indirect-function for nil defn (always signals error).

19 years ago*** empty log message ***
Kim F. Storm [Tue, 23 Nov 2004 15:23:35 +0000 (15:23 +0000)]
*** empty log message ***

19 years ago(ido-read-internal): Fix require-match check when
Kim F. Storm [Tue, 23 Nov 2004 15:18:16 +0000 (15:18 +0000)]
(ido-read-internal): Fix require-match check when
ido-directory-too-big is set.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 23 Nov 2004 15:17:54 +0000 (15:17 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Tue, 23 Nov 2004 06:18:51 +0000 (06:18 +0000)]
*** empty log message ***

19 years ago(math-read-exprs): Filter input through math-read-preprocess-string.
Jay Belanger [Tue, 23 Nov 2004 05:58:20 +0000 (05:58 +0000)]
(math-read-exprs): Filter input through math-read-preprocess-string.

19 years ago(math-read-replacement-list, math-read-superscripts): New variables.
Jay Belanger [Tue, 23 Nov 2004 05:56:40 +0000 (05:56 +0000)]
(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.

19 years ago(ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
Stefan Monnier [Tue, 23 Nov 2004 05:21:31 +0000 (05:21 +0000)]
(ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
Don't use XFASTINT blindly.

19 years ago(RE_TRANSLATE_P): Don't use XFASTINT blindly.
Stefan Monnier [Tue, 23 Nov 2004 05:20:49 +0000 (05:20 +0000)]
(RE_TRANSLATE_P): Don't use XFASTINT blindly.

19 years ago(skip_invisible): Avoid non-idempotent side-effects in macro arguments.
Stefan Monnier [Tue, 23 Nov 2004 05:19:17 +0000 (05:19 +0000)]
(skip_invisible): Avoid non-idempotent side-effects in macro arguments.