[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Thu, 19 May 2005 15:26:49 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7551 emacs/lisp/ChangeLog:1.7552
*** emacs/lisp/ChangeLog:1.7551 Thu May 19 19:24:40 2005
--- emacs/lisp/ChangeLog Thu May 19 19:26:47 2005
***************
*** 1748,1754 ****
2005-04-15 Carsten Dominik <address@hidden>
! * textmodes/org.el: (org-agenda-date-prompt): Rename from
`org-agenda-date-today'.
(org-evaluate-time-range): Insert at point instead of directly
after time range.
--- 1748,1754 ----
2005-04-15 Carsten Dominik <address@hidden>
! * textmodes/org.el (org-agenda-date-prompt): Rename from
`org-agenda-date-today'.
(org-evaluate-time-range): Insert at point instead of directly
after time range.
***************
*** 1952,1958 ****
to dnd-insert-text.
(x-dnd-protocol-alist, x-dnd-open-file-other-window)
(x-dnd-handle-one-url, x-dnd-get-local-file-uri)
! (x-dnd-get-local-file-name, x-dnd-open-local-file)
(x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
* dnd.el (dnd-protocol-alist): New file with generic DND functions.
--- 1952,1958 ----
to dnd-insert-text.
(x-dnd-protocol-alist, x-dnd-open-file-other-window)
(x-dnd-handle-one-url, x-dnd-get-local-file-uri)
! (x-dnd-get-local-file-name, x-dnd-open-local-file)
(x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
* dnd.el (dnd-protocol-alist): New file with generic DND functions.
***************
*** 2999,3005 ****
2005-03-24 Jay Belanger <address@hidden>
! * calc/calc-embed.el (calc-embedded-mode-change): Save all
relevant mode settings in calc-embedded-original-modes when modes
are permanently changed.
--- 2999,3005 ----
2005-03-24 Jay Belanger <address@hidden>
! * calc/calc-embed.el (calc-embedded-mode-change): Save all
relevant mode settings in calc-embedded-original-modes when modes
are permanently changed.
***************
*** 4699,4705 ****
(calc-set-language): Set math-expr-special-function-mapping.
* calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
! (calc-write-parse-table-part): Add LaTeX support.
* calc/calc.el (calc-language): Adjust docstring.
(calc-set-mode-line): Add LaTeX support.
--- 4699,4705 ----
(calc-set-language): Set math-expr-special-function-mapping.
* calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
! (calc-write-parse-table-part): Add LaTeX support.
* calc/calc.el (calc-language): Adjust docstring.
(calc-set-mode-line): Add LaTeX support.
***************
*** 5674,5680 ****
2004-12-31 Jay Belanger <address@hidden>
! * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
for "var-" at the beginning of the minibuffer.
2004-12-31 Richard M. Stallman <address@hidden>
--- 5674,5680 ----
2004-12-31 Jay Belanger <address@hidden>
! * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
for "var-" at the beginning of the minibuffer.
2004-12-31 Richard M. Stallman <address@hidden>
***************
*** 6524,6530 ****
* calendar/holidays.el (holiday-easter-etc): Make arguments
optional for backwards compatibility. Doc fix.
Remove un-necessary local vars mandatory, output-list.
! (holiday-advent): Make arguments optional for backwards
compatibility. Doc fix.
2004-12-06 Stefan Monnier <address@hidden>
--- 6524,6530 ----
* calendar/holidays.el (holiday-easter-etc): Make arguments
optional for backwards compatibility. Doc fix.
Remove un-necessary local vars mandatory, output-list.
! (holiday-advent): Make arguments optional for backwards
compatibility. Doc fix.
2004-12-06 Stefan Monnier <address@hidden>
***************
*** 7633,7639 ****
disp-trail by declared variable.
* calc/calc-sel.el (calc-edit-disp-trail): Declare it.
! (calc-finish-selection-edit): Replace variable disp-trail by
declared variable.
(calc-selection-cache-entry): Move declaration to earlier in the file.
(calc-selection-cache-num, calc-selection-cache-comp)
--- 7633,7639 ----
disp-trail by declared variable.
* calc/calc-sel.el (calc-edit-disp-trail): Declare it.
! (calc-finish-selection-edit): Replace variable disp-trail by
declared variable.
(calc-selection-cache-entry): Move declaration to earlier in the file.
(calc-selection-cache-num, calc-selection-cache-comp)
***************
*** 7649,7662 ****
(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/calc-rewr.el (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, math-mt-many)
(math-import-list, math-rewrite-phase): Declare them.
! (math-rewrite): Use let* to declare variables.
(calc-rewrite-selection): Make rules a local variable.
(calc-rewr-sel): New variable.
(calc-rewrite-selection, calc-locate-selection-marker)
--- 7649,7662 ----
(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/calc-rewr.el (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, math-mt-many)
(math-import-list, math-rewrite-phase): Declare them.
! (math-rewrite): Use let* to declare variables.
(calc-rewrite-selection): Make rules a local variable.
(calc-rewr-sel): New variable.
(calc-rewrite-selection, calc-locate-selection-marker)
***************
*** 7889,7903 ****
2004-11-15 Jay Belanger <address@hidden>
! * calc/calcalg2.el (math-integrate-by-parts): Remove unused
variable var-thing.
(math-integ-depth, math-integ-level, math-integral-limit)
(math-enable-subst, math-any-substs, math-integ-msg)
(math-prev-parts-v, math-good-parts, math-max-integral-limit)
(math-int-threshold, math-int-factors, math-double-roots)
(math-solve-simplifying, var-IntegLimit, math-solve-sign)
! (var-GenCount): Declare these variables.
! (calcFunc-integ): Don't check if var-IntegLimit is bound.
(math-integral-cache, math-integral-cache-state):
Move declarations to earlier in the file.
(math-deriv-var, math-deriv-total, math-deriv-symb)
--- 7889,7903 ----
2004-11-15 Jay Belanger <address@hidden>
! * calc/calcalg2.el (math-integrate-by-parts): Remove unused
variable var-thing.
(math-integ-depth, math-integ-level, math-integral-limit)
(math-enable-subst, math-any-substs, math-integ-msg)
(math-prev-parts-v, math-good-parts, math-max-integral-limit)
(math-int-threshold, math-int-factors, math-double-roots)
(math-solve-simplifying, var-IntegLimit, math-solve-sign)
! (var-GenCount): Declare these variables.
! (calcFunc-integ): Don't check if var-IntegLimit is bound.
(math-integral-cache, math-integral-cache-state):
Move declarations to earlier in the file.
(math-deriv-var, math-deriv-total, math-deriv-symb)
***************
*** 7905,7911 ****
(math-so-far, math-integ-expr, math-expr-parts, calc-low)
(calc-high, math-solve-var, math-solve-full, math-solve-vars)
(math-try-solve-sign, math-solve-b, math-solve-system-vv)
! (math-solve-res): New variables
(math-derivative, calcFunc-deriv, calcFunc-tderiv)
(math-integral, math-replace-integral-parts)
(math-integrate-by-parts, calc-dump-integral-cache)
--- 7905,7911 ----
(math-so-far, math-integ-expr, math-expr-parts, calc-low)
(calc-high, math-solve-var, math-solve-full, math-solve-vars)
(math-try-solve-sign, math-solve-b, math-solve-system-vv)
! (math-solve-res): New variables
(math-derivative, calcFunc-deriv, calcFunc-tderiv)
(math-integral, math-replace-integral-parts)
(math-integrate-by-parts, calc-dump-integral-cache)
***************
*** 8009,8026 ****
2004-11-12 Jay Belanger <address@hidden>
! * calc/calc-graph.el (calc-dumb-map): Declare it.
! (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
than unbound.
! (calc-graph-name): Made `end' a local variable.
! (calc-graph-lookup): Made `varname' a local variable.
(var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
Declare them.
! (calc-graph-format-data): Don't check if var-PlotRejects is bound.
! (calc-graph-plot, calc-graph-compute-3d): Remove references to
the unused variable y3vec.
! (calc-graph-show-dumb): Remove reference to unused variable found-pt.
! (calc-graph-kill-hook, calc-graph-plot): Remove reference to
calc-graph-prev-kill-hook.
(calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
(calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
--- 8009,8026 ----
2004-11-12 Jay Belanger <address@hidden>
! * calc/calc-graph.el (calc-dumb-map): Declare it.
! (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
than unbound.
! (calc-graph-name): Made `end' a local variable.
! (calc-graph-lookup): Made `varname' a local variable.
(var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
Declare them.
! (calc-graph-format-data): Don't check if var-PlotRejects is bound.
! (calc-graph-plot, calc-graph-compute-3d): Remove references to
the unused variable y3vec.
! (calc-graph-show-dumb): Remove reference to unused variable found-pt.
! (calc-graph-kill-hook, calc-graph-plot): Remove reference to
calc-graph-prev-kill-hook.
(calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
(calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
***************
*** 8033,8039 ****
(calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
(calc-graph-stepcount, calc-graph-is-splot)
(calc-graph-surprise-splot, calc-graph-blank)
! (calc-graph-non-blank, calc-graph-curve-num): New variables.
(calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
(calc-graph-recompute-2d, calc-graph-compute-3d)
(calc-graph-format-data): Replace undeclared variables with the
--- 8033,8039 ----
(calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
(calc-graph-stepcount, calc-graph-is-splot)
(calc-graph-surprise-splot, calc-graph-blank)
! (calc-graph-non-blank, calc-graph-curve-num): New variables.
(calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
(calc-graph-recompute-2d, calc-graph-compute-3d)
(calc-graph-format-data): Replace undeclared variables with the
***************
*** 8107,8134 ****
2004-11-11 Jay Belanger <address@hidden>
! * calc/calc-comb.el (math-prime-factors-finished): Declare it as
a variable.
! (calcFunc-dfac): Replace unbound max by n.
! (math-stirling-local-cache): New variable.
(math-stirling-number, math-stirling-1, math-stirling-2):
Replace the variable `cache' by the declared variable
math-stirling-local-cache.
! (var-RandSeed): Declare it as a variable.
! (math-init-random-base, math-random-digit): Don't check to see if
var-RandSeed is bound.
(math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
Declare them instead of just setting them.
! (math-init-random-base): Made i a local variable.
! (math-random-digit): Made math-random-last a local variable.
! (math-prime-test-cache): Move declaration to before it is used.
(math-prime-test-cache-k, math-prime-test-cache-q)
(math-prime-test-cache-nm1, math-prime-factors-finished):
Declare them as variables.
2004-11-11 Jay Belanger <address@hidden>
! * calc/calc-ext.el (math-defcache): Use defvar for the new
variables it creates.
2004-11-11 Lars Hansen <address@hidden>
--- 8107,8134 ----
2004-11-11 Jay Belanger <address@hidden>
! * calc/calc-comb.el (math-prime-factors-finished): Declare it as
a variable.
! (calcFunc-dfac): Replace unbound max by n.
! (math-stirling-local-cache): New variable.
(math-stirling-number, math-stirling-1, math-stirling-2):
Replace the variable `cache' by the declared variable
math-stirling-local-cache.
! (var-RandSeed): Declare it as a variable.
! (math-init-random-base, math-random-digit): Don't check to see if
var-RandSeed is bound.
(math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
Declare them instead of just setting them.
! (math-init-random-base): Made i a local variable.
! (math-random-digit): Made math-random-last a local variable.
! (math-prime-test-cache): Move declaration to before it is used.
(math-prime-test-cache-k, math-prime-test-cache-q)
(math-prime-test-cache-nm1, math-prime-factors-finished):
Declare them as variables.
2004-11-11 Jay Belanger <address@hidden>
! * calc/calc-ext.el (math-defcache): Use defvar for the new
variables it creates.
2004-11-11 Lars Hansen <address@hidden>
***************
*** 8144,8188 ****
2004-11-10 Jay Belanger <address@hidden>
! * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
string to kill-ring.
* calc/calc-aent.el (calc-alg-exp, math-toks)
(math-exp-pos,math-exp-old-pos, math-exp-token)
! (math-exp-keep-spaces, math-exp-str): New variables.
(calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
! (calcAlg-enter): Use declared variable calc-alg-exp.
! (math-build-parse-table, math-find-user-token): Use declared
variable math-toks.
(math-read-exprs, math-read-token, calc-check-user-syntax)
(calc-match-user-syntax, match-factor-after, math-read-factor):
Use declared variables math-exp-pos math-exp-old-pos.
(math-read-exprs, math-read-token, math-read-expr-level)
(calc-check-user-syntax, calc-match-user-syntax)
! (match-factor-after, math-read-factor): Use declared variable
math-exp-token.
(math-read-exprs, math-read-expr-list, math-read-token)
! (math-read-factor): Use declared variable math-exp-keep-spaces.
! (math-read-exprs, math-read-token): Use declared variable
math-exp-str.
! (calc-match-user-syntax): Make m a local variable.
! * calc/calc-ext.el (math-read-expr): Use declared variables
math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
math-exp-keep-spaces.
! * calc/calc-forms.el (math-read-angle-bracket): Use declared
variables math-exp-pos, math-exp-str.
! * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
math-exp-old-pos.
(math-parse-fortran-vector, math-parse-fortran-vector-end)
! (math-parse-eqn-prime): Use declared variable math-exp-token.
* calc/calc-vec.el (math-read-brackets, math-check-for-commas):
Use declared variable math-exp-pos.
! (math-check-for-commas): Use declared variable math-exp-str.
! (math-read-brackets): Use declared variables math-exp-old-pos,
math-exp-keep-spaces.
(math-read-brackets, math-read-vector, math-read-matrix):
Use declared variable math-exp-token.
--- 8144,8188 ----
2004-11-10 Jay Belanger <address@hidden>
! * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
string to kill-ring.
* calc/calc-aent.el (calc-alg-exp, math-toks)
(math-exp-pos,math-exp-old-pos, math-exp-token)
! (math-exp-keep-spaces, math-exp-str): New variables.
(calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
! (calcAlg-enter): Use declared variable calc-alg-exp.
! (math-build-parse-table, math-find-user-token): Use declared
variable math-toks.
(math-read-exprs, math-read-token, calc-check-user-syntax)
(calc-match-user-syntax, match-factor-after, math-read-factor):
Use declared variables math-exp-pos math-exp-old-pos.
(math-read-exprs, math-read-token, math-read-expr-level)
(calc-check-user-syntax, calc-match-user-syntax)
! (match-factor-after, math-read-factor): Use declared variable
math-exp-token.
(math-read-exprs, math-read-expr-list, math-read-token)
! (math-read-factor): Use declared variable math-exp-keep-spaces.
! (math-read-exprs, math-read-token): Use declared variable
math-exp-str.
! (calc-match-user-syntax): Make m a local variable.
! * calc/calc-ext.el (math-read-expr): Use declared variables
math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
math-exp-keep-spaces.
! * calc/calc-forms.el (math-read-angle-bracket): Use declared
variables math-exp-pos, math-exp-str.
! * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
math-exp-old-pos.
(math-parse-fortran-vector, math-parse-fortran-vector-end)
! (math-parse-eqn-prime): Use declared variable math-exp-token.
* calc/calc-vec.el (math-read-brackets, math-check-for-commas):
Use declared variable math-exp-pos.
! (math-check-for-commas): Use declared variable math-exp-str.
! (math-read-brackets): Use declared variables math-exp-old-pos,
math-exp-keep-spaces.
(math-read-brackets, math-read-vector, math-read-matrix):
Use declared variable math-exp-token.
***************
*** 8220,8261 ****
2004-11-09 Jay Belanger <address@hidden>
! * calc/calc-ext.el (calc-init-extensions): Remove old code.
* calc/calc-ext.el (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-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.
! * calc/calc-ext.el (math-normalize-nonstandard): Use declared
variable math-normalize-a.
! * calc/calc.el (math-normalize-a): New variable.
! (math-normalize): Use declared variable math-normalize-a.
! * calc/calc-poly.el (math-expand-form): Use declared variable
math-mt-many.
* calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
Use declared variable math-mt-many.
! (math-rewrite): Use declared variable math-mt-func.
* calc/calc-vec.el (math-read-brackets, math-read-vector)
! (math-read-matrix): Use declared variable math-expr-data.
* calc/calc-lang.el (math-parse-fortran-vector)
(math-parse-fortran-vector-end, math-parse-tex-sum)
(math-parse-eqn-matrix, math-parse-eqn-prime)
! (math-read-math-subscr): Use declared variable math-expr-data.
* calc/calc-aent.el (math-read-exprs, math-read-expr-list)
(math-read-expr-level, math-read-token, calc-check-user-syntax)
(calc-match-user-syntax, math-read-if, math-factor-after)
! (math-read-factor): Use declared variable math-expr-data.
2004-11-09 Glenn Morris <address@hidden>
--- 8220,8261 ----
2004-11-09 Jay Belanger <address@hidden>
! * calc/calc-ext.el (calc-init-extensions): Remove old code.
* calc/calc-ext.el (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-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.
! * calc/calc-ext.el (math-normalize-nonstandard): Use declared
variable math-normalize-a.
! * calc/calc.el (math-normalize-a): New variable.
! (math-normalize): Use declared variable math-normalize-a.
! * calc/calc-poly.el (math-expand-form): Use declared variable
math-mt-many.
* calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
Use declared variable math-mt-many.
! (math-rewrite): Use declared variable math-mt-func.
* calc/calc-vec.el (math-read-brackets, math-read-vector)
! (math-read-matrix): Use declared variable math-expr-data.
* calc/calc-lang.el (math-parse-fortran-vector)
(math-parse-fortran-vector-end, math-parse-tex-sum)
(math-parse-eqn-matrix, math-parse-eqn-prime)
! (math-read-math-subscr): Use declared variable math-expr-data.
* calc/calc-aent.el (math-read-exprs, math-read-expr-list)
(math-read-expr-level, math-read-token, calc-check-user-syntax)
(calc-match-user-syntax, math-read-if, math-factor-after)
! (math-read-factor): Use declared variable math-expr-data.
2004-11-09 Glenn Morris <address@hidden>
***************
*** 8288,8301 ****
2004-11-09 Jay Belanger <address@hidden>
* calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
! (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
* calc/calc.el (calc, calc-trail-display, calc-mode):
Remove obsolete sections.
! * calc/calc.el (calc-x-paste-text): Remove.
! * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
mouse-2.
2004-11-09 Nick Roberts <address@hidden>
--- 8288,8301 ----
2004-11-09 Jay Belanger <address@hidden>
* calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
! (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
* calc/calc.el (calc, calc-trail-display, calc-mode):
Remove obsolete sections.
! * calc/calc.el (calc-x-paste-text): Remove.
! * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
mouse-2.
2004-11-09 Nick Roberts <address@hidden>
***************
*** 8341,8354 ****
2004-11-08 Jay Belanger <address@hidden>
! * calc/calcalg2.el (math-do-integral-methods): Try linear then
non-linear substitutions.
2004-11-08 Jay Belanger <address@hidden>
* calc/calcalg2.el (math-linear-subst-tried): New variable.
! (math-do-integral): Set `math-linear-subst-tried' to nil.
! (math-do-integral-methods): Use `math-linear-subst-tried' to
determine what type of substitution to try.
(math-integ-try-linear-substituion):
Set `math-linear-subst-tried' to t.
--- 8341,8354 ----
2004-11-08 Jay Belanger <address@hidden>
! * calc/calcalg2.el (math-do-integral-methods): Try linear then
non-linear substitutions.
2004-11-08 Jay Belanger <address@hidden>
* calc/calcalg2.el (math-linear-subst-tried): New variable.
! (math-do-integral): Set `math-linear-subst-tried' to nil.
! (math-do-integral-methods): Use `math-linear-subst-tried' to
determine what type of substitution to try.
(math-integ-try-linear-substituion):
Set `math-linear-subst-tried' to t.
***************
*** 8952,8958 ****
2004-10-26 Jay Belanger <address@hidden>
* calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
! (full-calc-keypad, calc-trail-display): Use an extra argument
instead of `interactive-p'.
* calc/calc-misc.el (calc-other-window): Use an extra argument
--- 8952,8958 ----
2004-10-26 Jay Belanger <address@hidden>
* calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
! (full-calc-keypad, calc-trail-display): Use an extra argument
instead of `interactive-p'.
* calc/calc-misc.el (calc-other-window): Use an extra argument
***************
*** 8997,9003 ****
2004-10-25 Jay Belanger <address@hidden>
! * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
erasing minibuffer.
2004-10-25 Simon Josefsson <address@hidden>
--- 8997,9003 ----
2004-10-25 Jay Belanger <address@hidden>
! * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
erasing minibuffer.
2004-10-25 Simon Josefsson <address@hidden>
***************
*** 9988,9994 ****
(calc-invocation-macro, calc-show-banner): Give these values as
part of `calc-mode-var-list's initialization after the variables
are declared with defvar.
! (calc-bug-address): Change email address to send bug reports to.
Change the maintainer address at the top.
(calc-mode): Compare `calc-settings-file' to `user-init-file' rather
than "\\.emacs" to determine if it is the user-init-file.
--- 9988,9994 ----
(calc-invocation-macro, calc-show-banner): Give these values as
part of `calc-mode-var-list's initialization after the variables
are declared with defvar.
! (calc-bug-address): Change email address to send bug reports to.
Change the maintainer address at the top.
(calc-mode): Compare `calc-settings-file' to `user-init-file' rather
than "\\.emacs" to determine if it is the user-init-file.
***************
*** 16284,16290 ****
2004-02-10 Jan Dj,Ad(Brv <address@hidden>
! * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
handled by x-dnd-handle-file-name.
(x-dnd-known-types): Add COMPOUND_TEXT.
(x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
--- 16284,16290 ----
2004-02-10 Jan Dj,Ad(Brv <address@hidden>
! * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
handled by x-dnd-handle-file-name.
(x-dnd-known-types): Add COMPOUND_TEXT.
(x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Daniel Pfeiffer, 2005/05/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Carsten Dominik, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Luc Teirlinck, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/19
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Carsten Dominik, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, David Kastrup, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/20