summaryrefslogtreecommitdiff
path: root/lisp/calendar/icalendar.el
AgeCommit message (Expand)Author
2024-04-13Fix Icalendar export with ISO datesEli Zaretskii
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30Merge from origin/emacs-29Eli Zaretskii
2023-12-24Mark icalendar.el as maintained by emacs-develStefan Kangas
2023-09-26Address defcustom :type warningsBasil L. Contovounesios
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-24icalendar.el: Fix parsing of sexp entries (bug#56241)hokomo
2022-06-27Fix detecting dotted pairs in icalendar-export-regionhokomo
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-16Fix icalendar time zone parsing glitchPaul Eggert
2021-11-21Fix icalendar time zone parsingdickmao
2021-09-21Don't use `format' on strings without % format directivesLars Ingebrigtsen
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-08-11Make icalendar parse multi-line items correctlyRajeev Narang
2021-08-11Fix icalendar-import-file promptLars Ingebrigtsen
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd
2021-08-01Make dlet work like let, not let*Mattias EngdegÄrd
2021-04-09Remove redundant #' before lambda in {calendar,erc,mh-e}/*.elStefan Kangas
2021-04-01Use emacs-version instead of obsolete version variablesStefan Kangas
2021-03-24Convert many more links to use HTTPSStefan Kangas
2021-03-08Delete two more items obsoleted in Emacs 23.1Stefan Kangas
2021-03-08Normalize version specifiers for make-obsolete and friendsStefan Kangas
2021-02-15Display yearly ical events from first year on. Fix Bug#23100.Ulf Jasper
2021-01-01Update copyright year to 2021Paul Eggert
2020-09-02Apply icalendar.el patch by Thomas Plass <thunk2@arcor.de>. Fix bug#34315.Ulf Jasper
2020-03-21Declare some <package>-version variables obsoleteStefan Kangas
2020-03-21Add "Old-" prefix to "Version" header in some casesStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-21Clean up previous icalendar.el changeStefan Kangas
2019-10-21Remove XEmacs compat code from icalendar.el (Bug#37816)Stefan Kangas
2019-09-09Handle missing start-time when importing ical event (Bug#33277)Ulf Jasper
2019-08-17Add FIXMEs for subsecond supportPaul Eggert
2019-08-16More-compatible subsecond calendrical timestampsPaul Eggert
2019-08-05decode-time now returns subsec tooPaul Eggert
2019-08-05New function time-convertPaul Eggert
2019-07-30Use decoded time accessors in calendarLars Ingebrigtsen
2019-06-07Make icalendar-import-buffer not show diary file bufferThomas Fitzsimmons
2019-02-22Avoid some double-rounding of Lisp timestampsPaul Eggert
2019-02-10Prefer encode-time to its aliasPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-09-13Simplify use of timestampsPaul Eggert
2018-03-10Remove many items obsolete since Emacs 22.1Glenn Morris
2018-02-17* lisp/calendar/icalendar.el: Fix compilation warningsStefan Monnier
2018-02-16Quieten compilation of icalendar.elGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-12Escape column-zero doc parensGlenn Morris
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert