diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a6fa4241630..6aefa76f7d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2008-03-18 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-03-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command) | ||
| 4 | (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line): | ||
| 5 | Revision numbers can include ".". | ||
| 6 | |||
| 3 | * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing | 7 | * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing |
| 4 | "+" lines not accounted for by counting "-" and context lines. | 8 | "+" lines not accounted for by counting "-" and context lines. |
| 5 | 9 | ||