summaryrefslogtreecommitdiff
path: root/README.org
AgeCommit message (Collapse)Author
2022-01-06Fix: link to demo videoVedang Manerikar
2022-01-03Add `display-line-numbers-mode` to Known ProblemsVedang Manerikar
Squashed commit. Author: LuisFCOliveira <67265998+LuisFCOliveira@users.noreply.github.com> Closes: politza#684
2022-01-02Add a link to the PDF Tools Wiki to the READMEVedang Manerikar
The PDF Tools Wiki is live! The plan is to build this into a wonderful self-serve website.
2022-01-02Prepare the README for setting up a wiki siteVedang Manerikar
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
2021-12-31Clean up installation instructions in the READMEVedang Manerikar
- Make the headings clearer - Remove repetitive instructions
2021-12-31Use `l` and `r` for backward / forward in history.Vedang Manerikar
`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
2021-12-31Add NonGNU ELPA badge to README.orgStefan Kangas
Closes: #63
2021-12-31Clean up and re-organize the READMEVedang Manerikar
This is the first step in the process of creating a documentation site and wiki. Relates to: #38 Closes: #40
2021-05-30Add known conflict with sublimity packagethistle
Closes politza/pdf-tools#674
2021-05-25Improve naming and capitalization in READMERudolf Adamkovič
2021-04-11Add CircleCI and Appveyor badges to READMEVedang Manerikar
Closes #5 :)
2021-04-11Fix: Download missing dll files separatelyVedang Manerikar
I'm making these changes based on reading through the output logs of the Appveyor code, I don't have any understanding of how mingw64 works.
2021-04-11Replace the Travis badge with a CircleCI badgeVedang Manerikar
Also, add my name as a maintainer for this library.
2021-02-20Indentation fixesVedang Manerikar
2019-01-07Update version in FreeBSD package installation commandJoseph Mingrone
The old package, pdf-tools-emacs25, no longer exists.
2018-10-19Fix typoAndreas Politz
2018-10-18Add instructions for Alpine LinuxCleberson Ramirio
2018-10-08Add a new, faster procedure for loading this packageAndreas Politz
2018-07-18README.org: is this a typo?fan
It shows that <F> is bind to 'pdf-links-action-perform, <N> is bind to 'pdf-history-forward, <B> is bind to 'pdf-history-backward, so maybe "History Back / Forwards" should be "B / N" instead of "B / F"?
2018-04-29Remove non-functional appveyor build badgeAndreas Politz
2018-04-29Add appveyor build badgeAndreas Politz
2018-04-29Remove broken coverall badgeAndreas Politz
2018-04-25Revert "Fixed Indent issue with source code beginning and ending tags"Roger Iyengar
This reverts commit 1187af29a32943342141f85177bbd82de0a04e0e.
2018-04-22Fixed Indent issue with source code beginning and ending tagsRoger Iyengar
2018-04-21Merge branch 'next'Andreas Politz
2018-04-21Fixed Path Issue on Windows and updated readmeRoger Iyengar
Changed install to always prompt Windows users for MSYS2 location. This allows users who have their cygwin bin directory in their path variable to install pdf-tools properly
2018-04-21Include instructions for installing the FreeBSD packageJoseph Mingrone
2017-10-30Fix typosCarl Lieberman
2017-09-12Merge pull request 174Andreas Politz
2017-08-11Add instructions for CygwinAndreas Politz
2017-08-11Add instructions for Centos and FedoraAndreas Politz
2017-08-11Fix trailing whitespaceAndreas Politz
2017-08-11Change README layoutAndreas Politz
2017-08-09State Elisp requirements clearerAndreas Politz
2017-08-09Add note about Elisp prerequisitesAndreas Politz
2017-08-09Add note that installation instructions refer to repoAndreas Politz
2017-08-09Use new name for libz in READMEAndreas Politz
2017-05-03Promote alternative mouse bindingAndreas Politz
2017-04-08Add Windows compilation instructionsAlex Fenton
2017-03-18Fix some typos and wordingAndreas Politz
2017-03-18Add some info about frequent problems with other packagesAndreas Politz
2017-03-17Use lowercase internal link nameAndreas Politz
2017-03-17Fix internal linkAndreas Politz
2017-03-17Fix trailing whitespaceAndreas Politz
2016-11-15Add Automake to brew install command for OSXRob Donnelly
Both automake and poppler are required for use on OSX and both are able to be installed with brew. When I tried installing on OSX after installing poppler I got the following error `autoreconf: command not found`. Installing automake via brew fixed the error and appears to have lead to a working installation on OSX.
2016-10-18Fix some spelling errorsBrady Trainor
2015-12-27Minor formatting changesJoseph Mingrone
2015-12-27Automate the build on FreeBSDJoseph Mingrone
The GNU make binary on FreeBSD (and other BSDs) is named `gmake`. This change makes the build work for those systems. It's been tested on FreeBSD, but should work on other BSDs. A short note was also added in README.org to help FreeBSD users get things working.
2015-11-11Moved bindings sectionAndreas Politz
2015-08-17Tidied up tablesTyler Smith