summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2002-08-15 01:43:56 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2002-08-15 01:43:56 +0000
commitb995cc8864d5856fd801f89ee86dca98aa04d44d (patch)
tree0066547812abf97d8d47cb6a23278121796c9596 /lisp
parent26f194777af3066f115b5b3c9770ce7a983e1b34 (diff)
downloademacs-b995cc8864d5856fd801f89ee86dca98aa04d44d.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-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 @@
2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
+ * help-fns.el (locate-library): Use locate-file(-completion).
+ (help-split-fundoc): Tighten the regexp and recognize a usage-info
+ where the function name is `fn'.
+ (help-function-arglist): Follow aliases and macros.
+ (describe-function-1): Use keymapp.
+ If the docstring contains a usage info, use it even if the function is
+ not a subroutine. Find usage info in aliases' docstring if necessary.
+ (describe-variable): Get the value before setting up the *Help* buffer.
+
+ * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
+ Use find-file-hook instead of find-file-hooks.
+ (define-minor-mode): Get rid of this silly `togglep'.
+ Add an explicit `toggle' argument (used for interactive calls).
+ Emit a warning when a nil argument turns the mode off.
+
+ * language/ethio-util.el (setup-ethiopic-environment-internal)
+ (exit-ethiopic-environment): Use find-file-hook and
+ write-file-functions instead of find-file-hooks and write-file-hooks.
+
+ * window.el (handle-select-window): Don't do anything if the window
+ has disappeared since the event was generated.
+ (split-window-save-restore-data): Use push and with-current-buffer.
+
+ * saveplace.el:
+ * play/meese.el:
+ * obsolete/hilit19.el:
+ * completion.el (dynamic-completion-mode):
* emacs-lisp/find-func.el (find-function-search-for-symbol):
Use find-file-hook instead of find-file-hooks.