Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7440 emacs/lisp/ChangeLog:1.7441
*** emacs/lisp/ChangeLog:1.7440 Tue May 3 16:34:27 2005
--- emacs/lisp/ChangeLog Tue May 3 21:14:05 2005
***************
*** 1,27 ****
! 2005-05-3 Ulf Jasper <[EMAIL PROTECTED]>
* calendar/icalendar.el (icalendar-version): Now at 0.12.
(icalendar-duration-correction): Remove.
(icalendar--get-event-properties): Split result at commas.
(icalendar--decode-isoduration): New optional argument
DURATION-CORRECTION.
! (icalendar--convert-ordinary-to-ical)
! (icalendar--convert-weekly-to-ical)
! (icalendar--convert-yearly-to-ical)
! (icalendar--convert-sexp-to-ical)
! (icalendar--convert-block-to-ical)
! (icalendar--convert-float-to-ical)
! (icalendar--convert-date-to-ical)
! (icalendar--convert-cyclic-to-ical)
(icalendar--convert-anniversary-to-ical): New functions, extracted
from icalendar-export-region, with bug fixes.
(icalendar-export-region): Use the above functions.
(icalendar-import-buffer): Check before saving diary file.
(icalendar--convert-recurring-to-diary)
(icalendar--convert-non-recurring-all-day-to-diary)
! (icalendar--convert-non-recurring-not-all-day-to-diary): New
! functions, extracted from icalendar--convert-ical-to-diary, with
! bug fixes.
(icalendar--convert-ical-to-diary): Use the above functions.
2005-05-03 Nick Roberts <[EMAIL PROTECTED]>
--- 1,22 ----
! 2005-05-03 Ulf Jasper <[EMAIL PROTECTED]>
* calendar/icalendar.el (icalendar-version): Now at 0.12.
(icalendar-duration-correction): Remove.
(icalendar--get-event-properties): Split result at commas.
(icalendar--decode-isoduration): New optional argument
DURATION-CORRECTION.
! (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
! (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
! (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
! (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
(icalendar--convert-anniversary-to-ical): New functions, extracted
from icalendar-export-region, with bug fixes.
(icalendar-export-region): Use the above functions.
(icalendar-import-buffer): Check before saving diary file.
(icalendar--convert-recurring-to-diary)
(icalendar--convert-non-recurring-all-day-to-diary)
! (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
! extracted from icalendar--convert-ical-to-diary, with bug fixes.
(icalendar--convert-ical-to-diary): Use the above functions.
2005-05-03 Nick Roberts <[EMAIL PROTECTED]>
***************
*** 48,74 ****
2005-05-02 Jay Belanger <[EMAIL PROTECTED]>
! * calc/calc-aent.el (math-read-token): Replace `string-to-int' by
! `string-to-number'.
! * calc/calc-bin.el (calc-word-size): Replace `string-to-int' by
! `string-to-number'.
! * calc-ext.el (calc-read-number-fancy): Replace `string-to-int' by
! `string-to-number'.
! * calc-forms.el (calc-time, calc-date-notation, math-this-year)
(math-parse-date, math-parse-standard-date, calcFunc-tzone):
! Replace `string-to-int' by `string-to-number'.
! * calc/calc-frac.el (calc-over-notation): Replace `string-to-int'
! by `string-to-number'.
* calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
! (calc-graph-num-points, calc-graph-init): Replace `string-to-int'
! by `string-to-number'.
* calc/calc-prog.el (calc-read-parse-table-part)
! (calc-edit-macro-repeats): Replace `string-to-int' by
! 'string-to-number'.
! * calc/calc-yank.el (calc-do-grab-rectangle): Replace
! `string-to-int' by `string-to-number'.
! * calc/calc.el (calcDigit-key, math-read-number)
! (math-read-bignum): Replace `string-to-int' by `string-to-number'.
2005-05-02 Kim F. Storm <[EMAIL PROTECTED]>
--- 43,61 ----
2005-05-02 Jay Belanger <[EMAIL PROTECTED]>
! * calc/calc-aent.el (math-read-token):
! * calc/calc-bin.el (calc-word-size):
! * calc/calc-ext.el (calc-read-number-fancy):
! * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
(math-parse-date, math-parse-standard-date, calcFunc-tzone):
! * calc/calc-frac.el (calc-over-notation):
* calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
! (calc-graph-num-points, calc-graph-init):
* calc/calc-prog.el (calc-read-parse-table-part)
! (calc-edit-macro-repeats):
! * calc/calc-yank.el (calc-do-grab-rectangle):
! * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
! Replace `string-to-int' by `string-to-number'.
2005-05-02 Kim F. Storm <[EMAIL PROTECTED]>
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs