diff options
| author | Stefan Monnier | 2007-06-22 18:19:23 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-06-22 18:19:23 +0000 |
| commit | e404adfe16817e404d80db506a97b38336cd78c4 (patch) | |
| tree | 0f4ad573aa1a40b1f3d8792ce65f68ca6823b69b | |
| parent | 7c1912afa81bf064a8ed0ebc1364b731a5588a33 (diff) | |
| download | emacs-e404adfe16817e404d80db506a97b38336cd78c4.tar.gz emacs-e404adfe16817e404d80db506a97b38336cd78c4.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94edeb944a1..ca8595e8d78 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -27,14 +27,14 @@ | |||
| 27 | 27 | ||
| 28 | * calc/calc-ext.el (math-defcache): Allow forms to evaluate | 28 | * calc/calc-ext.el (math-defcache): Allow forms to evaluate |
| 29 | initial values. | 29 | initial values. |
| 30 | (math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const): | 30 | (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const): |
| 31 | New variables to use in caches. | 31 | New variables to use in caches. |
| 32 | 32 | ||
| 33 | * calc/calc-forms.el (math-format-date-part) | 33 | * calc/calc-forms.el (math-format-date-part) |
| 34 | (math-parse-standard-date,calcFunc-julian): | 34 | (math-parse-standard-date,calcFunc-julian): |
| 35 | Use `math-read-number-simple' to insert bignums. | 35 | Use `math-read-number-simple' to insert bignums. |
| 36 | 36 | ||
| 37 | * calc/calc-func.el (math-besJ0,math-besJ1,math-besY0,math-besY1) | 37 | * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1) |
| 38 | (math-bernoulli-b-cache): Use math-read-number-simple to insert | 38 | (math-bernoulli-b-cache): Use math-read-number-simple to insert |
| 39 | bignums. | 39 | bignums. |
| 40 | 40 | ||
| @@ -43,8 +43,7 @@ | |||
| 43 | 43 | ||
| 44 | 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu> | 44 | 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu> |
| 45 | 45 | ||
| 46 | * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address | 46 | * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp. |
| 47 | regexp. | ||
| 48 | 47 | ||
| 49 | * vc-hg.el (vc-hg-log-view-mode): New mode. | 48 | * vc-hg.el (vc-hg-log-view-mode): New mode. |
| 50 | 49 | ||
| @@ -52,7 +51,7 @@ | |||
| 52 | 51 | ||
| 53 | * calc/calc.el (math-read-number-simple): New function. | 52 | * calc/calc.el (math-read-number-simple): New function. |
| 54 | 53 | ||
| 55 | 2007-06-21 Reto Zimmermann <reto@gnu.org> | 54 | 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 56 | 55 | ||
| 57 | * vera-mode.el (vera-mode): Fix `commend-end-skip' setting. | 56 | * vera-mode.el (vera-mode): Fix `commend-end-skip' setting. |
| 58 | (vera-font-lock-match-item): Fix doc string. | 57 | (vera-font-lock-match-item): Fix doc string. |
| @@ -69,7 +68,7 @@ | |||
| 69 | 2007-06-21 Carsten Dominik <dominik@science.uva.nl> | 68 | 2007-06-21 Carsten Dominik <dominik@science.uva.nl> |
| 70 | 69 | ||
| 71 | * textmodes/org.el (org-export-with-footnotes): New option. | 70 | * textmodes/org.el (org-export-with-footnotes): New option. |
| 72 | (org-export-as-html): Fixed replacement bug for XEmacs. | 71 | (org-export-as-html): Fix replacement bug for XEmacs. |
| 73 | (org-agenda-default-appointment-duration): New option. | 72 | (org-agenda-default-appointment-duration): New option. |
| 74 | 73 | ||
| 75 | 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu> | 74 | 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu> |
| @@ -181,6 +180,11 @@ | |||
| 181 | 180 | ||
| 182 | * vc-hg.el: New file. | 181 | * vc-hg.el: New file. |
| 183 | 182 | ||
| 183 | 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 184 | |||
| 185 | * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text | ||
| 186 | with font-lock-multiline. | ||
| 187 | |||
| 184 | 2007-06-17 Glenn Morris <rgm@gnu.org> | 188 | 2007-06-17 Glenn Morris <rgm@gnu.org> |
| 185 | 189 | ||
| 186 | * lpr.el (lpr-page-header-switches): Move %s to separate element | 190 | * lpr.el (lpr-page-header-switches): Move %s to separate element |