weechat-cvs
[Top][All Lists]
Advanced

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

[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, buffe


From: Sebastien Helleu
Subject: [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, buffer-auto-renumber, created. v0.4.2-109-ga496db7
Date: Sat, 30 Nov 2013 09:57:11 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Fast, light and extensible chat client".

The branch, buffer-auto-renumber has been created
        at  a496db78aa0972990fc4fb012f807314796f21e7 (commit)

- Log -----------------------------------------------------------------
commit a496db78aa0972990fc4fb012f807314796f21e7
Author: Sebastien Helleu <address@hidden>
Date:   Sat Nov 30 10:39:38 2013 +0100

    core: add option weechat.look.buffer_auto_renumber
    
    New option: weechat.look.buffer_auto_renumber, boolean which is on by
    default, so the behavior is the same: no gap is allowed in numbers,
    they start at number 1 and they are auto-renumbered after each command
    like /buffer move, /buffer merge, ...
    
    A new option "renumber" has been added in command /buffer, to renumber
    a range of buffers (or all).
    
    Changes when the option weechat.look.buffer_auto_renumber is off:
    
    - command "/buffer move":
        - the current number will be left free for use, and the
          target number can be any number >= 1 (possibly higher than the
          current last buffer number)
        - the value can be "-" (which moves the buffer to number 1)
          or "+" (which moves the buffer to the end, ie last number + 1)
    
    - command "/buffer swap":
        - now the buffers are swapped in the list without being "moved"
    
    - comand "/buffer [+/-]N":
        - it is now working with gaps in buffer numbers
    
    - command "/buffer merge":
        - it can now merge a group of merged buffers into another buffer
          (or buffers merged themselves)
    
    - layout can restore buffer numbers with gaps in numbers

-----------------------------------------------------------------------


hooks/post-receive
-- 
Fast, light and extensible chat client



reply via email to

[Prev in Thread] Current Thread [Next in Thread]