24 Sep 02 10.50.59 - Alberto <albertogli@telpin.com.ar>
 * msnlib: fixed the only (known =) remaining bug, now connections are no
	longer closed when we send a message
 * tag: c1 tag

23 Sep 02 13.30.08 - Alberto <albertogli@telpin.com.ar>
 * msn: fixed a bug in the 'del' command which passed the nick instead of the
	email to msnlib, so removals when nick != email (the common case)
	failed
 * msn: print emails when showing the the reverse user list
 * msn: added command 'debug' to toggle debugging at runtime
 * msnlib, msncb: print debugging output to stderr to make capturing easier

22 Sep 02 13.54.29 - Alberto <albertogli@telpin.com.ar>
 * msn: implement auto-away
 * msn: fixed the configuration variable handling when set to an invalid value
 * msn: added command 'config' to display the configuration
 * msn: remove '\r' from the incoming messages

18 Sep 02 21.18.17 - Alberto <albertogli@telpin.com.ar>
 * msnlog.vim: added a vim syntax file to make log reading nicer
 * scripts - utils: renamed 'scripts' to 'utils'

17 Sep 02 15.48.50 - Alberto <albertogli@telpin.com.ar>
 * doc: modified several doc files
 * tag: b3 tag - released, thanks a lot to Henne Vogelsang for providing the hosting

16 Sep 02 14.53.34 - Alberto <albertogli@telpin.com.ar>
 * msnsetup: create a simple setup script for the configuration file
 * install: create the installer scripts for the python modules and the client
 * msn: fixed a multi-line message logging bug

13 Sep 02 12.53.15 - Alberto <albertogli@telpin.com.ar>
 * msn: implement history (and status change) logging
 * msn: ignore Hotmail messages
 * tag: b2 tag

12 Sep 02 16.41.26 - Alberto <albertogli@telpin.com.ar>
 * msncb.py: when flushing pending messages we used to keep the message in the
	sbd msgqueue, fixed
 * msn: show the pending messages on switchboard disconnect
 * config: moved the configuration files default location to ~/.msn

11 Sep 02 12.25.41 - Alberto <albertogli@telpin.com.ar>
 * msnclient.py - msn: renamed msnclient.py to msn
 * cb.py - msncb.py: renamed cb.py to msncb.py
 * msn: s/cb/msncb/g to reflect the rename
 * msn: added a configuration file, which led to a reorganization of some
	variables and init procedures
 * msn: some new-line changes to the print* functions
 * msn: create print functions for outgoing and incoming messages, and now
	print the time
 * msn: display more information on some commands now that we have config
 * msn: added 'close' command, which closes a sbd connection manually
 
11 Sep 02 08.36.36 - Alberto <albertogli@telpin.com.ar>
 * msnclient.py: create a nick2email and email2nick functions
 * msnclient.py: added 'r' (reply) and 'a' (send to the last person you sent a
	message to) commands
 * msnclient.py: added 'info' command to display user info and simplified the
	user list
 * msnclient.py: modified several commands to accept and display nick instead
	of email

11 Sep 02 00.16.16 - Alberto <albertogli@telpin.com.ar>
 * msnlib.py: make status_change return 0 if error
 * msnclient.py: improve the status command
 * msnclient.py: reverse list view (command 'wr')

10 Sep 02 20.41.53 - Alberto <albertogli@telpin.com.ar>
 * msnclient.py: change message command from 'msg' to 'm'
 * msnclient.py: use nicks instead of email to send messages

04 Sep 02 10.30.59 - Alberto <albertogli@telpin.com.ar>
 * msnclient.py: create print_msg for message printing
 * msnclient.py: add command: e, display only online contacts
 * msnclient.py: add incoming message history through a size-limited list
 * msnclient.py: defer outgoing message display until flushing

02 Sep 02 21.48.28 - Alberto <albertogli@telpin.com.ar>
 * tag: b1 tag; a lot of things got fixed, so far the library is solid (never
	had a crash, but didn't get more test than myself)

27 Aug 02 20.59.27 - Alberto <albertogli@telpin.com.ar>
 * msnlib.py: added version number
 * msnclient.py: make up an usable client, tons of changes
 * cb.py: make the error table global

25 Aug 02 13.17.59 - Alberto <albertogli@telpin.com.ar>
 * msnlib.py: fixed a small bug that left the sb sockets nonblocking which
	might bring some problems
 * msnlib.py: fixed an important bug for sending messages that wrote two
	newlines after a message, and apparently the server didn't like it

29 Jul 02 00.44.30 - Alberto <albertogli@telpin.com.ar>
 * tag: a1 tag; fixed several bugs regarding messaging and now it's probably
	done (as in 'everything kinda works'). Obviously the interface still
	sucks but i think i'm done with the callbacks. Also added a bit of
	documentation, the basic README and cleaned up a little bit

28 Jul 02 04.04.22 - Alberto <albertogli@telpin.com.ar>
 * tag: Initial a0 tag. The basic working structure is there, it
	hasn't been tested enough (ie. never received or sent a message) but
	there is no need because i know it works =)

