+2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
+ a more conservative way.
+
2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
* gnus-sum.el (gnus-summary-exit): Move point after displaying the
`mm-dissect-multipart' and receive the from field as an (optional)
argument from `mm-dissect-multipart'.
(mm-dissect-multipart): Receive the from field as an argument and
- pass it on when we call `mm-dissect-buffer' on MIME parts. Fixes
- verification/decryption of signed/encrypted MIME parts.
+ pass it on when we call `mm-dissect-buffer' on MIME parts.
+ Fixes verification/decryption of signed/encrypted MIME parts.
2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
(set-buffer gnus-group-buffer)
(if quit-config
(gnus-handle-ephemeral-exit quit-config)
+ (goto-char group-point)
+ ;; If gnus-group-buffer is already displayed, make sure we also move
+ ;; the cursor in the window that displays it.
+ (let ((win (get-buffer-window (current-buffer) 0)))
+ (if win (set-window-point win (point))))
(unless leave-hidden
(gnus-configure-windows 'group 'force))
- ;; Move point after calling gnus-configure-windows to make sure it
- ;; moves the window's point as well.
- (goto-char group-point)
(unless (pos-visible-in-window-p)
(forward-line (/ (static-if (featurep 'xemacs)
(window-displayed-height)