mit-scheme.git
2000-05-18 Chris HansonAdditional round of debugging and expansion. This...
2000-05-18 Chris HansonFix thinko.
2000-05-18 Chris HansonChange message-deletion commands to take a repeat argument.
2000-05-18 Chris HansonResults of first round of serious debugging. The summa...
2000-05-18 Chris HansonFix a few bugs from the recent changes.
2000-05-18 Chris HansonExtensive work. First draft of code that uses new...
2000-05-18 Chris HansonAdd folder event to signal selection of a message in...
2000-05-18 Chris HansonChange the way folder modification events are signalled...
2000-05-17 Chris HansonFirst cut at implementation of summary buffers.
2000-05-17 Chris HansonDefine special buffer properties so that SELECTED-FOLDE...
2000-05-17 Chris HansonImplement MESSAGE-TIME.
2000-05-17 Chris HansonDefine special buffer properties so that SELECTED-FOLDE...
2000-05-17 Chris HansonAdd PROPERTIES slot to all core objects, for use exclus...
2000-05-17 Chris HansonSeveral changes that make IMAIL come up much faster...
2000-05-17 Chris HansonFix typo.
2000-05-17 Chris HansonEliminate compiler warning.
2000-05-17 Chris HansonEliminate code to read RMAIL inbox.
2000-05-17 Chris HansonImplement M-x imail-get-new-mail.
2000-05-17 Chris HansonImplement M-x imail-get-new-mail.
2000-05-17 Chris HansonImplement PROBE-FOLDER.
2000-05-17 Chris HansonSet buffer default directory to something sensible.
2000-05-17 Chris HansonGenerate predicate for file folders.
2000-05-17 Chris HansonChange definition of imail-kept-headers so that it...
2000-05-17 Chris HansonSet buffer not modified bit.
2000-05-17 Chris HansonChange FIRST-UNSEEN-MESSAGE to return #F if there are...
2000-05-17 Chris HansonChange FIRST-UNSEEN-MESSAGE to return #F if there are...
2000-05-17 Chris HansonNote regarding generation of status messages during...
2000-05-17 Chris HansonFix bug: expunging of IMAP messages wasn't renumbering...
2000-05-17 Chris HansonChange method used to fetch message contents so that...
2000-05-17 Chris HansonImplement MESSAGE-ATTACHED? and MESSAGE-DETACHED?,...
2000-05-17 Chris HansonEliminate COPY-MESSAGE, which no longer worked.
2000-05-17 Chris HansonFix bug: SELECTED-MESSAGE must not choose another messa...
2000-05-17 Chris HansonFix two bugs associated with expunging of messages...
2000-05-16 Chris HansonReimplement growing and shrinking of messages vector.
2000-05-16 Chris HansonSet imail buffer directory to home directory for IMAP...
2000-05-16 Chris HansonFix infinite recursion.
2000-05-16 Chris HansonFix compilation errors.
2000-05-16 Chris HansonGeneralize STRING->LINES and LINES->STRING.
2000-05-16 Chris HansonDo network/scheme line-ending translation automatically...
2000-05-16 Chris HansonFix bug: M-x vc-version-other-window must default the...
2000-05-16 Chris HansonDefine SET-STRING-MAXIMUM-LENGTH!.
2000-05-16 Chris HansonImplement MESSAGE-INTERNAL-TIME.
2000-05-16 Chris HansonChange INTERNALDATE FETCH response to return the time...
2000-05-16 Chris HansonSignal "unimplemented" error if AVAILABLE-FOLDER-NAMES...
2000-05-16 Chris HansonImplement IMAP SEARCH-FOLDER operation.
2000-05-16 Chris HansonImplement all of the IMAP server operations except for
2000-05-16 Chris HansonChange implementation of IMAP URLs so that they are...
2000-05-16 Chris HansonRewrite IMAP URL parser to eliminate unused authenticat...
2000-05-15 Chris HansonRename NEW-FOLDER to CREATE-FOLDER, and change definiti...
2000-05-15 Chris HansonEliminate MOVE-FOLDER in favor of more-restricted RENAM...
2000-05-15 Chris HansonEliminate COPY-FOLDER.
2000-05-15 Chris HansonEliminate message properties.
2000-05-15 Chris HansonEliminate message properties.
2000-05-15 Chris HansonAdd code to extract timestamp from unix from line.
2000-05-15 Chris HansonAdd ability to specify the time zone in which a ctime...
2000-05-15 Chris HansonAdd ability to specify the time zone in which a ctime...
2000-05-15 Chris HansonUse runtime system's built-in support for ISO C ctime...
2000-05-15 Chris HansonAdd support for parsing "Received" headers. Break...
2000-05-15 Chris HansonAllow arbitrary whitespace in passed-in time strings.
2000-05-15 Chris HansonChanges to clarify IMAP COPY operation. Suggest using...
2000-05-15 Chris HansonFix typo in comment.
2000-05-14 Chris HansonAdd note about need to move compressed-file I/O to...
2000-05-14 Chris HansonEliminate usage of FALSE and TRUE.
2000-05-14 Chris HansonDon't store subprocesses in a simple list -- use a...
2000-05-12 Chris HansonDon't show special mode-line string if selected message...
2000-05-12 Chris HansonChange APPEND-MESSAGE to accept arguments (MESSAGE...
2000-05-12 Chris HansonEliminate unused parts of IMAP URL.
2000-05-12 Chris HansonReplace FOLDER-PRESENTATION-NAME with URL-PRESENTATION...
2000-05-11 Chris HansonReorganize into major sections. Add several more items.
2000-05-11 Chris HansonReorder items into rough prioritization.
2000-05-11 Chris HansonAdd more suggestions.
2000-05-11 Chris HansonMove to-do notes to new file "todo.txt".
2000-05-10 Chris HansonAdd code to do NOOP after FETCH if the desired results...
2000-05-10 Chris HansonFix overlong page.
2000-05-10 Chris HansonAdd memoization for user's password. Password is store...
2000-05-10 Chris HansonCompletely discard folder when imail buffer is killed.
2000-05-10 Chris HansonImplement DISCARD-FOLDER-CACHE for file folders.
2000-05-10 Chris HansonFix off-by-one error.
2000-05-10 Chris HansonFix bug: URLs weren't being properly memoized when...
2000-05-10 Chris HansonFix bug: URLs weren't being properly memoized when...
2000-05-10 Chris HansonAdd trace facility to allow watching the messages passi...
2000-05-10 Chris HansonDon't set message flags unless they have changed.
2000-05-08 Chris HansonIn SET-IMAP-FOLDER-LENGTH!, when there are no messages...
2000-05-08 Chris HansonExtensive rewrite so that folders can be reopened....
2000-05-08 Chris HansonFix typo.
2000-05-08 Chris HansonFix typo in previous change.
2000-05-08 Chris HansonFix thinko.
2000-05-08 Chris HansonEliminate MAKE-ATTACHED-MESSAGE.
2000-05-08 Chris HansonEliminate ATTACH-MESSAGE. Change ATTACH-MESSAGE! to...
2000-05-08 Chris HansonFix pagination.
2000-05-08 Chris HansonATTACH-MESSAGE! must clear the message index.
2000-05-08 Chris HansonRename DETACH-MESSAGE to DETACH-MESSAGE!.
2000-05-08 Chris HansonDefine ATTACH-MESSAGE!.
2000-05-08 Chris HansonUse new command-suffix mechanism to delay mode-line...
2000-05-08 Chris HansonChange command-suffix mechanism to allow suffixes to...
2000-05-08 Chris HansonAdd ability to specify "command suffixes" -- thunks...
2000-05-08 Chris HansonChange handling of SELECTED-MESSAGE to ignore message...
2000-05-08 Chris HansonChange handling of FIRST-UNSEEN-MESSAGE; ignore IMAP...
2000-05-08 Chris HansonDefine IMAP:RESPONSE:FETCH-ATTRIBUTE-KEYWORDS.
2000-05-08 Chris HansonRework handling of FETCH commands: any attributes that...
next