mit-scheme.git
2000-05-19 Chris HansonVarious new ideas.
2000-05-19 Chris HansonEliminate "edited" flag.
2000-05-19 Chris HansonNotes regarding presentation of standard flags in the...
2000-05-19 Chris HansonNote bug with navigating partial summary buffers. ...
2000-05-19 Chris HansonA number of usability improvements.
2000-05-19 Chris HansonFix bug: SEARCH-FOLDER is supposed to return indices...
2000-05-19 Chris HansonFix bug: IMAP SEARCH response is allowed to be empty...
2000-05-19 Chris HansonNote regarding suboptimal password caching.
2000-05-19 Chris HansonRedesign handling of IMAP connections so that there...
2000-05-19 Chris HansonImplement MESSAGE->STRING.
2000-05-19 Chris HansonFix bug: READ-PFLAG was only reading flags that started...
2000-05-19 Chris HansonReimplement low-level IMAP tracing code to be a complet...
2000-05-19 Chris HansonReimplement low-level IMAP tracing code to be a complet...
2000-05-18 Chris HansonImplement commands to create and delete folders. Put...
2000-05-18 Chris HansonFlesh out the help text for IMAIL Summary mode. Tweak...
2000-05-18 Chris HansonAdd header line to summary buffer to indicate each...
2000-05-18 Chris HansonAdd indication of message's length to summary buffer.
2000-05-18 Chris HansonImplement MESSAGE-LENGTH.
2000-05-18 Chris HansonAdd progress meter when reading very long message bodies.
2000-05-18 Chris HansonAdd hook for progress indicator to code that reads...
2000-05-18 Chris HansonChange background NOOP idea from bug fix to feature.
2000-05-18 Chris HansonNeed commands to create, delete, and rename folders.
2000-05-18 Chris HansonSummary browser now done. Need progress meter for...
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.
next