aboutsummaryrefslogtreecommitdiffhomepage
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-09-21 09:42:00 +1000
committerGravatar axel <axel@liljencrantz.se>2005-09-21 09:42:00 +1000
commite3ce01d6855c9330b1cd2dec19eff1139676c7db (patch)
treed982476194567eb2544a84fc12bfba1033995ccc /ChangeLog
parent3a60fc52061961ad98614c19e3e12a0e251e3777 (diff)
Key binding functions
darcs-hash:20050920234200-ac50b-3895a97cb024368258cd1562bdcc9fda2c84f521.gz
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 52948c08..73010c95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
2005-09-20 Axel Liljencrantz <axel@liljencrantz.se>
* exec.c, reader.c (exec_read_io_buffer, run_pager): Don't leak file descriptors when showing completion pager
-
+
+ * builtin_set.c (print_variables): Fix broken sort of variable names on print
+
+ * builtin.c, function.c, function.h: Add support for --key-binding flag on function definitions
+
+ * init/fish_input, init/fish_function, input.c: Switch over to using keybinding-functions for keybindings
2005-09-19 Axel Liljencrantz <axel@liljencrantz.se>