diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-29 21:10:26 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-29 21:10:26 +0000 |
commit | a814c77b3161f9a8cc18d957752d5e428e36e0a1 (patch) | |
tree | e23e570a5e550b6f1615239a57245412dbf6a0e6 | |
parent | 17ec1aa2f20cb57c2342aa6cdd4b6969fcd00800 (diff) | |
download | rtmux-a814c77b3161f9a8cc18d957752d5e428e36e0a1.tar.gz rtmux-a814c77b3161f9a8cc18d957752d5e428e36e0a1.tar.bz2 rtmux-a814c77b3161f9a8cc18d957752d5e428e36e0a1.zip |
Missed this out before.
-rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ 29 September 2007 +* (nicm) Deleting/inserting lines should follow scrolling region. Fix. * (nicm) Allow creation of detached sessions: "tmux new-session -d". * (nicm) Permit error messages to be passed back for transient clients like rename. Also make rename -i work. @@ -75,5 +76,5 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.16 2007-09-29 14:57:07 nicm Exp $ +$Id: CHANGES,v 1.17 2007-09-29 21:10:26 nicm Exp $ |