log lisp/gnus/pop3.el @ 112453:06719a229a46 default tip

age author description
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Sat, 27 Nov 2010 15:04:57 -0500 Chong Yidong Merge changes from emacs-23 branch
Fri, 19 Nov 2010 11:25:09 -0500 Chong Yidong * pop3.el (pop3-open-server): Read server greeting before starting TLS negotiation.
Sun, 03 Oct 2010 15:54:31 -0400 Chong Yidong Avoid using plusp; cl may not be loaded.
Thu, 30 Sep 2010 08:39:23 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Wed, 22 Sep 2010 06:01:22 +0000 Katsumi Yamaoka Remove Emacs 21 stuff.
Sat, 18 Sep 2010 10:21:30 +0000 Katsumi Yamaoka Fix previous merge from Gnus trunk.
Sat, 18 Sep 2010 10:02:19 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Fri, 17 Sep 2010 16:22:06 +0200 Stefan Monnier Silence byte-compiler
Fri, 17 Sep 2010 06:46:54 +0000 Katsumi Yamaoka pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output instead of nnheader-accept-process-output.
Fri, 10 Sep 2010 00:08:31 +0000 Katsumi Yamaoka Remove pop3-movemail and rename pop3-streaming-movemail to pop3-movemail.
Mon, 06 Sep 2010 02:09:42 +0000 Katsumi Yamaoka pop3.el (pop3-number-of-responses): Search for "+OK", not "+OK ".
Sun, 05 Sep 2010 23:34:30 +0000 Katsumi Yamaoka pop3.el (pop3-streaming-movemail): Return t for success; imap.el (imap-log): New convenience function used throughout instead of repeating the same code all over the place.
Sun, 05 Sep 2010 04:01:41 +0000 Katsumi Yamaoka 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.