diff options
| author | Stefan Monnier | 2004-11-17 19:37:24 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-11-17 19:37:24 +0000 |
| commit | 6abf3a2767ac6f6639cbdca581cb09328451dc5c (patch) | |
| tree | ae81fa333d4c005f390d6b2827baefcde42c2899 /lisp | |
| parent | 00a789bdc58f219a3595723756cdfd3f1873d472 (diff) | |
| download | emacs-6abf3a2767ac6f6639cbdca581cb09328451dc5c.tar.gz emacs-6abf3a2767ac6f6639cbdca581cb09328451dc5c.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 66 |
1 files changed, 38 insertions, 28 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 725a996174c..14dc9454b26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,54 +1,59 @@ | |||
| 1 | 2004-11-17 Jay Belanger <belanger@truman.edu> | 1 | 2004-11-17 Jay Belanger <belanger@truman.edu> |
| 2 | * calc/calc-alg.el (calc-poly-div): Made calc-poly-div-remainder | ||
| 3 | a local variable. | ||
| 4 | 2 | ||
| 5 | (math-eval-rules-cache, math-eval-rules-cache-other): Declared | 3 | * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder |
| 6 | them. | 4 | a local variable. |
| 7 | 5 | ||
| 8 | (math-top-only): New variable. | 6 | (math-eval-rules-cache, math-eval-rules-cache-other): Declare them. |
| 9 | (math-simplify, math-simplify-step): Replaced variable top-only by | 7 | |
| 8 | (math-top-only): New variable. | ||
| 9 | (math-simplify, math-simplify-step): Replace variable top-only by | ||
| 10 | declared variable math-top-only. | 10 | declared variable math-top-only. |
| 11 | 11 | ||
| 12 | (math-simplify-expr): Declared it. | 12 | (math-simplify-expr): Declare it. |
| 13 | Replaced argument expr in all calls of math-defsimplify by | 13 | Replaced argument expr in all calls of math-defsimplify by |
| 14 | math-simplify-expr. | 14 | math-simplify-expr. |
| 15 | (math-simplify-plus, math-simplify-times, math-simplify-divide) | 15 | (math-simplify-plus, math-simplify-times, math-simplify-divide) |
| 16 | (math-simplify-divisor, math-simplify-one-divisor) | 16 | (math-simplify-divisor, math-simplify-one-divisor) |
| 17 | (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt) | 17 | (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt) |
| 18 | (math-simplify-pow): Replaced variable expr by declared variable | 18 | (math-simplify-pow): Replace variable expr by declared variable |
| 19 | math-simplify-expr. | 19 | math-simplify-expr. |
| 20 | 20 | ||
| 21 | (math-simplify-divisor): Removed local variables temp and op. | 21 | (math-simplify-divisor): Remove local variables temp and op. |
| 22 | (math-simplify-one-divisor): Made temp and op local variables. | 22 | (math-simplify-one-divisor): Make temp and op local variables. |
| 23 | 23 | ||
| 24 | (math-simplify-divisor-nover, math-simplify-divisor-dover): New | 24 | (math-simplify-divisor-nover, math-simplify-divisor-dover): |
| 25 | variables. | 25 | New variables. |
| 26 | (math-simplify-divisor, math-simplify-one-divisor): Replaced | 26 | (math-simplify-divisor, math-simplify-one-divisor): |
| 27 | variables nover and dover by declared variables. | 27 | Replace variables nover and dover by declared variables. |
| 28 | 28 | ||
| 29 | (math-expr-subst-new, math-expr-subst-old): New variables. | 29 | (math-expr-subst-new, math-expr-subst-old): New variables. |
| 30 | (math-expr-subst, math-expr-subst-rec): Replaced variables new | 30 | (math-expr-subst, math-expr-subst-rec): Replace variables new |
| 31 | and old by declared variables. | 31 | and old by declared variables. |
| 32 | 32 | ||
| 33 | (math-is-poly-degree, math-is-poly-loose): New variables. | 33 | (math-is-poly-degree, math-is-poly-loose): New variables. |
| 34 | (math-is-polynomial, math-is-poly-rec): Replaced variables degree | 34 | (math-is-polynomial, math-is-poly-rec): Replace variables degree |
| 35 | and loose by declared variables. | 35 | and loose by declared variables. |
| 36 | 36 | ||
| 37 | (math-poly-base-const-ok, math-poly-base-pred): New variables. | 37 | (math-poly-base-const-ok, math-poly-base-pred): New variables. |
| 38 | (math-polynomial-base, math-polynomial-base-rec): Replaced | 38 | (math-polynomial-base, math-polynomial-base-rec): |
| 39 | variables const-ok and mpb-pred by declared variables. | 39 | Replace variables const-ok and mpb-pred by declared variables. |
| 40 | 40 | ||
| 41 | * calc/calc-poly.el (calc-poly-div-remainder): Declared it. | 41 | * calc/calc-poly.el (calc-poly-div-remainder): Declare it. |
| 42 | 42 | ||
| 43 | * calc/calc-ext.el (math-defsimplify): Changed the argument in | 43 | * calc/calc-ext.el (math-defsimplify): Change the argument in |
| 44 | the created function to math-simplify-expr. | 44 | the created function to math-simplify-expr. |
| 45 | 45 | ||
| 46 | * calc/calc-units.el (math-simplify-expr): Declared it. | 46 | * calc/calc-units.el (math-simplify-expr): Declare it. |
| 47 | Replaced argument expr in all calls of math-defsimplify by | 47 | Replace argument expr in all calls of math-defsimplify by |
| 48 | math-simplify-expr. | 48 | math-simplify-expr. |
| 49 | (math-simplify-units-prod): Replaced variable expr by declared | 49 | (math-simplify-units-prod): Replace variable expr by declared |
| 50 | variable math-simplify-expr. | 50 | variable math-simplify-expr. |
| 51 | 51 | ||
| 52 | 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 53 | |||
| 54 | * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns. | ||
| 55 | Replace mapcar->dolist, format->string. | ||
| 56 | |||
| 52 | 2004-11-17 Miles Bader <miles@gnu.org> | 57 | 2004-11-17 Miles Bader <miles@gnu.org> |
| 53 | 58 | ||
| 54 | * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el | 59 | * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el |
| @@ -66,7 +71,7 @@ | |||
| 66 | * international/iso-cvt.el (iso-tex2iso-trans-tab): | 71 | * international/iso-cvt.el (iso-tex2iso-trans-tab): |
| 67 | Discard spaces after \i according to TeX rules. | 72 | Discard spaces after \i according to TeX rules. |
| 68 | 73 | ||
| 69 | * international/mule.el (set-buffer-file-coding-system): | 74 | * international/mule.el (set-buffer-file-coding-system): |
| 70 | New arg NOMODIFY. | 75 | New arg NOMODIFY. |
| 71 | (after-insert-file-set-coding): Pass that new arg. | 76 | (after-insert-file-set-coding): Pass that new arg. |
| 72 | Prevent set-buffer-multibyte from trying to lock the file. | 77 | Prevent set-buffer-multibyte from trying to lock the file. |
| @@ -83,9 +88,14 @@ | |||
| 83 | 88 | ||
| 84 | * subr.el (map-keymap-internal): New function. | 89 | * subr.el (map-keymap-internal): New function. |
| 85 | 90 | ||
| 91 | 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 92 | |||
| 93 | * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu | ||
| 94 | when pressing rather than when releasing mouse-2. Simplify. | ||
| 95 | |||
| 86 | 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change) | 96 | 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change) |
| 87 | 97 | ||
| 88 | * international/iso-cvt.el (iso-tex2iso-trans-tab): | 98 | * international/iso-cvt.el (iso-tex2iso-trans-tab): |
| 89 | Discard whitespace after macro \i when converting it. | 99 | Discard whitespace after macro \i when converting it. |
| 90 | 100 | ||
| 91 | 2004-11-16 Juri Linkov <juri@jurta.org> | 101 | 2004-11-16 Juri Linkov <juri@jurta.org> |