comparison lisp/ChangeLog @ 46902:049d0f8f2ccc

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 15 Aug 2002 01:43:56 +0000
parents 61e9b1699fd2
children 42b66cce768d
comparison
equal deleted inserted replaced
46901:3e733b163fd4 46902:049d0f8f2ccc
1 2002-08-14 Stefan Monnier <monnier@cs.yale.edu> 1 2002-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
6 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete. 33 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
7 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars. 34 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.