diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4699f639d57..0ac939a0d6a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2005-01-29 Eli Zaretskii <eliz@gnu.org> | 1 | 2005-01-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/compile.el (compilation-start): Bind buffer-read-only | ||
| 4 | to nil before invoking call-process. Reset buffer's modified flag | ||
| 5 | after fontifying it in the no-async branch. | ||
| 6 | |||
| 3 | * wid-edit.el (widget-specify-button): If mouse pointer shape | 7 | * wid-edit.el (widget-specify-button): If mouse pointer shape |
| 4 | cannot be changed, use mouse face instead. | 8 | cannot be changed, use mouse face instead. |
| 5 | 9 | ||