comparison lisp/ChangeLog @ 81703:427009f42fcb

*** empty log message ***
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 05 Jul 2007 15:04:42 +0000
parents fc97b55f9678
children adc42d647d91
comparison
equal deleted inserted replaced
81702:fc97b55f9678 81703:427009f42fcb
2 2
3 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the 3 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
4 only caller, and delete. 4 only caller, and delete.
5 (vc-hg-state): Deal with exceptions and only parse the output on 5 (vc-hg-state): Deal with exceptions and only parse the output on
6 successful return. 6 successful return.
7 7 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
8 * vc-hg.el (vc-hg-internal-log): Inline in 8 caller, and delete.
9 `vc-hg-workfile-version', the only caller, and delete.
10 (vc-hg-workfile-version): Deal with exceptions and only parse the 9 (vc-hg-workfile-version): Deal with exceptions and only parse the
11 output on successful return. 10 output on successful return.
11 (vc-hg-revert): New function.
12 12
13 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com> 13 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
14 14
15 * calculator.el (calculator-expt): Use more cases to determine 15 * calculator.el (calculator-expt): Use more cases to determine
16 the value. 16 the value.