diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c3f467e7741..b866f4e13c1 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2001-07-30 Gerd Moellmann <gerd@gnu.org> + + * commands.texi (Repeat Events): Add description of + double-click-fuzz. + 2001-05-08 Stefan Monnier <monnier@cs.yale.edu> * syntax.texi (Syntax Class Table): Add the missing designator for diff --git a/src/ChangeLog b/src/ChangeLog index 3b569a6dbd6..a9b3df8b259 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2001-07-30 Gerd Moellmann <gerd@gnu.org> + * 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 <raeburn@gnu.org>.