<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dwm, branch 6.2</title>
<subtitle>My fork of suckless dwm: https://git.suckless.org/dwm 
</subtitle>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dwm/'/>
<entry>
<title>Prepare 6.2 release.</title>
<updated>2019-02-02T12:50:42+00:00</updated>
<author>
<name>Anselm R Garbe</name>
<email>anselm@garbe.ca</email>
</author>
<published>2019-02-02T12:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dwm/commit/?id=cb3f58ad06993f7ef3a7d8f61468012e2b786cab'/>
<id>cb3f58ad06993f7ef3a7d8f61468012e2b786cab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pledge: add rpath promise for the ugly Xft font fallback</title>
<updated>2018-06-02T15:15:42+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-06-02T15:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dwm/commit/?id=b69c870a3076d78ab595ed1cd4b41cf6b03b2610'/>
<id>b69c870a3076d78ab595ed1cd4b41cf6b03b2610</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: just show the compiler output</title>
<updated>2018-06-02T15:10:28+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-06-02T15:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dwm/commit/?id=e78b4a9207d92956cee3e5bc3f70b5acabe72e5c'/>
<id>e78b4a9207d92956cee3e5bc3f70b5acabe72e5c</id>
<content type='text'>
Don't be fancy and just show the actual output so debugging is simpler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't be fancy and just show the actual output so debugging is simpler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not strip at link stage</title>
<updated>2018-06-02T14:56:10+00:00</updated>
<author>
<name>Klemens Nanni</name>
<email>kn@openbsd.org</email>
</author>
<published>2018-06-02T13:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dwm/commit/?id=3cd4023fb35d0aeb6e888bfdc1845f2f0251ad20'/>
<id>3cd4023fb35d0aeb6e888bfdc1845f2f0251ad20</id>
<content type='text'>
Building with debug symbols is worthless unless LDFLAGS are manually
adjusted as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Building with debug symbols is worthless unless LDFLAGS are manually
adjusted as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pledge on OpenBSD</title>
<updated>2018-05-25T09:49:30+00:00</updated>
<author>
<name>Klemens Nanni</name>
<email>kn@openbsd.org</email>
</author>
<published>2018-05-25T05:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dwm/commit/?id=f40f86fa873bc4acccdf3d929aa0f786993ae31d'/>
<id>f40f86fa873bc4acccdf3d929aa0f786993ae31d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config.def.h: ClkTagBar missing from comment</title>
<updated>2018-05-25T04:56:36+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-05-25T04:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dwm/commit/?id=c3a2e016bb65c00bd44b6461b1b1bbaa61f20093'/>
<id>c3a2e016bb65c00bd44b6461b1b1bbaa61f20093</id>
<content type='text'>
by Christopher Drelich &lt;cd@cdrakka.com&gt;

Patch was mangled on the ML, also adjusted the order to be the same as
the enum in dwm.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by Christopher Drelich &lt;cd@cdrakka.com&gt;

Patch was mangled on the ML, also adjusted the order to be the same as
the enum in dwm.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Function declarations in correct order.</title>
<updated>2018-05-12T17:19:20+00:00</updated>
<author>
<name>Christopher Drelich</name>
<email>cd@cdrakka.com</email>
</author>
<published>2018-05-02T22:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dwm/commit/?id=c8e9479186dd7e3a0d6dc938369ab3bf7dc4a1d0'/>
<id>c8e9479186dd7e3a0d6dc938369ab3bf7dc4a1d0</id>
<content type='text'>
In dwm.c function declarations are in alphabetical order except for
updategeom(). There doesn't appear to be any reason for this, so this
patch corrects that, and now all function declarations are in
alphabetical order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In dwm.c function declarations are in alphabetical order except for
updategeom(). There doesn't appear to be any reason for this, so this
patch corrects that, and now all function declarations are in
alphabetical order.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove old TODO and BUGS entries</title>
<updated>2018-05-12T17:14:19+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-05-12T17:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dwm/commit/?id=10dfa65860d770cbce2cdaf67618f44f726a27c3'/>
<id>10dfa65860d770cbce2cdaf67618f44f726a27c3</id>
<content type='text'>
the bug in the dwm man page is an (ancient) Java issue.

Thanks David and quinq for the patches and feedback!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the bug in the dwm man page is an (ancient) Java issue.

Thanks David and quinq for the patches and feedback!
</pre>
</div>
</content>
</entry>
<entry>
<title>update README: remove mentioning the old dextra repo</title>
<updated>2018-03-14T20:03:11+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-03-14T20:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dwm/commit/?id=3bd8466e93b2c81be86e67c6ecdda4e1d240fe4b'/>
<id>3bd8466e93b2c81be86e67c6ecdda4e1d240fe4b</id>
<content type='text'>
Thanks Christopher Drelich &lt;cd@cdrakka.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Christopher Drelich &lt;cd@cdrakka.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>All functions in alphabetical order except for this one.</title>
<updated>2018-03-14T20:02:06+00:00</updated>
<author>
<name>Christopher Drelich</name>
<email>cd@cdrakka.com</email>
</author>
<published>2018-03-14T17:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dwm/commit/?id=76c8c16d79d4fd2a3e776800637d211e4dc8e50a'/>
<id>76c8c16d79d4fd2a3e776800637d211e4dc8e50a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
