<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pdf-tools.git/Cask, branch master</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>Bump the minimum Emacs version to 26.3! 🎉🤞</title>
<updated>2022-11-25T07:27:23+00:00</updated>
<author>
<name>Vedang Manerikar</name>
<email>ved.manerikar@gmail.com</email>
</author>
<published>2022-10-13T04:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=96703b2bb5c937afd05778086c43280b0593fe99'/>
<id>96703b2bb5c937afd05778086c43280b0593fe99</id>
<content type='text'>
All the code working around issues in Emacs 24 and Emacs 25 has been
removed at this point! (or at least, as much of it as I could find)

I've tested against Emacs 28 and it's working fine. I need many more
automated tests to ensure that behaviour does not break across
multiple Emacs versions / operating systems, but that is a topic for
another day.

This commit bumps the version of `pdf-tools` from `1.0.0snapshot` to
`1.0.0`. I do not expect this to have any real change either on Melpa
Stable or Non-GNU Elpa, since they already parse the version as 1.0.0.

I am not creating a tag at the moment. I will do some more cleanup
work and directly create a `1.1.0` post those changes.

Closes: #26
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the code working around issues in Emacs 24 and Emacs 25 has been
removed at this point! (or at least, as much of it as I could find)

I've tested against Emacs 28 and it's working fine. I need many more
automated tests to ensure that behaviour does not break across
multiple Emacs versions / operating systems, but that is a topic for
another day.

This commit bumps the version of `pdf-tools` from `1.0.0snapshot` to
`1.0.0`. I do not expect this to have any real change either on Melpa
Stable or Non-GNU Elpa, since they already parse the version as 1.0.0.

I am not creating a tag at the moment. I will do some more cleanup
work and directly create a `1.1.0` post those changes.

Closes: #26
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare Cask for Windows builds</title>
<updated>2018-11-23T05:58:11+00:00</updated>
<author>
<name>Andreas Politz</name>
<email>politza@hochschule-trier.de</email>
</author>
<published>2018-11-23T05:58:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=360224b4ccc8ffece7da69482c6203a82a7d625c'/>
<id>360224b4ccc8ffece7da69482c6203a82a7d625c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request 174</title>
<updated>2017-09-12T14:11:21+00:00</updated>
<author>
<name>Andreas Politz</name>
<email>politza@hochschule-trier.de</email>
</author>
<published>2017-09-12T13:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=8041fff63d092bc88765089c8a6dbc3b288f9fa0'/>
<id>8041fff63d092bc88765089c8a6dbc3b288f9fa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tablist as Cask dev-dep</title>
<updated>2015-06-18T06:18:23+00:00</updated>
<author>
<name>Andreas Politz</name>
<email>politza@hochschule-trier.de</email>
</author>
<published>2015-06-18T06:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=c2c01a946d6d170e4cedce331f87b5d4e3b42eef'/>
<id>c2c01a946d6d170e4cedce331f87b5d4e3b42eef</id>
<content type='text'>
* Cask (depends-on):
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Cask (depends-on):
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify pdf-info interface.</title>
<updated>2015-06-11T08:34:51+00:00</updated>
<author>
<name>Andreas Politz</name>
<email>politza@hochschule-trier.de</email>
</author>
<published>2015-06-11T06:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=a15f1b6ea168aa38166cd26c4294ba20cdb787ed'/>
<id>a15f1b6ea168aa38166cd26c4294ba20cdb787ed</id>
<content type='text'>
* lisp/pdf-tools.el: Add let-alist as requirement.

* lisp/pdf-occur.el (pdf-occur-add-matches, pdf-occur-start-search): Use new interface.

* lisp/pdf-isearch.el (pdf-isearch-search-page): Use new interface.

* lisp/pdf-info.el (pdf-info-query--transform-action,
  pdf-info-query--transform-response): Prefer alists over trees or
  positional lists, where appropriate.

  (pdf-info-search-string,pdf-info-search-regexp,pdf-info-pagelinks
  pdf-info-charlayout,pdf-info-pagelinks, pdf-info-outline,
  pdf-info-synctex-forward-search, pdf-info-synctex-backward-search):
  Updated documentation.

* test/pdf-info.ert: Require let-alist, use new interface.

* Makefile (bytecompile, test): Use cask.

* Cask (depends-on): Add let-alist.

* lisp/pdf-outline.el: Use new interface.

* lisp/pdf-links.el: Use new interface.

* lisp/pdf-cache.el: Use new interface.

* lisp/pdf-sync.el: Use new interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/pdf-tools.el: Add let-alist as requirement.

* lisp/pdf-occur.el (pdf-occur-add-matches, pdf-occur-start-search): Use new interface.

* lisp/pdf-isearch.el (pdf-isearch-search-page): Use new interface.

* lisp/pdf-info.el (pdf-info-query--transform-action,
  pdf-info-query--transform-response): Prefer alists over trees or
  positional lists, where appropriate.

  (pdf-info-search-string,pdf-info-search-regexp,pdf-info-pagelinks
  pdf-info-charlayout,pdf-info-pagelinks, pdf-info-outline,
  pdf-info-synctex-forward-search, pdf-info-synctex-backward-search):
  Updated documentation.

* test/pdf-info.ert: Require let-alist, use new interface.

* Makefile (bytecompile, test): Use cask.

* Cask (depends-on): Add let-alist.

* lisp/pdf-outline.el: Use new interface.

* lisp/pdf-links.el: Use new interface.

* lisp/pdf-cache.el: Use new interface.

* lisp/pdf-sync.el: Use new interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed built system.</title>
<updated>2015-01-21T10:37:48+00:00</updated>
<author>
<name>Andreas Politz</name>
<email>politza@hochschule-trier.de</email>
</author>
<published>2015-01-21T10:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=594e9ec1536b367fed9e4b474504167e601331e9'/>
<id>594e9ec1536b367fed9e4b474504167e601331e9</id>
<content type='text'>
* test/run-tests.el (file-name-directory): Run tests on the installed package.

* server/configure.ac: Get the version from the toplevel Makefile.

* README.org: Adjust installation instructions.

* Makefile: Don't require cask anymore.

* Cask: Adjust dependencies.

* .gitignore: Add package files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/run-tests.el (file-name-directory): Run tests on the installed package.

* server/configure.ac: Get the version from the toplevel Makefile.

* README.org: Adjust installation instructions.

* Makefile: Don't require cask anymore.

* Cask: Adjust dependencies.

* .gitignore: Add package files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Cask file.</title>
<updated>2015-01-14T22:28:15+00:00</updated>
<author>
<name>Andreas Politz</name>
<email>politza@hochschule-trier.de</email>
</author>
<published>2015-01-14T22:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=547a970ef3d99feab4cc63bbf151e7338c0ccc8d'/>
<id>547a970ef3d99feab4cc63bbf151e7338c0ccc8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit.</title>
<updated>2015-01-14T15:15:53+00:00</updated>
<author>
<name>Andreas Politz</name>
<email>politza@hochschule-trier.de</email>
</author>
<published>2015-01-14T15:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=d6ebab7fa71d4de4bb02240544ce1c9e3edc6cba'/>
<id>d6ebab7fa71d4de4bb02240544ce1c9e3edc6cba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
