Update versions of cgi.el and httpd.el from 3.03 prerelease
commit236ef21c4515f8b178c174a5a9d05b6216b1226b
authorMichael Olson <mwolson@gnu.org>
Wed, 11 Oct 2006 01:32:12 +0000 (11 01:32 +0000)
committerMichael Olson <mwolson@gnu.org>
Wed, 11 Oct 2006 01:32:12 +0000 (11 01:32 +0000)
treeacd032343c21df576a4d207dcaba9580bed639c5
parent53868e7db2ff12fd6276b47522e5775370760cf2
Update versions of cgi.el and httpd.el from 3.03 prerelease

* contrib/cgi.el: Fix a compiler warning introduced by sample calendar
  code.  Make this not depend on 'cl at runtime.
  (cgi-position): New function that implements a simple replacement for
  the position function found in cl-seq.el.
  (cgi-decode): Use `cgi-position' instead of `position' and `substring'
  instead of `subseq'.
  (cgi-calendar-string, cgi-calendar): Re-add these, since
  they are mentioned in the documentation.

* contrib/httpd.el (httpd-start): Update this to work with newer versions
  of Emacs.

* debian/changelog: Make the necessary changes to close #357949.
git-archimport-id: mwolson@gnu.org--2005/muse--rel--3.02--patch-64
ChangeLog
contrib/Makefile [new file with mode: 0644]
contrib/cgi.el
contrib/httpd.el
debian/changelog