comparison lisp/ChangeLog @ 82111:63aefab8fbc3

Use mapc and dolist instead of mapcar where possible. (close-display-connection): New command.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 25 Jul 2007 19:37:21 +0000
parents 12d79fae7504
children d3e2d1fb1c2f
comparison
equal deleted inserted replaced
82110:b9d2156e3f5d 82111:63aefab8fbc3
1 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * frame.el: Use mapc and dolist instead of mapcar where possible.
4 (close-display-connection): New command.
5
1 2007-07-25 Alexandre Julliard <julliard@winehq.org> 6 2007-07-25 Alexandre Julliard <julliard@winehq.org>
2 7
3 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface. 8 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
4 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions. 9 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
5 10