pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tmux: Add a COMMIT_MSG



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Oct 21 18:07:44 2018 +0200
Changeset:	e12b0cc2f6c4d024eb2533bf832e3a7ed41b8080

Added Files:
	tmux/COMMIT_MSG

Log Message:
tmux: Add a COMMIT_MSG

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e12b0cc2f6c4d024eb2533bf832e3a7ed41b8080

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tmux/COMMIT_MSG | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diffs:
diff --git a/tmux/COMMIT_MSG b/tmux/COMMIT_MSG
new file mode 100644
index 0000000000..5ce7eae32e
--- /dev/null
+++ b/tmux/COMMIT_MSG
@@ -0,0 +1,31 @@
+tmux: Update wip/tmux to 2.8
+
+pkgsrc changes:
+ - Take MAINTAINERship
+ - Address -Wint-conversion warnings and properly cast to long, patch by
+   <christos> from NetBSD, thanks!
+ - Remove patch-server-client.c, timersub() was added in compat.h
+   since tmux-1.9 and is no longer needed
+
+Changes:
+2.8
+---
+ * Make display-panes block the client until a pane is chosen or it
+   times out.
+ * Clear history on RIS like most other terminals do.
+ * Add an "Any" key to run a command if a key is pressed that is not
+   bound in the current key table.
+ * Expand formats in load-buffer and save-buffer.
+ * Add a rectangle_toggle format.
+ * Add set-hook -R to run a hook immediately.
+ * Add README.ja.
+ * Add pane focus hooks.
+ * Allow any punctuation as separator for s/x/y not only /.
+ * Improve resizing with the mouse (fix resizing the wrong pane in some
+   layouts, and allow resizing multiple panes at the same time).
+ * Allow , and } to be escaped in formats as #, and #}.
+ * Add KRB5CCNAME to update-environment.
+ * Change meaning of -c to display-message so the client is used if it
+   matches the session given to -t.
+ * Fixes to : form of SGR.
+ * Add x and X to choose-tree to kill sessions, windows or panes.


Home | Main Index | Thread Index | Old Index