Mercurial > emacs
comparison lisp/ChangeLog @ 41111:e1f0c52217a7
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 16 Nov 2001 04:48:03 +0000 |
parents | 1ea7e6e39018 |
children | 0108cbeed23d |
comparison
equal
deleted
inserted
replaced
41110:1ea7e6e39018 | 41111:e1f0c52217a7 |
---|---|
110 or use highlighting, never both. | 110 or use highlighting, never both. |
111 (mouse-buffer-menu): If WINDOW is a frame, select its selected window. | 111 (mouse-buffer-menu): If WINDOW is a frame, select its selected window. |
112 | 112 |
113 2001-11-13 Simon Josefsson <jas@extundo.com> | 113 2001-11-13 Simon Josefsson <jas@extundo.com> |
114 | 114 |
115 * mail/smtpmail.el: Cleanup previous patch. From "Stefan Monnier" | 115 * mail/smtpmail.el (top-level): Change maintainer to Simon |
116 <monnier+gnu/emacs@flint.cs.yale.edu>. | 116 Josefsson, cleanup the smtpmail.el header. |
117 | |
118 * mail/smtpmail.el (top-level): Don't require cl or base64. | |
119 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key) | |
120 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd): | |
121 Defsubst instead of defmacro. | |
122 (smtpmail-intersection): Return value in reverse order. | |
123 (smtpmail-open-stream): Use stringp instead of string-to-list. | |
124 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions, | |
125 separated from smtpmail-via-smtp. | |
117 | 126 |
118 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and | 127 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and |
119 rfc2104. Require base64 and cl. | 128 rfc2104. Require base64 and cl. |
120 (smtpmail-smtp-service): Doc fix. :type fix. | 129 (smtpmail-smtp-service): Doc fix. :type fix. |
121 (smtpmail-debug-info): Doc fix. | 130 (smtpmail-debug-info): Doc fix. |