diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-20 18:11:37 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-20 18:11:37 +0000 |
| commit | c0572ea9929b86071dcce6d7a9616164c6450d71 (patch) | |
| tree | 402349a123be43fb9ce8f2f381c8589d752ff456 /CHANGES | |
| parent | b04bffc9c99045776abea011cc95f5819a939872 (diff) | |
| download | rtmux-c0572ea9929b86071dcce6d7a9616164c6450d71.tar.gz rtmux-c0572ea9929b86071dcce6d7a9616164c6450d71.tar.bz2 rtmux-c0572ea9929b86071dcce6d7a9616164c6450d71.zip | |
Fix a format string bug and sprinkle some printflikes.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 20 November 2007 +* Fix format string error with "must specify a client" message. Also + sprinkle some printflike tags. * tmux 0.1 released. 17 November 2007 @@ -231,4 +233,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.74 2007-11-20 17:01:38 nicm Exp $ +$Id: CHANGES,v 1.75 2007-11-20 18:11:37 nicm Exp $ |