comparison lisp/ChangeLog @ 65429:9722a7c56fa0

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 Sep 2005 14:59:07 +0000
parents 795587b3fccb
children 59fb5e4480ce
comparison
equal deleted inserted replaced
65428:25502a355957 65429:9722a7c56fa0
1 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
2
3 * woman.el (woman-topic-at-point-default): Renamed to
4 woman-use-topic-at-point-default.
5 (woman-topic-at-point): Renamed to woman-use-topic-at-point.
6 (woman-file-name): Reflect renames above. Automatically use the
7 word at point as topic if woman-use-topic-at-point is non-nil.
8 Otherwise offer it as default but don't insert it in the
9 minibuffer. Also use `test-completion' instead of `assoc' as
10 suggested by Stefan Monnier.
11
1 2005-09-10 Andre Spiegel <spiegel@gnu.org> 12 2005-09-10 Andre Spiegel <spiegel@gnu.org>
2 13
3 * vc.el (vc-directory, vc-update-change-log): Throw an error on 14 * vc.el (vc-directory, vc-update-change-log): Throw an error on
4 the attempt to do it over Tramp. This is not yet supported. 15 the attempt to do it over Tramp. This is not yet supported.
5 16