<feed xmlns='http://www.w3.org/2005/Atom'>
<title>catgirl, branch 1.0</title>
<subtitle>IRC client
</subtitle>
<id>https://git.causal.agency/catgirl/atom?h=1.0</id>
<link rel='self' href='https://git.causal.agency/catgirl/atom?h=1.0'/>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/'/>
<updated>2020-05-27T16:01:49+00:00</updated>
<entry>
<title>Inherit PREFIX and MANDIR from env</title>
<updated>2020-05-27T16:01:49+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-05-27T16:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=287cd3c63cc25c7d2e496815094a615ff1c57fde'/>
<id>urn:sha1:287cd3c63cc25c7d2e496815094a615ff1c57fde</id>
<content type='text'>
Oops.
</content>
</entry>
<entry>
<title>Don't send zero-width characters to ncurses</title>
<updated>2020-05-26T19:18:55+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-05-26T19:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=88e2197a8f3272abbdc9a322806a7bdc9fff2daa'/>
<id>urn:sha1:88e2197a8f3272abbdc9a322806a7bdc9fff2daa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Define constants for window geometry</title>
<updated>2020-05-25T17:51:09+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-05-25T17:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=b352f5965b251e7a218b51ee351fa806ff4e7ff1'/>
<id>urn:sha1:b352f5965b251e7a218b51ee351fa806ff4e7ff1</id>
<content type='text'>
Also fixes uiDraw so that the split lines and marker don't overlap the
main window, although that wasn't causing any real problems.
</content>
</entry>
<entry>
<title>Tweak status line formatting</title>
<updated>2020-05-24T16:34:23+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-05-24T16:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=53f206f7e0a988cfc229a22ba0b929d7cdfcafff'/>
<id>urn:sha1:53f206f7e0a988cfc229a22ba0b929d7cdfcafff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't compress man page or use configure on FreeBSD</title>
<updated>2020-05-23T23:14:47+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-05-23T18:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=fd679bbca8ad24c0ddd69e3d2018fbbe4bb8e54d'/>
<id>urn:sha1:fd679bbca8ad24c0ddd69e3d2018fbbe4bb8e54d</id>
<content type='text'>
Also use DESTDIR in install.
</content>
</entry>
<entry>
<title>Revert "Send blank line after 10 minutes idle"</title>
<updated>2020-05-18T18:48:22+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-05-15T14:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=4282574c187e8ee7b0da98061a355b7c0c71b50d'/>
<id>urn:sha1:4282574c187e8ee7b0da98061a355b7c0c71b50d</id>
<content type='text'>
This reverts commit 1d5c4a5e346f0a295818441eb37697be283130ec.

This is fixed instead by pounce using TCP keepalive.
</content>
</entry>
<entry>
<title>Fix page scrolling distance for SplitLines</title>
<updated>2020-05-14T20:56:07+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-05-14T20:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=d8ef02150694386b4dd88ea563fdfeb281e5530e'/>
<id>urn:sha1:d8ef02150694386b4dd88ea563fdfeb281e5530e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not stop when files in XDG dirs are inaccessible</title>
<updated>2020-05-12T16:44:38+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-05-12T16:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=4fea54637bb8eef89fb08cff21788bf3565a54ee'/>
<id>urn:sha1:4fea54637bb8eef89fb08cff21788bf3565a54ee</id>
<content type='text'>
&gt; When attempting to read a file, if for any reason a file in a certain
&gt; directory is unaccessible, e.g. because the directory is non-existant,
&gt; the file is non-existant or the user is not authorized to open the file,
&gt; then the processing of the file in that directory should be skipped. If
&gt; due to this a required file could not be found at all, the application
&gt; may chose to present an error message to the user.
</content>
</entry>
<entry>
<title>Mark global variables in chat.h as extern</title>
<updated>2020-05-08T00:00:33+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2020-05-07T23:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=bde0f47a70f71c86d90a0baadcfa8dc33a8fa4d2'/>
<id>urn:sha1:bde0f47a70f71c86d90a0baadcfa8dc33a8fa4d2</id>
<content type='text'>
This fixes the build with gcc 10, which enables -fno-common by
default.
</content>
</entry>
<entry>
<title>Update email addresses</title>
<updated>2020-05-05T21:55:29+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-05-05T21:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=f36b0dbd81a8082921f31f91d91b9a347e42c1f3'/>
<id>urn:sha1:f36b0dbd81a8082921f31f91d91b9a347e42c1f3</id>
<content type='text'>
</content>
</entry>
</feed>
