# HG changeset patch # User Eli Zaretskii # Date 1107013927 0 # Node ID a8e1cfe86c9bf5d5b417340ee09245a8139b3693 # Parent 1ffd5f5591a2d1b0c40fd0d73fa4c06fa616e172 *** empty log message *** diff -r 1ffd5f5591a2 -r a8e1cfe86c9b lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 29 15:50:26 2005 +0000 +++ b/lisp/ChangeLog Sat Jan 29 15:52:07 2005 +0000 @@ -1,5 +1,9 @@ 2005-01-29 Eli Zaretskii + * progmodes/compile.el (compilation-start): Bind buffer-read-only + to nil before invoking call-process. Reset buffer's modified flag + after fontifying it in the no-async branch. + * wid-edit.el (widget-specify-button): If mouse pointer shape cannot be changed, use mouse face instead.