aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog15
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 885713f07b..c70edb839e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-09 Eli Zaretskii <[email protected]>
+
+ * files.el (insert-directory): Don't call access-file on
+ directories on DOS and Windows.
+
2000-08-09 Kenichi Handa <[email protected]>
* international/ccl.el (ccl-embed-data): Make ccl-program-vector
diff --git a/src/ChangeLog b/src/ChangeLog
index 99641d713a..53313fff5d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
+2000-08-09 Eli Zaretskii <[email protected]>
+
+ * keyboard.c (kbd_buffer_events_waiting): New function.
+
+ * keyboard.h (kbd_buffer_events_waiting): Add prototype.
+
+ * msdos.c: Include keyboard.h.
+ (XMenuActivate): Empty no_event events from the event buffer. If
+ no events are left after that, call clear_input_pending.
+ (mouse_clear_clicks): New function, code moved from mouse_init.
+ (mouse_init, XMenuActivate): Call mouse_clear_clicks to force the
+ mouse driver to ``forget'' any past clicks.
+
+ * Makefile.in (msdos.o): Depend on keyboard.h.
+
2000-08-09 Gerd Moellmann <[email protected]>
* dispnew.c (mode_line_string): Declare parameter MODE_LINE_P.