diff options
| author | Stefan Monnier | 2001-11-15 12:59:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-15 12:59:54 +0000 |
| commit | 7f6e33e6093615a03a572eabc2251e522a6f24a4 (patch) | |
| tree | 2ee41c26284ab65b3a6b2d4c79b9bd339d21eda4 | |
| parent | 24db2c9ba615a20a48222dd4afa7437fc9d06c32 (diff) | |
| download | emacs-7f6e33e6093615a03a572eabc2251e522a6f24a4.tar.gz emacs-7f6e33e6093615a03a572eabc2251e522a6f24a4.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 36 |
1 files changed, 25 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f065f5bd77..b17cc6fae70 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,22 @@ | |||
| 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. |
| 4 | 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. | ||
| 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) |
| @@ -12,16 +27,16 @@ | |||
| 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 |
| @@ -40,7 +55,7 @@ | |||
| 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> |
| @@ -51,22 +66,21 @@ | |||
| 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. |