summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-02-20 20:42:26 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-02-20 20:42:26 +0000
commit549b3599ef7db9f222c64130aa4f1bf6678813f2 (patch)
treecb9ebcd0c51d9c9e5edd04f6517802036eb49a57
parent4694afbed4f002a74354de518ba8daa9ae3b6fa6 (diff)
Update CHANGES.
-rw-r--r--CHANGES13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 70bf61ae..f40dba56 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,17 @@
CHANGES FROM 3.1 TO 3.2
-XXX
+* Add selection_active format for when the selection is present but not moving
+ with the cursor.
+
+* Fix dragging with modifier keys, so binding keys such as C-MouseDrag1Pane and
+ C-MouseDragEnd1Pane now work.
+
+* Add -a to list-keys to also list keys without notes with -N.
+
+* Do not jump to next word end if already on a word end when selecting a word;
+ fixes select-word with single character words and vi(1) keys.
+
+* Fix top and bottom pane calculation with pane border status enabled.
CHANGES FROM 3.0a to 3.1