comparison lisp/ChangeLog @ 41079:a37274a315b3

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 15 Nov 2001 12:59:54 +0000
parents 95225501127c
children f7b5ea29283e
comparison
equal deleted inserted replaced
41078:ee1eae2c0dbe 41079:a37274a315b3
1 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
2
3 * server.el (server-process-filter): Run pore/post-comment-hook
4 before/after visiting the file.
5
6 * info-look.el (makefile-mode): Add info for automake.
7 (autoconf-mode): Fix the name of the index for automake.
8
9 * international/latin-9.el: Give pilcrow punctuation syntax.
10
1 2001-11-15 Andre Spiegel <spiegel@gnu.org> 11 2001-11-15 Andre Spiegel <spiegel@gnu.org>
2 12
3 * vc.el: Documentation fixes. 13 * vc.el: Documentation fixes.
14
15 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
16
17 * smerge-mode.el (smerge-match-conflict): Fix typo.
18 (smerge-diff): Be careful to read match-data early enough.
4 19
5 2001-11-14 Colin Walters <walters@verbum.org> 20 2001-11-14 Colin Walters <walters@verbum.org>
6 21
7 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify) 22 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
8 (calcFunc-subst): Use `defalias' instead of `fset' and 23 (calcFunc-subst): Use `defalias' instead of `fset' and
10 25
11 * calc/calc-arith.el (calcFunc-abs, calcFunc-float) 26 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
12 (calcFunc-ceil, calcFunc-round): Ditto. 27 (calcFunc-ceil, calcFunc-round): Ditto.
13 28
14 * calc/calc-bin.el (calcFunc-clip): Ditto. 29 * calc/calc-bin.el (calcFunc-clip): Ditto.
15 30
16 * calc/calc-ext.el (calcFunc-evalv): Ditto. 31 * calc/calc-ext.el (calcFunc-evalv): Ditto.
17 32
18 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto. 33 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
19 34
20 * calc/calc-misc.el (math-fixnump, math-fixnatnump) 35 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
21 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto. 36 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
22 37
23 * calc/calc-units.el (calcFunc-unsimplify): Ditto. 38 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
24 39
25 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el 40 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
26 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el 41 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
27 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el 42 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
28 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el 43 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
29 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el 44 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
38 53
39 * README: Update maintainer. 54 * README: Update maintainer.
40 55
41 2001-11-13 Gerd Moellmann <gerd@gnu.org> 56 2001-11-13 Gerd Moellmann <gerd@gnu.org>
42 57
43 * mouse.el (mouse-drag-region): Don't run the up-event 58 * mouse.el (mouse-drag-region): Don't run the up-event
44 handler if window start changed due to the down-mouse event. 59 handler if window start changed due to the down-mouse event.
45 60
46 2001-11-13 Richard M. Stallman <rms@gnu.org> 61 2001-11-13 Richard M. Stallman <rms@gnu.org>
47 62
48 * mouse.el (mouse-show-mark): Either move point to the mark 63 * mouse.el (mouse-show-mark): Either move point to the mark
49 or use highlighting, never both. 64 or use highlighting, never both.
50 (mouse-buffer-menu): If WINDOW is a frame, select its selected window. 65 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
51 66
52 2001-11-13 Simon Josefsson <jas@extundo.com> 67 2001-11-13 Simon Josefsson <jas@extundo.com>
53 68
54 * mail/smtpmail.el: Cleanup previous patch, by "Stefan Monnier" 69 * mail/smtpmail.el: Cleanup previous patch. From "Stefan Monnier"
55 <monnier+gnu/emacs@RUM.cs.yale.edu>. 70 <monnier+gnu/emacs@flint.cs.yale.edu>.
56 71
57 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and 72 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
58 rfc2104. Require base64 and cl. 73 rfc2104. Require base64 and cl.
59 (smtpmail-smtp-service): Doc fix. :type fix. 74 (smtpmail-smtp-service): Doc fix. :type fix.
60 (smtpmail-debug-info): Doc fix. 75 (smtpmail-debug-info): Doc fix.
61 (smtpmail-debug-verb, smtpmail-auth-credentials) 76 (smtpmail-debug-verb, smtpmail-auth-credentials)
62 (smtpmail-starttls-credentials, smtpmail-auth-supported): New 77 (smtpmail-starttls-credentials, smtpmail-auth-supported):
63 variables. 78 New variables.
64 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require 79 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
65 mail-utils (it is autoloaded). 80 mail-utils (it is autoloaded).
66 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key) 81 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
67 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd) 82 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
68 (smtpmail-find-credentials, smtpmail-intersection): New utility 83 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
69 functions.
70 (smtpmail-via-smtp): Support STARTTLS, if binary is installed. 84 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
71 (smtpmail-via-smtp): Support AUTH. 85 (smtpmail-via-smtp): Support AUTH.
72 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB. 86 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
73 87
74 2001-11-13 Richard M. Stallman <rms@gnu.org> 88 2001-11-13 Richard M. Stallman <rms@gnu.org>