# HG changeset patch # User Gerd Moellmann # Date 989321124 0 # Node ID 509643403c94b054125eddb801bfac2651960629 # Parent ceb79feb93aac8027f815d2fa007383ca3075888 *** empty log message *** diff -r ceb79feb93aa -r 509643403c94 lib-src/ChangeLog --- a/lib-src/ChangeLog Tue May 08 11:25:01 2001 +0000 +++ b/lib-src/ChangeLog Tue May 08 11:25:24 2001 +0000 @@ -1,3 +1,8 @@ +2001-05-08 Gerd Moellmann + + * ebrowse.c (enter_namespace): Fix reallocation of + namespace_stack. + 2001-05-03 Gerd Moellmann * ebrowse.c (globals): Fix handling of namespace aliases. diff -r ceb79feb93aa -r 509643403c94 lisp/ChangeLog --- a/lisp/ChangeLog Tue May 08 11:25:01 2001 +0000 +++ b/lisp/ChangeLog Tue May 08 11:25:24 2001 +0000 @@ -1,3 +1,71 @@ +2001-05-07 MORIOKA Tomohiko + + The following changes are to provide infrastructure for handling + MIME messages to rmail. They don't affect the original behaviour + if rmail-enable-mime is nil. + + * mail/rmail.el (rmail-insert-mime-forwarded-message-function) + (rmail-search-mime-message-function) + (rmail-search-mime-header-function): New variables. + (rmail-expunge-and-save): Be sure to set-buffer to the Rmail + buffer. + (rmail-quit): Bury `rmail-buffer' after `rmail-view-buffer' is + hidden. + (rmail-get-new-mail): Likewise. + (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil, + call rmai-show-mime-function. + (rmail-display-labels): If rmail-enable-mime is non-nil, update + mode-line-process of rmail-view-buffer. + (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer. + (rmail-show-message): Be sure to call rmail-auto-file in the Rmail + buffer. + (rmail-next-message): Be sure to set-buffer to the Rmail buffer. + (rmail-next-undeleted-message): Likewise. + (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call + rmail-search-mime-header-function. + (rmail-search-message): New function. + (rmail-search): Call rmail-search-message to check if a message + matches REGEXP, lastly update point after calling + rmail-show-message. + (rmail-undelete-previous-message): Be sure to set-buffer to the + Rmail buffer. + (rmail-expunge-confirmed): Likewise. + (rmail-only-expunge): Likewise. + (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to + header region, refer to rmail-msgref-vector while setting the + current buffer to rmail-buffer temporarily. + (rmail-forward): Be sure to bind forward-buffer to the Rmail + buffer. If rmail-enable-mime is non-nil, call + rmail-insert-mime-forwarded-message-function instead of inserting + forwarded message by itself. + + * mail/rmailkwd.el (rmail-read-label): Be sure to work in the + Rmail buffer. + (rmail-set-label, rmail-next-labeled-message): Likewise. + + * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to + set-buffer to the Rmail buffer. + (rmail-output-to-rmail-file): Likewise. + (rmail-output): Likewise. + + * mail/rmailsum.el (rmail-message-subject-p): Process the result + of mail-fetch-field by rmail-summary-line-decoder. + (rmail-new-summary): Be sure to go to the Rmail buffer. If + rmail-enable-mime is non-nil, set rmail-summary-buffer of + rmail-view-buffer to nil. + (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to + rmail-view-buffer. + (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not + rmail-buffer. + (rmail-summary-scroll-msg-down): Likewise. + (rmail-summary-beginning-of-message): Likewise. + (rmail-summary-wipe): Likewise. + (rmail-summary-toggle-header): Use save-window-excursion, not + save-excursion. Update point in rmail-view-buffer, not in + rmail-buffer. + (rmail-summary-reply): Before calling rmail-reply, set buffer to + rmail-view-buffer, not rmail-buffer. + 2001-05-07 Gerd Moellmann * cus-edit.el (custom-file): Signal an error if user-init-file is