From: Richard M. Stallman Date: Tue, 26 Apr 2005 11:05:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~725 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68a94f5aaaeaf94f29ddcd08e9fb6c5fb7d29747;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 46c26634f1c..547a03aac22 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2005-04-26 Richard M. Stallman + + * progmodes/python.el (python-mode): + Use new name eldoc-documentation-function. + + * hexl.el (hexl-mode): Use new name eldoc-documentation-function. + + * emacs-lisp/eldoc.el (eldoc-mode): Doc fix. + (eldoc-documentation-function): + Renamed from eldoc-print-current-symbol-info-function. Calls changed. + 2005-04-26 Nick Roberts * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index db3dc76acb8..1eb87fe43d5 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,16 @@ +2005-04-26 Richard M. Stallman + + * display.texi (Defining Faces): + Document `default' elements of defface spec. + + * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode. + + * variables.texi (Variable Aliases): Clarify text. + +2005-04-25 Chong Yidong + + * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock. + 2005-04-25 Luc Teirlinck * hooks.texi (Standard Hooks): Most minor modes have mode hooks too. diff --git a/lispref/variables.texi b/lispref/variables.texi index 43f590503ec..7320a2eea9f 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -1722,7 +1722,7 @@ stage in the future. @defmac make-obsolete-variable variable new &optional when This macro makes the byte-compiler warn that the variable @var{variable} is obsolete. If @var{new} is a symbol, it is the -variable's new name; then the warning messages says to use @var{new} +variable's new name; then the warning message says to use @var{new} instead of @var{variable}. If @var{new} is a string, this is the message and there is no replacement variable. diff --git a/man/ChangeLog b/man/ChangeLog index 30fc5c1df7a..4772ed1e730 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -8,15 +8,15 @@ 2005-04-25 Chong Yidong - * ack.texi (Acknowledgments): Delete info about iso-acc.el + * ack.texi (Acknowledgments): Delete info about iso-acc.el - * dired.texi (Misc Dired Features): Document - dired-compare-directories. + * dired.texi (Misc Dired Features): Document + dired-compare-directories. - * files.texi (Filesets): New node. - (File Conveniences): Document Image mode. + * files.texi (Filesets): New node. + (File Conveniences): Document Image mode. - * text.texi (TeX Print): Document tex-compile. + * text.texi (TeX Print): Document tex-compile. 2005-04-25 Luc Teirlinck