Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4e90f2b9
Commit
4e90f2b9
authored
Mar 01, 2005
by
Stefan Monnier
Browse files
(gnus-summary-exit): Undo last change and fix it in a more conservative way.
parent
70d9a9cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+7
-2
lisp/gnus/gnus-sum.el
lisp/gnus/gnus-sum.el
+6
-4
No files found.
lisp/gnus/ChangeLog
View file @
4e90f2b9
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-27 Arne J,Ax(Brgensen <arne@arnested.dk>
* mm-decode.el (mm-dissect-buffer): Pass the from field on to
`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-26 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lisp/gnus/gnus-sum.el
View file @
4e90f2b9
...
...
@@ -6680,11 +6680,13 @@ If FORCE (the prefix), also save the .newsrc file(s)."
(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))
(gnus-configure-windows 'group 'force)))
;; Clear the current group name.
(unless quit-config
(setq gnus-newsgroup-name nil)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment