summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-12-24 15:21:24 +0800
committerPo Lu <luangruo@yahoo.com>2023-12-24 15:23:38 +0800
commitb7fc3ab787d8dd926e1912e51e99f0efcf57cb02 (patch)
treec514ada934aac8bf3f654b51749b37d4bc7429f4 /etc/NEWS
parent5c3ff1494b69bf45b99125f2423174222badfa43 (diff)
downloademacs-b7fc3ab787d8dd926e1912e51e99f0efcf57cb02.tar.gz
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.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6df17aa..f825649 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -469,6 +469,11 @@ you can add this to your init script:
** VC
---
+*** Log-Edit buffers now display a tool bar.
+This tool bar contains items for committing log entries and editing or
+generating log entries, among other editing operations.
+
+---
*** New user option 'vc-git-shortlog-switches'.
This is a string or a list of strings that specifies the Git log
switches for shortlogs, such as the one produced by 'C-x v L'.