# HG changeset patch # User Gerd Moellmann # Date 996501877 0 # Node ID 8e851bd84f3506cc84a9eb97a3e64f5c08d625d4 # Parent 13029a808e206a20e87df1d3c56c2003ca24fb98 *** empty log message *** diff -r 13029a808e20 -r 8e851bd84f35 lispref/ChangeLog --- a/lispref/ChangeLog Mon Jul 30 14:04:16 2001 +0000 +++ b/lispref/ChangeLog Mon Jul 30 14:04:37 2001 +0000 @@ -1,3 +1,8 @@ +2001-07-30 Gerd Moellmann + + * commands.texi (Repeat Events): Add description of + double-click-fuzz. + 2001-05-08 Stefan Monnier * syntax.texi (Syntax Class Table): Add the missing designator for diff -r 13029a808e20 -r 8e851bd84f35 src/ChangeLog --- a/src/ChangeLog Mon Jul 30 14:04:16 2001 +0000 +++ b/src/ChangeLog Mon Jul 30 14:04:37 2001 +0000 @@ -1,5 +1,10 @@ 2001-07-30 Gerd Moellmann + * keyboard.c (abs): New macro. + (double_click_fuzz): New variable. + (make_lispy_event): Use it to determine what makes a double-click. + (syms_of_keyboard): DEFVAR_INT it. + * xmenu.c (set_frame_menubar): Take into account that f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn .