comparison lisp/ChangeLog @ 106576:ad87b48da2b0

(vc-hg-working-revision): Make sure the command is executed in a known environment so that we can parse the output. (Bug#4417)
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 14 Dec 2009 17:12:18 +0000
parents 87010af04b9a
children 446187db591e
comparison
equal deleted inserted replaced
106575:87010af04b9a 106576:ad87b48da2b0
1 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu> 1 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * vc-hg.el (vc-hg-print-log): Fix argument order. 3 * vc-hg.el (vc-hg-print-log): Fix argument order.
4 (vc-hg-working-revision): Make sure the command is executed in a
5 known environment so that we can parse the output. (Bug#4417)
4 6
5 2009-12-14 Chong Yidong <cyd@stupidchicken.com> 7 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6 8
7 * progmodes/python.el (python-symbol-completions): Remove text 9 * progmodes/python.el (python-symbol-completions): Remove text
8 properties from symbol string before calling python-send-receive. 10 properties from symbol string before calling python-send-receive.