mit-scheme.git
2000-06-08 Chris HansonAdd hook to allow custom hook to run when yanking origi...
2000-06-08 Chris HansonFix typo in previous change.
2000-06-08 Chris HansonMove RFC-822 support to Edwin proper.
2000-06-08 Chris HansonImport RFC-822 support from IMAIL.
2000-06-08 Chris HansonImport RFC-822 support from IMAIL.
2000-06-08 Chris HansonShow alternative forms as attachments in MIME multipart...
2000-06-08 Chris HansonMove MIME codecs from IMAIL into the runtime system.
2000-06-08 Chris HansonMove MIME codecs from IMAIL into the runtime system.
2000-06-08 Chris HansonMove MIME codecs from IMAIL into the runtime system.
2000-06-08 Chris HansonRestrict set of recognized character sets to US-ASCII...
2000-06-08 Chris HansonRestrict set of recognized character sets to US-ASCII...
2000-06-08 Chris HansonChange key binding of imail-copy-folder to C to be...
2000-06-08 Chris HansonFix documentation for M-x imail-rename-folder.
2000-06-08 Chris HansonImplement M-x imail-rename-folder.
2000-06-08 Chris HansonFix compiler warning.
2000-06-08 Chris HansonRewrite to use new MIME codecs. Merge two auto-wrap...
2000-06-08 Chris HansonRewrite the quoted-printable decoder, again. This...
2000-06-07 Chris HansonComplete redesign of the MIME codecs. This design...
2000-06-07 Chris HansonNotes re incorrect selection by M-x imail-get-new-mail.
2000-06-07 Chris HansonVarious notes regarding handling of MIME type and encoding.
2000-06-07 Chris HansonFix another place still using the old newline convention.
2000-06-05 Chris HansonUndo previous change. This was being handled elsewhere...
2000-06-05 Chris HansonGenerate message "No changes to save." from SAVE-FOLDER...
2000-06-05 Chris HansonRename the procedures that form the UI callback interfa...
2000-06-05 Chris HansonWhen auto-wrap enabled, wrap at right margin rather...
2000-06-05 Chris HansonUnify handling of body cache. Add editor variable...
2000-06-05 Chris HansonReplace imail-toggle-headers with imail-toggle-message...
2000-06-05 Chris HansonUpdate imail-mode help.
2000-06-05 Chris HansonMake help buffers read-only.
2000-06-05 Chris HansonFix bug: a couple of places explicitly referenced the...
2000-06-05 Chris HansonWhen reading entire body of MIME message, use MESSAGE...
2000-06-05 Chris HansonFix bug: When message was selected in IMAIL and deleted...
2000-06-05 Chris HansonChange interface to MESSAGE-MIME-BODY-PART to specify...
2000-06-05 Chris HansonFix thinko from last change.
2000-06-05 Chris HansonStore bodystructure in IMAP message in converted form...
2000-06-05 Chris HansonChange attachment tag to show length of attachment.
2000-06-05 Chris HansonAdd cache for MIME body parts.
2000-06-05 Chris HansonSave server capabilities for later reference.
2000-06-05 Chris HansonMap all IMAP system flags to names without leading...
2000-06-05 Chris HansonAdd some new items.
2000-06-05 Chris HansonFix bug: don't signal error if attachment lacks a filen...
2000-06-03 Chris HansonFix bug: STATUS command returns a response! (Duh)
2000-06-03 Chris HansonWhen saving attachment, check to see if file exists...
2000-06-03 Chris HansonChange decoders to decode to a port rather than to...
2000-06-03 Chris HansonImplement mechanism to save MIME attachments. Reorgani...
2000-06-02 Chris HansonAdd workaround for broken Netscape mailer.
2000-06-02 Chris HansonChange MIME bodystructure objects to have properties.
2000-06-02 Chris HansonTweak attachment syntax slightly.
2000-06-02 Chris HansonEliminate usage of MARK-PERMANENT!.
2000-06-02 Chris HansonIdeas about MIME stuff.
2000-06-02 Chris HansonFix bug in how message/rfc822 entities were presented...
2000-06-02 Chris HansonFix bug: MIME disposition wasn't being converted to...
2000-06-02 Chris HansonAdd MIME-BODY-PARAMETER.
2000-06-02 Chris HansonUpdate to reflect new organization.
2000-06-02 Chris HansonRemove two suggestions prompted by Julie's problems...
2000-06-02 Chris HansonShow "text/plain" entities regardless of character...
2000-06-02 Chris HansonPrint out <MIME-BODY> instances in more intelligible...
2000-06-02 Chris HansonMove Edwin variable exports back to "imail.pkg". Add...
2000-06-02 Chris HansonRefine the auto-wrap feature to have separate controlli...
2000-06-02 Chris HansonImplement URL-EXISTS? for IMAP folders.
2000-06-02 Chris HansonAdd automatic wrapping of long lines in decoded MIME...
2000-06-02 Chris HansonShow progress when reading MIME body parts.
2000-06-02 Chris HansonChange AUTO-FILL-BREAK so that it accepts a mark as...
2000-06-01 Chris HansonInitial cut at MIME decoding support.
2000-06-01 Chris HansonGeneralize MESSAGE-MIME-BODY-PART to allow passing...
2000-06-01 Chris HansonLoad "mime-codec" after "imail-util" due to load-time...
2000-06-01 Chris HansonSignal an error if unable to parse BODY section in...
2000-06-01 Chris HansonFix two bugs in LIST-PARSER.
2000-06-01 Chris HansonStore MIME multipart components in a list rather than...
2000-06-01 Chris HansonWhen decoding BASE64 text strings, must return two...
2000-06-01 Chris HansonImplement MESSAGE-MIME-BODY-PART.
2000-06-01 Chris HansonImplement IMAP:RESPONSE:FETCH-BODY-PART.
2000-06-01 Chris HansonFix compiler warnings.
2000-06-01 Chris HansonAdd "mime-codec" to package.
2000-06-01 Chris HansonAdd newline translation to BASE64 decoder for case...
2000-06-01 Chris HansonAdd generic interface to access MIME BODYSTRUCTURE...
2000-06-01 Chris HansonFix two bugs in syntax.
2000-06-01 Chris HansonRemoving files no longer in use.
2000-05-31 Chris HansonCopy entire contents of directory to installation point...
2000-05-31 Chris HansonFix typo.
2000-05-30 Chris HansonWhen showing progress meter, don't show percentage...
2000-05-30 Chris HansonUse STRING->HEADER-FIELDS.
2000-05-30 Chris HansonFix bug: STRING->LINES must not return an empty list.
2000-05-30 Chris HansonChange M-x imail-input, M-x imail, and M-x imail-get...
2000-05-30 Chris HansonFix typo in DECODE-QP-HEX-OCTET.
2000-05-30 Chris HansonNeed command to move to first unseen message in folder.
2000-05-30 Chris HansonRewrite READ-LITERAL with two aims: (1) to make the...
2000-05-30 Chris HansonGET-OUTPUT-FROM-ACCUMULATOR should return the internal...
2000-05-29 Chris HansonFix typo.
2000-05-29 Chris HansonPull transcript handling from READ-LITERAL to new
2000-05-28 Chris HansonTweak conditions under which literal progress hook...
2000-05-28 Chris HansonModularize line-ending translator.
2000-05-28 Chris HansonDisambiguate the "section" form of the BODY response...
2000-05-28 Chris HansonDon't remove IMAP connections from the memoized list...
2000-05-27 Chris HansonFix minor bug in description of FETCH BODY responses.
2000-05-27 Chris HansonImplement BASE64 decoder.
2000-05-27 Chris HansonImplement SKIP-LWSP-BACKWARDS.
2000-05-26 Chris HansonOnly install required files.
2000-05-26 Chris HansonSet truncate-lines to #t in buffer that pops up to...
2000-05-26 Chris HansonInitial registration.
next