# HG changeset patch # User Juanma Barranquero # Date 1035790233 0 # Node ID f3899bd87ab72bfbfc5e3c2b261bdb846b4ac910 # Parent c27fdc87095294633cf1139a2e61af7a6acbc17f *** empty log message *** diff -r c27fdc870952 -r f3899bd87ab7 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 28 07:29:35 2002 +0000 +++ b/lisp/ChangeLog Mon Oct 28 07:30:33 2002 +0000 @@ -1,7 +1,12 @@ +2002-10-28 Juanma Barranquero + + * progmodes/compile.el (grep-find-use-xargs): Fix docstring. Patch from + Matt Swift . + 2002-10-27 Michael Kifer - + * ediff-wind.el (ediff-control-frame-parameters): added scrollbar-height. - + 2002-10-27 Andreas Schwab * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L @@ -18,6 +23,11 @@ * international/code-pages.el (iso-8859-11): New. +2002-10-27 Kim F. Storm + + * pcvs.el (cvs-checkout): Use read-directory-name. + (cvs-query-directory): Likewise. + 2002-10-26 Richard M. Stallman * progmodes/make-mode.el (makefile-cleanup-continuations): @@ -29,7 +39,7 @@ Delete debugging setq. * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d - after looking in ~. + after looking in ~. * startup.el (command-line): Look for .emacs under ~/.emacs.d after looking in ~. @@ -56,11 +66,6 @@ * Makefile.in (compile-always): Avoid error in old Bash versions. -2002-10-27 Kim F. Storm - - * pcvs.el (cvs-checkout): Use read-directory-name. - (cvs-query-directory): Likewise. - 2002-10-26 John Paul Wallington * textmodes/picture.el (picture-mouse-set-point): New command.