summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-08-19 18:46:51 +0200
committerUlrich Müller <ulm@gentoo.org>2024-08-19 18:46:51 +0200
commit23dcfb80d46ee4c78a8c642bcf3e89f40f519446 (patch)
tree0ac9f7d36fafbcf0720e24140b4cf78f064df09a /ChangeLog
parentNew function ebuild-mode-find-image-dir, visits directory D (diff)
downloadebuild-mode-23dcfb80d46ee4c78a8c642bcf3e89f40f519446.tar.gz
ebuild-mode-23dcfb80d46ee4c78a8c642bcf3e89f40f519446.tar.bz2
ebuild-mode-23dcfb80d46ee4c78a8c642bcf3e89f40f519446.zip
Allow a prefix argument with ebuild-run-command-*
* ebuild-mode.el (ebuild-run-command-*): Run the "clean" command when a prefix argument is given. * ebuild-mode.texi (ebuild-mode): Document it. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0579b6..7538ac7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2024-08-19 Ulrich Müller <ulm@gentoo.org>
+ * ebuild-mode.el (ebuild-run-command-*): Run the "clean" command
+ when a prefix argument is given.
+ * ebuild-mode.texi (ebuild-mode): Document it.
+
* ebuild-mode.el (ebuild-mode-find-image-dir): New function.
(ebuild-mode-prefix-map, ebuild-mode-menu): Keybinding and
menu entry.