diff options
| author | Chong Yidong | 2006-06-06 14:06:13 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-06-06 14:06:13 +0000 |
| commit | 53dd481c3fc408b0ebf32ae37a5884b3bd47cfee (patch) | |
| tree | bec76072886098a3ff1f411ab11c71e1de1a9d58 /lisp/ChangeLog | |
| parent | 2e8e9e91955f7b75e832246a9de8763347353936 (diff) | |
| download | emacs-53dd481c3fc408b0ebf32ae37a5884b3bd47cfee.tar.gz emacs-53dd481c3fc408b0ebf32ae37a5884b3bd47cfee.zip | |
* diff-mode.el (diff-mode): Set buffer-read-only to t when
diff-default-read-only is non-nill.
* diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
modifying the *Diff* buffer.
(diff-process-filter): New filter function for diff process that
sets inhibit-read-only to t when modifying the *Diff* buffer.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 10a133e6456..0dc4bdbba45 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-06-06 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * diff-mode.el (diff-mode): Set buffer-read-only to t when | ||
| 4 | diff-default-read-only is non-nill. | ||
| 5 | |||
| 6 | * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when | ||
| 7 | modifying the *Diff* buffer. | ||
| 8 | (diff-process-filter): New filter function for diff process that | ||
| 9 | sets inhibit-read-only to t when modifying the *Diff* buffer. | ||
| 10 | |||
| 1 | 2006-06-06 Carsten Dominik <dominik@science.uva.nl> | 11 | 2006-06-06 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 12 | ||
| 3 | * textmodes/org.el: (org-archive-subtree): Use end-of-subtree as | 13 | * textmodes/org.el: (org-archive-subtree): Use end-of-subtree as |