comparison lisp/ChangeLog @ 71248:3071d2ae4624

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 06 Jun 2006 14:06:13 +0000
parents 92cdf6b94754
children 3798a822991e
comparison
equal deleted inserted replaced
71247:4ea60a122f54 71248:3071d2ae4624
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
4 insertion point and control the number of empty lines. 14 insertion point and control the number of empty lines.
5 (org-paste-subtree): Limit the number of empty lines at the end of 15 (org-paste-subtree): Limit the number of empty lines at the end of