]> git.eshelyaron.com Git - emacs.git/commit
Introduce a toolbar for Log Edit mode
authorPo Lu <luangruo@yahoo.com>
Sun, 24 Dec 2023 07:21:24 +0000 (15:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 24 Dec 2023 07:23:38 +0000 (15:23 +0800)
commitb7fc3ab787d8dd926e1912e51e99f0efcf57cb02
treec514ada934aac8bf3f654b51749b37d4bc7429f4
parent5c3ff1494b69bf45b99125f2423174222badfa43
Introduce a toolbar for Log Edit mode

* etc/NEWS: Announce new change.

* etc/images/README: List the sources of the new image files.

* etc/images/commit.xpm:
* etc/images/commit.pbm:
* etc/images/gen-changelog.xpm:
* etc/images/gen-changelog.pbm:
* etc/images/ins-changelog.xpm:
* etc/images/ins-changelog.pbm:
* etc/images/load-changelog.xpm:
* etc/images/load-changelog.pbm:
* etc/images/view-diff.xpm: New files.

* lisp/vc/log-edit.el (log-edit-menu): Insert a menu item for
"Generate ChangeLog".
(log-edit-tool-bar-map): New keymap.
(log-edit-mode): Install this keymap as the tool bar map.
13 files changed:
etc/NEWS
etc/images/README
etc/images/commit.pbm [new file with mode: 0644]
etc/images/commit.xpm [new file with mode: 0644]
etc/images/gen-changelog.pbm [new file with mode: 0644]
etc/images/gen-changelog.xpm [new file with mode: 0644]
etc/images/ins-changelog.pbm [new file with mode: 0644]
etc/images/ins-changelog.xpm [new file with mode: 0644]
etc/images/load-changelog.pbm [new file with mode: 0644]
etc/images/load-changelog.xpm [new file with mode: 0644]
etc/images/view-diff.pbm [new file with mode: 0644]
etc/images/view-diff.xpm [new file with mode: 0644]
lisp/vc/log-edit.el