comparison lisp/ChangeLog @ 86417:ade18e811234

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 24 Nov 2007 21:15:08 +0000
parents 00ae77703546
children 3bf867697670
comparison
equal deleted inserted replaced
86416:b8c6722b2727 86417:ade18e811234
1 2007-11-24 Glenn Morris <rgm@gnu.org>
2
3 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
4 (esh-mode): Require it.
5 (esh-util): Use require rather than featurep and load.
6 (eshell): No need to test if eshell-mode is bound; remove obsolete
7 reference to eshell-auto.
8 (eshell-command, eshell-command-result): Don't require esh-mode
9 now that the file does.
10 (top-level): Move provide statement to the end of the
11 file. Re-order and update commentary.
12
1 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org> 13 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2 14
3 * vc.el (vc-annotate-mode): Frob buffer invisibility spec. 15 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
4 (vc-annotate-toggle-annotation-visibility): New command. 16 (vc-annotate-toggle-annotation-visibility): New command.
5 (vc-annotate-mode-map): Bind "V" to it. 17 (vc-annotate-mode-map): Bind "V" to it.