<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dmenu, branch 5.0</title>
<subtitle>My fork of suckless dmenu: https://git.suckless.org/dmenu
</subtitle>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/'/>
<entry>
<title>bump version to 5.0</title>
<updated>2020-09-02T16:31:23+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2020-09-02T16:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=1a13d0465d1a6f4f74bc5b07b04c9bd542f20ba6'/>
<id>1a13d0465d1a6f4f74bc5b07b04c9bd542f20ba6</id>
<content type='text'>
... and bump LICENSE year.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and bump LICENSE year.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leaks in drw</title>
<updated>2020-06-11T16:45:33+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2020-06-11T16:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=9b38fda6feda68f95754d5b8932b1a69471df960'/>
<id>9b38fda6feda68f95754d5b8932b1a69471df960</id>
<content type='text'>
Synced from dwm.
Patch by Alex Flierl &lt;shad0w73@freenet.de&gt;, thanks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Synced from dwm.
Patch by Alex Flierl &lt;shad0w73@freenet.de&gt;, thanks.
</pre>
</div>
</content>
</entry>
<entry>
<title>revert IME support</title>
<updated>2019-03-03T12:08:54+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-03-03T12:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=db6093f6ec1bb884f7540f2512935b5254750b30'/>
<id>db6093f6ec1bb884f7540f2512935b5254750b30</id>
<content type='text'>
dmenu will not handle IME support (st will, atleast for now).

revert parts of commit 377bd37e212b1ec4c03a481245603c6560d0be22
this commit also broke input focus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dmenu will not handle IME support (st will, atleast for now).

revert parts of commit 377bd37e212b1ec4c03a481245603c6560d0be22
this commit also broke input focus.
</pre>
</div>
</content>
</entry>
<entry>
<title>improve xopenim error message</title>
<updated>2019-02-12T21:58:35+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-02-12T21:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=a9b1de384ae1ad30805e893af5cd6ea9b87c89da'/>
<id>a9b1de384ae1ad30805e893af5cd6ea9b87c89da</id>
<content type='text'>
die() already prints a newline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
die() already prints a newline.
</pre>
</div>
</content>
</entry>
<entry>
<title>make dmenu_path script executable</title>
<updated>2019-02-12T21:13:58+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-02-12T21:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=43b0c2c3dd3e694cf674097d493ef6630efc5403'/>
<id>43b0c2c3dd3e694cf674097d493ef6630efc5403</id>
<content type='text'>
(as dmenu_run is)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(as dmenu_run is)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix crash when XOpenIM returns NULL</title>
<updated>2019-02-12T18:10:43+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-02-12T18:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=f5036b90efd9423d805923a0bc73cd54e30e72ab'/>
<id>f5036b90efd9423d805923a0bc73cd54e30e72ab</id>
<content type='text'>
for example when IME variables are set, but the program is not started (yet).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for example when IME variables are set, but the program is not started (yet).
</pre>
</div>
</content>
</entry>
<entry>
<title>Close when the embedding window is destroyed</title>
<updated>2019-02-04T18:49:34+00:00</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2019-02-03T23:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=153aaf88bf9bf5c6c4b118bd871f8cf1eafdcab5'/>
<id>153aaf88bf9bf5c6c4b118bd871f8cf1eafdcab5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepared 4.9 release.</title>
<updated>2019-02-02T12:54:15+00:00</updated>
<author>
<name>Anselm R Garbe</name>
<email>anselm@garbe.ca</email>
</author>
<published>2019-02-02T12:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=65be875f5adf31e9c4762ac8a8d74b1dfdd78584'/>
<id>65be875f5adf31e9c4762ac8a8d74b1dfdd78584</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dmenu.1: document improved fastgrab behaviour from previous patch</title>
<updated>2019-01-27T14:28:02+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-01-27T14:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=7d19b2055d98e5c0249efe582c852b8b8b30cd41'/>
<id>7d19b2055d98e5c0249efe582c852b8b8b30cd41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use slow path if stdin is a tty</title>
<updated>2019-01-27T14:26:04+00:00</updated>
<author>
<name>dok</name>
<email>dok@grehack.fr</email>
</author>
<published>2019-01-26T14:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=11a65377da8fc198d15cf041dbbbb9718e5798cd'/>
<id>11a65377da8fc198d15cf041dbbbb9718e5798cd</id>
<content type='text'>
If stdin is a tty and dmenu is ran with the fast option then it's
impossible to close stdin because the keyboard is already grabbed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If stdin is a tty and dmenu is ran with the fast option then it's
impossible to close stdin because the keyboard is already grabbed.
</pre>
</div>
</content>
</entry>
</feed>
