diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2015-05-05 22:47:12 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-05-05 22:47:30 +0200 |
| commit | 126c34fccbd21ea377b0840e2ba946f19ffb1190 (patch) | |
| tree | c362ae5710c1f710c465747eaba4ec686b3c22ec /NEWS | |
| parent | 8bf1b1976b435b851d09c4fd5a0c7231008c4094 (diff) | |
Added navigation by and display of pagelabels.
* server/epdfinfo.c: New command pagelabels.
* lisp/pdf-view.el (pdf-view-goto-label): New command for going to the
page corresponding to it's label.
(pdf-view-mode-map): Bind it to `M-g l' .
* lisp/pdf-outline.el (pdf-outline-display-labels): New option for
displaying labels instead of page numbers.
(pdf-outline-insert-outline, pdf-outline-insert-outline,
pdf-outline-imenu-create-item, pdf-outline-imenu-create-index-flat,
pdf-outline-imenu-create-index-tree,
pdf-outline-imenu-create-index-tree-1): Handle it.
* lisp/pdf-info.el (pdf-info-pagelabels): New command returning a list of pagelabels.
(pdf-info-query--transform-response): Handle it.
* NEWS: Add news items.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -21,6 +21,13 @@ M-s w now does a word search, which will also find hyphenated words (as determined by pdf-isearch-hyphenation-character), though not at page boundaries. +** View +*** Navigate by pagelabels + M-g l may be used to jump to a page by label, i.e. it's displayed + number. +** Outline + New option `pdf-outline-display-labels', determining whether to + display labels instead of plain page-numbers. * Version 0.50 ** PDF Tools is now available on MELPA. ** SyncTeX |
