# HG changeset patch # User Eli Zaretskii # Date 1107007534 0 # Node ID 3ee04791024fc11fc0fb46dd08fc64cb4997c753 # Parent 4301dcdf04df17f9da92e1a207366bc2c83e7220 *** empty log message *** diff -r 4301dcdf04df -r 3ee04791024f lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 29 14:04:57 2005 +0000 +++ b/lisp/ChangeLog Sat Jan 29 14:05:34 2005 +0000 @@ -1,3 +1,8 @@ +2005-01-29 Eli Zaretskii + + * wid-edit.el (widget-specify-button): If mouse pointer shape + cannot be changed, use mouse face instead. + 2005-01-29 Nick Roberts * progmodes/gdb-ui.el (gdb-info-breakpoints-custom) diff -r 4301dcdf04df -r 3ee04791024f lispref/ChangeLog --- a/lispref/ChangeLog Sat Jan 29 14:04:57 2005 +0000 +++ b/lispref/ChangeLog Sat Jan 29 14:05:34 2005 +0000 @@ -1,3 +1,17 @@ +2005-01-29 Eli Zaretskii + + * commands.texi (Misc Events): Describe the help-echo event. + + * text.texi (Special Properties) : Use `pos' + consistently in description of the help-echo property. Use + @code{nil} instead of @var{nil}. + + * display.texi (Overlay Properties): Fix the index entry for + help-echo overlay property. + + * customize.texi (Type Keywords): Uncomment the xref to the + help-echo property documentation. + 2005-01-23 Kim F. Storm * windows.texi (Window Start): Fix `pos-visible-in-window-p'