# HG changeset patch # User Richard M. Stallman # Date 1075399096 0 # Node ID 27c158d8e571aa52e1ecd6d5ee069dce670dde92 # Parent 93d7490702055f42bfc8692fbaac01bf8ad864f3 *** empty log message *** diff -r 93d749070205 -r 27c158d8e571 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 29 17:57:49 2004 +0000 +++ b/lisp/ChangeLog Thu Jan 29 17:58:16 2004 +0000 @@ -1,3 +1,31 @@ +2004-01-29 Tue Jari Aalto poboxes.com> + + * progmodes/executable.el (executable-command-find-posix-p): + New. Check if find handles arguments Posix-style. + + * progmodes/grep.el (grep-compute-defaults): + Use executable-command-find-posix-p. + (grep-find): Check `grep-find-command'. + + * filecache.el (file-cache-find-posix-p): Deleted. + (file-cache-add-directory-using-find): + Use `executable-command-find-posix-p' + +2004-01-29 Dave Love + + * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun): + Iterate the hook function if arg is given. + (mark-defun, narrow-to-defun): Change order of finding the limits. + + * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix. + (byte-compile-format-warn): New. + (byte-compile-callargs-warn): Use it. + (Format, message, error): Add byte-compile-format-like property. + (byte-compile-maybe-guarded): New. + (byte-compile-if, byte-compile-cond): Use it. + (byte-compile-lambda): Compile interactive forms, + just to make warnings about them. + 2004-01-29 Jonathan Yavner * ses.el (ses-initial-column-width): Increase to 14, so it will