From 9bb907f2a72721f7da4e67365d0ed6765f945006 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 3 Oct 2007 10:18:32 +0000 Subject: Move command handling into the server and tidy up some bits. --- CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 94b021f0..dedf3859 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +03 October 2007 + +* (nicm) Move command parsing into the client. Also rename some messages and + tidy up a few bits. Lots more tidying up needed :-/. + 02 October 2007 * (nicm) Redraw client status lines on rename. @@ -90,5 +95,5 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.22 2007-10-02 17:45:05 nicm Exp $ +$Id: CHANGES,v 1.23 2007-10-03 10:18:31 nicm Exp $ -- cgit