Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 110201:46435634bd67
pop3-set-process-query-on-exit-flag: New function that's an alias to set-process-query-on-exit-flag, or process-kill-without-query for XEmacs and old Emacsen.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 05 Sep 2010 04:01:41 +0000 |
parents | 8867a7812454 |
children | 6a6bf4529cad |
comparison
equal
deleted
inserted
replaced
110200:ca957835ff5a | 110201:46435634bd67 |
---|---|
1 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org> | |
2 | |
3 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an | |
4 alias to set-process-query-on-exit-flag or process-kill-without-query. | |
5 (pop3-open-server): Use it. | |
6 | |
1 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org> |
2 | 8 |
3 * mail-source.el (mail-source-delete-crash-box): Always move the crash | 9 * mail-source.el (mail-source-delete-crash-box): Always move the crash |
4 box to the Incoming file. Fixes mistake in previous checkin. | 10 box to the Incoming file. Fixes mistake in previous checkin. |
5 | 11 |