]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 23 Jun 2007 10:27:31 +0000 (10:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 23 Jun 2007 10:27:31 +0000 (10:27 +0000)
lisp/ChangeLog

index 9af85501f46f79428c628686075f08a17c06257d..5352307a499eceb3c8e25c40d1c9703524ee5325 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ruler-mode.el (ruler-mode): Prevent clobbering the original
+       `header-line-format' when reentering ruler mode.
+
 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
 
        * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
 
        * calc/calc.el (math-bignum-digit-length)
-       (math-bignum-digit-size,math-small-integer-size):
+       (math-bignum-digit-size, math-small-integer-size):
        New constants.
-       (math-normalize,math-bignum-big,math-make-float)
-       (math-div10-bignum,math-scale-left,math-scale-left-bignum)
-       (math-scale-right,math-scale-right-bignum,math-scale-rounding)
-       (math-add,math-add-bignum,math-sub-bignum,math-sub,math-mul)
-       (math-mul-bignum,math-mul-bignum-digit,math-idivmod)
-       (math-quotient,math-div-bignum,math-div-bignum-digit)
-       (math-div-bignum-part,math-format-bignum-decimal)
+       (math-normalize, math-bignum-big, math-make-float)
+       (math-div10-bignum, math-scale-left, math-scale-left-bignum)
+       (math-scale-right, math-scale-right-bignum, math-scale-rounding)
+       (math-add, math-add-bignum, math-sub-bignum, math-sub,math-mul)
+       (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
+       (math-quotient, math-div-bignum, math-div-bignum-digit)
+       (math-div-bignum-part, math-format-bignum-decimal)
        (math-read-bignum): Use math-bignum-digit-length,
        math-bignum-digit-size and math-small-integer-size.
 
@@ -40,9 +45,8 @@
 
 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc/calc-forms.el (math-format-date-part)
-       (calc-parse-standard-date, calcFunc-julian): Fix incorrect number
-       used in calculations.
+       * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
+       (calcFunc-julian): Fix incorrect number used in calculations.
 
 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
 
@@ -65,9 +69,8 @@
        (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
        New variables to use in caches.
 
-       * calc/calc-forms.el (math-format-date-part)
-       (math-parse-standard-date,calcFunc-julian):
-       Use `math-read-number-simple' to insert bignums.
+       * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
+       (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
 
        * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
        (math-bernoulli-b-cache): Use math-read-number-simple to insert
@@ -91,7 +94,7 @@
        * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
        (vera-font-lock-match-item): Fix doc string.
        (vera-in-comment-p): Remove unused function.
-       (vera-skip-forward-literal,vera-skip-backward-literal): Improve code,
+       (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
        use `syntax-ppss'.
        (vera-forward-syntactic-ws): Fix argument order.
        (vera-prepare-search): Use `with-syntax-table'.
 
 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el  (org-export-with-footnotes): New option.
+       * textmodes/org.el (org-export-with-footnotes): New option.
        (org-export-as-html): Fix replacement bug for XEmacs.
        (org-agenda-default-appointment-duration): New option.
 
 
 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc/calc.el (math-standard-ops): Fix precedence of
-       multiplication.
+       * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
 
 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
        * calc/calc.el (calc-multiplication-has-precendence):
        New variable.
-       (math-standard-ops,math-standard-ops-p,math-expr-ops):
+       (math-standard-ops, math-standard-ops-p, math-expr-ops):
        New functions.
        (math-expr-opers): Define using math-standard-ops rather than
        math-standard-opers.
        math-standard-opers.
        (calc-algebraic-entry): Let math-expr-opers equal
        math-standard-ops or math-expr-ops, as appropriate.
-       (math-expr-read-level,math-read-factor): Let math-expr-opers
+       (math-expr-read-level, math-read-factor): Let math-expr-opers
        equal math-expr-ops.
        * calc/calc-embed.el (calc-embedded-finish-edit):
        Let math-expr-opers equal the function math-standard-ops
        (math-format-flat-expr-fancy): Let math-expr-opers equal the
        function math-standard-ops rather than the variable
        math-standard-opers.
-       * calc/calc-lang.el (calc-set-language,math-read-big-rec):
+       * calc/calc-lang.el (calc-set-language, math-read-big-rec):
        Let math-expr-opers equal the function math-standard-ops rather
        than the variable math-standard-opers.
        * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers