]> git.eshelyaron.com Git - emacs.git/commit
Add a Doc View tool bar
authorPo Lu <luangruo@yahoo.com>
Thu, 13 Jul 2023 11:19:57 +0000 (19:19 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 13 Jul 2023 11:19:57 +0000 (19:19 +0800)
commit3615bdd5bcf28674861f1bb7aa9b1ca5fa6d57a6
tree7e81053b742a49f932f43d0922f4eccc80fbca63
parentae9f1a075c3a5f5bd0425828b6144f97265d8794
Add a Doc View tool bar

* etc/NEWS: Announce the new tool bar.
* etc/images/last-page.xpm:
* etc/images/last-page.pbm: New images.  Mirrored from
next-page.xpm.
* lisp/doc-view.el (doc-view-menu): Use `doc-view-new-search'
instead of an anonymous function.
(doc-view-tool-bar-map): New keymap.
(doc-view-search): Update the tool bar after initiating a
search.
(doc-view-new-search): New command.
(doc-view-mode): Set the tool bar map appropriately.
etc/NEWS
etc/images/last-page.pbm [new file with mode: 0644]
etc/images/last-page.xpm [new file with mode: 0644]
lisp/doc-view.el