changeset 37697:dbba241a13bb

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 May 2001 22:43:04 +0000
parents d85fcac9a91d
children e97aa7dfaf5c
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@cs.yale.edu>
+
+	* 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 *.<rev> case.
+
 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
 
 	* 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  <monnier@cs.yale.edu>