# HG changeset patch # User Juanma Barranquero # Date 1120437570 0 # Node ID 4e5367b380569c697fde5295bd929c755ed10128 # Parent d07b7088d8479486d657ea03e39e89625ce8e0a0 *** empty log message *** diff -r d07b7088d847 -r 4e5367b38056 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 04 00:37:05 2005 +0000 +++ b/lisp/ChangeLog Mon Jul 04 00:39:30 2005 +0000 @@ -1,3 +1,20 @@ +2005-07-04 Juanma Barranquero + + * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking): + Fix typos in docstrings. + (lisp-indent): Finish `defgroup' description with period. + + * progmodes/flymake.el (flymake-find-file): Remove. + (flymake-float-time): Use `with-no-warnings'. + (flymake-check-start-time, flymake-check-was-interrupted) + (flymake-err-info, flymake-is-running, flymake-last-change-time) + (flymake-new-err-info): `defvar' at compile time. + +2005-07-03 Juanma Barranquero + + * replace.el (occur-hook): Doc fix. + (occur-1): Don't call `occur-hook' if there are no matches. + 2005-07-03 Richard M. Stallman * emulation/tpu-edt.el (tpu-original-global-map): Don't copy @@ -93,10 +110,10 @@ and save it to the `custom-theme-directory'. Make this the default directory of the buffer. -2005-07-02 David Hunter (tiny change) - - * progmodes/flymake.el (flymake-mode, flymake-mode-off): Fix - unbalanced parentheses. +2005-07-02 David Hunter (tiny change) + + * progmodes/flymake.el (flymake-mode, flymake-mode-off): + Fix unbalanced parentheses. 2005-07-02 Stefan Monnier