Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2012-10-18 22:04:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tmux (Old)
 and      /work/SRC/openSUSE:Factory/.tmux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tmux", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/tmux/tmux.changes        2012-01-25 
12:19:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2012-10-18 
22:04:36.000000000 +0200
@@ -1,0 +2,71 @@
+Sat Oct 13 15:47:07 UTC 2012 - [email protected]
+
+- update to version 1.7
+  - tmux configuration files now support line-continuation with a
+    "\" at the end of a line
+  - new option status-position to move the status line to the top
+    or bottom of the screen
+  - enforce history-limit option when clearing the screen
+  - Give each window a unique id, like panes but prefixed with @
+  - add pane id to each pane in layout description (while still
+    accepting the old form)
+  - provide defined ways to set the various default-path
+    possibilities: ~ for home directory, . for server start
+    directory, - for session start directory and empty for the
+    pane's working directory (the default). All can also be used as
+    part of a relative path (eg -/foo). Also provide -c flags to
+    neww and splitw to override default-path setting
+  - add -l flag to send-keys to send input literally (without
+    translating key names)
+  - allow a single option to be specified to show-options to show
+    just that option
+  - new command "move-pane" (like join-pane but allows the same
+    window)
+  - join-pane and move-pane commands learn "-b" option to place the
+    pane to the left or above
+  - support for bracketed-paste mode
+  - allow send-keys command to accept hex values
+  - add locking around "start-server" to avoid race-conditions
+  - break-pane learns -P/-F arguments for display formatting
+  - set-option learns "-q" to make it quiet, and not print out
+    anything
+  - copy mode learns "wrap-search" option
+  - add a simple form of output rate limiting by counting the
+    number of certain C0 sequences (linefeeds, backspaces, carriage
+    returns) and if it exceeds a threshold (current default
+    250/millisecond), start to redraw the pane every 100
+    milliseconds instead of making each change as it comes. Two
+    configuration options - c0-change-trigger and
+    c0-change-interval
+  - find-window learns new flags:  "-C", "-N", "-T" to match
+    against either or all of a window's content, name, or title
+    Defaults to all three options if none specified
+  - find-window automatically selects the appropriate pane for the
+    found matches
+  - show-environment can now accept one option to show that
+    environment value
+  - exit mouse mode when end-of-screen reached when scrolling with
+    the mouse wheel
+  - select-layout learns -u and -U for layout history stacks
+  - kill-window, detach-client, kill-session all  learn "-a" option
+    for killing all but the current thing specified
+  - move-window learns "-r" option to renumber window sequentially
+    in a session
+  - new session option "renumber-windows" to automatically renumber
+    windows in a session when a window is closed.  (see
+    "move-window -r")
+  - only enter copy-mode on scroll up
+  - choose-* and list-* commands all use "-F" for format
+    specifiers
+  - when spawning external commands, the value from the
+    "default-shell" option is now used, rather than assuming
+    /bin/sh
+  - new choose-tree command to render window/sessions as a tree for
+    selection
+  - display-message learns new format options
+  - for linked-windows across sessions, all flags for that window
+    are now cleared across sessions
+  - lots and lots of bug fixes, fixing memory-leaks, etc
+  - various manpage improvements
+
+-------------------------------------------------------------------

Old:
----
  tmux-1.6.tar.gz

New:
----
  tmux-1.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tmux.spec ++++++
--- /var/tmp/diff_new_pack.QhD9cf/_old  2012-10-18 22:04:37.000000000 +0200
+++ /var/tmp/diff_new_pack.QhD9cf/_new  2012-10-18 22:04:37.000000000 +0200
@@ -16,11 +16,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           tmux
-Version:        1.6
+Version:        1.7
 Release:        0
 Summary:        Terminal multiplexer
-License:        ISC ; BSD-3-Clause ; BSD-2-Clause
+License:        ISC and BSD-3-Clause and BSD-2-Clause
 Group:          System/Console
 Url:            http://tmux.sourceforge.net/
 BuildRequires:  libevent-devel

++++++ tmux-1.6.tar.gz -> tmux-1.7.tar.gz ++++++
++++ 26048 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to