comparison lisp/ChangeLog @ 32505:22fab84e28a0

*** empty log message ***
author Dave Love <fx@gnu.org>
date Sun, 15 Oct 2000 17:29:48 +0000
parents 561d344e5226
children 0640dae5f283
comparison
equal deleted inserted replaced
32504:651afe016895 32505:22fab84e28a0
1 2000-10-15 Dave Love <fx@gnu.org>
2
3 * progmodes/sh-script.el: Require skeleton and comint when
4 compiling.
5
6 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7
8 * whitespace.el: Doc fixes.
9 (top-level): Don't add hooks here.
10 (whitespace-running-emacs): Deleted.
11 (timer): Don't require.
12 (whitespace): Add back :version conditional on xemacs test.
13 (whitespace-spacetab-regexp, whitespace-indent-regexp)
14 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
16 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
17 Avoid specific xemacs test.
18 (whitespace-global-mode): New option.
19 (whitespace-global-mode): New command.
20 (whitespace-unload-hook): New function.
21
22 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
23 (Info-fontify-node, Info-goto-node, Info-mode-menu)
24 (Info-fontify-node): `Goto' goes to `Go to'.
25 (Info-fontify-node): Add help-echo to xref links.
26
1 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il> 27 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2 28
3 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix. 29 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4 30
5 2000-10-15 Stefan Monnier <monnier@cs.yale.edu> 31 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>