comparison lisp/ChangeLog @ 45216:fe53581ba559

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 May 2002 01:00:29 +0000
parents 38bd4b6ca75e
children a7b0e54f67d2
comparison
equal deleted inserted replaced
45215:7c87a236ef78 45216:fe53581ba559
1 2002-05-09 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/compile.el (compilation-error-regexp-alist):
4 New element to recognize Python error messages.
5
6 * shell.el (shell-replace-by-expanded-directory):
7 If there's already a / at the end, don't add one.
8
1 2002-05-09 Colin Walters <walters@verbum.org> 9 2002-05-09 Colin Walters <walters@verbum.org>
2 10
3 * ibuffer.el (ibuffer-mode-map): Add :enable guards for 11 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
4 `ibuffer-filter-disable', `ibuffer-pop-filter', 12 `ibuffer-filter-disable', `ibuffer-pop-filter',
5 `ibuffer-or-filter', `ibuffer-negate-filter', 13 `ibuffer-or-filter', `ibuffer-negate-filter',
20 28
21 * facemenu.el (list-colors-display): Don't use 29 * facemenu.el (list-colors-display): Don't use
22 `display-color-cells' unless the display class is one for which 30 `display-color-cells' unless the display class is one for which
23 that info is relevant. 31 that info is relevant.
24 32
25 2002-05-07 Simon Josefsson <jas@extundo.com> 33 2002-05-09 Simon Josefsson <jas@extundo.com>
26 34
27 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from 35 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
28 calling buffer. 36 calling buffer.
29 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not 37 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
30 have the patch). 38 have the patch).
59 to flyspell overlays. 67 to flyspell overlays.
60 68
61 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name. 69 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
62 70
63 2002-05-08 Richard M. Stallman <rms@gnu.org> 71 2002-05-08 Richard M. Stallman <rms@gnu.org>
72
73 * diff.el (diff-regexp-alist): Doc fix.
64 74
65 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads. 75 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
66 76
67 2002-05-08 Simon Marshall <simon@gnu.org> 77 2002-05-08 Simon Marshall <simon@gnu.org>
68 78