aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
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 @@
12006-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
12006-06-06 Carsten Dominik <dominik@science.uva.nl> 112006-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