aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/datetime/output.scm (follow)
Commit message (Collapse)AuthorAge
* Change gettext '_' to 'G_'.Hugo Hörnquist2022-10-16
| | | | Guile 3 reserves _ for other stuff.
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Fix comments being constantly added to po files.Hugo Hörnquist2022-06-16
| | | | | | | | xgettext:s comment fetcher doesn't handle the same source string at multiple places, with different comments. Meaning that at those places all comments were copied over each time. This commit remove the problematic comments from the source code.
* Manual fixup of f589216Hugo Hörnquist2022-04-11
| | | | | Name conflicts are apparently not good. Manual fixup since it's too much a hassle to undo the merge.
* Replace config system with paramater based system.Hugo Hörnquist2022-04-11
| | | | | | | | | | | | | | | | This new setup stores all configurations are parameters. This forces everything into modules, and ensures that we can't have a module use an unloaded config. It (unfortunatelly) also causes users to have to specify namespaces when defining values, but ini-files (and the like) already does that. Also, there is nothing stopping a new `set-config!' from being defined which allows un-namespaced operation. The commit also removes the introspection procedures. They where a bit weird to begin with, since they only showed loaded fields. And since the program had no way of properly serializing or deserializing them we remove them for the time being. They would however be good to reintroduce together with a proper menu for editing simple configuration (see Emacs' `custom-set-variables').
* Merge branch 'translation'Hugo Hörnquist2022-04-07
|\
| * Fix translation for (vcomponent datetime output).Hugo Hörnquist2022-02-22
| |
| * Prepare code for translation.Hugo Hörnquist2022-02-22
| |
* | Move summary-filter and description-filter configs to more sensible place.Hugo Hörnquist2022-03-15
|/
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Fix date output on long events.Hugo Hörnquist2020-08-17
|
* Massivly simplify config internals.Hugo Hörnquist2020-08-12
|
* Move type formatters away from HTML.Hugo Hörnquist2020-07-30