summaryrefslogtreecommitdiffhomepage
path: root/src/Config.hs
AgeCommit message (Collapse)Author
2011-10-27DateZone, Date*L Plugin merges; DateZone API-Change!Martin Perner
To support multiple locales, an lock was introduced. Although through this, supporting DateL and DateZoneL would be cumbersome. To simplify the usage, DateZone was replaced with DateZoneL. Additionally the position of the Alias parameter was changed. Using "" as Zone parameter for DateZoneL simulates DateL. Providing also "" for locale simulates Date.
2011-10-26Adding locale support to Date pluginsMartin Perner
This commits adds support for localized datetime outputs like date(1).
2011-08-31Added Keyboard Layout Indicator PluginMartin Perner
2011-07-21DateZone: Added plugin for localized dateMartin Perner
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz