* Message entry using Kevin Roth's excellent cross-platform richtext
authorArt Cancro <ajc@citadel.org>
Mon, 31 May 2004 20:34:11 +0000 (20:34 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 31 May 2004 20:34:11 +0000 (20:34 +0000)
commit9ab34e20231984b8c321ca6d506379981e9ea942
tree3d2fce337285f4cf0ca25d70b43e5ee5d15f2ec2
parentca11c749d4612346979637067a46cef13a60f42b
* Message entry using Kevin Roth's excellent cross-platform richtext
  editing script.
37 files changed:
webcit/ChangeLog
webcit/README.txt
webcit/auth.c
webcit/messages.c
webcit/roomops.c
webcit/serv_func.c
webcit/static/bgcolor.gif [new file with mode: 0644]
webcit/static/blackdot.gif [new file with mode: 0644]
webcit/static/bold.gif [new file with mode: 0644]
webcit/static/centre.gif [new file with mode: 0644]
webcit/static/copy.gif [new file with mode: 0644]
webcit/static/cut.gif [new file with mode: 0644]
webcit/static/email.gif [new file with mode: 0644]
webcit/static/hr.gif [new file with mode: 0644]
webcit/static/hyperlink.gif [new file with mode: 0644]
webcit/static/image.gif [new file with mode: 0644]
webcit/static/indent.gif [new file with mode: 0644]
webcit/static/italic.gif [new file with mode: 0644]
webcit/static/justifyfull.gif [new file with mode: 0644]
webcit/static/left_just.gif [new file with mode: 0644]
webcit/static/list.gif [new file with mode: 0644]
webcit/static/numbered_list.gif [new file with mode: 0644]
webcit/static/outdent.gif [new file with mode: 0644]
webcit/static/palette.htm [new file with mode: 0644]
webcit/static/paste.gif [new file with mode: 0644]
webcit/static/redo.gif [new file with mode: 0644]
webcit/static/richtext.js [new file with mode: 0644]
webcit/static/richtext_compressed.js [new file with mode: 0644]
webcit/static/right_just.gif [new file with mode: 0644]
webcit/static/rte.css [new file with mode: 0644]
webcit/static/smiley.gif [new file with mode: 0644]
webcit/static/spellcheck.gif [new file with mode: 0644]
webcit/static/textcolor.gif [new file with mode: 0644]
webcit/static/underline.gif [new file with mode: 0644]
webcit/static/undo.gif [new file with mode: 0644]
webcit/webcit.c
webcit/webcit.h