aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent (unfollow)
Commit message (Collapse)Author
2020-08-03Add TODO's about early load.Hugo Hörnquist
2020-08-03Fixed stack overflow on event deletion!Hugo Hörnquist
Equal? on vcomponents was a bad idea. The bug most likely came from two objects where they pointed to themseves, or recursively to one another, and guile couldn't figure out that they where eq? each other. Change to use eq? comparison directly, and now everything just seems to work.
2020-08-03Move <events> methods to own module for easier loading.Hugo Hörnquist
2020-08-03Minor fixups.Hugo Hörnquist
2020-08-02Remove (util app).Hugo Hörnquist
2020-08-01Repair vcomponent describe.Hugo Hörnquist
2020-07-30Move type formatters away from HTML.Hugo Hörnquist
2020-07-24Change internal fields to stat with a dash.Hugo Hörnquist
2020-07-24Remove some unused procedures.Hugo Hörnquist
2020-07-20s/TOOD/TODO/Hugo Hörnquist
2020-07-18Fix RRULE/UNTIL in xCal.Hugo Hörnquist
2020-07-17Fix parameter print in describe.Hugo Hörnquist
2020-07-17Properties now return alist instead of hashmap.Hugo Hörnquist
2020-07-17Resolve TODO about parameter name.Hugo Hörnquist
2020-07-17Add duration output.Hugo Hörnquist
2020-07-17Fix parse error on duration.Hugo Hörnquist
2020-07-14Add TODO about VALUE in some cases.Hugo Hörnquist
2020-07-12Minor whitespace change.Hugo Hörnquist
2020-07-11Add (vcomponent build).Hugo Hörnquist
2020-07-08TODO about list parser.Hugo Hörnquist
2020-07-07Remove bytevector depend in vcomponent/parse.Hugo Hörnquist
2020-07-07Rename parse component to parse ical.Hugo Hörnquist
2020-07-07Resolve whitespace in binary.Hugo Hörnquist
2020-07-07Extend (vcomponent describe) to handle multi-valued fields.Hugo Hörnquist
2020-07-07Fix UNTIL parsinrg for RRULE:s.Hugo Hörnquist
2020-07-07Remove some TODO:s.Hugo Hörnquist
2020-07-07Merge (datetime util) into (datetime).Hugo Hörnquist
2020-07-07Replace datetime literals with proper sexps.Hugo Hörnquist
2020-07-07Finished renamining attribute to property.Hugo Hörnquist
2020-07-07Rename attributes => properties, properties => parameters.Hugo Hörnquist
2020-06-29Fix type for components created from xcal.Hugo Hörnquist
2020-06-29Add describe procedure for vcomponents.Hugo Hörnquist
2020-06-29Add xcal parser.Hugo Hörnquist
2020-06-29Add TODO's.Hugo Hörnquist
2020-06-29Flip ics parser enum-parser default for allow.Hugo Hörnquist
2020-06-29Add base64 utility functions.Hugo Hörnquist
2020-06-25Fix number of problems with new serializers.Hugo Hörnquist
2020-06-25Minor changes to vcomponent base.Hugo Hörnquist
2020-06-25Add xcal output!Hugo Hörnquist
2020-06-25Fix GEO output.Hugo Hörnquist
2020-06-25Add structure for importing events.Hugo Hörnquist
2020-06-25Merge UTC-OFFSET and TIMESPEC into one.Hugo Hörnquist
2020-06-16Remove concatenate from get-attr.Hugo Hörnquist
An earlier version allowed multiple vlines, each with a list of values. The representation is now changed to one vline per value.
2020-06-16Multi-valued TEXT fields now always lists.Hugo Hörnquist
2020-06-16Store unchanged datetimes in X-HNH-ORIGINAL property.Hugo Hörnquist
2020-06-15Updated type signatures in component.Hugo Hörnquist
2020-06-15Remove remnants of late RRULE parser.Hugo Hörnquist
2020-06-15Change STATUS to enum type.Hugo Hörnquist
2020-06-15Save soruce-prop object to vline.Hugo Hörnquist
2020-06-15Minor error cleanup in component.Hugo Hörnquist