summaryrefslogtreecommitdiff
path: root/console/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'console/ChangeLog')
-rw-r--r--console/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/console/ChangeLog b/console/ChangeLog
index 2432860b..b9d85c97 100644
--- a/console/ChangeLog
+++ b/console/ChangeLog
@@ -1,3 +1,20 @@
+2002-06-27 Marcus Brinkmann <marcus@gnu.org>
+
+ * Makefile (MIGSTUBS): Add fs_notifyUser.o.
+ (MIGSFLAGS): New variable.
+ * console.c: Include "fs_notify_U.h".
+ (struct modreq): New structure.
+ (struct cons): New members DIRMOD_REQS and DIRMOD_TICK.
+ (cons_notice_dirchange): New function.
+ (vcons_lookup): Call cons_notice_dirchange.
+ (netfs_S_dir_notice_changes): New function.
+ (main): Initialize new members in CONS.
+ * display.c (nowait_file_changed): Update to new interface (new
+ argument TICKNO).
+ (do_mach_notify_msg_accepted): Call nowait_file_changed with new argument.
+ (display_notice_changes): Likewise.
+ (display_notice_filechange): Likewise.
+
2002-06-25 Marcus Brinkmann <marcus@gnu.org>
* Makefile (HURDLIBS): Add pager, reported by Alfred M. Szmidt.