]> code.delx.au - gnu-emacs/commitdiff
Whitespace normalization.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 19 May 2005 19:26:47 +0000 (19:26 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 19 May 2005 19:26:47 +0000 (19:26 +0000)
lisp/ChangeLog

index 37960b053f084ba509359b0bfc9cd10790bf72a7..4429d86da0b5566b27ccd7632d4054db1fdf9320 100644 (file)
 
 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el (org-agenda-date-prompt): Rename from
+       * 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.
        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-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.
 
 2005-03-24  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-embed.el (calc-embedded-mode-change):  Save all
+       * calc/calc-embed.el (calc-embedded-mode-change): Save all
        relevant mode settings in calc-embedded-original-modes when modes
        are permanently changed.
 
        (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-write-parse-table-part): Add LaTeX support.
 
        * calc/calc.el (calc-language): Adjust docstring.
        (calc-set-mode-line): Add LaTeX support.
 
 2004-12-31  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
+       * 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  <rms@gnu.org>
        * 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
+       (holiday-advent): Make arguments optional for backwards
        compatibility.  Doc fix.
 
 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
        disp-trail by declared variable.
 
        * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
-       (calc-finish-selection-edit):  Replace variable disp-trail by
+       (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)
        (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
+       (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.
+       (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)
 
 2004-11-15  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
+       * 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.
+       (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)
        (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-solve-res): New variables
        (math-derivative, calcFunc-deriv, calcFunc-tderiv)
        (math-integral, math-replace-integral-parts)
        (math-integrate-by-parts, calc-dump-integral-cache)
 
 2004-11-12  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-graph.el (calc-dumb-map):  Declare it.
-       (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
+       * 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.
+       (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
+       (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-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)
        (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-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
 
 2004-11-11  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
+       * 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.
+       (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): 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-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  <belanger@truman.edu>
 
-       * calc/calc-ext.el (math-defcache):  Use defvar for the new
+       * calc/calc-ext.el (math-defcache): Use defvar for the new
        variables it creates.
 
 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
 
 2004-11-10  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
+       * 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.
+       (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
+       (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
+       (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-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-match-user-syntax): Make m a local variable.
 
-       * calc/calc-ext.el (math-read-expr):  Use declared variables
+       * 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
+       * 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
+       * 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.
+       (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-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.
 
 2004-11-09  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-ext.el (calc-init-extensions):  Remove old code.
+       * 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
+       (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-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-read-expression, math-read-string): Use declared variable
        math-expr-data.
 
-       * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
+       * 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.el (math-normalize-a): New variable.
+       (math-normalize): Use declared variable math-normalize-a.
 
-       * calc/calc-poly.el (math-expand-form):  Use declared variable
+       * 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.
+       (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.
+       (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.
+       (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.
+       (math-read-factor): Use declared variable math-expr-data.
 
 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
 2004-11-09  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
-       (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
+       (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.el (calc-x-paste-text): Remove.
 
-       * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
+       * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
        mouse-2.
 
 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
 
 2004-11-08  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calcalg2.el (math-do-integral-methods):  Try linear then
+       * calc/calcalg2.el (math-do-integral-methods): Try linear then
        non-linear substitutions.
 
 2004-11-08  Jay Belanger  <belanger@truman.edu>
 
        * 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
+       (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.
 2004-10-26  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
-       (full-calc-keypad, calc-trail-display):  Use an extra argument
+       (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
 
 2004-10-25  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
+       * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
        erasing minibuffer.
 
 2004-10-25  Simon Josefsson  <jas@extundo.com>
        (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.
+       (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.
 
 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
-       * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
+       * 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.