aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-14 02:49:26 +0000
committerRichard M. Stallman2001-11-14 02:49:26 +0000
commit02beb9365dbd8f9e72ae49ee4a59d92da37110c4 (patch)
tree8b36673f4d3b8f9765255a3497ca6e4ad229848d /lisp/ChangeLog
parentf134ad18de16696c987a3173dd61926d208b1e1a (diff)
downloademacs-02beb9365dbd8f9e72ae49ee4a59d92da37110c4.tar.gz
emacs-02beb9365dbd8f9e72ae49ee4a59d92da37110c4.zip
(mouse-drag-region): Don't run the up-event
handler if window start changed due to the down-mouse event.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b9ae96a0d8e..e4f8b734dd2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,43 @@
12001-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
62001-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
122001-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
342001-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
12001-11-13 Per Starback <starback@ling.uu.se> 412001-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.