From: Kim F. Storm Date: Fri, 14 Jan 2005 12:15:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~2754 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88948d55b15b3f6e5730ea69e597818c8b01103f;p=emacs.git *** empty log message *** --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 3e2849ea859..635ca735e55 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,7 @@ 2005-01-14 Kim F. Storm + * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y. + * text.texi (Links and Mouse-1): Fix string and vector item. 2005-01-13 Richard M. Stallman diff --git a/src/ChangeLog b/src/ChangeLog index ae4c8fd4c5d..e707c61b83f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-01-14 Kim F. Storm + + * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE. + 2005-01-13 Richard M. Stallman * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map