aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2f914c2f1a7..d07cec2c0eb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,32 @@
12002-08-14 Stefan Monnier <monnier@cs.yale.edu> 12002-08-14 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * help-fns.el (locate-library): Use locate-file(-completion).
4 (help-split-fundoc): Tighten the regexp and recognize a usage-info
5 where the function name is `fn'.
6 (help-function-arglist): Follow aliases and macros.
7 (describe-function-1): Use keymapp.
8 If the docstring contains a usage info, use it even if the function is
9 not a subroutine. Find usage info in aliases' docstring if necessary.
10 (describe-variable): Get the value before setting up the *Help* buffer.
11
12 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
13 Use find-file-hook instead of find-file-hooks.
14 (define-minor-mode): Get rid of this silly `togglep'.
15 Add an explicit `toggle' argument (used for interactive calls).
16 Emit a warning when a nil argument turns the mode off.
17
18 * language/ethio-util.el (setup-ethiopic-environment-internal)
19 (exit-ethiopic-environment): Use find-file-hook and
20 write-file-functions instead of find-file-hooks and write-file-hooks.
21
22 * window.el (handle-select-window): Don't do anything if the window
23 has disappeared since the event was generated.
24 (split-window-save-restore-data): Use push and with-current-buffer.
25
26 * saveplace.el:
27 * play/meese.el:
28 * obsolete/hilit19.el:
29 * completion.el (dynamic-completion-mode):
3 * emacs-lisp/find-func.el (find-function-search-for-symbol): 30 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4 Use find-file-hook instead of find-file-hooks. 31 Use find-file-hook instead of find-file-hooks.
5 32