# HG changeset patch # User Richard M. Stallman # Date 1114513502 0 # Node ID 348a53b1dd79ef0fd955e7cdf6874975fb3e67a6 # Parent 93f163f12d383c74c590d1db6875054c5741dd27 *** empty log message *** diff -r 93f163f12d38 -r 348a53b1dd79 lisp/ChangeLog --- a/lisp/ChangeLog Tue Apr 26 11:02:15 2005 +0000 +++ b/lisp/ChangeLog Tue Apr 26 11:05:02 2005 +0000 @@ -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 -r 93f163f12d38 -r 348a53b1dd79 lispref/ChangeLog --- a/lispref/ChangeLog Tue Apr 26 11:02:15 2005 +0000 +++ b/lispref/ChangeLog Tue Apr 26 11:05:02 2005 +0000 @@ -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 -r 93f163f12d38 -r 348a53b1dd79 lispref/variables.texi --- a/lispref/variables.texi Tue Apr 26 11:02:15 2005 +0000 +++ b/lispref/variables.texi Tue Apr 26 11:05:02 2005 +0000 @@ -1722,7 +1722,7 @@ @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 -r 93f163f12d38 -r 348a53b1dd79 man/ChangeLog --- a/man/ChangeLog Tue Apr 26 11:02:15 2005 +0000 +++ b/man/ChangeLog Tue Apr 26 11:05:02 2005 +0000 @@ -8,15 +8,15 @@ 2005-04-25 Chong Yidong - * ack.texi (Acknowledgments): Delete info about iso-acc.el - - * dired.texi (Misc Dired Features): Document - dired-compare-directories. - - * files.texi (Filesets): New node. - (File Conveniences): Document Image mode. - - * text.texi (TeX Print): Document tex-compile. + * ack.texi (Acknowledgments): Delete info about iso-acc.el + + * dired.texi (Misc Dired Features): Document + dired-compare-directories. + + * files.texi (Filesets): New node. + (File Conveniences): Document Image mode. + + * text.texi (TeX Print): Document tex-compile. 2005-04-25 Luc Teirlinck