summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c682ed2..75bdf0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2024-08-16 Ulrich Müller <ulm@gentoo.org>
+ * ebuild-mode.el (ebuild-run-command-*): Define functions
+ for ebuild subcommands.
+ (ebuild-mode-prefix-map): New variable, keymap for ebuild-mode
+ commands. Define C-c C-e <letter> keys for the most common ebuild
+ subcommands.
+ (ebuild-mode-map): Use the new keymap.
+ (ebuild-mode-menu): Use ebuild-run-command-* functions in menu
+ items; for the previously used expressions, easy-menu-define would
+ create internal functions anyway. Don't sort ebuild-commands-list
+ because it already is in alphabetical order.
+ * ebuild-mode.texi (ebuild-mode): Update.
+
* ebuild-mode.el (ebuild-commands-list): Add "instprep" and
"nofetch" commands.