changeset 30390:91ee387fb19e

*** empty log message ***
author Noah Friedman <friedman@splode.com>
date Mon, 24 Jul 2000 00:38:34 +0000
parents 38f19553e93d
children 246b2f521192
files lisp/ChangeLog
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jul 24 00:37:03 2000 +0000
+++ b/lisp/ChangeLog	Mon Jul 24 00:38:34 2000 +0000
@@ -1,5 +1,19 @@
 2000-07-23  Noah Friedman  <friedman@splode.com>
 
+	* emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
+	cookie.
+	Use add-minor-mode to set minor-mode-alist, if available.
+	(eldoc-echo-area-use-multiline-p): New user option.
+	(eldoc-echo-area-multiline-supported-p): New variable.
+	(eldoc-docstring-format-sym-doc): Use them.
+	(eldoc-mode): If not using idle timers, append to local post and
+	pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
+	(eldoc-display-message-no-interference-p): Don't interfere with
+	edebug.
+	Add autoload cookie for eldoc-mode minor-mode-alist initialization.
+	(eldoc-function-arglist): New function.
+	(eldoc-function-argstring): Use it.
+
 	* menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
 	auto save directory exists before calling directory-files.