emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 08 Jul 2005 18:55:37 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7914 emacs/lisp/ChangeLog:1.7915
*** emacs/lisp/ChangeLog:1.7914 Fri Jul  8 13:45:29 2005
--- emacs/lisp/ChangeLog        Fri Jul  8 22:55:36 2005
***************
*** 1,3 ****
--- 1,27 ----
+ 2005-07-08  Richard M. Stallman  <address@hidden>
+ 
+       * 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  <address@hidden>  (tiny change)
  
        * comint.el (comint-postoutput-scroll-to-bottom)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]