commit cc96740b66eb1f007dff0173934515884d0f83f7 parent bffe02424df9c6edcbf393be4b3e83c74b17d697 Author: Suraj N. Kurapati <sunaku@gmail.com> Date: Tue, 19 Sep 2006 18:00:53 -0700 [project @ e960423cb51db6d60e2b5866a9a96a63fa54c288] [project @ 110] add history details thus far Diffstat:
HISTORY | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/HISTORY b/HISTORY @@ -1,6 +1,22 @@ This is a history of major changes to {my wmii configuration}[http://people.ucsc.edu/~skurapat/wmii.html]. += 2006-09-19 + +* Included Ruby-IXP 1.0.3 release. + +* Added Ixp::Node#open method to reduce 9P traffic. + +* Added ability to fetch a sub-node via method_missing, while not dereferencing it (reading its contents if it is a file), by adding an exclamation to the file name. For example, consider the following output in *wmiish*. + + >> Wmii.fs.bar.status.data + => "Tue Sep 19 10:50:41 PDT 2006 | 0.30 0.43 0.29 | 1.7G 98% /home" + >> Wmii.fs.bar.status.data! + => #<Ixp::Node:0xb7bf1f18 @path="/bar/status/data"> + +* *wmiirc* no longer automatically resumes from error. Instead, it throws you a terminal and shows you the error details so you have a chance to fix it and restart *wmiirc* yourself. + + = 2006-09-18 * Included Ruby-IXP 1.0.2 release.