aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-30 14:04:37 +0000
committerGerd Moellmann2001-07-30 14:04:37 +0000
commitcef68af5030bd9d4b0a6c552d443aa0a875d7902 (patch)
tree7c8162baa3e68a48a0a0e94a5dcbccce0a65e4c6 /src
parent99af9d83736460fe6b9e10886ee615bb1a94c9b6 (diff)
downloademacs-cef68af5030bd9d4b0a6c552d443aa0a875d7902.tar.gz
emacs-cef68af5030bd9d4b0a6c552d443aa0a875d7902.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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>.