diff options
| author | Kim F. Storm | 2005-05-03 21:14:05 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-05-03 21:14:05 +0000 |
| commit | fa2b23e5207a03e55210275ade1c248132ed61c6 (patch) | |
| tree | 8f239354aad1faeff8ef94487e01ded0e29b0e5e /lisp | |
| parent | 3a3563e9d95b5552c4c18d3d64feb77f9e202f92 (diff) | |
| download | emacs-fa2b23e5207a03e55210275ade1c248132ed61c6.tar.gz emacs-fa2b23e5207a03e55210275ade1c248132ed61c6.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 47 |
1 files changed, 17 insertions, 30 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 799dc8632f2..470f76973b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,27 +1,22 @@ | |||
| 1 | 2005-05-3 Ulf Jasper <ulf.jasper@web.de> | 1 | 2005-05-03 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 2 | ||
| 3 | * calendar/icalendar.el (icalendar-version): Now at 0.12. | 3 | * calendar/icalendar.el (icalendar-version): Now at 0.12. |
| 4 | (icalendar-duration-correction): Remove. | 4 | (icalendar-duration-correction): Remove. |
| 5 | (icalendar--get-event-properties): Split result at commas. | 5 | (icalendar--get-event-properties): Split result at commas. |
| 6 | (icalendar--decode-isoduration): New optional argument | 6 | (icalendar--decode-isoduration): New optional argument |
| 7 | DURATION-CORRECTION. | 7 | DURATION-CORRECTION. |
| 8 | (icalendar--convert-ordinary-to-ical) | 8 | (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical) |
| 9 | (icalendar--convert-weekly-to-ical) | 9 | (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical) |
| 10 | (icalendar--convert-yearly-to-ical) | 10 | (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical) |
| 11 | (icalendar--convert-sexp-to-ical) | 11 | (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical) |
| 12 | (icalendar--convert-block-to-ical) | ||
| 13 | (icalendar--convert-float-to-ical) | ||
| 14 | (icalendar--convert-date-to-ical) | ||
| 15 | (icalendar--convert-cyclic-to-ical) | ||
| 16 | (icalendar--convert-anniversary-to-ical): New functions, extracted | 12 | (icalendar--convert-anniversary-to-ical): New functions, extracted |
| 17 | from icalendar-export-region, with bug fixes. | 13 | from icalendar-export-region, with bug fixes. |
| 18 | (icalendar-export-region): Use the above functions. | 14 | (icalendar-export-region): Use the above functions. |
| 19 | (icalendar-import-buffer): Check before saving diary file. | 15 | (icalendar-import-buffer): Check before saving diary file. |
| 20 | (icalendar--convert-recurring-to-diary) | 16 | (icalendar--convert-recurring-to-diary) |
| 21 | (icalendar--convert-non-recurring-all-day-to-diary) | 17 | (icalendar--convert-non-recurring-all-day-to-diary) |
| 22 | (icalendar--convert-non-recurring-not-all-day-to-diary): New | 18 | (icalendar--convert-non-recurring-not-all-day-to-diary): New functions, |
| 23 | functions, extracted from icalendar--convert-ical-to-diary, with | 19 | extracted from icalendar--convert-ical-to-diary, with bug fixes. |
| 24 | bug fixes. | ||
| 25 | (icalendar--convert-ical-to-diary): Use the above functions. | 20 | (icalendar--convert-ical-to-diary): Use the above functions. |
| 26 | 21 | ||
| 27 | 2005-05-03 Nick Roberts <nickrob@snap.net.nz> | 22 | 2005-05-03 Nick Roberts <nickrob@snap.net.nz> |
| @@ -48,27 +43,19 @@ | |||
| 48 | 43 | ||
| 49 | 2005-05-02 Jay Belanger <belanger@truman.edu> | 44 | 2005-05-02 Jay Belanger <belanger@truman.edu> |
| 50 | 45 | ||
| 51 | * calc/calc-aent.el (math-read-token): Replace `string-to-int' by | 46 | * calc/calc-aent.el (math-read-token): |
| 52 | `string-to-number'. | 47 | * calc/calc-bin.el (calc-word-size): |
| 53 | * calc/calc-bin.el (calc-word-size): Replace `string-to-int' by | 48 | * calc/calc-ext.el (calc-read-number-fancy): |
| 54 | `string-to-number'. | 49 | * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year) |
| 55 | * calc-ext.el (calc-read-number-fancy): Replace `string-to-int' by | ||
| 56 | `string-to-number'. | ||
| 57 | * calc-forms.el (calc-time, calc-date-notation, math-this-year) | ||
| 58 | (math-parse-date, math-parse-standard-date, calcFunc-tzone): | 50 | (math-parse-date, math-parse-standard-date, calcFunc-tzone): |
| 59 | Replace `string-to-int' by `string-to-number'. | 51 | * calc/calc-frac.el (calc-over-notation): |
| 60 | * calc/calc-frac.el (calc-over-notation): Replace `string-to-int' | ||
| 61 | by `string-to-number'. | ||
| 62 | * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles) | 52 | * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles) |
| 63 | (calc-graph-num-points, calc-graph-init): Replace `string-to-int' | 53 | (calc-graph-num-points, calc-graph-init): |
| 64 | by `string-to-number'. | ||
| 65 | * calc/calc-prog.el (calc-read-parse-table-part) | 54 | * calc/calc-prog.el (calc-read-parse-table-part) |
| 66 | (calc-edit-macro-repeats): Replace `string-to-int' by | 55 | (calc-edit-macro-repeats): |
| 67 | 'string-to-number'. | 56 | * calc/calc-yank.el (calc-do-grab-rectangle): |
| 68 | * calc/calc-yank.el (calc-do-grab-rectangle): Replace | 57 | * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum): |
| 69 | `string-to-int' by `string-to-number'. | 58 | Replace `string-to-int' by `string-to-number'. |
| 70 | * calc/calc.el (calcDigit-key, math-read-number) | ||
| 71 | (math-read-bignum): Replace `string-to-int' by `string-to-number'. | ||
| 72 | 59 | ||
| 73 | 2005-05-02 Kim F. Storm <storm@cua.dk> | 60 | 2005-05-02 Kim F. Storm <storm@cua.dk> |
| 74 | 61 | ||