<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pdf-tools.git/README.org, branch dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/'/>
<entry>
<title>Fix: link to demo video</title>
<updated>2022-01-06T06:25:04+00:00</updated>
<author>
<name>Vedang Manerikar</name>
<email>ved.manerikar@gmail.com</email>
</author>
<published>2022-01-06T06:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=d570624871016fae7e01d84645ca91f679ed6fb3'/>
<id>d570624871016fae7e01d84645ca91f679ed6fb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `display-line-numbers-mode` to Known Problems</title>
<updated>2022-01-03T03:02:06+00:00</updated>
<author>
<name>Vedang Manerikar</name>
<email>ved.manerikar@gmail.com</email>
</author>
<published>2022-01-03T03:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=93b948973989c1c6b3eb4f382ce7eb78a39c0fe1'/>
<id>93b948973989c1c6b3eb4f382ce7eb78a39c0fe1</id>
<content type='text'>
Squashed commit.
Author: LuisFCOliveira &lt;67265998+LuisFCOliveira@users.noreply.github.com&gt;
Closes: politza#684
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Squashed commit.
Author: LuisFCOliveira &lt;67265998+LuisFCOliveira@users.noreply.github.com&gt;
Closes: politza#684
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a link to the PDF Tools Wiki to the README</title>
<updated>2022-01-02T16:54:41+00:00</updated>
<author>
<name>Vedang Manerikar</name>
<email>ved.manerikar@gmail.com</email>
</author>
<published>2022-01-02T16:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=192a6ed72351ae08b18a93bce48c9bf022de5fb5'/>
<id>192a6ed72351ae08b18a93bce48c9bf022de5fb5</id>
<content type='text'>
The PDF Tools Wiki is live! The plan is to build this into a wonderful
self-serve website.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The PDF Tools Wiki is live! The plan is to build this into a wonderful
self-serve website.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare the README for setting up a wiki site</title>
<updated>2022-01-02T06:35:12+00:00</updated>
<author>
<name>Vedang Manerikar</name>
<email>ved.manerikar@gmail.com</email>
</author>
<published>2022-01-02T06:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=33376cb16a8553a78ff5feedb192fa8dfad23ab0'/>
<id>33376cb16a8553a78ff5feedb192fa8dfad23ab0</id>
<content type='text'>
Clean it up a little bit more. The file, as it is in this commit, has
been used for the first export to https://pdftools.wiki 🥂💥

Relates to: #38
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean it up a little bit more. The file, as it is in this commit, has
been used for the first export to https://pdftools.wiki 🥂💥

Relates to: #38
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up installation instructions in the README</title>
<updated>2021-12-31T07:59:48+00:00</updated>
<author>
<name>Vedang Manerikar</name>
<email>ved.manerikar@gmail.com</email>
</author>
<published>2021-12-31T07:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=5621164d47b0e59676edad252b514f5c3c15824f'/>
<id>5621164d47b0e59676edad252b514f5c3c15824f</id>
<content type='text'>
- Make the headings clearer
- Remove repetitive instructions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Make the headings clearer
- Remove repetitive instructions
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `l` and `r` for backward / forward in history.</title>
<updated>2021-12-31T06:58:52+00:00</updated>
<author>
<name>Vedang Manerikar</name>
<email>ved.manerikar@gmail.com</email>
</author>
<published>2021-12-31T06:54:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=91afc4f87baa39347c033d850b29d36d277e0d69'/>
<id>91afc4f87baa39347c033d850b29d36d277e0d69</id>
<content type='text'>
`l` and `r` are the conventional bindings for history navigation.

The previous key-bindings `B` and `N` are kept as-is for people who
were used to it.

This is a breaking change because `r` was previously bound to
`revert-buffer`. However, `g` is also bound to `revert-buffer` and is
the conventional binding for `revert` so this should be okay.

Fixes: #43
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`l` and `r` are the conventional bindings for history navigation.

The previous key-bindings `B` and `N` are kept as-is for people who
were used to it.

This is a breaking change because `r` was previously bound to
`revert-buffer`. However, `g` is also bound to `revert-buffer` and is
the conventional binding for `revert` so this should be okay.

Fixes: #43
</pre>
</div>
</content>
</entry>
<entry>
<title>Add NonGNU ELPA badge to README.org</title>
<updated>2021-12-31T04:16:16+00:00</updated>
<author>
<name>Stefan Kangas</name>
<email>stefan@marxist.se</email>
</author>
<published>2021-12-30T10:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=1993c5c3ab916dd0a1a51ea4a6ca7b6f06b7e594'/>
<id>1993c5c3ab916dd0a1a51ea4a6ca7b6f06b7e594</id>
<content type='text'>
Closes: #63
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: #63
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up and re-organize the README</title>
<updated>2021-12-31T04:16:16+00:00</updated>
<author>
<name>Vedang Manerikar</name>
<email>ved.manerikar@gmail.com</email>
</author>
<published>2021-12-30T13:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=69e06e226844a12369e5b7d0bc561bcdeea8b4b3'/>
<id>69e06e226844a12369e5b7d0bc561bcdeea8b4b3</id>
<content type='text'>
This is the first step in the process of creating a documentation
site and wiki.

Relates to: #38
Closes: #40
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first step in the process of creating a documentation
site and wiki.

Relates to: #38
Closes: #40
</pre>
</div>
</content>
</entry>
<entry>
<title>Add known conflict with sublimity package</title>
<updated>2021-05-30T06:33:32+00:00</updated>
<author>
<name>thistle</name>
<email>bcmertz@email.wm.edu</email>
</author>
<published>2021-05-20T03:33:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=4163cd2597783fa7ed97acde87102652f81b8737'/>
<id>4163cd2597783fa7ed97acde87102652f81b8737</id>
<content type='text'>
Closes politza/pdf-tools#674
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes politza/pdf-tools#674
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve naming and capitalization in README</title>
<updated>2021-05-24T18:31:32+00:00</updated>
<author>
<name>Rudolf Adamkovič</name>
<email>salutis@me.com</email>
</author>
<published>2021-05-17T06:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=d06acb9aaa0cf74b2db79eef69b293a7476524ea'/>
<id>d06acb9aaa0cf74b2db79eef69b293a7476524ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
