# HG changeset patch # User Juanma Barranquero # Date 1117119388 0 # Node ID 520604d3ebef7ff9a95491a4dbf0b05d52fb306b # Parent 3cf2ae5f446dc3b127070fb8e248a4744abdc8fe *** empty log message *** diff -r 3cf2ae5f446d -r 520604d3ebef src/ChangeLog --- a/src/ChangeLog Thu May 26 14:53:55 2005 +0000 +++ b/src/ChangeLog Thu May 26 14:56:28 2005 +0000 @@ -1,3 +1,8 @@ +2005-05-26 Juanma Barranquero + + * keyboard.c (Frecursive_edit): Fix typo in docstring. + (Fposn_at_x_y): Make argument name match its use in docstring. + 2005-05-26 Lute Kamstra * eval.c (Frun_hooks): Mention run-mode-hooks in docstring. @@ -30,9 +35,9 @@ 2005-05-23 Masatake YAMATO - * xdisp.c (note_mode_line_or_margin_highlight): Added code - for mouse-face. Change the type of the first argument from `window' - to `List_Object'. + * xdisp.c (note_mode_line_or_margin_highlight): Add code + for mouse-face. Change the type of the first argument from `window' + to `Lisp_Object'. (note_mouse_highlight): Call note_mode_line_or_margin_highlight with window instead of w.