# HG changeset patch # User Richard M. Stallman # Date 1120863336 0 # Node ID c2ff1112f5efe2570d9d305ca85a61322ab5cd0a # Parent 176ffa79bdd8f5be4ca30ed65548e863d4026134 *** empty log message *** diff -r 176ffa79bdd8 -r c2ff1112f5ef lisp/ChangeLog --- a/lisp/ChangeLog Fri Jul 08 22:54:57 2005 +0000 +++ b/lisp/ChangeLog Fri Jul 08 22:55:36 2005 +0000 @@ -1,3 +1,27 @@ +2005-07-08 Richard M. Stallman + + * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list): + Check for "emacs", etc., as entire symbol, not just as word. + (checkdoc-file-comments-engine): Use regexp-quote on FN. + + * files.el (set-visited-file-name): Report the error + for "empty filename" earlier. + (kill-some-buffers): Ignore buffers already dead. + + * fringe.el (fringe-mode): Doc fix. + + * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): + Check for (featurep 'xemacs) and turn off warnings in what it guards. + Use unwind-protect to ensure byte-compile-unresolved-functions + is updated. + + * whitespace.el (whitespace-buffer-leading-cleanup): + Simplify w/ skip-chars-forward. + (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward. + + * mail/rmail.el (rmail-only-expunge): Fix paren error. + Unconditionally try to leave point at the same old place. + 2005-07-08 Ralf Angeli (tiny change) * comint.el (comint-postoutput-scroll-to-bottom) diff -r 176ffa79bdd8 -r c2ff1112f5ef lispref/ChangeLog --- a/lispref/ChangeLog Fri Jul 08 22:54:57 2005 +0000 +++ b/lispref/ChangeLog Fri Jul 08 22:55:36 2005 +0000 @@ -1,3 +1,9 @@ +2005-07-08 Richard M. Stallman + + * README: Update edition number and size estimate. + + * elisp.texi (VERSION): Set to 2.9. + 2005-07-07 Richard M. Stallman * book-spine.texinfo: Update Emacs version.