# HG changeset patch # User Richard M. Stallman # Date 1130094799 0 # Node ID c2d76d4f59b4e111bd0cbf02ec221e799f3b0dde # Parent fc5672d9fc4512df7c8f9398311a7c2f0fd29780 *** empty log message *** diff -r fc5672d9fc45 -r c2d76d4f59b4 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 23 19:12:50 2005 +0000 +++ b/lisp/ChangeLog Sun Oct 23 19:13:19 2005 +0000 @@ -1,5 +1,10 @@ 2005-10-23 Richard M. Stallman + * help-fns.el (describe-simplify-lib-file-name): New function. + (describe-function-1, describe-variable): Use it. + + * faces.el (describe-face): Use describe-simplify-lib-file-name. + * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults. Eliminate nil as possible value. (tooltip-hide-delay): Reduce internal-border-width. diff -r fc5672d9fc45 -r c2d76d4f59b4 lispref/ChangeLog --- a/lispref/ChangeLog Sun Oct 23 19:12:50 2005 +0000 +++ b/lispref/ChangeLog Sun Oct 23 19:13:19 2005 +0000 @@ -1,3 +1,8 @@ +2005-10-23 Richard M. Stallman + + * display.texi (Overlay Arrow): Clarify about local bindings of + overlay-arrow-position. + 2005-10-22 Eli Zaretskii * internals.texi (Building Emacs): Fix last change.