unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/1] Update tmux to 2.1 (incompatible changes)
@ 2015-12-12 22:41 Leo Famulari
  2015-12-12 22:41 ` [PATCH 1/1] gnu: tmux: Update to 2.1 Leo Famulari
  2015-12-13 16:20 ` [PATCH 0/1] Update tmux to 2.1 (incompatible changes) Ludovic Courtès
  0 siblings, 2 replies; 6+ messages in thread
From: Leo Famulari @ 2015-12-12 22:41 UTC (permalink / raw)
  To: guix-devel

This patch updates tmux to 2.1.

Please read the following list of incompatible changes, copied from here:
https://raw.githubusercontent.com/tmux/tmux/master/CHANGES

CHANGES FROM 2.0 to 2.1 18 October 2015

Incompatible Changes
====================

* Mouse-mode has been rewritten.  There's now no longer options for:
	- mouse-resize-pane
	- mouse-select-pane
	- mouse-select-window
	- mode-mouse

  Instead there is just one option:  'mouse' which turns on mouse support
  entirely.
* 'default-terminal' is now a session option.  Furthermore, if this is set
  to 'screen-*' then emulate what screen does.  If italics are wanted, this
  can be set to 'tmux' but this is still new and not necessarily supported
  on all platforms with older ncurses installs.
* The c0-* options for rate-limiting have been removed.  Instead, a backoff
  approach is used.

Leo Famulari (1):
  gnu: tmux: Update to 2.1.

 gnu/packages/tmux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.6.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/1] gnu: tmux: Update to 2.1.
  2015-12-12 22:41 [PATCH 0/1] Update tmux to 2.1 (incompatible changes) Leo Famulari
@ 2015-12-12 22:41 ` Leo Famulari
  2015-12-13 16:20 ` [PATCH 0/1] Update tmux to 2.1 (incompatible changes) Ludovic Courtès
  1 sibling, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2015-12-12 22:41 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/tmux.scm (tmux): Update to 2.1.
---
 gnu/packages/tmux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 69757a3..48d50cc 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -28,7 +28,7 @@
 (define-public tmux
   (package
     (name "tmux")
-    (version "2.0")
+    (version "2.1")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -36,7 +36,7 @@
                     version "/tmux-" version ".tar.gz"))
              (sha256
               (base32
-               "0qnkda8kb747vmbldjpb23ksv9pq3s65xhh1ja5rdsmh8r24npvr"))))
+               "0xk1mylsb08sf0w597mdgj9s6hxxjvjvjd6bngpjvvxwyixlwmii"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] Update tmux to 2.1 (incompatible changes)
  2015-12-12 22:41 [PATCH 0/1] Update tmux to 2.1 (incompatible changes) Leo Famulari
  2015-12-12 22:41 ` [PATCH 1/1] gnu: tmux: Update to 2.1 Leo Famulari
@ 2015-12-13 16:20 ` Ludovic Courtès
  2015-12-14  8:10   ` Ludovic Courtès
  1 sibling, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2015-12-13 16:20 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> skribis:

> This patch updates tmux to 2.1.
>
> Please read the following list of incompatible changes, copied from here:
> https://raw.githubusercontent.com/tmux/tmux/master/CHANGES

I don’t use tmux, but the changes sound reasonable, and we can always
add 2.0 back eventually if people complain.

In the meantime, could you give me your Savannah account name so we can
add you there?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] Update tmux to 2.1 (incompatible changes)
  2015-12-13 16:20 ` [PATCH 0/1] Update tmux to 2.1 (incompatible changes) Ludovic Courtès
@ 2015-12-14  8:10   ` Ludovic Courtès
  2015-12-14 13:09     ` Efraim Flashner
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2015-12-14  8:10 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Morning!

ludo@gnu.org (Ludovic Courtès) skribis:

> In the meantime, could you give me your Savannah account name so we can
> add you there?

I’ve added you to the group, so you can now push directly.  Please read
‘HACKING’ carefully.  If in doubt with Git or whatever, don’t hesitate
to ask.

Welcome aboard!  :-)

Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] Update tmux to 2.1 (incompatible changes)
  2015-12-14  8:10   ` Ludovic Courtès
@ 2015-12-14 13:09     ` Efraim Flashner
  2015-12-15  4:41       ` Leo Famulari
  0 siblings, 1 reply; 6+ messages in thread
From: Efraim Flashner @ 2015-12-14 13:09 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

On Mon, 14 Dec 2015 09:10:08 +0100
ludo@gnu.org (Ludovic Courtès) wrote:

> Morning!
> 
> ludo@gnu.org (Ludovic Courtès) skribis:
> 
>  [...]  
> 
> I’ve added you to the group, so you can now push directly.  Please read
> ‘HACKING’ carefully.  If in doubt with Git or whatever, don’t hesitate
> to ask.
> 
> Welcome aboard!  :-)
> 
> Ludo’.
> 

Congrats!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/1] Update tmux to 2.1 (incompatible changes)
  2015-12-14 13:09     ` Efraim Flashner
@ 2015-12-15  4:41       ` Leo Famulari
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2015-12-15  4:41 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: guix-devel

On Mon, Dec 14, 2015 at 03:09:50PM +0200, Efraim Flashner wrote:
> On Mon, 14 Dec 2015 09:10:08 +0100
> ludo@gnu.org (Ludovic Courtès) wrote:
> 
> > Morning!
> > 
> > ludo@gnu.org (Ludovic Courtès) skribis:
> > 
> >  [...]  
> > 
> > I’ve added you to the group, so you can now push directly.  Please read
> > ‘HACKING’ carefully.  If in doubt with Git or whatever, don’t hesitate
> > to ask.
> > 
> > Welcome aboard!  :-)
> > 
> > Ludo’.
> > 
> 
> Congrats!

Hooray!

Pushed as a036e59d.

> 
> -- 
> Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
> GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
> Confidentiality cannot be guaranteed on emails sent or received unencrypted

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-12-15  4:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-12 22:41 [PATCH 0/1] Update tmux to 2.1 (incompatible changes) Leo Famulari
2015-12-12 22:41 ` [PATCH 1/1] gnu: tmux: Update to 2.1 Leo Famulari
2015-12-13 16:20 ` [PATCH 0/1] Update tmux to 2.1 (incompatible changes) Ludovic Courtès
2015-12-14  8:10   ` Ludovic Courtès
2015-12-14 13:09     ` Efraim Flashner
2015-12-15  4:41       ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).