aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-30 14:04:37 +0000
committerGerd Moellmann2001-07-30 14:04:37 +0000
commitcef68af5030bd9d4b0a6c552d443aa0a875d7902 (patch)
tree7c8162baa3e68a48a0a0e94a5dcbccce0a65e4c6
parent99af9d83736460fe6b9e10886ee615bb1a94c9b6 (diff)
downloademacs-cef68af5030bd9d4b0a6c552d443aa0a875d7902.tar.gz
emacs-cef68af5030bd9d4b0a6c552d443aa0a875d7902.zip
*** empty log message ***
-rw-r--r--lispref/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index c3f467e7741..b866f4e13c1 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12001-07-30 Gerd Moellmann <gerd@gnu.org>
2
3 * commands.texi (Repeat Events): Add description of
4 double-click-fuzz.
5
12001-05-08 Stefan Monnier <monnier@cs.yale.edu> 62001-05-08 Stefan Monnier <monnier@cs.yale.edu>
2 7
3 * syntax.texi (Syntax Class Table): Add the missing designator for 8 * 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 @@
12001-07-30 Gerd Moellmann <gerd@gnu.org> 12001-07-30 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (abs): New macro.
4 (double_click_fuzz): New variable.
5 (make_lispy_event): Use it to determine what makes a double-click.
6 (syms_of_keyboard): DEFVAR_INT it.
7
3 * xmenu.c (set_frame_menubar): Take into account that 8 * xmenu.c (set_frame_menubar): Take into account that
4 f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn 9 f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn
5 <raeburn@gnu.org>. 10 <raeburn@gnu.org>.