[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Wed, 14 Aug 2002 22:26:50 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4212 emacs/lisp/ChangeLog:1.4213
*** emacs/lisp/ChangeLog:1.4212 Wed Aug 14 20:12:30 2002
--- emacs/lisp/ChangeLog Wed Aug 14 21:43:56 2002
***************
*** 1,5 ****
--- 1,32 ----
2002-08-14 Stefan Monnier <address@hidden>
+ * 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.
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, John Wiegley, 2002/08/09
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/08/10
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/08/12
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/08/12
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2002/08/12
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Glenn Morris, 2002/08/13
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/08/13
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, David Kastrup, 2002/08/14
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2002/08/14
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2002/08/14
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Kenichi Handa <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Carsten Dominik, 2002/08/15
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/08/15
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/08/15
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/08/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Carsten Dominik, 2002/08/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Miles Bader, 2002/08/17
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dave Love, 2002/08/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dave Love, 2002/08/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dave Love, 2002/08/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Miles Bader, 2002/08/18