Updated credits and TODOs. - 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 cd90f3113b35f1b35c6bce5f030a85a2d62a53e7
 (DIR) parent 21076f0c6d1007710b95fb6f69b2af0d34453ec4
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Thu,  1 Sep 2016 11:48:27 -0500
       
       Updated credits and TODOs.
       
       Diffstat:
         README.rst                          |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       @@ -169,7 +169,7 @@ Primary Goals
            - look (TODO)
            - /regex (TODO)
            - send (TODO)
       -    - goeol / gobol (TODO)
       +    - eol / bol (DONE)
        - Support a configurable scroll factor;
          scrolling is a bit drastic now (TODO)
        - Support Unicode beyond the Basic Multilingual Plane
       @@ -178,7 +178,7 @@ Primary Goals
          Email me if you think this is a bad idea; I'm willing to reconsider) (TODO)
        - Support font fallback (TODO)
        - Allow runtime configuration of key bindings (TODO)
       -- Support a configurable set of mouse chords (TODO)
       +- Support a configurable set of mouse chords (DONE)
        - Support runtime configuration of mouse chords (TODO)
        - Support mouse button reassignment (TODO)
        - Support runtime mouse button reassignment (TODO)
       @@ -274,6 +274,7 @@ Mark H. Wilkinson
        
        Chris Siebenmann
            Fixed various bugs in font rendering, and ported Mark H. Wilkinson's mouse chording code to this version of sam.
       +    Provided the implementation of the Cscrolldownline and Cscrollupline commands.
        
        Aram Hăvărneanu
            Improved the handling of Makefile variables.