<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hypo-emacs, branch 0.2.0</title>
<subtitle>Interact with Hypo from Emacs.</subtitle>
<id>https://code.ryuslash.org/hypo-emacs/atom?h=0.2.0</id>
<link rel='self' href='https://code.ryuslash.org/hypo-emacs/atom?h=0.2.0'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/hypo-emacs/'/>
<updated>2013-11-06T22:33:58Z</updated>
<entry>
<title>Update readme</title>
<updated>2013-11-06T22:33:58Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-11-06T22:33:58Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/hypo-emacs/commit/?id=bdbb16b57e154ac989cc9894c77d223290a6310d'/>
<id>urn:sha1:bdbb16b57e154ac989cc9894c77d223290a6310d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version</title>
<updated>2013-11-06T22:29:44Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-11-06T22:29:44Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/hypo-emacs/commit/?id=f7d230c7a1d69b4a52d1b581cb74d4aa5434dc23'/>
<id>urn:sha1:f7d230c7a1d69b4a52d1b581cb74d4aa5434dc23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print messages after successful operations</title>
<updated>2013-11-06T22:29:04Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-11-06T22:29:04Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/hypo-emacs/commit/?id=db5cde9c3bde5eeccd67e0921344874fede81602'/>
<id>urn:sha1:db5cde9c3bde5eeccd67e0921344874fede81602</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add customization option</title>
<updated>2013-11-06T22:22:05Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-11-06T22:22:05Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/hypo-emacs/commit/?id=42d776690bea26d44b7fb891c2aa8ab2c3ed6adc'/>
<id>urn:sha1:42d776690bea26d44b7fb891c2aa8ab2c3ed6adc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README, add INSTALL</title>
<updated>2013-11-06T22:13:51Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-11-06T22:13:51Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/hypo-emacs/commit/?id=1b6093944977d2a3ad1a4524c3d6c05b99aefc74'/>
<id>urn:sha1:1b6093944977d2a3ad1a4524c3d6c05b99aefc74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add hypo-delete-last</title>
<updated>2013-11-06T21:41:32Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-11-06T21:41:32Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/hypo-emacs/commit/?id=0f6c2b3228077b001872c423d5888b0d355d5a25'/>
<id>urn:sha1:0f6c2b3228077b001872c423d5888b0d355d5a25</id>
<content type='text'>
This commit changes the workings of the `hypo--collect-url' function to
store the hash of the last uploaded file or snippet. This is then used
by `hypo-delete-last' to delete that same url.
</content>
</entry>
<entry>
<title>Fix warning about unused lexical variable</title>
<updated>2013-08-12T23:35:48Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-12T23:35:48Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/hypo-emacs/commit/?id=45610d700091a4d77987369ce2bb9063e36afeca'/>
<id>urn:sha1:45610d700091a4d77987369ce2bb9063e36afeca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Typo</title>
<updated>2013-08-12T23:31:27Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-12T23:31:27Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/hypo-emacs/commit/?id=96e42a27f3c333d6743fc8fbc68395797870a9c3'/>
<id>urn:sha1:96e42a27f3c333d6743fc8fbc68395797870a9c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require url</title>
<updated>2013-08-12T23:31:12Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-12T23:30:41Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/hypo-emacs/commit/?id=66e7c89216e17c1970158ce7ca8ca0d0f1246f55'/>
<id>urn:sha1:66e7c89216e17c1970158ce7ca8ca0d0f1246f55</id>
<content type='text'>
Without requiring this, by the time the library is loaded the
`url-request-data' and `url-request-method' will already have been
defined as lexical variables instead of special (dynamic) variables.
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2013-08-11T19:18:06Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-11T19:18:06Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/hypo-emacs/commit/?id=f806bd9370fc5dd1fb27cf37d4735fe065e7416f'/>
<id>urn:sha1:f806bd9370fc5dd1fb27cf37d4735fe065e7416f</id>
<content type='text'>
</content>
</entry>
</feed>
