comparison lisp/ChangeLog @ 94591:df5ac397c7ea

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 03 May 2008 18:51:41 +0000
parents 72db09a22236
children cff848b1fdfd
comparison
equal deleted inserted replaced
94590:b4b1e6b43d64 94591:df5ac397c7ea
1 2008-05-03 Dave Love <fx@gnu.org>
2
3 * progmodes/python.el (python-beginning-of-statement):
4 Loop at least once (fixes 2008-02-21 change).
5
1 2008-05-03 Eli Zaretskii <eliz@gnu.org> 6 2008-05-03 Eli Zaretskii <eliz@gnu.org>
2 7
3 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width' 8 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
4 instead of `length' for comparing length of user and group names. 9 instead of `length' for comparing length of user and group names.
5 10
6 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com> 11 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
7 12
8 * vc-dispatcher.el: New file, separates out the UI and command 13 * vc-dispatcher.el: New file, separates out the UI and command
9 execution machinery from VCS-specific logic left in vc.el. The 14 execution machinery from VCS-specific logic left in vc.el. The
10 separation is not yet completely clean, but it's a good start. 15 separation is not yet completely clean, but it's a good start.
11 * vc.el: This file is about 1700 lines shorter now. Obsolete 16 * vc.el: This file is about 1700 lines shorter now. Obsolete
12 logentry-check is removed from the backend API. 17 logentry-check is removed from the backend API.
13 * vc-sccs.el: Obsolete vc-sccs-logentry-check removed. This was 18 * vc-sccs.el: Obsolete vc-sccs-logentry-check removed. This was
14 was the only implementation of the logentry-check method, and 19 was the only implementation of the logentry-check method, and
15 it guarded against a log length limit that has probably been 20 it guarded against a log length limit that has probably been
16 obsolete for 15 years (!). 21 obsolete for 15 years (!).