emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 17 Nov 2004 14:43:21 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6613 emacs/lisp/ChangeLog:1.6614
*** emacs/lisp/ChangeLog:1.6613 Wed Nov 17 19:30:19 2004
--- emacs/lisp/ChangeLog        Wed Nov 17 19:37:24 2004
***************
*** 1,54 ****
  2004-11-17  Jay Belanger  <address@hidden>
-       * calc/calc-alg.el (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):  Replaced 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):  Replaced
!       variables nover and dover by declared variables.
  
!       (math-expr-subst-new, math-expr-subst-old):  New variables.
!       (math-expr-subst, math-expr-subst-rec):  Replaced variables new
        and old by declared variables.
  
!       (math-is-poly-degree, math-is-poly-loose):  New variables.
!       (math-is-polynomial, math-is-poly-rec):  Replaced variables degree
        and loose by declared variables.
  
        (math-poly-base-const-ok, math-poly-base-pred): New variables.
!       (math-polynomial-base, math-polynomial-base-rec):  Replaced
!       variables const-ok and mpb-pred by declared variables. 
  
!       * calc/calc-poly.el (calc-poly-div-remainder):  Declared it.
  
!       * calc/calc-ext.el (math-defsimplify):  Changed the argument in
!       the created function to math-simplify-expr. 
  
!       * calc/calc-units.el (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.
  
  2004-11-17  Miles Bader  <address@hidden>
  
        * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
--- 1,59 ----
  2004-11-17  Jay Belanger  <address@hidden>
  
!       * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
!       a local variable.
  
!       (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
! 
!       (math-top-only): New variable.
!       (math-simplify, math-simplify-step): Replace variable top-only by
        declared variable math-top-only.
  
!       (math-simplify-expr): Declare 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): Replace variable expr by declared variable
        math-simplify-expr.
  
!       (math-simplify-divisor): Remove local variables temp and op.
!       (math-simplify-one-divisor): Make temp and op local variables.
  
!       (math-simplify-divisor-nover, math-simplify-divisor-dover):
!       New variables.
!       (math-simplify-divisor, math-simplify-one-divisor):
!       Replace variables nover and dover by declared variables.
  
!       (math-expr-subst-new, math-expr-subst-old): New variables.
!       (math-expr-subst, math-expr-subst-rec): Replace variables new
        and old by declared variables.
  
!       (math-is-poly-degree, math-is-poly-loose): New variables.
!       (math-is-polynomial, math-is-poly-rec): Replace variables degree
        and loose by declared variables.
  
        (math-poly-base-const-ok, math-poly-base-pred): New variables.
!       (math-polynomial-base, math-polynomial-base-rec):
!       Replace variables const-ok and mpb-pred by declared variables.
  
!       * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
  
!       * calc/calc-ext.el (math-defsimplify): Change the argument in
!       the created function to math-simplify-expr.
  
!       * calc/calc-units.el (math-simplify-expr): Declare it.
!       Replace argument expr in all calls of math-defsimplify by
        math-simplify-expr. 
!       (math-simplify-units-prod): Replace variable expr by declared
        variable math-simplify-expr.
  
+ 2004-11-17  Stefan Monnier  <address@hidden>
+ 
+       * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
+       Replace mapcar->dolist, format->string.
+ 
  2004-11-17  Miles Bader  <address@hidden>
  
        * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
***************
*** 66,72 ****
        * international/iso-cvt.el (iso-tex2iso-trans-tab):
        Discard spaces after \i according to TeX rules.
  
!       * international/mule.el (set-buffer-file-coding-system): 
        New arg NOMODIFY.
        (after-insert-file-set-coding): Pass that new arg.
        Prevent set-buffer-multibyte from trying to lock the file.
--- 71,77 ----
        * international/iso-cvt.el (iso-tex2iso-trans-tab):
        Discard spaces after \i according to TeX rules.
  
!       * international/mule.el (set-buffer-file-coding-system):
        New arg NOMODIFY.
        (after-insert-file-set-coding): Pass that new arg.
        Prevent set-buffer-multibyte from trying to lock the file.
***************
*** 83,91 ****
  
        * subr.el (map-keymap-internal): New function.
  
  2004-11-14  Frederic Han  <address@hidden>  (tiny change)
  
!       * international/iso-cvt.el (iso-tex2iso-trans-tab): 
        Discard whitespace after macro \i when converting it.
  
  2004-11-16  Juri Linkov  <address@hidden>
--- 88,101 ----
  
        * subr.el (map-keymap-internal): New function.
  
+ 2004-11-16  Stefan Monnier  <address@hidden>
+ 
+       * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
+       when pressing rather than when releasing mouse-2.  Simplify.
+ 
  2004-11-14  Frederic Han  <address@hidden>  (tiny change)
  
!       * international/iso-cvt.el (iso-tex2iso-trans-tab):
        Discard whitespace after macro \i when converting it.
  
  2004-11-16  Juri Linkov  <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]