# HG changeset patch # User Richard M. Stallman # Date 1020992429 0 # Node ID fe53581ba55954c40c66748c032f2edead4f900f # Parent 7c87a236ef78df4901314a7f22ab9a27e62f9439 *** empty log message *** diff -r 7c87a236ef78 -r fe53581ba559 lisp/ChangeLog --- a/lisp/ChangeLog Fri May 10 01:00:07 2002 +0000 +++ b/lisp/ChangeLog Fri May 10 01:00:29 2002 +0000 @@ -1,3 +1,11 @@ +2002-05-09 Richard M. Stallman + + * progmodes/compile.el (compilation-error-regexp-alist): + New element to recognize Python error messages. + + * shell.el (shell-replace-by-expanded-directory): + If there's already a / at the end, don't add one. + 2002-05-09 Colin Walters * ibuffer.el (ibuffer-mode-map): Add :enable guards for @@ -22,7 +30,7 @@ `display-color-cells' unless the display class is one for which that info is relevant. -2002-05-07 Simon Josefsson +2002-05-09 Simon Josefsson * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from calling buffer. @@ -62,6 +70,8 @@ 2002-05-08 Richard M. Stallman + * diff.el (diff-regexp-alist): Doc fix. + * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads. 2002-05-08 Simon Marshall