summaryrefslogtreecommitdiff
path: root/README.org
AgeCommit message (Collapse)Author
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
2015-08-17Switched keybindings from descr. list to tablesTyler Smith
2015-08-17Added a list of keybindings with command summariesTyler Smith
2015-06-19Spell checked READMEAndreas Politz
* README.org:
2015-06-12Added VPDF feature.Andreas Politz
* lisp/pdf-virtual.el: New file handling virtual PDF documents. * test/pdf-test.el: Tests for that feature. * lisp/pdf-misc.el: Extend the menu appropriately. * lisp/pdf-view.el: Make pdf-view-mode play nicer with it's derived mode pdf-virtual-view-mode. * lisp/pdf-tools.el: Integrate pdf-virtual. * NEWS: Added item. * README.org: Mention it.
2015-06-02Cleanup READMEAndreas Politz
* README.org:
2015-06-02Remove exampleAndreas Politz
* README.org:
2015-05-31Added recolor feature based on pdf-info-setoptionsoscar
2015-04-01Updated README, part deux.Andreas Politz
2015-04-01Updated README.Andreas Politz
2015-03-03Improved installation instructions on OSXAndreas Politz
* README.org:
2015-02-08Added travis image.Andreas Politz
2015-02-08Fixed some typos.Andreas Politz
2015-02-06Added info to README about compiling on OS XIvan Andrus
2015-01-30Added melpa stuff.Andreas Politz
* README.org: Mention melpa.