From b726ead94e911e1ce3e8b582c315b3d6f83a6eb7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 10 Sep 2006 15:24:26 +0000 Subject: 22676, 22678: extend sched and make it able to run events when waiting for input --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index 68ddfd61a..88b6be3a9 100644 --- a/README +++ b/README @@ -69,6 +69,12 @@ it is supported) there are three possible cases: are allowed in identifiers even though the shell will recognise alphanumeric multibyte characters. +The sched builtin now keeps entries in time order. This means that +after adding an entry the index of an existing entry used for deletion +may change, if that entry had a later time than the new entry. However, +deleting a entry with a later time will now never change the index of an +entry with an earlier time, which could happen with the previous method. + The completion style pine-directory must now be set to use completion for PINE mailbox folders; previously it had the default ~/mail. This change was necessary because otherwise recursive directories under -- cgit 1.4.1