diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a37a2b0a658..36bfbcafa89 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * vc-hg.el (vc-hg-diff): Use vc-hg-command. | ||
| 4 | (vc-hg-dir-state): Fix loop. | ||
| 5 | (vc-hg-print-log): Fix expected return value for vc-hg-command. | ||
| 6 | (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file) | ||
| 7 | (vc-hg-register, vc-hg-create-repo, vc-hg-checkin) | ||
| 8 | (vc-hg-revert): Likewise. | ||
| 9 | (vc-hg-revision-table, vc-hg-revision-completion-table): New | ||
| 10 | functions. | ||
| 11 | |||
| 1 | 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org> | 12 | 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 2 | 13 | ||
| 3 | * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the | 14 | * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the |