From cef68af5030bd9d4b0a6c552d443aa0a875d7902 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 30 Jul 2001 14:04:37 +0000 Subject: [PATCH] *** empty log message *** --- lispref/ChangeLog | 5 +++++ src/ChangeLog | 5 +++++ 2 files changed, 10 insertions(+) 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 + + * 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 --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 + * 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 . -- 2.39.2