# HG changeset patch # User Stefan Monnier # Date 989620984 0 # Node ID dbba241a13bbae26ce271969587ce811543d5fea # Parent d85fcac9a91dc1962216d034474f8458f5d885bf *** empty log message *** diff -r d85fcac9a91d -r dbba241a13bb lisp/ChangeLog --- a/lisp/ChangeLog Fri May 11 22:24:40 2001 +0000 +++ b/lisp/ChangeLog Fri May 11 22:43:04 2001 +0000 @@ -1,11 +1,18 @@ +2001-05-11 Stefan Monnier + + * gud.el (gud-jdb-build-source-files-list): Fix paren typo. + + * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'. + + * files.el (auto-mode-alist): Add *.perl and fix the *. case. + 2001-05-11 Gerd Moellmann * startup.el (command-line): If parameters have been changed in the init files which influence font selection, clear the face cache so that faces get realized with the new parameters. - * Makefile.in (compile-files): Redirect output of chmod to - /dev/null. + * Makefile.in (compile-files): Redirect output of chmod to /dev/null. 2001-05-10 Stefan Monnier