From 293fd0d258e8cfdcbfe7ea37cdcc29ffa84ce9f2 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 26 Apr 2019 12:44:25 +0100 Subject: Update CHANGES and TODO. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index b4a0d767..ee1945f3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ CHANGES FROM 2.9 to X.X +* Hooks are now stored in the options tree as array options, allowing them to + have multiple separate commands. set-hook and show-hooks remain but + set-option and show-options can now also be used (show-options will only show + hooks if given the -H flag). Hooks with multiple commands are run in index + order. + * Automatically scroll if dragging to create a selection with the mouse and the cursor reaches the top or bottom line. -- cgit