aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0bdb3585496..01244908d57 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12000-09-11 Miles Bader <miles@lsi.nec.co.jp>
2
3 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4 Now understands non-unified diffs. Some functionality moved into
5 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7 modify anything. Only reposition point in the patched file if the
8 patch succeeds. Only pop up another window if POPUP is true.
9 Emit a message describing what happened if successful, and at what
10 line-offset. Automatically detect reversed hunks and do something
11 appropriate.
12 (diff-hunk-text, diff-find-text): New functions.
13 (diff-filter-lines): Function removed.
14 (diff-test-hunk): New function.
15 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
16
12000-09-10 Dave Love <fx@gnu.org> 172000-09-10 Dave Love <fx@gnu.org>
2 18
3 * textmodes/tildify.el: Minor doc/commentary fixes. 19 * textmodes/tildify.el: Minor doc/commentary fixes.