diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 81e89689913..7e47be7d079 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * vc-hg.el (vc-hg-dir-state): Fix loop. | ||
| 4 | (vc-hg-print-log): Fix expected return value for vc-hg-command. | ||
| 5 | (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file) | ||
| 6 | (vc-hg-register, vc-hg-create-repo, vc-hg-checkin) | ||
| 7 | (vc-hg-revert): Likewise. | ||
| 8 | (vc-hg-revision-table, vc-hg-revision-completion-table): New | ||
| 9 | functions. | ||
| 10 | |||
| 1 | 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 12 | ||
| 3 | * add-log.el (change-log-resolve-conflict): Don't lose data if the | 13 | * add-log.el (change-log-resolve-conflict): Don't lose data if the |