# HG changeset patch # User Richard M. Stallman # Date 1116651351 0 # Node ID b9c75f9160b90e7501689a068dbd965e71271460 # Parent 7f40f404ef37e0b03527160e9c1b5b527e233b19 *** empty log message *** diff -r 7f40f404ef37 -r b9c75f9160b9 lisp/ChangeLog --- a/lisp/ChangeLog Sat May 21 04:54:32 2005 +0000 +++ b/lisp/ChangeLog Sat May 21 04:55:51 2005 +0000 @@ -1,3 +1,13 @@ +2005-05-21 Richard M. Stallman + + * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents. + + * progmodes/flymake.el (flymake-makehash): Use with-no-warnings. + + * net/rcompile.el (remote-compile): Use compilation-start. + + * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer. + 2005-05-21 Daniel Pfeiffer * files.el (auto-mode-alist): Check GNUmakefile before makefile. @@ -149,6 +159,7 @@ (left-fringe-p): Function deleted. * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu. + (list-buffers-noselect): Set `font-lock-face' property, not `face'. * dired-aux.el (dired-copy-file-recursive): Handle symlinks in recursive copy.