# HG changeset patch # User Glenn Morris # Date 1209840701 0 # Node ID df5ac397c7ea870b7c468b9de29b63ed36f43637 # Parent b4b1e6b43d64b27e33bf7b9b7c0c7d9f814fbade *** empty log message *** diff -r b4b1e6b43d64 -r df5ac397c7ea lisp/ChangeLog --- a/lisp/ChangeLog Sat May 03 18:51:19 2008 +0000 +++ b/lisp/ChangeLog Sat May 03 18:51:41 2008 +0000 @@ -1,3 +1,8 @@ +2008-05-03 Dave Love + + * progmodes/python.el (python-beginning-of-statement): + Loop at least once (fixes 2008-02-21 change). + 2008-05-03 Eli Zaretskii * ls-lisp.el (ls-lisp-insert-directory): Use `string-width' @@ -5,10 +10,10 @@ 2008-05-03 Eric S. Raymond - * vc-dispatcher.el: New file, separates out the UI and command + * vc-dispatcher.el: New file, separates out the UI and command execution machinery from VCS-specific logic left in vc.el. The separation is not yet completely clean, but it's a good start. - * vc.el: This file is about 1700 lines shorter now. Obsolete + * vc.el: This file is about 1700 lines shorter now. Obsolete logentry-check is removed from the backend API. * vc-sccs.el: Obsolete vc-sccs-logentry-check removed. This was was the only implementation of the logentry-check method, and