Mercurial > emacs
comparison lisp/ChangeLog @ 41035:787bfba12bec
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 14 Nov 2001 02:49:26 +0000 |
parents | 32287cd29bca |
children | 82beb955d56b |
comparison
equal
deleted
inserted
replaced
41034:edd3baa8e385 | 41035:787bfba12bec |
---|---|
1 2001-11-13 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * mouse.el (mouse-drag-region): Don't run the up-event | |
4 handler if window start changed due to the down-mouse event. | |
5 | |
6 2001-11-13 Richard M. Stallman <rms@gnu.org> | |
7 | |
8 * mouse.el (mouse-show-mark): Either move point to the mark | |
9 or use highlighting, never both. | |
10 (mouse-buffer-menu): If WINDOW is a frame, select its selected window. | |
11 | |
12 2001-11-13 Simon Josefsson <jas@extundo.com> | |
13 | |
14 * mail/smtpmail.el: Cleanup previous patch, by "Stefan Monnier" | |
15 <monnier+gnu/emacs@RUM.cs.yale.edu>. | |
16 | |
17 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and | |
18 rfc2104. Require base64 and cl. | |
19 (smtpmail-smtp-service): Doc fix. :type fix. | |
20 (smtpmail-debug-info): Doc fix. | |
21 (smtpmail-debug-verb, smtpmail-auth-credentials) | |
22 (smtpmail-starttls-credentials, smtpmail-auth-supported): New | |
23 variables. | |
24 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require | |
25 mail-utils (it is autoloaded). | |
26 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key) | |
27 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd) | |
28 (smtpmail-find-credentials, smtpmail-intersection): New utility | |
29 functions. | |
30 (smtpmail-via-smtp): Support STARTTLS, if binary is installed. | |
31 (smtpmail-via-smtp): Support AUTH. | |
32 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB. | |
33 | |
34 2001-11-13 Richard M. Stallman <rms@gnu.org> | |
35 | |
36 * ebuff-menu.el (electric-buffer-update-highlight): New function. | |
37 (electric-buffer-overlay): New variable. | |
38 (electric-buffer-menu-looper): Call electric-buffer-update-highlight. | |
39 (electric-buffer-list): Likewise. | |
40 | |
1 2001-11-13 Per Starback <starback@ling.uu.se> | 41 2001-11-13 Per Starback <starback@ling.uu.se> |
2 | 42 |
3 * isearch.el (isearch-whitespace-chars): Doc fix. | 43 * isearch.el (isearch-whitespace-chars): Doc fix. |
4 (isearch-mode): Handle negative search-slow-window-lines correctly. | 44 (isearch-mode): Handle negative search-slow-window-lines correctly. |
5 | 45 |