aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
blob: 13f111aa42ef6df946660ccc7a3353651c7f4dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
commit 51770fe3e5fa03e0bf49a8d062d98fd11707766e
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Thu Jul 30 17:15:21 2009 +0200

    Fixed README and moved the ChangeLog to CHANGES.

commit 2ab90dec9764f0aa496fa6dbde8b81d70a0fc717
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Thu Jul 30 04:50:30 2009 +0200

    Updated the ChangeLog file, for v1.0.3.

commit 0471c6a7dedf067857a2d30a818ff80bc8398da0
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Thu Jul 30 04:49:22 2009 +0200

    Next release, version 1.0.3.

commit a8dc5c6f6d2f8572f7a7a5458ab969defdb47ded
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Thu Jul 30 04:44:22 2009 +0200

    Added basic documentation as a README file.
    
    The README explains some basics. Also fixed a typo in the dio
    widget description, that I noticed while writing documentation.

commit b06a5b6e15953d05405d3831c1008a10b6b779f2
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Thu Jul 30 02:57:51 2009 +0200

    Make git ignore org-mode files and archives.

commit 87d895f81824f289e52004d9696fd152f92a514a
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Thu Jul 30 02:11:54 2009 +0200

    Next release, version 1.0.2.

commit 5ff480ddf3146ceaf98ea71563a6b66e0106b312
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Thu Jul 30 02:08:46 2009 +0200

    Updated the ChangeLog file in preparation for a new version.

commit 2921200d0f1dbf36ae885d0898849a31e646f372
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Thu Jul 30 02:05:22 2009 +0200

    Added handlers to batat and fixed the battery_state table.
    
    Batat now returns "/" in situations where the battery is not
    present. Last commit broke the battery_state table, fixed that.

commit e2d503ee36d0e3f0d20f7f888ab03caac68c32bb
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Thu Jul 30 01:48:07 2009 +0200

    Added a new, standalone, battery widget.
    
    The widget reads /proc/acpi/battery/*/{info,state} and doesn't require
    an external utility like 'acpi' or 'acpitool'. It returns state,
    charge and remaining time information, just like the old bat (now
    batat) widget. Using /sys/class/power_supply we would need to open
    much more file descriptors so we use /proc for now.

commit 19ca7b5a038508179b2e195d223ecaa2299f14a1
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Wed Jul 29 23:40:50 2009 +0200

    Replaced TODO with Todo in helpers.

commit 9cd250be0b046cf4692df077e9e1db1d050345d0
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Wed Jul 29 23:13:24 2009 +0200

    Fixed batat module name and expanded bat states and symbols.

commit b331cb15707055190d2485ad492eabda6cece03b
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Wed Jul 29 22:22:17 2009 +0200

    Updated the ChangeLog file.

commit 76b8978ef2d75ba8930ef263afb4a2d583c629c4
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Wed Jul 29 22:20:32 2009 +0200

    Battery widget moved to batat.lua in preparation for a new bat widget.
    
    It's time for a standalone battery widget that reads
    /proc/acpi/battery/*/{info,state} alone. However the old battery
    widget that uses 'acpitool' will not be deleted, let it serve as an
    alternative widget as a convenience. Some might also prefer it over
    reading multiple files in /proc

commit 9da374da4dbb53af6f01638410f3e2b8bd3763a7
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Wed Jul 29 20:51:56 2009 +0200

    Updated the ChangeLog file.

commit 1f31527e8964dbf6407495370ceca37553c2f56f
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Wed Jul 29 20:13:40 2009 +0200

    Next release, version 1.0.1.

commit 11baa09ab240e604929c0375cc9345e18e54d744
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Wed Jul 29 20:12:34 2009 +0200

    Added the ChangeLog file.

commit 3eefddf8ab4ef32f2db34c4769609322063c6bb5
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Wed Jul 29 18:46:43 2009 +0200

    Weather widget written and included, by request.
    
    The widget uses 'wget' to grab the information. The Lua socket library
    would be nicer, of course, but let's not introduce external libraries
    at this point. Wget will write to stdout with a timeout of 5s. This
    has the potential to block everything else in case of problems... But
    let's not introduce temporary files at this point. Besides having to
    handle files, operations while running on battery power are to be
    avoided.

commit 95dd8de34d404e10a05169e381f382881097af89
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Wed Jul 29 18:06:19 2009 +0200

    Make git ignore backup files and lua binaries.

commit 98e26ee0436822b00d4a6e707d86cf33d24bc00f
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date:   Wed Jul 29 17:59:32 2009 +0200

    Import of vicious source tree.
    
    Vicious is a modular widget library for 'awesome' window manager,
    derived from the 'Wicked' widget library.
    
    Summary of changes:
      * Original wicked code modularized
      * Widgets ported from Wicked:
        - CPU, MEM, FS, NET, Date, Uptime, MPD
          * CPU widget rewritten, uses pattern matching
          * MEM widget rewritten, uses pattern matching
            - Swap widget merged with MEM widget type
          * FS widget rewritten, uses pattern matching
            - Also fixed padding in the process
          * NET widget rewritten, uses pattern matching
          * MPD widget rewritten, a bit more versatile
          * Removed deprecated helper functions
      * Widgets written for Vicious:
        - Thermal, Battery, Mbox, OrgMode, Volume, Entropy,
          Disk I/O, System Load, Wireless, Pacman, Maildir