sunet/scheme
interp aa6e6aabfc ! Redesign of input-fields.
+ Split input-fields into two structures:
  + surflets/my-input-fields allows you to create your own input-fields.
    (complete with structure surflets/input-field-value)
  + surflets/surflet-input-fields are the proposals for input-fields
    from SUrflets. They support annotated input-fields where
    appropriate (select, radio, checkbox, hidden) and changing of attributes,
    e.g. default values. See test.scm for examples.
  The interface of the structure SURFLETS has only changed slightly
  concerning the input fields
  (make-higher-input-field --> make-multi-input-field should be the
  main change)
+ Adapt examples to new input-field interface
+ Note new structures in documentation.
2003-04-16 12:30:57 +00:00
..
ftpd Clear the THE-SESSION-REPLIES after writing a reply. 2003-03-21 10:42:37 +00:00
httpd ! Redesign of input-fields. 2003-04-16 12:30:57 +00:00
lib Fix broken call to map in lookup-optional-args. 2003-02-19 17:37:35 +00:00
xml Fixes for the reader. 2002-01-08 12:53:27 +00:00
packages.scm Added httpd-options-post-bind-thunk. 2003-02-20 17:52:27 +00:00