diff options
| author | Juanma Barranquero | 2007-06-23 10:27:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-23 10:27:31 +0000 |
| commit | 5bcacaace12f9cea4abee1a284f59a267f8f04c9 (patch) | |
| tree | d9b9f7c8988cb7503cdbc32851bfc7dc87d40833 | |
| parent | 68130af73b3e416ac1298210e02462fea6d6f7aa (diff) | |
| download | emacs-5bcacaace12f9cea4abee1a284f59a267f8f04c9.tar.gz emacs-5bcacaace12f9cea4abee1a284f59a267f8f04c9.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9af85501f46..5352307a499 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-06-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * ruler-mode.el (ruler-mode): Prevent clobbering the original | ||
| 4 | `header-line-format' when reentering ruler mode. | ||
| 5 | |||
| 1 | 2007-06-23 Eli Zaretskii <eliz@gnu.org> | 6 | 2007-06-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if | 8 | * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if |
| @@ -6,15 +11,15 @@ | |||
| 6 | 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com> | 11 | 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com> |
| 7 | 12 | ||
| 8 | * calc/calc.el (math-bignum-digit-length) | 13 | * calc/calc.el (math-bignum-digit-length) |
| 9 | (math-bignum-digit-size,math-small-integer-size): | 14 | (math-bignum-digit-size, math-small-integer-size): |
| 10 | New constants. | 15 | New constants. |
| 11 | (math-normalize,math-bignum-big,math-make-float) | 16 | (math-normalize, math-bignum-big, math-make-float) |
| 12 | (math-div10-bignum,math-scale-left,math-scale-left-bignum) | 17 | (math-div10-bignum, math-scale-left, math-scale-left-bignum) |
| 13 | (math-scale-right,math-scale-right-bignum,math-scale-rounding) | 18 | (math-scale-right, math-scale-right-bignum, math-scale-rounding) |
| 14 | (math-add,math-add-bignum,math-sub-bignum,math-sub,math-mul) | 19 | (math-add, math-add-bignum, math-sub-bignum, math-sub,math-mul) |
| 15 | (math-mul-bignum,math-mul-bignum-digit,math-idivmod) | 20 | (math-mul-bignum, math-mul-bignum-digit, math-idivmod) |
| 16 | (math-quotient,math-div-bignum,math-div-bignum-digit) | 21 | (math-quotient, math-div-bignum, math-div-bignum-digit) |
| 17 | (math-div-bignum-part,math-format-bignum-decimal) | 22 | (math-div-bignum-part, math-format-bignum-decimal) |
| 18 | (math-read-bignum): Use math-bignum-digit-length, | 23 | (math-read-bignum): Use math-bignum-digit-length, |
| 19 | math-bignum-digit-size and math-small-integer-size. | 24 | math-bignum-digit-size and math-small-integer-size. |
| 20 | 25 | ||
| @@ -40,9 +45,8 @@ | |||
| 40 | 45 | ||
| 41 | 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com> | 46 | 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com> |
| 42 | 47 | ||
| 43 | * calc/calc-forms.el (math-format-date-part) | 48 | * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date) |
| 44 | (calc-parse-standard-date, calcFunc-julian): Fix incorrect number | 49 | (calcFunc-julian): Fix incorrect number used in calculations. |
| 45 | used in calculations. | ||
| 46 | 50 | ||
| 47 | 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org> | 51 | 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 48 | 52 | ||
| @@ -65,9 +69,8 @@ | |||
| 65 | (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const): | 69 | (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const): |
| 66 | New variables to use in caches. | 70 | New variables to use in caches. |
| 67 | 71 | ||
| 68 | * calc/calc-forms.el (math-format-date-part) | 72 | * calc/calc-forms.el (math-format-date-part, math-parse-standard-date) |
| 69 | (math-parse-standard-date,calcFunc-julian): | 73 | (calcFunc-julian): Use `math-read-number-simple' to insert bignums. |
| 70 | Use `math-read-number-simple' to insert bignums. | ||
| 71 | 74 | ||
| 72 | * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1) | 75 | * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1) |
| 73 | (math-bernoulli-b-cache): Use math-read-number-simple to insert | 76 | (math-bernoulli-b-cache): Use math-read-number-simple to insert |
| @@ -91,7 +94,7 @@ | |||
| 91 | * vera-mode.el (vera-mode): Fix `commend-end-skip' setting. | 94 | * vera-mode.el (vera-mode): Fix `commend-end-skip' setting. |
| 92 | (vera-font-lock-match-item): Fix doc string. | 95 | (vera-font-lock-match-item): Fix doc string. |
| 93 | (vera-in-comment-p): Remove unused function. | 96 | (vera-in-comment-p): Remove unused function. |
| 94 | (vera-skip-forward-literal,vera-skip-backward-literal): Improve code, | 97 | (vera-skip-forward-literal, vera-skip-backward-literal): Improve code, |
| 95 | use `syntax-ppss'. | 98 | use `syntax-ppss'. |
| 96 | (vera-forward-syntactic-ws): Fix argument order. | 99 | (vera-forward-syntactic-ws): Fix argument order. |
| 97 | (vera-prepare-search): Use `with-syntax-table'. | 100 | (vera-prepare-search): Use `with-syntax-table'. |
| @@ -102,7 +105,7 @@ | |||
| 102 | 105 | ||
| 103 | 2007-06-21 Carsten Dominik <dominik@science.uva.nl> | 106 | 2007-06-21 Carsten Dominik <dominik@science.uva.nl> |
| 104 | 107 | ||
| 105 | * textmodes/org.el (org-export-with-footnotes): New option. | 108 | * textmodes/org.el (org-export-with-footnotes): New option. |
| 106 | (org-export-as-html): Fix replacement bug for XEmacs. | 109 | (org-export-as-html): Fix replacement bug for XEmacs. |
| 107 | (org-agenda-default-appointment-duration): New option. | 110 | (org-agenda-default-appointment-duration): New option. |
| 108 | 111 | ||
| @@ -117,8 +120,7 @@ | |||
| 117 | 120 | ||
| 118 | 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com> | 121 | 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com> |
| 119 | 122 | ||
| 120 | * calc/calc.el (math-standard-ops): Fix precedence of | 123 | * calc/calc.el (math-standard-ops): Fix precedence of multiplication. |
| 121 | multiplication. | ||
| 122 | 124 | ||
| 123 | 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca> | 125 | 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 124 | 126 | ||
| @@ -201,7 +203,7 @@ | |||
| 201 | 203 | ||
| 202 | * calc/calc.el (calc-multiplication-has-precendence): | 204 | * calc/calc.el (calc-multiplication-has-precendence): |
| 203 | New variable. | 205 | New variable. |
| 204 | (math-standard-ops,math-standard-ops-p,math-expr-ops): | 206 | (math-standard-ops, math-standard-ops-p, math-expr-ops): |
| 205 | New functions. | 207 | New functions. |
| 206 | (math-expr-opers): Define using math-standard-ops rather than | 208 | (math-expr-opers): Define using math-standard-ops rather than |
| 207 | math-standard-opers. | 209 | math-standard-opers. |
| @@ -210,7 +212,7 @@ | |||
| 210 | math-standard-opers. | 212 | math-standard-opers. |
| 211 | (calc-algebraic-entry): Let math-expr-opers equal | 213 | (calc-algebraic-entry): Let math-expr-opers equal |
| 212 | math-standard-ops or math-expr-ops, as appropriate. | 214 | math-standard-ops or math-expr-ops, as appropriate. |
| 213 | (math-expr-read-level,math-read-factor): Let math-expr-opers | 215 | (math-expr-read-level, math-read-factor): Let math-expr-opers |
| 214 | equal math-expr-ops. | 216 | equal math-expr-ops. |
| 215 | * calc/calc-embed.el (calc-embedded-finish-edit): | 217 | * calc/calc-embed.el (calc-embedded-finish-edit): |
| 216 | Let math-expr-opers equal the function math-standard-ops | 218 | Let math-expr-opers equal the function math-standard-ops |
| @@ -219,7 +221,7 @@ | |||
| 219 | (math-format-flat-expr-fancy): Let math-expr-opers equal the | 221 | (math-format-flat-expr-fancy): Let math-expr-opers equal the |
| 220 | function math-standard-ops rather than the variable | 222 | function math-standard-ops rather than the variable |
| 221 | math-standard-opers. | 223 | math-standard-opers. |
| 222 | * calc/calc-lang.el (calc-set-language,math-read-big-rec): | 224 | * calc/calc-lang.el (calc-set-language, math-read-big-rec): |
| 223 | Let math-expr-opers equal the function math-standard-ops rather | 225 | Let math-expr-opers equal the function math-standard-ops rather |
| 224 | than the variable math-standard-opers. | 226 | than the variable math-standard-opers. |
| 225 | * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers | 227 | * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers |