changeset 38604:8e851bd84f35

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 30 Jul 2001 14:04:37 +0000
parents 13029a808e20
children f99d2e5ee830
files lispref/ChangeLog src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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  <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>.