Patches submitted by matt:
authorArt Cancro <ajc@citadel.org>
Sun, 22 Oct 2006 05:15:36 +0000 (05:15 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 22 Oct 2006 05:15:36 +0000 (05:15 +0000)
commit30cff7427b406571a0edf1c342573c0844f387f1
tree63cb9316241ee229ac9073e14ab9f0e79d9ed307
parenta57676f1f8762b59b730b91a139d2a6dd3c68ba8
Patches submitted by matt:

 Added:
 ** .RC .RS       Read configuration, Read system info (citadel.c)
 ** .> .< .+ .-   Same as <>+- But skips instead. (citadel.c)

 Fixed:
 ** .Z not displaying zapped rooms. (rooms.c)
 ** U .U Ungoto wasn't restoring the # of last read in rooms in which the last
 message read was zero (rooms visited for the first time). The work-around I
 chose was to set it to 1 instead of 0 in these cases.    (rooms.c)
 ** .aide edituser() spaces in front of 'Permission to send internet mail'
 (routines.c)
 ** .rb? list_bio() segfaults if no users have a bio (routines2.c)
citadel/citadel.c
citadel/citadel.rc
citadel/help/summary
citadel/messages/readopt
citadel/rooms.c
citadel/routines.c
citadel/routines2.c