diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 37f637b503a..cb43a9b732f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2014-12-14 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | Move ASYNC argument to the `diff' VC command to the fifth | ||
| 4 | position, for better compatibility with existing third-party code, | ||
| 5 | and document it. | ||
| 6 | |||
| 7 | * vc/vc.el (vc-diff-internal): Pass `async' argument to the | ||
| 8 | backend `diff' command in the last position. | ||
| 9 | |||
| 10 | * vc/vc-svn.el (vc-svn-diff): | ||
| 11 | * vc/vc-src.el (vc-src-diff): | ||
| 12 | * vc/vc-sccs.el (vc-sccs-diff): | ||
| 13 | * vc/vc-rcs.el (vc-rcs-diff): | ||
| 14 | * vc/vc-mtn.el (vc-mtn-diff): | ||
| 15 | * vc/vc-hg.el (vc-hg-diff): | ||
| 16 | * vc/vc-git.el (vc-git-diff): | ||
| 17 | * vc/vc-dav.el (vc-dav-diff): | ||
| 18 | * vc/vc-cvs.el (vc-cvs-diff): | ||
| 19 | * vc/vc-bzr.el (vc-bzr-diff): | ||
| 20 | * obsolete/vc-arch.el (vc-arch-diff): Move ASYNC argument to the end. | ||
| 21 | |||
| 1 | 2014-12-13 Andreas Schwab <schwab@linux-m68k.org> | 22 | 2014-12-13 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 23 | ||
| 3 | * net/shr.el (shr-next-link): Don't error out at eob. | 24 | * net/shr.el (shr-next-link): Don't error out at eob. |