* Discovered that Prototype makes it easy to auto-refresh, so I switched
authorArt Cancro <ajc@citadel.org>
Sun, 18 Sep 2005 16:00:15 +0000 (16:00 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 18 Sep 2005 16:00:15 +0000 (16:00 +0000)
commitdfa90f81f16fb3ebb119228d04d76b92dfb8db8c
tree48824677c3ce99d12a086ab9a9932894cf931a9b
parent523c1b0f7a3002c6aaa3eb833b55eb0cf07674ff
* Discovered that Prototype makes it easy to auto-refresh, so I switched
  the wholist and summary refresh code to use that API instead of doing it
  myself.
* Switched all HTTP/1.0 HTTP/1.1.  I don't know if this is going to break
  anything (it shouldn't -- I'm not knowingly depending upon any features
  of HTTP/1.0), but it *fixes* the problem of Internet Exploder caching
  pages even when it's told not to.
webcit/ChangeLog
webcit/calendar.c
webcit/context_loop.c
webcit/groupdav_propfind.c
webcit/rss.c
webcit/summary.c
webcit/webcit.c
webcit/who.c