Merge branch 'master' into experimental - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 12c6d12c65eef2dc2393d5a918731113ca15bc00
 (DIR) parent cc466409751bfb9d4aa8fa796b14eb34f66d7137
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Fri,  7 Oct 2016 09:25:54 -0500
       
       Merge branch 'master' into experimental
       
       Diffstat:
         README.rst                          |       7 +++++--
       
       1 file changed, 5 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       @@ -208,8 +208,8 @@ Primary Goals
            - write (DONE)
            - nextlayer / prevlayer (TODO)
            - maximize / tile left / tile right (TODO, also looking into acme-like tiling)
       -    - look (TODO)
       -    - /regex (TODO)
       +    - look (DONE)
       +    - /regex (DONE)
            - send (DONE)
            - eol / bol (DONE)
        - Support a configurable scroll factor;
       @@ -232,11 +232,13 @@ Primary Goals
          remove all legacy code (TODO)
        - Compile with no warnings,
          with all warnings and `-pedantic` enabled on GCC in C99 mode (TODO)
       +- Run with no Valgrind-detected leaks or errors (TODO)
        
        Stretch Goals
        -------------
        - Remove Xt dependency (TODO)
        - Switch to a more X11-y model (e.g. one child window per layer) (TODO)
       +- Shell windows (TODO)
        
        Very Unlikely Goals
        -------------------
       @@ -323,6 +325,7 @@ RamKromberg
        
        Erez Schatz
            Helped debug non-Latin keyboard support.
       +    Evangelism.
        
        If I've forgotten you in this list of credits, please accept my apologies and email me (Rob King) at jking@deadpixi.com to be added.