/*
 * Changes Prior to OCT 22 2005 see
 * help OCT22changelog
 */
OCT 22 05:  Eluth back up, took a break
OCT 23 05:  Two new Config options login/logout
            Toggles display of info channel's player logins
OCT 23 05:  cmd_look repaired, Blocking terrain now blocks
            visual range
OCT 23 05:  cmd_who re-worked. No more IP shown
            Level now shown in wored format =)
OCT 23 05:  new command: title. Sets a title for yourself
OCT 23 05:  Special Phrasing in handle_cmd_input() for
            'saysomethinghere to work. (Thank you Joey)
OCT 23 05:  Included Justify.c snippet by Richard Woolcock
            Aka Kavir. (Not used, scraped the part i needed it
            for heh)
OCT 23 05:  Temp fix for cmd_look to display other players
OCT 23 05:  added new area structure to help divide up
            the world, uses an x/y/z/size system to determine
            what location your in. Still working on it =)
OCT 25 05:  New Command 'where'
            displays current location you are in.
OCT 25 05:  New function: 'return_area(dm)'
            Returns AREA_DATA of FIRST matching area
OCT 25 05:  cmd_look: 'where' added to top of display
            to give the effect of 'room names'
OCT 25 05:  AREA_DATA restructured, now holds 'desc' for
            a string description (where/look returns this)
            and x_size and y_size, to make non-forced-square
            locations. Data file format also updated.
OCT 25 05:  Multiple locations added to the city of vandagard.
            TODO: finish street names/Gates. Also i noticed
            i added an extra 4 buildings with nothing in them
            hmm..
OCT 29 05:  Added lang.h to support multiple languages
            Mostly for socket.c right now
OCT 30 05:  Many Player stats added to dMobile
OCT 30 05:  New Command: score displays score
OCT 30 05:  New Imm Command: pset
            Sets target player's statistics.
            ONLY uses numbers
OCT 31 05:  New Generic Linked list API installed, used
            for players and sockets.