summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0c8761..645dc68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
2001-12-21 shawn <sabetts@vcn.bc.ca>
+ * src/actions.h (cmd_alias): new prototype
+
* src/actions.c (user_commands): remove "license" from the
unimplemented section.
+ (user_commands): new command "alias"
+ (cmd_alias): new function
+ (command): handle aliases
+ (initialize_default_keybindings): initialize the alias list
+ (struct cmd_alias): new struct
+ (alias_list): new static global
+ (alias_list_size): likewise
+ (alias_list_last): likewise
* src/actions.h (cmd_license): new prototype